digitalxero
718f45698d
Reset copyright on the async module
2011-02-19 15:21:47 -05:00
digitalxero
15761fc126
Made it so people can add their own auth handlers and not just the 4 provided by Python
2011-02-19 15:07:58 -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
3b82b06adc
Added an async module to make it explicit to the user that they are using async calls.
2011-02-19 11:13:10 -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
720d0b2c38
Version needs to be available externally.
2011-02-19 01:02:13 -05:00
Kenneth Reitz
a34e0bea8b
Version Bump (v0.2.4)
2011-02-19 01:00:03 -05:00
Kenneth Reitz
5072399f7a
Import fix for python2.5
2011-02-19 00:41:28 -05:00
Kenneth Reitz
e8234a0137
import fix
2011-02-18 16:13:49 -05:00
Kenneth Reitz
6bde955170
Python 2.5 Fixes.
2011-02-18 04:39:53 -05:00
Kenneth Reitz
7229dbe033
Making everyone else happy.
2011-02-17 16:22:03 -05:00
Kenneth Reitz
015d6b78d5
cleaning up line lengths
2011-02-17 16:20:53 -05:00
Kenneth Reitz
f4c4bf3d0b
Much nicer helper functions and constructors
2011-02-17 16:17:46 -05:00
Kenneth Reitz
34ca692c9c
from __future__ import absolute_imports
2011-02-16 12:47:58 -05:00
Kenneth Reitz
933cf49daa
v0.2.3
2011-02-15 09:45:54 -05:00
Kenneth Reitz
4f1301f6ad
Now Requests has it's own HTTPError
2011-02-15 09:36:34 -05:00
Kenneth Reitz
748633d616
raise_for_status is better
2011-02-15 09:26:07 -05:00
Kenneth Reitz
ce122cc811
None, not False
2011-02-15 09:22:11 -05:00
Kenneth Reitz
c900b4379b
Added new HTTPError handing mechanisms.
2011-02-15 09:18:43 -05:00
Kenneth Reitz
d511e6f148
Version Bump v0.2.2
2011-02-14 12:58:20 -05:00
Kenneth Reitz
98c8a78c3e
Added Cookies documentation.
2011-02-14 12:52:15 -05:00
Kenneth Reitz
397bd4b676
spelling error
2011-02-14 12:45:03 -05:00
Kenneth Reitz
f023c81dad
cookies system in place.
2011-02-14 12:43:13 -05:00
Kenneth Reitz
5fe24abfb9
Gevent / Eventlet is back!
2011-02-14 12:40:41 -05:00
Kenneth Reitz
16e5119b2a
fixed gevent problem
2011-02-14 12:39:13 -05:00
Kenneth Reitz
b09218d5ac
temporary
2011-02-14 12:33:12 -05:00
Kenneth Reitz
4452934929
cleanups
2011-02-14 12:25:44 -05:00
Kenneth Reitz
2203c3bccd
Added CookieJar
2011-02-14 12:23:55 -05:00
Kenneth Reitz
cde3b88f3e
eventlet > gevent (i think)
2011-02-14 12:07:34 -05:00
Kenneth Reitz
bfe91296cb
monkey patchin' (will this suffice?)
2011-02-14 11:57:12 -05:00
Kenneth Reitz
f70e89a163
eventlet support.
2011-02-14 11:45:50 -05:00
Kenneth Reitz
09740c35e1
typo
2011-02-14 11:31:44 -05:00
Kenneth Reitz
10280c697d
Handles request in event of HTTPError. Fixes Issue #2
...
Building of internal request object refactor
2011-02-14 11:31:06 -05:00
Kenneth Reitz
9f9ebecec2
v0.2.1
2011-02-14 10:35:15 -05:00
Kenneth Reitz
324c572b64
renamed multipart_files to files
2011-02-14 09:59:42 -05:00
Kenneth Reitz
e89eba79df
added response.url support for 301's and the like.
2011-02-14 09:53:56 -05:00
Kenneth Reitz
3216bda174
Added multipart_files support for PUT
2011-02-14 09:45:12 -05:00
Kenneth Reitz
4c192ec5ac
absolute imports
2011-02-14 09:36:14 -05:00
Kenneth Reitz
4c8b428bbd
except clause fix for python3
2011-02-14 09:34:36 -05:00
Kenneth Reitz
a16278e85d
string formatting supports None. Who knew.
2011-02-14 09:31:10 -05:00
Kenneth Reitz
f7abfa8a14
multipart_files support!
2011-02-14 09:27:57 -05:00
Kenneth Reitz
7dd37d5ea9
proper poster imports
2011-02-14 09:27:47 -05:00
Kenneth Reitz
127bbbb18d
Worth a shot
2011-02-14 09:04:41 -05:00
Kenneth Reitz
221bed27dd
import poster from site-packages for now
2011-02-14 09:04:35 -05:00
Kenneth Reitz
e6d5e5319e
added multipart_file syntax
2011-02-14 09:01:09 -05:00
Kenneth Reitz
df419fa6fa
vendorized poster
2011-02-14 08:55:55 -05:00
Kenneth Reitz
d961000b96
missed one
2011-02-14 05:15:47 -05:00
Kenneth Reitz
800b03457b
whitespace
2011-02-14 02:42:46 -05:00
Kenneth Reitz
d1dc6aa329
freaking string replace
2011-02-14 02:40:39 -05:00
Kenneth Reitz
f66eafdffd
Docstring whitespace
2011-02-14 02:35:01 -05:00