Commit Graph

679 Commits

Author SHA1 Message Date
Kenneth Reitz 7a0f3638b5 Test suite cleanup 2011-10-15 12:32:42 -04:00
Kenneth Reitz 12997080a8 use gunicorn to serve tests 2011-10-15 12:30:49 -04:00
Kenneth Reitz 6e840f46e1 make test 2011-10-15 12:16:24 -04:00
Kenneth Reitz 12d6697815 v0.0.4 2011-10-15 12:05:40 -04:00
Kenneth Reitz d85c5356dc remove idna tests, for now 2011-10-15 12:05:35 -04:00
Kenneth Reitz ff6dbc556b Merge branch 'feature/httpbin' into develop 2011-10-15 11:56:20 -04:00
Kenneth Reitz 35bfa9e91d HTTP Integration 2011-10-15 11:55:57 -04:00
Kenneth Reitz d98de70f4a envoy. 2011-10-15 11:05:29 -04:00
Kenneth Reitz e1dfb7c883 httpbin 2011-10-15 09:55:00 -04:00
Kenneth Reitz 15755be3c7 nosexunit is a steaming pile of trash 2011-10-15 09:52:45 -04:00
Kenneth Reitz daf9b60550 gah, gevent won't work with pypy 2011-10-13 22:39:13 -04:00
Kenneth Reitz 1382d655ed omnijson for python2.5 2011-10-13 22:37:23 -04:00
Kenneth Reitz f0cfba708b take out pyflakes.. for now. 2011-10-13 22:34:01 -04:00
Kenneth Reitz 435bd1242a reqs.txt for ci and dev 2011-10-13 22:30:19 -04:00
Kenneth Reitz 9011852db0 Bunk submodule. 2011-10-13 22:22:38 -04:00
Kenneth Reitz 29548bfab6 Remove hacking file. 2011-10-13 22:20:43 -04:00
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