summaryrefslogtreecommitdiff
path: root/requests/compat.py
Commit message (Expand)AuthorAgeFilesLines
* Separate collections from collections.abcRaymond Hettinger2018-06-111-0/+2
* Removed legacy fallback for python3.2Alex Gaynor2017-06-251-3/+1
* fix compat.pyKenneth Reitz2017-05-261-2/+3
* proxy bypass on Windows without DNS lookupsschlamar2017-05-041-2/+4
* adding rewind for re-POST bodiesNate Prewitt2016-11-021-0/+2
* making module docstrings and coding comments consistentNate Prewitt2016-07-191-1/+5
* Merge pull request #2412 from sigmavirus24/remove-cruftKenneth Reitz2015-01-271-52/+0
|\
| * Remove entirely unnecessary and unused bits from requests.compatIan Cordasco2015-01-181-52/+0
* | Check that a filename is a basestring instanceIan Cordasco2015-01-201-1/+0
|/
* Fix a typo in a commentBen Edelman2014-12-151-1/+1
* handle urllib3 api changes; closes #2045Josh Schneier2014-07-291-2/+0
* compat: handle SyntaxError when importing simplejsonMartin Geisler2014-05-261-1/+3
* Fix all remaining references to charadeIan Cordasco2013-12-181-1/+1
* Wrap IncompleteRead in ChunkedEncodingError.Cory Benfield2013-07-281-0/+2
* Use urllib to retrieve environment proxies.James Clarke2013-05-311-2/+2
* it`s more pep8 nowoczkers2013-01-271-1/+0
* chardet fixes!Kenneth Reitz2012-12-011-0/+1
* Merge branch 'master' of github.com:kennethreitz/requestsKenneth Reitz2012-11-291-6/+0
|\
| * Modified: Change the import statement.Keiji Matsuzaki2012-11-291-1/+1
* | fix chardet importKenneth Reitz2012-11-271-5/+5
|/
* Make sure that url has fragment removed when using a proxyJonathan Halcrow2012-10-271-2/+2
* quote_plus, unquote_plus addedLasse Vang Gravesen2012-10-221-2/+2
* Making the code more PEP8 compliantRadu Voicilas2012-10-091-1/+1
* Fixes #817.Ian Cordasco2012-09-021-0/+2
* import cchardet if availableasapo2012-08-271-1/+4
* Whitespace fixes following PEP8.Locker5372012-08-161-1/+0
* Correctly handle encoding numbers when POSTing.Cory Benfield2012-08-061-0/+2
* Moved fix for #747 to compat moduleMarcus McCurdy2012-08-041-0/+2
* simplify #710Kenneth Reitz2012-07-081-0/+4
* chardet2Kenneth Reitz2012-06-281-0/+2
* Further changes to move cookies to CookieJarShivaram Lingamneni2012-05-011-2/+2
* Use basestring instead of str to determine when to return headers as-is. This...Greg Taylor2012-02-051-0/+2
* wow.Kenneth Reitz2012-01-271-1/+2
* oh snapKenneth Reitz2012-01-231-1/+9
* more stuff and things Kenneth Reitz2012-01-231-1/+4
* goodKenneth Reitz2012-01-231-0/+16
* compatKenneth Reitz2012-01-231-0/+75