0
I Use This!
Inactive

Commits : Listings

Analyzed about 11 hours ago. based on code collected about 15 hours ago.
May 03, 2023 — May 03, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
[svn r55] Oy: typo in that last change More... over 16 years ago
[svn r54] 503 now maps to ServiceUnavailable, a Retriable exception. More... over 16 years ago
[svn r53] From what I can tell, params.dumper doesn't work at all, so use self.dumper and loader instead. Add safe_load to jsonhttp which allows a response body to be an empty string without causing an exception. More... over 16 years ago
[svn r51] Modified setup.py to generate eggs (which work as far as I can tell), bumped the version number to 0.2. 0.1 is the beta-1 branch, so when we branch again it will be from trunk to beta-2. More... over 16 years ago
[svn r50] Such a silly fix, but it resolves the delete bug. I guess omitting the self qualifier caused delete_ to close over the global httpc.request_ instead of using its local (overridden) delete. Goddamn is that subtle. More... over 16 years ago
[svn r49] Explicit deletion of traceback object to help stave off cyclic object references. More... over 16 years ago
[svn r48] svn merge -r15:47 https://svn.secondlife.com/svn/eventlet/branches/beta-1 into https://svn.secondlife.com/svn/eventlet/trunk More... over 16 years ago
[svn r47] Solved the problem of switching coros from within an exception handler. One casualty was that we lost the ability to perform a bare raise after a switch, but that's not a huge deal since the exception handler can save of the exc_info if it really wants to re-raise. We'll be working on an extension module to restore the exc_info state so that even this limitation is eliminated. Paired by Which, Donovan, and Chet. More... over 16 years ago
[svn r46] Removed dependency on mxDateTime, though it is used if present. Added unit test for date/time parsing. More... over 16 years ago
[svn r45] httpc.InternalServerError was doing its own repr that needed to pick up the params refactoring. Unit test shows that it works now. More... over 16 years ago
[svn r43] Clean up the internal APIs. Reviewed by Which. More... over 16 years ago
[svn r42] Piped print statements into the server log so that you can configurably turn them off. More... over 16 years ago
[svn r41] yak shaving to make the horribly ugly httpc exceptions look pretty http://twitter.com/donovanpreston/statuses/383868912 More... over 16 years ago
[svn r40] Initialize base Exception object so that str(ErrorResponse) doesn't itself throw an exception. More... over 16 years ago
[svn r39] Allow response handlers to throw an ErrorResponse. More... over 16 years ago
[svn r37] Bugfix in httpc with setting content-type; move more greenlet accesses into api; add coros.execute which is like api.spawn but returns an event object for the return value of the function More... over 16 years ago
[svn r34] Propagate keyword arguments around more thoroughly. More... over 16 years ago
[svn r33] HTTP response code 307 - Temporary Redirect More... over 16 years ago
[svn r32] Support the 302 response code, "Found". More... over 16 years ago
[svn r31] Get httpc to handle HTTP 303 status code. More... over 16 years ago
[svn r30] Handle 301 redirect responses. More... over 16 years ago
[svn r28] Testin da HEAD verb, yo. More... over 16 years ago
[svn r27] httpc_test cleanups, suggested by which. More... over 16 years ago
[svn r26] Round out httpc tests. More... over 16 years ago
[svn r25] Test POST roundtripping. More... over 16 years ago
[svn r24] Restore Which's refactoring of httpc.request More... over 16 years ago
[svn r23] Add initial minimal httpc tests. More... over 16 years ago
[svn r21] Make httpd_test look for apachebench more carefully. Reviewed by Ryan. More... over 16 years ago
[svn r20] Refactor the httpc API to return more information. Reviewed by Ryan. More... over 16 years ago
[svn r19] Refactored httpc a bit to make it easier to extend. One of the API changes is that it now accepts arbitrary keyword arguments, which are then passed on to all the implementation methods, in case your extension involves, say, an object that gets passed around. We're basically moving more and more stuff into the HttpSuite object. More... over 16 years ago