Commit Graph

663 Commits

Author SHA1 Message Date
Kenneth Reitz efc267ce59 Remove deprecated tox configuration. 2011-10-13 22:20:23 -04:00
Kenneth Reitz 244172bdd4 v0.6.4 2011-10-13 22:17:54 -04:00
Kenneth Reitz f1f56c3081 Remove debian sources. 2011-10-13 22:17:24 -04:00
Kenneth Reitz bfa010383e Merge pull request #202 from kennethreitz/feature/content-stream
Content Streaming
2011-10-13 19:16:26 -07:00
Kenneth Reitz daf7aeb8c3 Async API 2011-10-13 22:15:55 -04:00
Kenneth Reitz 573ab095e4 fo => raw 2011-10-13 22:11:50 -04:00
Kenneth Reitz 030d877ed5 v0.6.4 2011-10-13 22:11:42 -04:00
Kenneth Reitz 33dec52b8e merge cleanups 2011-10-13 22:05:57 -04:00
Kenneth Reitz aa31b6b4dd Merge fixes 2011-10-13 22:02:50 -04:00
Kenneth Reitz 46f0146adf Merge branch 'feature-content-streaming' of https://github.com/mitsuhiko/requests into feature/content-stream
Conflicts:
	AUTHORS
	HISTORY.rst
	docs/api.rst
	docs/community/faq.rst
	docs/user/intro.rst
	requests/api.py
	requests/models.py
2011-10-13 21:54:42 -04:00
Kenneth Reitz b14fa0764b gevent installation documentation 2011-10-13 21:50:04 -04:00
Kenneth Reitz 80cd1ee663 v0.6.3 history 2011-10-13 21:23:42 -04:00
Kenneth Reitz 3161783e49 history fix 2011-10-13 21:19:47 -04:00
Kenneth Reitz e9b4defe8d Merge pull request #201 from kennethreitz/feature/async
Beautiful Async Module
2011-10-13 18:15:18 -07:00
Kenneth Reitz a4b87c6fc1 v0.6.3 history 2011-10-13 21:14:31 -04:00
Kenneth Reitz cc350d54b7 v0.6.3 2011-10-13 21:13:46 -04:00
Kenneth Reitz 3afd07451c prefetch=False for async.map 2011-10-13 21:10:34 -04:00
Kenneth Reitz 27ee6e0f45 Async requests docs 2011-10-13 21:10:25 -04:00
Kenneth Reitz 849934ccd6 Merge branch 'develop' into feature/async 2011-10-13 20:50:22 -04:00
Kenneth Reitz 597f0ae5fd Catch raw socket errors 2011-10-13 20:47:58 -04:00
Kenneth Reitz 2115046bbc Merge branch 'develop' into feature/async 2011-10-13 20:33:55 -04:00
Kenneth Reitz 565745f7b7 Make it so. 2011-10-13 20:33:39 -04:00
Kenneth Reitz 76b8afee94 Make tests go to 11! 2011-10-13 20:33:34 -04:00
Kenneth Reitz 892fcd6cc0 store hooks in Request. 2011-10-13 20:19:59 -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 d47522e6fb v0.6.3 plans 2011-10-13 19:54:59 -04:00
Kenneth Reitz 3e233e4856 v0.6.2 in changelog 2011-10-13 19:53:34 -04:00
Kenneth Reitz 4a7fdef3ea Migrate new docs over. 2011-10-13 14:54:36 -04:00
Kenneth Reitz 98c719f714 Merge branch 'redirect-no-follow' of https://github.com/millerdev/requests 2011-10-09 07:05:14 -04:00
Daniel Miller dda533cf67 Added myself to AUTHORS file 2011-10-05 15:09:57 -04:00
Daniel Miller aa04cc9b42 Make get and head requests respect allow_redirects=False. 2011-10-05 14:36:12 -04:00
Armin Ronacher 0d6773c68c Fail silently if encoding header is missing 2011-09-03 18:04:51 +02:00
Armin Ronacher 41876fd8c6 Implemented content streaming for responses. 2011-09-03 17:59:30 +02:00
verm666 6f84ce72f2 Fixed logic for auto redirect in GET and HEAD methods. 2011-09-02 15:44:18 -04:00
Kenneth Reitz 6d25fff3f9 Added Josselin Jacquard to AUTHORS 2011-08-30 23:58:31 -04:00
Kenneth Reitz 9bfe04586d Merge branch 'develop' of https://github.com/kigeia/requests into develop 2011-08-30 23:57:24 -04:00
Josselin Jacquard 1ecb593c7b Fix a bug when content-type is empty 2011-08-30 12:04:48 +02:00
Kenneth Reitz fed17cb58a history 2011-08-28 03:23:54 -04:00
Kenneth Reitz 35fc3b4dbb cleanup 2011-08-28 03:22:46 -04:00
Kenneth Reitz dba7a5a7e2 shortcut strings 2011-08-28 03:22:20 -04:00
Kenneth Reitz 2fa180e9ea automatic header expansion 2011-08-28 03:22:03 -04:00
Kenneth Reitz 3b9fc987b8 cleanup 2011-08-28 03:09:26 -04:00
Kenneth Reitz e272ec13c3 tuples too 2011-08-28 03:07:45 -04:00
Kenneth Reitz b97b4439c0 header expanding 2011-08-28 02:40:19 -04:00
Kenneth Reitz 1d0a5b2665 whitespace 2011-08-23 23:09:51 -04:00
Kenneth Reitz 636e61d68b utils.unicode_from_html 2011-08-23 23:09:09 -04:00
Kenneth Reitz a94541d38c Only decode unicode from http headers
HTTP client, not HTML
#115
2011-08-23 23:03:18 -04:00
Kenneth Reitz ce3b85a62e unsuccessful 2011-08-23 23:01:35 -04:00