Jérémy Bethmont
|
891e52d723
|
Added the possibility to access headers without fetching the whole body (fixes #86).
|
2011-06-29 11:10:39 +02:00 |
|
Xu Pan
|
d2ff0f40eb
|
add doseq to urlencode in model._encode_params to enable list as dict value
|
2011-06-26 13:32:19 +08:00 |
|
Kenneth Reitz
|
6f08c81698
|
note about indns
|
2011-06-24 18:24:44 -04:00 |
|
Jérémy Bethmont
|
868cd3d1cb
|
Implemented idna (fixes #76).
|
2011-06-24 12:21:25 +02:00 |
|
Kenneth Reitz
|
39edf7a7fa
|
raise_for_status +URLError
|
2011-06-23 06:22:46 -04:00 |
|
Kenneth Reitz
|
162b751f6d
|
Timeouts are normal errors now.
--
BREAK ALL TEH TESTS!
|
2011-06-21 22:40:27 -04:00 |
|
Kenneth Reitz
|
b4eac4c993
|
redirect fix
|
2011-06-21 22:00:04 -04:00 |
|
Kenneth Reitz
|
00f066a467
|
PATCH support
|
2011-06-21 18:03:06 -04:00 |
|
moliware
|
3e7c682e66
|
Support for proxies
|
2011-06-19 22:36:50 +02:00 |
|
Richard Boulton
|
80d860d2d4
|
Allow POST and PUT requests to take both querystring params and request body
data.
|
2011-06-16 15:48:43 +01:00 |
|
Richard Boulton
|
023ab755e5
|
Move the code to encode the request data into a static helper method - I think this makes the code clearer, but it also prepares the way for reusing the encoding code
|
2011-06-16 13:35:33 +01:00 |
|
Kenneth Reitz
|
245c6edec3
|
todo
|
2011-06-15 22:56:14 -04:00 |
|
Kenneth Reitz
|
cb0a96fbf3
|
Redirect chain flag default off.
|
2011-06-15 22:43:26 -04:00 |
|
Johannes
|
8aa6fabd4d
|
Support relative redirects. Fixes #36
|
2011-05-22 11:41:15 +02:00 |
|
Kenneth Reitz
|
e153b94190
|
Improved redirection behavior for 301/303
|
2011-05-21 12:44:58 -04:00 |
|
Johannes
|
c8cc2d0421
|
Relocate exceptions
|
2011-05-20 18:20:17 +02:00 |
|
Johannes
|
a00dc1abf3
|
Raise Timeout on request timeouts
|
2011-05-20 18:17:46 +02:00 |
|
Johannes
|
59c747b793
|
Fix typos
|
2011-05-19 23:32:27 +02:00 |
|
Johannes Gorset
|
baddc5b6ad
|
Refactor Request#__init__
|
2011-05-19 10:16:54 +02:00 |
|
Kenneth Reitz
|
6e13e7343d
|
Big API update
|
2011-05-16 01:13:05 -04:00 |
|
Kenneth Reitz
|
3cec61481c
|
ignore http errors in redirect loops
|
2011-05-14 23:22:26 -04:00 |
|
Kenneth Reitz
|
cd8ce63a3b
|
Custom RedirectHandler and .history support.
Closes #23
|
2011-05-14 23:01:13 -04:00 |
|
Kenneth Reitz
|
85b8b2bd44
|
CaseInsensitiveDict for Headers
|
2011-05-14 22:02:07 -04:00 |
|
Kenneth Reitz
|
8ba12ff4f3
|
cleaner patch names
|
2011-05-14 14:24:12 -04:00 |
|
Kenneth Reitz
|
14ef462263
|
package refactor
|
2011-05-14 14:21:42 -04:00 |
|