Commit Graph

35 Commits

Author SHA1 Message Date
Kenneth Reitz 1fa1cdd2a3 WHITESPACE 2011-06-08 19:11:08 -04:00
Kenneth Reitz cd0d0a2b17 whitespace 2011-06-05 21:22:35 -04:00
Kenneth Reitz 8a4d5c4683 useragent 2011-05-22 12:10:56 -04:00
Kenneth Reitz 06e662be86 python2.5 with 2011-05-21 12:47:29 -04:00
Kenneth Reitz e153b94190 Improved redirection behavior for 301/303 2011-05-21 12:44:58 -04:00
Johannes da26f1f377 Adjust tests 2011-05-20 18:31:23 +02:00
Johannes Gorset 637d0330c2 Add test for non-urlencoded post data 2011-05-19 10:14:15 +02:00
Johannes Gorset 21e2d0c34a Add tests for settings 2011-05-19 10:13:42 +02:00
Kenneth Reitz 14ef462263 package refactor 2011-05-14 14:21:42 -04:00
Kenneth Reitz 1421ffa32a HTTP Basic recursion. Fixes #31 2011-05-14 14:02:36 -04:00
megane murayama 1971bdbe67 fix for post non-dict data 2011-05-12 12:50:09 -04:00
Johannes Gorset 23ee58d6ec Encode both keys and values for incoming unicode data as UTF-8, coincidentally fixing a bug that caused UTF-8 encoded byte strings to be encoded twice and causing an UnicodeDecodeError. 2011-05-12 10:27:41 +02:00
Kenneth Reitz 8a4a05aac0 test for unicode url issues 2011-05-12 03:12:30 -04:00
Kenneth Reitz f494cd9c72 add autoauth tuple http basic test 2011-04-15 17:24:03 -04:00
Kenneth Reitz 1359094cc8 test for gzip decompress 2011-04-14 19:46:35 -04:00
robmadole 2401f14975 Fixing User-agent header problem introduced with Python 2.7.1 2011-03-30 00:07:24 -05:00
Kenneth Reitz fa2f1c5f60 Merge branch 'develop' of https://github.com/robmadole/requests into develop 2011-03-06 19:08:32 -05:00
Kenneth Reitz e17111a5dd testing requests with poster and adding headers 2011-03-06 18:50:28 -05:00
robmadole e4c690e7bc Initial support for cookies 2011-03-01 09:21:00 -06:00
Kenneth Reitz f8032e08ae tests cleanups 2011-02-25 08:58:24 -05:00
Kenneth Reitz 839c8cf150 postbin tests were broken 2011-02-25 08:00:23 -05:00
Kenneth Reitz b3b2b19212 hmmm 2011-02-25 07:39:19 -05:00
Kenneth Reitz a74e954788 test improvements 2011-02-25 07:21:11 -05:00
digitalxero edfdef2396 Add in a proper AuthManager instead of the list version that was being used.
Added support for all Auth types that python supports
2011-02-19 15:04:56 -05:00
digitalxero d1c89333d0 Remove the eventles code, this should live in requests.async or something so the user explicitly requests it
Clean up the code to get rid of the unnecessary AuthObject class
Cleanup the send method
Cleanup the convenience methods by adding a request method that they all use.
2011-02-19 10:51:54 -05:00
Kenneth Reitz 8eafb8d3df Added autoauth tests 2011-02-19 00:37:33 -05:00
Kenneth Reitz fbe0393eb3 cstring io fix for py3 2011-02-18 16:08:26 -05:00
Kenneth Reitz b82e72eb04 cStringIO fix. 2011-02-18 16:00:34 -05:00
Kenneth Reitz 7229dbe033 Making everyone else happy. 2011-02-17 16:22:03 -05:00
Kenneth Reitz 4ad73c3655 leave room for _ 2011-02-15 09:42:05 -05:00
Kenneth Reitz 7ad08c5eda New tests for new HTTP STATUS Handling 2011-02-15 09:37:21 -05:00
Kenneth Reitz 02834e353d added simple test fixture for Postbin and posting
both files and data
2011-02-14 10:00:05 -05:00
Kenneth Reitz 4a3f55997b a few test fixtures for now 2011-02-13 23:51:37 -05:00
Kenneth Reitz 49f915fb90 temp "tests" 2011-02-13 16:59:13 -05:00
Kenneth Reitz 75b499dd04 sample test fixtures (none) 2011-02-13 13:52:47 -05:00