0
I Use This!
Inactive

Commits : Listings

Analyzed 10 minutes ago. based on code collected about 10 hours ago.
Apr 18, 2023 — Apr 18, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Bump version More... about 14 years ago
Add a bit of documentation More... about 14 years ago
Remove unneeded options More... about 14 years ago
We need mock, not testfixtures More... about 14 years ago
Allow authorisation headers to be added to a resource More... about 14 years ago
Add resilience to some relatively common exceptions: URLError and gaierror. We don't want to crash completely if we get those. More... about 14 years ago
Suport for passing name/value keypairs for POST and PUT More... about 14 years ago
Support for PUT and POST data. More... about 14 years ago
Add ignores More... about 14 years ago
Remove unused code More... about 14 years ago
Simplify the way alternate http verbs are specified More... about 14 years ago
with_statement no longer required More... about 14 years ago
Fix broken line More... about 14 years ago
Remove unused import More... about 14 years ago
Custom error handler to inhibit the default exception-throwing behaviour on 4xx HTTP codes (we just want to display the results as-is) More... about 14 years ago
Refactor to use urllib2 More... about 14 years ago
Start moving to urllib2 with a custom request that can handle all HTTP verbs. More... over 14 years ago
Use readline More... over 14 years ago
Add OPTIONS to the list of http verbs More... over 14 years ago
Support for OPTIONS More... over 14 years ago
Let the UI know about new commands More... over 14 years ago
Basic plumbing for the rest of the commands More... over 14 years ago
Add a help command More... over 14 years ago
Print out results from a get More... over 14 years ago
Don't pass the URL scheme down to HTTPConnection's ctor. Only the host/port is needed. More... over 14 years ago
Parse URLs of the form mace.com:123 correctly More... over 14 years ago
Better handling when an explicit port isn't specified Properly handle the case where a scheme isn't specified (URL parsing breaks completely in that case) More... over 14 years ago
Add support for unknown commands (well, you know what I mean...) More... over 14 years ago
Default scheme to http More... over 14 years ago
Wire in the Get command More... over 14 years ago