summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #1643 from william-p/dev2.0Kenneth Reitz2013-10-071-1/+1
|\
| * fix: 'None' testWilliam Pain2013-10-041-1/+1
| * fix: check 'cookie.value' before actionsWilliam Pain2013-10-021-1/+1
|/
* runscope!Kenneth Reitz2013-09-241-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 #1541 from Lukasa/releasenoteKenneth Reitz2013-09-241-0/+44
|\ \
| * | Bring release note current to 1st Sept.Cory Benfield2013-09-011-0/+3
| * | Begin work on the 2.0 changelog.Cory Benfield2013-08-191-0/+41
* | | Merge pull request #1565 from Lukasa/relativeKenneth Reitz2013-09-241-1/+1
|\ \ \ | |_|/ |/| |
| * | Don't absolute import vendored things.Cory Benfield2013-09-011-1/+1
* | | Merge pull request #1598 from Lukasa/defaultsKenneth Reitz2013-09-131-2/+2
|\ \ \ | |/ / |/| |
| * | Python defaults arguments are hard.Cory Benfield2013-09-131-2/+2
|/ /
* | Merge pull request #1552 from Lukasa/noproxyKenneth Reitz2013-08-231-1/+1
|\ \
| * | Allow spaces in the no_proxy environ variable.Cory Benfield2013-08-231-1/+1
|/ /
* | Merge pull request #1537 from Lukasa/datetimeKenneth Reitz2013-08-212-0/+12
|\ \
| * | Allow non-string objects to be data with filesCory Benfield2013-08-172-0/+12
| |/
* | 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
* | | Merge pull request #1536 from Lukasa/IOErrorKenneth Reitz2013-08-211-1/+1
|\ \ \ | |_|/ |/| |
| * | RequestException subclasses IOError.Cory Benfield2013-08-171-1/+1
|/ /
* | Merge pull request #1515 from schlamar/https-proxy-2.0Kenneth Reitz2013-08-146-53/+177
|\ \ | |/ |/|
| * Add proxy_headers functionality.Cory Benfield2013-08-141-10/+27
| * Added entry to AUTHORS.schlamar2013-08-031-0/+1
| * Added proxy support to feature list.schlamar2013-08-031-0/+1
| * 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
* | Merge pull request #1516 from Lukasa/ioKenneth Reitz2013-08-061-2/+2
|\ \ | |/ |/|
| * Catch UnsupportedOperation.Cory Benfield2013-08-031-2/+2
|/
* Merge pull request #1514 from Lukasa/verrorKenneth Reitz2013-08-021-2/+6
|\
| * 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-313-8/+28
|\
| * Take advantage of the new copy methodIan Cordasco2013-07-272-11/+2
| * Fixed finally. Also requires updated httpbin.orgIan Cordasco2013-07-272-1/+5
| * Make the regular tests passIan Cordasco2013-07-271-10/+12
| * Start work on sending cookies backIan Ross and Ian Cordasco2013-07-272-2/+25
* | 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-313-16/+43
|\ \ \
| * | | Instantiate the CID directly.Cory Benfield2013-07-291-2/+1
| * | | Modify new CID tests to use native string keys.Cory Benfield2013-07-291-4/+3
| * | | Header keys should be native strings.Cory Benfield2013-07-293-11/+40
| |/ /
* | | 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 #1487 from dpursehouse/rewrite-test_mixed_case_scheme_acce...Kenneth Reitz2013-07-311-34/+15
|\ \ \
| * | | Check the response URL in `test_uppercase_scheme_redirect`David Pursehouse2013-07-241-0/+1
| * | | Rewrite `test_uppercase_scheme_redirect` to use local httpbinDavid Pursehouse2013-07-241-1/+3