This website requires JavaScript.
Explore
Activity
Archives
@kennethreitz
Help
Sign In
kennethreitz
/
requests3
Watch
1
Star
0
Fork
0
You've already forked requests3
mirror of
https://github.com/kennethreitz/requests3.git
synced
2026-06-05 23:10:16 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
97be9ee4cd6326bf7551f7a737877ef2e368ef20
requests3
/
requests
T
History
Ben
97be9ee4cd
The async.send method wasn't really doing anything useful. It was just calling the r.send() method of the Request object 'r'. It took an optional kwarg pools, and assigned it to r._pools which isn't used by anything. This situation was eaither broken or not fully implemented yet. I modified async.map to call r.send rather than send(r) and then modified async.send to actually make use of the pool that it is passed.
2012-01-17 15:20:52 -06:00
..
packages
urllib3 update
2012-01-07 17:18:49 -05:00
__init__.py
+1
2012-01-15 16:39:46 -05:00
api.py
Added prefetch documentation for api
2012-01-12 22:16:31 -05:00
async.py
The async.send method wasn't really doing anything useful. It was just calling the r.send() method of the Request object 'r'. It took an optional kwarg pools, and assigned it to r._pools which isn't used by anything. This situation was eaither broken or not fully implemented yet. I modified async.map to call r.send rather than send(r) and then modified async.send to actually make use of the pool that it is passed.
2012-01-17 15:20:52 -06:00
auth.py
Fix bug in HTTP-digest auth w/ URI having query string
2012-01-10 18:18:54 -05:00
defaults.py
highway to the danger_mode
2012-01-05 12:50:44 -06:00
exceptions.py
new SSLError
2011-12-28 02:43:03 -05:00
hooks.py
Printing the entire traceback, instead of just a warning, when an exception is encountered
2012-01-10 12:10:58 +02:00
models.py
fixes issue
#349
2012-01-10 16:47:21 +01:00
sessions.py
make it true
2011-12-28 04:48:27 -05:00
status_codes.py
Merge remote-tracking branch 'origin/develop' into develop
2011-10-20 11:42:00 -04:00
structures.py
test fix
2011-11-12 16:46:53 -05:00
utils.py
Refactor stream_decode_gzip and _deflate into one function, stream_decompress.
2011-12-30 22:18:08 -05:00