Commit Graph

16 Commits

Author SHA1 Message Date
Kenneth Reitz 73ed950e70 simplify 2011-10-24 20:55:35 -04:00
Kenneth Reitz 077758f713 Merge pull request #224 from stoey/84e89429
Syntax error for Python 2.5
2011-10-24 17:54:05 -07:00
Kenneth Reitz b7c788cc56 prettier async patching 2011-10-23 14:44:00 -04:00
Kenneth Reitz af6aa3e572 Move hooks out of top-level loop 2011-10-23 12:26:41 -04:00
Dan Head 84e89429f0 Syntax fix for Python 2.5 2011-10-14 22:24:42 +00:00
Kenneth Reitz 3afd07451c prefetch=False for async.map 2011-10-13 21:10:34 -04:00
Kenneth Reitz 5537902796 Remove keep_alive cruft from urllib3 (for now) 2011-10-13 20:17:22 -04:00
Kenneth Reitz 9518d053a4 _return_request => return_response 2011-10-13 20:11:25 -04:00
Kenneth Reitz 93c44157ba initial import of urllib3 branch async 2011-10-13 20:11:05 -04:00
Kenneth Reitz e8ff405fce remote async __all__ 2011-05-14 21:50:41 -04:00
Kenneth Reitz 14ba99f975 prettier imports 2011-02-25 05:03:12 -05:00
Kenneth Reitz 9a1d90d184 Proper async module docs 2011-02-25 04:43:18 -05:00
Kenneth Reitz e7b8e9371a merge changes 2011-02-24 01:51:53 -05:00
digitalxero 718f45698d Reset copyright on the async module 2011-02-19 15:21:47 -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