summaryrefslogtreecommitdiff
path: root/test_requests.py
Commit message (Expand)AuthorAgeFilesLines
* 3.3Kenneth Reitz2012-12-171-2/+0
* remove chardetKenneth Reitz2012-12-171-2/+33
* new tests!Kenneth Reitz2012-12-171-1/+153
* basic testsKenneth Reitz2012-12-171-0/+43
* basic testKenneth Reitz2012-12-171-0/+25
* move tests overKenneth Reitz2012-02-151-813/+0
* it's a startKenneth Reitz2012-02-151-84/+88
* binary data upload bug testKenneth Reitz2012-02-151-2/+5
* whitespaceKenneth Reitz2012-02-151-2/+0
* Merge branch '400-header_expand-unicode' of https://github.com/acdha/requests...Kenneth Reitz2012-02-151-4/+9
|\
| * header_expand: handle Unicode strings (closes #400)Chris Adams2012-02-131-4/+9
* | Added test cases for URI cleaning in the query part (Issue #429).Matt Giuca2012-02-151-0/+23
* | Changed test case test_path_is_not_double_encoded.Matt Giuca2012-02-141-2/+2
* | Added test case testing URI normalisation.Matt Giuca2012-02-141-0/+8
* | Added test case for Issue #369.Matt Giuca2012-02-141-0/+14
* | Added test case for quoted and illegal characters in the URL.Matt Giuca2012-02-141-0/+22
|/
* add failing test for unicode headers (python 2.x only)David Kemp (Work)2012-01-261-0/+5
* fix problem with path being double escapedDavid Kemp (Work)2012-01-251-0/+6
* Standard tests from RequestsTestSuite run using async apiPiotr Dobrogost2012-01-241-86/+90
* dammit, i changed againKenneth Reitz2012-01-231-1/+1
* fix 26Kenneth Reitz2012-01-231-2/+4
* assert isinstanceKenneth Reitz2012-01-231-2/+2
* assert isinstanceKenneth Reitz2012-01-231-4/+4
* no more unittest2Kenneth Reitz2012-01-231-1/+1
* hmmKenneth Reitz2012-01-231-1/+1
* oh snapKenneth Reitz2012-01-231-9/+7
* cleanups and stuffsKenneth Reitz2012-01-231-10/+0
* blahKenneth Reitz2012-01-231-87/+103
* whateverKenneth Reitz2012-01-221-21/+9
* Facilitate for multiple hooksJohannes Gorset2012-01-211-0/+59
* Decode response URL to a unicode string.Johannes Gorset2012-01-201-0/+10
* even more evil, fixes my misstakes with chunked readingRonny Pfannschmidt2012-01-171-2/+2
* highway to the danger_modeBryan Helmig2012-01-051-1/+1
* add eager mode for raising errors immediatelyBryan Helmig2012-01-041-0/+10
* Make safe_mode handle exceptions more consistentlyOri Livneh2011-12-231-6/+8
* fix iteration on null responses in safe_modeOri Livneh2011-12-221-0/+11
* Revert "Revert "Make safe_mode play nice with timeout (fixes #312)""Ori Livneh2011-12-221-0/+11
* Revert "Make safe_mode play nice with timeout (fixes #312)"Ori Livneh2011-12-221-11/+0
* Make safe_mode play nice with timeout (fixes #312)Ori Livneh2011-12-221-0/+11
* fix bug that causes iter_lines to truncate contentOri Livneh2011-12-201-0/+17
* test iter_linesKenneth Reitz2011-12-141-0/+11
* httpbin reports multiple values nowKenneth Reitz2011-12-141-1/+1
* more assertiveKenneth Reitz2011-12-111-0/+1
* Test for #303Kenneth Reitz2011-12-111-0/+8
* didn't mean to save thatKenneth Reitz2011-11-271-1/+1
* Added test for Request.sent.Kenneth Reitz2011-11-271-1/+6
* test tuple'd authv0.8.3Kenneth Reitz2011-11-271-0/+4
* Added support for HTTP Basic Auth credentials in 2-tupleIdan Gazit2011-11-191-0/+19
* Converted auth to use callable objects instead of tuples.Idan Gazit2011-11-171-3/+4
* test fixKenneth Reitz2011-11-121-2/+1