summaryrefslogtreecommitdiff
path: root/test_requests.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* preserve python2-like dict API for RequestCookieJarKonstantin Podshumok2013-12-181-0/+3
* fix regression with cookiejar.iteritems()Konstantin Podshumok2013-12-181-0/+23
* test_requests: convert tests to py.test styleMichael Becker2013-12-061-6/+9
* cookies: Fix bugs found during CIMichael Becker2013-12-061-2/+2
* cookies: Take a less cowardly approachMichael Becker2013-12-061-18/+56
* test_requests: Add tests for morsel_to_cookieMichael Becker2013-12-061-4/+23
* Merge pull request #1770 from kmadac/masterKenneth Reitz2013-12-051-0/+41
|\
| * function is_ipv4_network renamedKamil Madac2013-12-051-4/+4
| * Additional tests addedKamil Madac2013-12-041-0/+12
| * Tests addedKamil Madac2013-12-041-0/+11
| * Revert "Small test added"Kamil Madac2013-12-031-1/+0
| * Small test addedKamil Madac2013-12-031-0/+1
| * Redesigned no_proxy ip range imlementation to use only stdlib functionsKamil Madac2013-12-031-2/+11
| * Added possibility to use IP ranges (ex. 192.168.1.0/24) to no_proxy environme...Kamil Madac2013-12-021-0/+9
* | Add a test case for request cookies persisting to session. refs #1728Chase Sterling2013-12-041-1/+7
* | Merge pull request #1768 from Lukasa/credpctKenneth Reitz2013-12-031-0/+12
|\ \
| * | Tests for #1767.Cory Benfield2013-12-011-0/+12
| |/
* | Merge pull request #1766 from Lukasa/qopKenneth Reitz2013-12-031-0/+8
|\ \
| * | Quote qop values in digest auth.Cory Benfield2013-11-291-0/+8
| |/
* | Merge pull request #1657 from sigmavirus24/fix-session-hooksKenneth Reitz2013-12-031-0/+19
|\ \
| * | Add tests around hook behaviourIan Cordasco2013-10-071-0/+19
* | | update 'merge_cookies' not to create new instance.daftshady2013-11-261-2/+1
* | | modified 'merge_cookies' and update tests.daftshady2013-11-261-1/+2
* | | added test case related to #1711daftshady2013-11-261-0/+8
| |/ |/|
* | Merge pull request #1733 from ionrock/pickleable-responsesKenneth Reitz2013-11-201-1/+13
|\ \
| * | Response and Request objects are pickleable.Eric Larson2013-11-061-1/+13
* | | loosen URL handling for non-native URL schemesJayson Vantuyl2013-11-151-0/+12
|/ /
* | moved logic to Session object and added test casedaftshady2013-11-041-0/+5
* | Revert "Merge pull request #1710 from jvantuyl/master"Kenneth Reitz2013-10-301-8/+0
* | don't prepare URLs for oddball schemesJayson Vantuyl2013-10-301-0/+8
* | Modified the tests so that they use py.test conventionCan Ibanoglu2013-10-261-182/+161
* | Use builtin_str for all auto-set header values.Cory Benfield2013-10-181-0/+8