summaryrefslogtreecommitdiff
path: root/requests/utils.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* get_auth_from_url return None if nothing is foundKenneth Reitz2013-03-221-1/+1
* Make sure session cookies do not overwrite explicit request cookiesChase Sterling2013-02-161-2/+1
* Add Proxy-Auth header when proxies have credentials.Cory Benfield2013-02-061-0/+10
* shorten filename by os.path.basename in guess_filename(obj)Christopher Bare2013-01-301-1/+1
* it`s more pep8 nowoczkers2013-01-271-10/+10
* Remove support for certifiShivaram Lingamneni2013-01-171-2/+0
* CHUNKED REQUESTS!Kenneth Reitz2013-01-101-0/+7
* Make sure proxies have their scheme attached.Cory Benfield2012-12-271-1/+15
* clean up code support for OS certificate bundlesShivaram Lingamneni2012-12-231-34/+2
* A bit of linting.Ian Cordasco2012-12-171-2/+1
* tensionKenneth Reitz2012-12-171-52/+1
* further remove configKenneth Reitz2012-12-171-1/+8
* Merge pull request #945 from Lukasa/developKenneth Reitz2012-11-231-3/+21
|\
| * Respect the no_proxy environment variable.Cory Benfield2012-11-181-3/+21
* | Merge pull request #947 from JohnPeacockMessageSystems/developKenneth Reitz2012-11-231-1/+3
|\ \
| * | Only return a path if the cacert.pem file exists.John Peacock2012-11-211-1/+3
| |/
* | Back to issue #630, .isalnum() was sufficient in addressing the issue.Marcin Wielgoszewski2012-11-221-13/+10
|/
* Fix for user-agent settingPavel Dmitriev2012-11-131-1/+8
* Use a JSON-specific encoding detection when no encoding has been specified.Martijn Pieters2012-10-251-0/+35
* quote_plus, unquote_plus addedLasse Vang Gravesen2012-10-221-1/+1
* Issue 901:mmartin2012-10-191-2/+3
* Making the code more PEP8 compliantRadu Voicilas2012-10-091-1/+4
* Use __iter__ rather than the inefficient nested for loopsKunal Mehta2012-10-091-5/+2
* Fixes #817.Ian Cordasco2012-09-021-18/+39
* permissive implementation of iter_contentShivaram Lingamneni2012-09-021-0/+6
* Added in a link handler as per issue #711Rhys Elsmore2012-08-211-0/+33
* Merge branch 'develop' into key_val_listsIan Cordasco2012-08-181-0/+3
|\
| * Whitespace fixes following PEP8.Locker5372012-08-161-0/+3
* | Add to_key_val_lists to avoid repetition.Ian Cordasco2012-08-051-0/+27
|/
* Appengine workaroundSævar Öfjörð Magnússon2012-07-251-1/+1
* Move the user agent generation into it's own utility functionDonald Stufft2012-07-081-0/+31
* Merge pull request #629 from saschpe/developKenneth Reitz2012-06-281-0/+4
|\
| * Add openSUSE certificate supportSascha Peilicke2012-06-151-0/+4
* | include certifiKenneth Reitz2012-06-281-2/+2
|/
* by @mwielgoszewskiKenneth Reitz2012-05-291-1/+1
* cleanup #633Kenneth Reitz2012-05-291-9/+4
* this try catch is a poor man's patch for issue #630 see https://github.com/ke...Tzury Bar Yochay2012-05-241-14/+21