summaryrefslogtreecommitdiff
path: root/test_requests.py
Commit message (Expand)AuthorAgeFilesLines
* Update tests to work offlineIan Cordasco2014-12-011-7/+7
* Add last few changes and add a quick testIan Cordasco2014-11-121-1/+13
* Added test for overriding Content-Length.Alexander Nelzin2014-11-121-0/+8
* Use to_native_string instead of builtin_strIan Cordasco2014-10-311-0/+5
* fix failing test "test_prepare_unicode_url" \(take 3\)Scott Sadler2014-10-261-1/+2
* allow unicode URLs on Python 2MinRK2014-10-051-0/+8
* Merge pull request #2258 from willingc/add-jsonKenneth Reitz2014-10-051-0/+9
|\
| * Fixes typo in testCarol Willing2014-08-281-1/+1
| * Adds review changesCarol Willing2014-08-281-1/+2
| * Adds json parameter for POST requestsCarol Willing2014-08-281-0/+8
* | Support bytestring URLs on Python 3.xJoe Alcorn2014-09-301-0/+6
* | Document skipping in PreparedRequest; followup to #2222Daniel Hahler2014-09-121-1/+1
* | Add more tests to `test_invalid_url`Daniel Hahler2014-09-121-2/+9
* | Add test for invalid portIan Cordasco2014-08-291-0/+3
* | Add test that invalid domain raises a ConnectionErrorKevin Burke2014-08-291-0/+5
|/
* woopsKevin Burke2014-08-241-3/+2
* assert connect timeout inheritanceKevin Burke2014-08-241-2/+4
* Add support for connect timeoutsKevin Burke2014-08-231-2/+48
* Update on Tracking Previous RequestsContinuousFunction2014-08-191-3/+4
* Tracking Previous RequestsContinuousFunction2014-08-171-0/+8
* handle urllib3 api changes; closes #2045Josh Schneier2014-07-291-12/+0
* Replace setattrRoman Levin2014-07-241-1/+1
* Handle socket errors in iter_contentRoman Levin2014-07-241-1/+13
* Update with style considerations by @kennethreitzJeff Knupp2014-06-101-12/+7
* various pep-8 cleanups; remove unsused imports; remove unused variablesJeff Knupp2014-06-101-48/+71
* Force basic auth strings to native string typeCory Benfield2014-06-081-2/+7
* Allow copying of PreparedRequests without headers/cookiesDavid Gouldin2014-05-301-0/+28
* test: restore Python 3.2 compatibilityMartin Geisler2014-05-261-6/+14
* Added test for redirect with wrong gzipped header.schlamar2014-05-121-0/+20
* Added test case to handle response of streamed redirects.schlamar2014-05-121-1/+20
* Merge pull request #1937 from jaraco/masterKenneth Reitz2014-05-121-0/+21
|\
| * Add tests for decode_unicodeJason R. Coombs2014-03-041-0/+21
* | support request tuple dataFeng Liu2014-03-271-0/+27
* | The expected value changes for the proxies keywordfix-redirect-testIan Cordasco2014-03-261-1/+1
* | Merge pull request #1962 from sigmavirus24/fix-history-typeKenneth Reitz2014-03-241-0/+10
|\ \
| * | Fix #1960: A Response's history should be a listIan Cordasco2014-03-151-0/+10
| |/
* | Merge pull request #1963 from sigmavirus24/fix-redirect-methodsKenneth Reitz2014-03-241-0/+61
|\ \
| * | Fix #1955: Do not use original request in redirectIan Cordasco2014-03-151-0/+61
| |/
* | Test stripping standard auth.Cory Benfield2014-03-121-0/+17
|/
* Merge pull request #1935 from cjstapleton/masterKenneth Reitz2014-03-031-0/+8
|\
| * Fix styling issues with add timeout to stream with testingcjstapleton2014-02-281-2/+1
| * Add timeout to stream with testingcjstapleton2014-02-281-0/+9
* | Do not set headers with None valueIan Cordasco2014-02-141-0/+8
|/
* New Response property, .is_redirect.Zack Weinberg2014-02-131-0/+2
* test pyopenssl redirect (unit test for #1887)Konstantinos Koukopoulos2014-01-281-0/+3
* Added comment for test test_get_auth_from_urlRoberto Migli2014-01-131-0/+1
* Merged changes from @lukasaRoberto Migli2014-01-131-1/+5
|\
| * Unquote the auth after splitting the url.Cory Benfield2014-01-111-1/+5
* | Fixed parsing of username and password encoded in the URIRoberto Migli2014-01-131-1/+10
|/
* split cookiejar as dict testKonstantin Podshumok2013-12-181-2/+64