summaryrefslogtreecommitdiff
path: root/requests
Commit message (Expand)AuthorAgeFilesLines
* take a page out of @sigmavirus42's bookKenneth Reitz2017-05-251-0/+3
* __version__.pyKenneth Reitz2017-05-252-7/+14
* Update __init__.pyKenneth Reitz2017-05-241-3/+4
* Simplify fix for #4025Jonas Laursen2017-05-181-32/+33
* Fix #4025Jonas Laursen2017-05-181-32/+32
* v2.14.2v2.14.2Cory Benfield2017-05-101-2/+2
* v2.14.1v2.14.1Cory Benfield2017-05-091-2/+2
* v2.14.0v2.14.0Cory Benfield2017-05-091-2/+2
* Update certifi to 2017.4.17Cory Benfield2017-05-091-269/+240
* Update idna to v2.5Cory Benfield2017-05-093-1575/+1582
* Update chardet to v3.0.2Cory Benfield2017-05-0942-2870/+2024
* Update urllib3 to v1.21.1Cory Benfield2017-05-0916-139/+2032
* Specify that the timeout parameter is in seconds.Randy Barlow2017-05-061-1/+1
* proxy bypass on Windows without DNS lookupsschlamar2017-05-042-3/+55
* revert 8e6e47af and c121b98cschlamar2017-05-042-101/+2
* Merge pull request #3988 from Lukasa/fix-appveyorKenneth Reitz2017-05-031-3/+15
|\
| * Fix up Appveyor testingCory Benfield2017-05-031-3/+15
* | Remove some unused imports.Chris Gavin2017-04-254-6/+5
|/
* remove seemingly redundant pyflakes referencesThomas Grainger2017-04-202-4/+0
* fix handle of non-ascii location on redirectsshmuelamar2017-04-181-2/+11
* fix unicode decode error on py2 when handling redirect without schemeshmuelamar2017-04-141-1/+1
* Fix a typo in utilsXuanwo2017-04-081-1/+1
* Fixes DeprecationWarnings in Python 3.6 due to invalid escape sequences. Fixe...Ruben Dura Tari2017-04-053-15/+15
* Merge pull request #3943 from leo-b/timeoutCory Benfield2017-04-031-1/+3
|\
| * remove change for timeout=NoneAlexander 'Leo' Bergolth2017-03-301-5/+2
| * whitespaceAlexander 'Leo' Bergolth2017-03-291-1/+0
| * small rearrangementAlexander 'Leo' Bergolth2017-03-291-3/+3
| * allow urllib3 Timeout objects as timeout parameter for HTTPAdapter.send()Alexander 'Leo' Bergolth2017-03-291-4/+10
* | Update sessions.pyAnthony Shaw2017-04-021-1/+2
|/
* PR review fixes:Bastien Gérard2017-03-223-10/+18
* #3927 fixes based on reviewBastien Gérard2017-03-221-4/+5
* #3926 raise IOError when providing an invalid path to a CA bundle or certific...Bastien Gérard2017-03-221-8/+15
* Removed sentence as suggested.Marcos Dione2017-03-071-1/+1
* Add mention to list od tuples as data param.Marcos Dione2017-03-071-1/+1
* Update implementation of TimedCache objectIan Cordasco2017-03-041-4/+4
* fixed #3894 by mentioning form-encoding of dictLutz Horn2017-03-011-4/+4
* Fixed some typos (#3892)Victor Pfautz2017-02-271-1/+1
* wrapped proxy_bypass() with cache lookupDavid Fontenot2017-02-232-2/+101
* Update docstrings for Response.__{bool,nonzero}__Ian Cordasco2017-02-161-2/+14
* Correct docstring for Response.okIan Cordasco2017-02-161-1/+7
* added docstring for response.ok propertyMislav Cimperšak2017-02-161-0/+1
* properly handled failed seekNate Prewitt2017-02-141-8/+10
* Merge pull request #3865 from JohnVillalovos/masterKenneth Reitz2017-02-102-12/+42
|\
| * Allow use of 'no_proxy' in the proxies argumentJohn L. Villalovos2017-02-102-12/+42
* | * initial attempt at `get_redirect_target`jonathan vanasco2017-02-101-11/+16
|/
* Fix syntax errorMarcos Dione2017-02-071-1/+1
* Proper version, no bugs, shorter.Marcos Dione2017-02-061-1/+1
* do not convert /o\ into /O\Marcos Dione2017-02-061-1/+1
* Only send HTTPDigestAuth on 4xx challengesMatthew Medal2017-01-271-0/+6
* Bump version for 2.13.0v2.13.0Ian Cordasco2017-01-241-2/+2