0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 2 days ago.
Sep 09, 2025 — Sep 09, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
reverting to a version of the driver without getters and setters (duh) Revert "fixed conflict in setup.py" More... over 15 years ago
fixed conflict in setup.py Merge branch 'master' of github.com:wordnik/wordnik-python More... over 15 years ago
adding a few convenience methods for dealing with api key and token More... over 15 years ago
bumping version number after pull from akolechkin More... over 15 years ago
1. OS independent endpoints loading (was not working in windows) 2. checking for endpoint is regular file, was not working within .svn inside endpoints folder More... over 15 years ago
Changing Wordnik.authenticate to expect Python lists and dicts that were decoded by json.loads. More... over 15 years ago
Instead of caling json.loads('{}'), just use the {}. We should test XML in fake_do_http. More... over 15 years ago
Handled format argument so that returned values are now either XML (when format='xml') or Python lists/dicts (when format='json'). More... over 15 years ago
Typo. More... over 15 years ago
Added call to json.loads to convert JSON string returned by API to Python object. This needs to be fixed further though to return an XML doc if the format is 'xml'. More... over 15 years ago
Using "from wordnik import X" instead of "X = wordnik.X". More... over 15 years ago
Merge branch 'master' of https://github.com/hobbeswalsh/wordnik-python into hobbeswalsh-master More... over 15 years ago
finalizing package for pypi release More... over 15 years ago
making sure the json makes it into the distribution More... over 15 years ago
fixed the issue with POST, PUT, and DELETE not working made it so that you can drop arbitrary JSON in the "endpoints" folder and have the module update itself with those values More... over 15 years ago
one final commit before I try to re-architect the way we populate methods More... over 15 years ago
Merge branch 'master' of https://github.com/hobbeswalsh/wordnik-python into hobbeswalsh-master More... over 15 years ago
replacing the stupid words_search method with the good one removing unnecessary excludes from setup.py rewriting parts of the helper functions so that everything that needs to be is properly urllib.quote()ed More... over 15 years ago
adding documentation about authentication More... over 15 years ago
modifying behavior of argument parsing so everything is urlencoded changing tests to reflect new urlencoding behavior More... over 15 years ago
complete package...? More... over 15 years ago
*really* adding tests... More... over 15 years ago
adding tests and updated code More... over 15 years ago
maybe github accepts html More... over 15 years ago
new revision of the code... More... over 15 years ago
adding XXX comment for cleanup later More... over 15 years ago
Merge branch 'test' More... over 15 years ago
finalizing documentation and adding a "multi" method More... over 15 years ago
removing the dupe "limit" param for one of the methods More... over 15 years ago
removing wordnik.py More... over 15 years ago