| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merge branch 'release/0.2.3'v0.2.3 | Kenneth Reitz | 2011-02-15 | 5 | -16/+62 |
| |\ | |||||
| | * | v0.2.3 | Kenneth Reitz | 2011-02-15 | 1 | -1/+1 |
| | * | v0.2.3 | Kenneth Reitz | 2011-02-15 | 1 | -2/+2 |
| | * | Updating AUTHORS | Kenneth Reitz | 2011-02-15 | 1 | -1/+2 |
| | * | leave room for _ | Kenneth Reitz | 2011-02-15 | 1 | -0/+10 |
| | * | New tests for new HTTP STATUS Handling | Kenneth Reitz | 2011-02-15 | 1 | -1/+17 |
| | * | Now Requests has it's own HTTPError | Kenneth Reitz | 2011-02-15 | 1 | -0/+1 |
| | * | HTTPError changes are going down in history | Kenneth Reitz | 2011-02-15 | 1 | -0/+10 |
| | * | raise_for_status is better | Kenneth Reitz | 2011-02-15 | 1 | -1/+1 |
| | * | None, not False | Kenneth Reitz | 2011-02-15 | 1 | -1/+1 |
| | * | Added new HTTPError handing mechanisms. | Kenneth Reitz | 2011-02-15 | 1 | -11/+19 |
| | * | Merge branch 'release/0.2.2' into develop | Kenneth Reitz | 2011-02-14 | 4 | -5/+6 |
| | |\ | |||||
| * | \ | Merge branch 'release/0.2.2'v0.2.2 | Kenneth Reitz | 2011-02-14 | 5 | -45/+106 |
| |\ \ \ | | |/ | |/| | |||||
| | * | | Version Bump v0.2.2 | Kenneth Reitz | 2011-02-14 | 4 | -5/+6 |
| | |/ | |||||
| | * | Merge branch 'feature/cookies' into develop | Kenneth Reitz | 2011-02-14 | 3 | -22/+69 |
| | |\ | |||||
| | | * | Added Cookies documentation. | Kenneth Reitz | 2011-02-14 | 2 | -8/+14 |
| | | * | spelling error | Kenneth Reitz | 2011-02-14 | 1 | -1/+2 |
| | | * | cookies system in place. | Kenneth Reitz | 2011-02-14 | 1 | -5/+10 |
| | | * | Gevent / Eventlet is back! | Kenneth Reitz | 2011-02-14 | 1 | -14/+15 |
| | | * | fixed gevent problem | Kenneth Reitz | 2011-02-14 | 1 | -13/+17 |
| | | * | temporary | Kenneth Reitz | 2011-02-14 | 1 | -14/+14 |
| | | * | cleanups | Kenneth Reitz | 2011-02-14 | 1 | -7/+2 |
| | | * | Upated history | Kenneth Reitz | 2011-02-14 | 1 | -1/+3 |
| | | * | Added CookieJar | Kenneth Reitz | 2011-02-14 | 1 | -6/+19 |
| | | * | eventlet > gevent (i think) | Kenneth Reitz | 2011-02-14 | 1 | -6/+7 |
| | | * | monkey patchin' (will this suffice?) | Kenneth Reitz | 2011-02-14 | 1 | -2/+12 |
| | | * | Added release 0.2.2 info. | Kenneth Reitz | 2011-02-14 | 1 | -0/+6 |
| | | * | eventlet support. | Kenneth Reitz | 2011-02-14 | 1 | -1/+4 |
| | |/ | |||||
| | * | typo | Kenneth Reitz | 2011-02-14 | 1 | -1/+1 |
| | * | Handles request in event of HTTPError. Fixes Issue #2 | Kenneth Reitz | 2011-02-14 | 1 | -21/+20 |
| | * | Added AUTHORS file. | Kenneth Reitz | 2011-02-14 | 1 | -0/+13 |
| | * | who stole dem cookies | Kenneth Reitz | 2011-02-14 | 1 | -0/+1 |
| * | | Merge branch 'release/0.2.1'v0.2.1 | Kenneth Reitz | 2011-02-14 | 11 | -43/+752 |
| |\ \ | |/ | |||||
| | * | updated multipart-upload documentation | Kenneth Reitz | 2011-02-14 | 1 | -2/+5 |
| | * | added setup.py test | Kenneth Reitz | 2011-02-14 | 1 | -6/+7 |
| | * | v0.2.1 | Kenneth Reitz | 2011-02-14 | 3 | -3/+12 |
| | * | added simple test fixture for Postbin and posting | Kenneth Reitz | 2011-02-14 | 1 | -0/+14 |
| | * | renamed multipart_files to files | Kenneth Reitz | 2011-02-14 | 1 | -12/+12 |
| | * | added response.url support for 301's and the like. | Kenneth Reitz | 2011-02-14 | 2 | -1/+8 |
| | * | Merge branch 'feature/multipart-encode' into develop | Kenneth Reitz | 2011-02-14 | 7 | -28/+704 |
| | |\ | |||||
| | | * | Added multipart_files support for PUT | Kenneth Reitz | 2011-02-14 | 1 | -7/+15 |
| | | * | absolute imports | Kenneth Reitz | 2011-02-14 | 3 | -5/+5 |
| | | * | except clause fix for python3 | Kenneth Reitz | 2011-02-14 | 1 | -4/+4 |
| | | * | string formatting supports None. Who knew. | Kenneth Reitz | 2011-02-14 | 1 | -11/+4 |
| | | * | multipart_files support! | Kenneth Reitz | 2011-02-14 | 1 | -10/+23 |
| | | * | proper poster imports | Kenneth Reitz | 2011-02-14 | 2 | -2/+3 |
| | | * | Worth a shot | Kenneth Reitz | 2011-02-14 | 1 | -0/+1 |
| | | * | import poster from site-packages for now | Kenneth Reitz | 2011-02-14 | 1 | -0/+3 |
| | | * | added multipart_file syntax | Kenneth Reitz | 2011-02-14 | 1 | -2/+4 |
| | | * | vendorized poster | Kenneth Reitz | 2011-02-14 | 4 | -0/+643 |
