0
I Use This!
Activity Not Available

Commits : Listings

Analyzed 12 months ago. based on code collected 12 months ago.
Jan 18, 2023 — Jan 18, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge branch 'master' of github.com:lucjon/Py-StackExchange More... over 14 years ago
Added function to format dates relatively, see StackApps #1009. More... over 14 years ago
Updated for API v1.0 More... over 14 years ago
Added a demo script (narcissism.py) for StackAuth More... over 14 years ago
That should be StackAuth support finished. Yay. More... over 14 years ago
Even more refactoring, and the first major part of StackAuth support. More... over 14 years ago
Factored out some utility classes. More... over 14 years ago
Factored out the web request / JSON stuff so that the upcoming stackauth.py isn't reinventing the wheel. More... over 14 years ago
Upgraded API version More... over 14 years ago
Realised that site.use_gzip = False won't stop the header being sent. Although I don't think they allow non-gzip requests any more. More... over 14 years ago
Quick fix. More... over 14 years ago
Added two of @Edan Maor's suggestions - fetch keyword parameters (mostly); fetching user answers, etc. with site.answers(user_id=xxx) More... over 14 years ago
Added answers(user_id=xxx). More... over 14 years ago
Bad Dobby. Bad Dobby. *irons hand*. I must test code for master before he commits, sir. More... over 14 years ago
Grr. This'll teach me to commit and push before testing. More... over 14 years ago
Oops. Stupid mistake. Fixed now. (Didn't rejoin root_domain string.) More... over 14 years ago
(Hopefully) added URLs to User/Question/Answer, per @Edan Maor More... over 14 years ago
Added a use_gzip option just in case; fixed rate limit variables. More... over 14 years ago
Added gzip compression support - thanks to @Edan Maor on StackApps More... over 14 years ago
Added a slightly modified version of @b p's patch (see http://stackapps.com/questions/198/py-stackexchange-an-api-wrapper-for-python/673#673) More... over 14 years ago
Added some more sample code. More... over 14 years ago
Added stats support and a little demo to show it. More... over 14 years ago
Finished Timeline. Yippee! I think revisions and stats are the main things now. More... over 14 years ago
Either implemented or removed all the little shell classes, apart from Timeline. Which needs doing next! More... over 14 years ago
Added support for Python 2.5 through simplejson. Thanks, @Chris Lawlor! More... over 14 years ago
Phew. Even more documentation - much more complete list of fields, etc. More... over 14 years ago
Updated README with info on auto-gen docs. More... over 14 years ago
Went on a documentation spree; I think it's much better than it was. Still needs information on exactly what fields are exposed by objects. More... over 14 years ago
Fixed metadata on extended StackExchangeResultsets More... over 14 years ago
StackExchangeResultset is now a *lot* more useful - can fetch new pages. More... over 14 years ago