summaryrefslogtreecommitdiff
path: root/tests/test_requests.py
Commit message (Expand)AuthorAgeFilesLines
* Temporary fix for unicode literal breaking test.Cory Benfield2012-06-191-1/+8
* Fixes issue #669Piotr Dobrogost2012-06-101-2/+6
* fix test for python3v0.13.1Kenneth Reitz2012-06-071-2/+2
* Merge pull request #659 from Bluehorn/developKenneth Reitz2012-06-071-0/+21
|\
| * Allow passing a file or file-like object as data.Torsten Landschoff2012-06-071-0/+21
* | test that empty body text responses workKenneth Reitz2012-06-071-0/+7
|/
* Test if cookies are saving to session when session.request is called with ret...Roman Haritonov2012-05-081-0/+10
* adding test verifying data httpbin seesbarberj2012-05-061-0/+7
* synatx error for python3. all strings are unicodebarberj2012-05-061-2/+2
* added unicode stringsbarberj2012-05-061-0/+9
* added mutlipart file=stringsbarberj2012-05-061-0/+15
* Tests for persistent and secure cookiesShivaram Lingamneni2012-05-031-2/+3
* test for #458Shivaram Lingamneni2012-05-031-2/+16
* add a test for max_redirects in safe/normal modesShivaram Lingamneni2012-05-031-0/+10
* add Python 3 compatibilityShivaram Lingamneni2012-05-011-1/+1
* Further changes to move cookies to CookieJarShivaram Lingamneni2012-05-011-7/+17
* httpbin weirdnessKenneth Reitz2012-05-011-5/+0
* Revert "Add failing tests for invalid %encodings"Kenneth Reitz2012-04-221-7/+0
* Revert "Reenable test_session_with_escaped_url test"Kenneth Reitz2012-04-221-65/+65
* fix #549 Add 'prefetch' to Session.__attrs__ and Requests.__init__Roman Haritonov2012-04-131-0/+16
* Merge branch 'develop' of https://github.com/catwell/requests into developKenneth Reitz2012-04-131-0/+14
|\
| * Fix infinite loop on wrong Digest AuthenticationPierre Chapuis2012-04-121-0/+14
* | A get with an invalid port should wrap urllib3's LocationParseError exception...Chris Dary2012-04-121-0/+7
|/
* Add failing tests for invalid %encodingsJonty Wareing2012-04-111-0/+7
* Reenable test_session_with_escaped_url testJonty Wareing2012-04-111-65/+65
* Fixing a silly typo in my testMichael Newman2012-04-081-1/+1
* If there is no content in a response don't throw an error the second time tha...Michael Newman2012-04-081-0/+5
* Removed unnecessary leading slashes in httpbin's endpointsPiotr Dobrogost2012-03-311-5/+4
* Merge remote-tracking branch 'origin/develop' into developKenneth Reitz2012-03-091-2/+0
|\
| * Move chunked head redirect test to extChris Dary2012-03-081-5/+0
| * Potential fix for #436Chris Dary2012-03-081-1/+4
* | Merge branch 'iter_lines-fix' of https://github.com/fawek/requests into developKenneth Reitz2012-03-091-7/+11
|\ \ | |/ |/|
| * Considerably simplify and fix the iter_lines() functionJakub Wieczorek2012-03-051-7/+11
* | default encode_uri to TrueKenneth Reitz2012-03-071-1/+1
|/
* simplify httpbin stuffKenneth Reitz2012-02-251-4/+2
* Fix content-length: 0Kenneth Reitz2012-02-241-0/+6
* danger_mode redirect testKenneth Reitz2012-02-201-0/+6
* none headers testKenneth Reitz2012-02-201-0/+7
* test cleanupsKenneth Reitz2012-02-201-75/+19
* Merge branch 'issue_380' of https://github.com/Lukasa/requests into developKenneth Reitz2012-02-201-0/+9
|\
| * Correct unfortunate typo.Cory Benfield2012-02-161-2/+2
| * Fail if unsupported schemas are used.Cory Benfield2012-02-161-8/+5
| * Remove a wayward change.Cory Benfield2012-02-161-1/+2
| * Added failing test for issue #380.Cory Benfield2012-02-161-2/+13
* | __file__Kenneth Reitz2012-02-201-4/+4
* | Implemented #439. Added supporting test.Shrikant Sharat2012-02-191-0/+14
|/
* move tests overKenneth Reitz2012-02-151-0/+819