openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
W
wordnik-python
Settings
|
Report Duplicate
0
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Inactive
Commits
: Listings
Analyzed
1 day
ago. based on code collected
2 days
ago.
Sep 09, 2025 — Sep 09, 2026
Showing page 2 of 4
Search / Filter on:
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"
Robin Walsh
More...
over 15 years ago
fixed conflict in setup.py Merge branch 'master' of github.com:wordnik/wordnik-python
Robin Walsh
More...
over 15 years ago
adding a few convenience methods for dealing with api key and token
Robin Walsh
More...
over 15 years ago
bumping version number after pull from akolechkin
Robin Walsh
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
akolechkin
More...
over 15 years ago
Changing Wordnik.authenticate to expect Python lists and dicts that were decoded by json.loads.
Colin Pollock
More...
over 15 years ago
Instead of caling json.loads('{}'), just use the {}. We should test XML in fake_do_http.
Colin Pollock
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').
Colin Pollock
More...
over 15 years ago
Typo.
Colin Pollock
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'.
Colin Pollock
More...
over 15 years ago
Using "from wordnik import X" instead of "X = wordnik.X".
Colin Pollock
More...
over 15 years ago
Merge branch 'master' of https://github.com/hobbeswalsh/wordnik-python into hobbeswalsh-master
Robin Walsh
More...
over 15 years ago
finalizing package for pypi release
Robin Walsh
More...
over 15 years ago
making sure the json makes it into the distribution
Robin Walsh
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
Robin Walsh
More...
over 15 years ago
one final commit before I try to re-architect the way we populate methods
Robin Walsh
More...
over 15 years ago
Merge branch 'master' of https://github.com/hobbeswalsh/wordnik-python into hobbeswalsh-master
Robin Walsh
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
Robin Walsh
More...
over 15 years ago
adding documentation about authentication
Robin Walsh
More...
over 15 years ago
modifying behavior of argument parsing so everything is urlencoded changing tests to reflect new urlencoding behavior
Robin Walsh
More...
over 15 years ago
complete package...?
Robin Walsh
More...
over 15 years ago
*really* adding tests...
Robin Walsh
More...
over 15 years ago
adding tests and updated code
Robin Walsh
More...
over 15 years ago
maybe github accepts html
Robin Walsh
More...
over 15 years ago
new revision of the code...
Robin Walsh
More...
over 15 years ago
adding XXX comment for cleanup later
Robin Walsh
More...
over 15 years ago
Merge branch 'test'
Robin Walsh
More...
over 15 years ago
finalizing documentation and adding a "multi" method
Robin Walsh
More...
over 15 years ago
removing the dupe "limit" param for one of the methods
Robin Walsh
More...
over 15 years ago
removing wordnik.py
Robin Walsh
More...
over 15 years ago
←
1
2
3
4
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree