summaryrefslogtreecommitdiff
path: root/requests/utils.py
Commit message (Expand)AuthorAgeFilesLines
...
* Allow use of 'no_proxy' in the proxies argumentJohn L. Villalovos2017-02-101-8/+34
* Fixed detection of utf-32-be by BOM.Герасименко Евгений2016-12-291-1/+1
* Merge pull request #3655 from nateprewitt/tzickel_post_redirect_w_streamableCory Benfield2016-11-031-3/+19
|\
| * adding rewind for re-POST bodiesNate Prewitt2016-11-021-3/+19
* | Merge pull request #3627 from nateprewitt/remove_update_callCory Benfield2016-10-271-3/+1
|\ \ | |/ |/|
| * make add_dict_to_cookiejar cookielib.CookieJar compatibleNate Prewitt2016-10-271-3/+1
* | fix issue when the file-like object raises an IOError with tellMohamed Elawadi2016-10-181-9/+9
|/
* Update Comments & Magic StringsBrian Bamsch2016-09-271-1/+1
* Move to_native_string to _internal_utils.py to avoid circular dependencyBrian Bamsch2016-09-261-19/+4
* Merge pull request #3535 from nateprewitt/3339_avoid_getvaluesCory Benfield2016-09-141-6/+17
|\
| * removing use of seek to set total_lengthNate Prewitt2016-08-241-10/+8
| * Fall back to streamingSkipper Seabold2016-08-241-1/+5
| * Python 2 compatibilitySkipper Seabold2016-08-241-1/+7
| * Use seek from end rather than getvalueSkipper Seabold2016-08-241-5/+8
* | Fixed another scheme proxy over "all" priorityMichael Hunsinger2016-08-221-1/+1
* | Fixed bug to give scheme proxy priority over "all"Michael Hunsinger2016-08-211-2/+2
|/
* reverting 3362Nate Prewitt2016-08-091-12/+5
* Document bunch of return typesVille Skyttä2016-08-091-5/+60
* Merge pull request #3429 from nateprewitt/docstring_cleanupKenneth Reitz2016-07-201-20/+14
|\
| * making class and function docstrings consistentNate Prewitt2016-07-201-19/+14
| * making module docstrings and coding comments consistentNate Prewitt2016-07-191-1/+0
* | adding in pep8 fixesNate Prewitt2016-07-201-2/+4
|/
* Defining header value type requirements and testsNate Prewitt2016-07-051-4/+9
* adding in slice_length fix and test for chunk_size=None (#3370)Nate Prewitt2016-07-021-0/+2
* check and test for headers containing return characters or leading whitespaceNate Prewitt2016-07-021-1/+19
* adding asserted_encoding check on None type encoding to match text() behavior...Nate Prewitt2016-06-281-5/+12
* Merge pull request #3185 from brettdh/3183-support-all-proxy-env-varIan Cordasco2016-05-171-5/+14
|\
| * Add 'all' proxy selection to select_proxyBrett Higgins2016-05-131-5/+14
* | consider plain ip notation of an ip in no_proxy if not in cidr notationKumar Varadarajulu2016-05-161-0/+4
|/
* utils: let select_proxy not raise an exception when url has no hostnameJohn R. Lenton2016-04-261-1/+4
* Merge remote-tracking branch 'upstream/master' into utils-unit-testsDmitry Dygalo2016-03-131-1/+8
|\
| * Switch to treat files without tell() as zero-lengthCory Benfield2016-03-071-2/+4
| * Allow for exceptions from tell()Cory Benfield2016-03-071-1/+6
* | Added unit tests for utils moduleDmitry Dygalo2016-02-191-14/+11
|/
* Push code review advice from @sigmavirus24Cory Benfield2015-12-191-4/+5
* Handle bytes and unicode URLs for netlocCory Benfield2015-12-181-1/+4
* Fix super_len for partially read filesIan Cordasco2015-11-101-9/+15
* Emit warnings when using text mode files.Cory Benfield2015-10-241-2/+17
* Merge pull request #2803 from asieira/masterIan Cordasco2015-10-051-27/+1
|\
| * Update default user-agent (#2785)Alexandre Sieira2015-10-051-27/+1
* | Merge pull request #2721 from Lukasa/no_proxy_fixCory Benfield2015-10-051-1/+3
|\ \ | |/ |/|
| * Ignore empty fields in no_proxyCory Benfield2015-08-131-1/+3
* | don't lowercase a url before urlparsing itJason Grout2015-08-281-1/+1
* | Fix documentation for the proxies dictionaryJason Grout2015-08-271-1/+5
* | Factor out the proxy selection codeJason Grout2015-08-271-0/+8
|/
* Change ignore_errors to raise_errors in get_netrc_authDavid Pursehouse2015-06-291-3/+3
* Allow get_netrc_auth to raise parse/permission errors to callerDavid Pursehouse2015-06-291-2/+3
* Merge pull request #2393 from sigmavirus24/bug/2356Kenneth Reitz2015-01-271-4/+12
|\
| * Attempt to quote anyway if unquoting failsIan Cordasco2015-01-181-4/+12
* | Check that a filename is a basestring instanceIan Cordasco2015-01-201-2/+4
|/