summaryrefslogtreecommitdiff
path: root/requests
Commit message (Expand)AuthorAgeFilesLines
* TimeoutSauce!Kenneth Reitz2013-09-241-3/+3
* v2.0.0Kenneth Reitz2013-09-241-2/+2
* merge 2.0 insto masterKenneth Reitz2013-09-2417-199/+1101
|\
| * 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 #1503 from skastel/masterKenneth Reitz2013-09-241-2/+4
|\ \ \ \
| * | | | Raising ValueError's when we're passed inconsistent POST data and files dict.Stephen Huenneke2013-08-061-2/+4
| * | | | Making sure we check for str/unicode.Stephen Huenneke2013-07-291-2/+2
| * | | | Fixing error return to be consistent with tuple return at the end of the method.Stephen Huenneke2013-07-291-1/+1
| | |/ / | |/| |
* | | | Merge pull request #1585 from rvoicilas/masterKenneth Reitz2013-09-241-1/+1
|\ \ \ \
| * | | | Use values() when the keys are not being usedRadu Voicilas2013-09-091-1/+1
* | | | | minor typo: Fix requests spellingSayan Chowdhury2013-09-111-1/+1
* | | | | Fixed persistence spellingkracekumar2013-09-101-1/+1
|/ / / /
* | | | Improved content encoding detection.Jon Parise2013-09-031-1/+5
* | | | Skip cookie extraction if necessaryIan Cordasco2013-08-161-0/+3
* | | | Merge pull request #1508 from dieterv/masterKenneth Reitz2013-07-311-3/+0
|\ \ \ \ | |_|/ / |/| | |
| * | | remove duplicate commentDieter Verfaillie2013-07-311-3/+0
| |/ /
* | | 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
|\ \ \