summaryrefslogtreecommitdiff
path: root/requests/core.py
Commit message (Expand)AuthorAgeFilesLines
* Version Bump v0.2.2Kenneth Reitz2011-02-141-2/+2
* Added Cookies documentation.Kenneth Reitz2011-02-141-1/+6
* spelling errorKenneth Reitz2011-02-141-1/+2
* cookies system in place.Kenneth Reitz2011-02-141-5/+10
* Gevent / Eventlet is back!Kenneth Reitz2011-02-141-14/+15
* fixed gevent problemKenneth Reitz2011-02-141-13/+17
* temporaryKenneth Reitz2011-02-141-14/+14
* cleanupsKenneth Reitz2011-02-141-7/+2
* Added CookieJarKenneth Reitz2011-02-141-6/+19
* eventlet > gevent (i think)Kenneth Reitz2011-02-141-6/+7
* monkey patchin' (will this suffice?)Kenneth Reitz2011-02-141-2/+12
* eventlet support.Kenneth Reitz2011-02-141-1/+4
* typoKenneth Reitz2011-02-141-1/+1
* Handles request in event of HTTPError. Fixes Issue #2Kenneth Reitz2011-02-141-21/+20
* v0.2.1Kenneth Reitz2011-02-141-2/+2
* renamed multipart_files to filesKenneth Reitz2011-02-141-12/+12
* added response.url support for 301's and the like.Kenneth Reitz2011-02-141-1/+5
* Added multipart_files support for PUTKenneth Reitz2011-02-141-7/+15
* except clause fix for python3Kenneth Reitz2011-02-141-4/+4
* string formatting supports None. Who knew.Kenneth Reitz2011-02-141-11/+4
* multipart_files support!Kenneth Reitz2011-02-141-10/+23
* import poster from site-packages for nowKenneth Reitz2011-02-141-0/+3
* added multipart_file syntaxKenneth Reitz2011-02-141-2/+4
* missed oneKenneth Reitz2011-02-141-1/+0
* whitespaceKenneth Reitz2011-02-141-0/+1
* freaking string replaceKenneth Reitz2011-02-141-19/+19
* Docstring whitespaceKenneth Reitz2011-02-141-90/+88
* better repr() supportKenneth Reitz2011-02-141-0/+13
* whitepacezKenneth Reitz2011-02-131-1/+0
* AutoAuth documentation.Kenneth Reitz2011-02-131-0/+19
* Documentation update.Kenneth Reitz2011-02-131-14/+63
* v0.2.0Kenneth Reitz2011-02-131-4/+2
* Wow, and AUTO_AUTH works. first try!Kenneth Reitz2011-02-131-1/+1
* Much better exception handlingKenneth Reitz2011-02-131-48/+49
* all caps only for request methodsKenneth Reitz2011-02-131-24/+6
* DELETE in place. Kenneth Reitz2011-02-131-6/+9
* FIXEDKenneth Reitz2011-02-131-35/+25
* urllib2 Request subclass w/ settable methodsKenneth Reitz2011-02-131-9/+39
* HEAD SupportKenneth Reitz2011-02-131-15/+10
* parameters working for GETs now. This is awesome.Kenneth Reitz2011-02-131-23/+32
* GET and POST completely in placeKenneth Reitz2011-02-131-1/+33
* Basic POST in place.Kenneth Reitz2011-02-131-14/+41
* filling out the gapsKenneth Reitz2011-02-131-14/+49
* Base GET in place. No AUTH yet.Kenneth Reitz2011-02-131-3/+37
* fixesKenneth Reitz2011-02-131-13/+53
* basic handling configuration in place w/ autoauthKenneth Reitz2011-02-131-9/+43
* core updateKenneth Reitz2011-02-131-4/+25
* AuthAuthsKenneth Reitz2011-02-131-5/+43
* basic layout in placeKenneth Reitz2011-02-131-1/+56
* generic skeletonKenneth Reitz2011-02-131-0/+1