summaryrefslogtreecommitdiff
path: root/requests/utils.py
Commit message (Expand)AuthorAgeFilesLines
...
* utils.guess_filename fails if the given parameter looks like a file object bu...Arthur Darcet2014-12-121-1/+1
* Add DeprecationWarnings to inform users of plansIan Cordasco2014-10-261-0/+11
* Made more betterMichael DeLay2014-10-101-1/+1
* Fixed #2250mikecool10002014-10-091-1/+1
* Update utils.pymikecool10002014-10-081-1/+1
* Merge pull request #2249 from t-8ch/fix_2247Kenneth Reitz2014-10-051-0/+15
|\
| * fix #2247Thomas Weißschuh2014-09-251-0/+15
* | fix documentation for utils.get_unicode_from_response() :)Kenneth Reitz2014-10-051-4/+1
|/
* add trailing commaKevin Burke2014-08-291-1/+1
* keep-aliveKenneth Reitz2014-08-281-1/+2
* Merge pull request #1924 from schlamar/proxy-default-schemeKenneth Reitz2014-05-121-8/+13
|\
| * Revert "Proxy urls should have explicit schemes."schlamar2014-02-181-8/+13
* | Fix typoPavlo Kapyshin2014-04-101-1/+1
* | Merge pull request #1951 from Lukasa/proxyauthKenneth Reitz2014-03-231-10/+15
|\ \
| * | Split get_environ_proxies into two methods.Cory Benfield2014-03-121-10/+15
| |/
* | Removed compress from accepted encodings.schlamar2014-03-121-1/+1
|/
* Be less defensive in get_auth_from_url.Cory Benfield2014-01-121-7/+4
* Meet @sigmavirus24's demanding stylistic criteria.Cory Benfield2014-01-121-3/+5
* TypeError, not AttributeError on 3.3.Cory Benfield2014-01-111-1/+1
* Unquote the auth after splitting the url.Cory Benfield2014-01-111-4/+7
* Merge pull request #1846 from acdha/paranoid-get_netrc_authKenneth Reitz2014-01-081-4/+13
|\
| * get_netrc_auth: code cleanupChris Adams2014-01-071-2/+3
| * get_netrc_auth: handle os.path.expanduser failureChris Adams2014-01-071-2/+10
* | Don't let proxy_bypass bring you down.Cory Benfield2014-01-071-1/+10
|/
* Merge pull request #1770 from kmadac/masterKenneth Reitz2013-12-051-5/+64
|\
| * function is_ipv4_network renamedKamil Madac2013-12-051-4/+12
| * Typo fixedKamil Madac2013-12-051-1/+1
| * Broad exception fixedKamil Madac2013-12-051-2/+2
| * Tiny comment fixKamil Madac2013-12-041-1/+1
| * Better commentsKamil Madac2013-12-041-2/+11
| * Redesigned no_proxy ip range imlementation to use only stdlib functionsKamil Madac2013-12-031-15/+40
| * Added possibility to use IP ranges (ex. 192.168.1.0/24) to no_proxy environme...Kamil Madac2013-12-021-5/+22
* | Remove the unicode literals.Cory Benfield2013-12-051-4/+4
* | Made default_user_agent reusablekracekumar2013-12-051-4/+4
* | Unquote the URL before extracting the auth.Cory Benfield2013-12-011-2/+3
|/
* Fix for AppEngineSamuel Hug2013-10-281-1/+2
* Increasing super_len compatibilty to include BytesIO and cStringIO objects.Matt Spitz2013-10-101-1/+12
* merge 2.0 insto masterKenneth Reitz2013-09-241-19/+38
|\
| * Allow spaces in the no_proxy environ variable.Cory Benfield2013-08-231-1/+1
| * Better percent-escape exception.Cory Benfield2013-08-021-2/+6
| * Merge branch 'proxyscheme' of git://github.com/Lukasa/requests into 2.0Kenneth Reitz2013-07-311-11/+7
| |\
| | * Proxy urls should have explicit schemes.Cory Benfield2013-07-281-15/+11
| * | Header keys should be native strings.Cory Benfield2013-07-291-6/+25
| |/
* | Improved content encoding detection.Jon Parise2013-09-031-1/+5
|/
* @1434 Fix https://github.com/kennethreitz/requests/issues/1434Chen Huang2013-06-251-1/+1
* Use urllib to retrieve environment proxies.James Clarke2013-05-311-15/+13
* Refactor merge_kwargs for clarity and to fix a few bugsChase Sterling2013-05-201-2/+2
* Rewrite CaseInsensitiveDict to work correctly/sanelyColin Dunklau2013-04-301-2/+3
* Use streaming decompression feature of urllib3.schlamar2013-04-101-42/+0
* fix get_auth_from_urlKenneth Reitz2013-03-221-1/+1