summaryrefslogtreecommitdiff
path: root/requests
Commit message (Expand)AuthorAgeFilesLines
* fix: 'None' testWilliam Pain2013-10-041-1/+1
* fix: check 'cookie.value' before actionsWilliam Pain2013-10-021-1/+1
* prototype for new urllib3 timeoutsKenneth Reitz2013-09-241-0/+6
* new urllib3Kenneth Reitz2013-09-249-106/+851
* Merge pull request #1602 from sigmavirus24/handle_multiple_qop_typesKenneth Reitz2013-09-241-3/+3
|\
| * Handle case when WWW-Authenticate returns multiple qopsIan Cordasco2013-09-131-3/+3
* | Merge pull request #1565 from Lukasa/relativeKenneth Reitz2013-09-241-1/+1
|\ \ | |/ |/|
| * Don't absolute import vendored things.Cory Benfield2013-09-011-1/+1
* | Python defaults arguments are hard.Cory Benfield2013-09-131-2/+2
|/
* Allow spaces in the no_proxy environ variable.Cory Benfield2013-08-231-1/+1
* Merge pull request #1537 from Lukasa/datetimeKenneth Reitz2013-08-211-0/+4
|\
| * Allow non-string objects to be data with filesCory Benfield2013-08-171-0/+4
* | Merge pull request #1527 from paul-matthews/restrict-hooks-accessKenneth Reitz2013-08-211-0/+3
|\ \
| * | Raise an error for unsupported hook eventPaul Matthews2013-08-121-0/+3
* | | RequestException subclasses IOError.Cory Benfield2013-08-171-1/+1
| |/ |/|
* | Merge pull request #1515 from schlamar/https-proxy-2.0Kenneth Reitz2013-08-144-53/+175
|\ \ | |/ |/|
| * Add proxy_headers functionality.Cory Benfield2013-08-141-10/+27
| * Cache manager for proxy connection.ms4py2013-08-031-1/+5
| * Fix for new proxy API.ms4py2013-08-031-2/+2
| * Update urllib3 to 14b8945ms4py2013-08-033-42/+143
* | Catch UnsupportedOperation.Cory Benfield2013-08-031-2/+2
|/
* Better percent-escape exception.Cory Benfield2013-08-021-2/+6
* Merge branch 'fix_401_cookies' of git://github.com/sigmavirus24/requests into...Kenneth Reitz2013-07-312-7/+11
|\
| * Take advantage of the new copy methodIan Cordasco2013-07-272-11/+2
| * Fixed finally. Also requires updated httpbin.orgIan Cordasco2013-07-271-0/+4
| * Make the regular tests passIan Cordasco2013-07-271-10/+12
| * Start work on sending cookies backIan Ross and Ian Cordasco2013-07-271-2/+9
* | Merge branch 'proxyscheme' of git://github.com/Lukasa/requests into 2.0Kenneth Reitz2013-07-312-13/+9
|\ \
| * | Proxy urls should have explicit schemes.Cory Benfield2013-07-282-17/+13
* | | Merge branch 'keytype' of git://github.com/Lukasa/requests into 2.0Kenneth Reitz2013-07-312-9/+27
|\ \ \
| * | | Instantiate the CID directly.Cory Benfield2013-07-291-2/+1
| * | | Header keys should be native strings.Cory Benfield2013-07-292-8/+27
| |/ /
* | | Merge pull request #1500 from gavrie/master2.0Kenneth Reitz2013-07-314-13/+22
|\ \ \
| * | | Update urllib3 to d89d508Gavrie Philipson2013-07-294-13/+22
| |/ /
* | | Merge pull request #1498 from Lukasa/incompletereadKenneth Reitz2013-07-313-4/+16
|\ \ \
| * | | Wrap IncompleteRead in ChunkedEncodingError.Cory Benfield2013-07-283-4/+16
| |/ /
* | | Merge pull request #1501 from sigmavirus24/remove_setting_of_hooksKenneth Reitz2013-07-311-1/+0
|\ \ \
| * | | Fix duplication of efforts caught by @dofelwIan Cordasco2013-07-291-1/+0
* | | | Merge pull request #1506 from Lukasa/mockrequestKenneth Reitz2013-07-311-0/+4
|\ \ \ \
| * | | | Provide 'host' parameter to MockRequest.Cory Benfield2013-07-301-0/+4
| | |/ / | |/| |
* | | | Merge settings when creating PreparedRequest, don't copy Request.Robert Estelle2013-07-312-56/+54
* | | | Shallow copy of Request fields in Request.copy()Robert Estelle2013-07-301-6/+12
* | | | Skip unneccessary Request.copy in Session.requestRobert Estelle2013-07-301-4/+6
* | | | Prepare requests with session settings separately from sending.Robert Estelle2013-07-302-34/+61
|/ / /
* | | Merge pull request #1494 from Lukasa/closeCory Benfield2013-07-271-0/+5
|\ \ \ | |_|/ |/| |
| * | Document the Response.close() method.Cory Benfield2013-07-251-0/+5
| |/
* | Merge pull request #1476 from sigmavirus24/add_copy_to_prepared_requestsKenneth Reitz2013-07-261-0/+9
|\ \ | |/ |/|
| * Add copy method to PreparedRequest objectsIan Cordasco2013-07-201-1/+10
* | Comment markups, courtesy of @sigmavirus24Cory Benfield2013-07-241-2/+2
* | Better cookie docs on sessions.Cory Benfield2013-07-241-1/+4