Commit Graph

372 Commits

Author SHA1 Message Date
Kenneth Reitz a699ddd14a connection pooling works :D 2011-09-25 21:41:03 -04:00
Kenneth Reitz ae4e85f11c POOL PARTY!!!!!!!!!!!!!!! 2011-09-25 21:23:04 -04:00
Kenneth Reitz e2af50b7c9 remove bunk get 2011-09-25 21:09:40 -04:00
Kenneth Reitz 1758070cdc clarity yo 2011-09-25 21:06:41 -04:00
Kenneth Reitz 7881aaa759 clarity™ 2011-09-25 21:05:27 -04:00
Kenneth Reitz ed160f2d2a rework session argument
Closes #141
2011-09-25 21:02:50 -04:00
Kenneth Reitz 802bcc9ba3 configuration rework 2011-09-25 20:57:29 -04:00
Kenneth Reitz 351a711ce9 cleanup 2011-09-25 20:36:39 -04:00
Kenneth Reitz 0cf0bde158 session work
merge kwargs and such
2011-09-25 20:36:30 -04:00
Kenneth Reitz dc7b4e7d32 Don't add params to redirect / new configuration 2011-09-25 20:14:32 -04:00
Kenneth Reitz 9488af5a42 cleanups 2011-09-25 19:41:48 -04:00
Kenneth Reitz bd2b0c45ba simplify 2011-09-25 19:39:21 -04:00
Kenneth Reitz 8565053c93 works for block and non-block connections 2011-09-25 19:01:40 -04:00
Kenneth Reitz 5287b8cd9f fix 2011-09-25 18:57:17 -04:00
Kenneth Reitz 0b22bc9b42 cookie jar => cookies 2011-09-25 18:02:22 -04:00
Kenneth Reitz 182f92ab26 hrmm 2011-09-25 18:00:37 -04:00
Kenneth Reitz 55cea74b56 urllib3 update 2011-09-25 17:42:27 -04:00
Kenneth Reitz 33df9d1bf2 monkeys are deprecated 2011-09-25 17:42:19 -04:00
Kenneth Reitz 37ed9116b7 remove async (for now) 2011-09-25 17:42:13 -04:00
Kenneth Reitz 0db4dab03e urllib3 updates 2011-09-25 16:05:14 -04:00
Kenneth Reitz df66fa7975 merge bugs 2011-09-25 16:02:22 -04:00
Kenneth Reitz d2894b3c58 Merge branch 'develop' into urllib3
Conflicts:
	requests/api.py
	requests/exceptions.py
	requests/models.py
2011-09-25 16:00:44 -04:00
Kenneth Reitz 74ce263d69 Merge branch 'fixencodings' of https://github.com/jerem/requests into develop 2011-09-22 09:25:06 -04:00
Michael Van Veen c48cf2bba8 rearranged imports in core.py 2011-09-22 03:52:05 -07:00
Michael Van Veen dcebab4c35 PEP8fied all the things
I ran the pep8 checker (version 0.6.1) on the code base and tried to
clean up as many pep8 errors as I could.  Everything except line-width
errors are gone (I was worried about messing up the documentor since I
haven't fiddled with it).
2011-09-22 03:45:41 -07:00
Jérémy Bethmont 95b0549c75 Ignore unknown encoding. 2011-09-22 11:13:51 +02:00
Kenneth Reitz 04bcab8057 fails 2011-09-18 03:20:11 -04:00
Kenneth Reitz 332f55e552 serious commenting 2011-09-18 01:59:28 -04:00
Kenneth Reitz 7f3f641fb8 super comments! 2011-09-18 01:48:23 -04:00
Kenneth Reitz 18270e1059 cleanups 2011-09-18 01:43:04 -04:00
Kenneth Reitz 645933a5da Gotta catch 'em all! 2011-09-18 01:32:54 -04:00
Kenneth Reitz 2a2e7bd190 pass around connections like pokémon cards 2011-09-18 01:32:37 -04:00
Kenneth Reitz 2d38f51834 kill AuthenticationError 2011-09-18 01:32:00 -04:00
Kenneth Reitz a3cc97128b Response.fo => Reponse.raw
raise_for_status() fixes
2011-09-17 22:46:17 -04:00
Kenneth Reitz 71d3490bcd optional blocking in urllib3 (for now) 2011-09-17 22:40:30 -04:00
Kenneth Reitz aa5e477236 basic get request works 2011-09-17 22:02:06 -04:00
Kenneth Reitz 3127a34298 remove invalidmethod 2011-09-17 20:41:10 -04:00
Kenneth Reitz e69a3a41f6 import urllib3! 2011-09-17 20:32:21 -04:00
Kenneth Reitz 608c61dcd9 remove poster! \o/ 2011-09-17 20:32:13 -04:00
Kenneth Reitz 84434fddee import urllib3 2011-09-17 20:30:08 -04:00
Jérémy Bethmont 2a9ae4b367 Fixed #161 (quoting issue). 2011-09-15 11:57:10 +02:00
Kenneth Reitz a8e77688f0 Merge pull request #150 2011-09-14 08:39:52 -04:00
Kenneth Reitz 34e3c7b68f fix for #160 2011-09-14 08:34:36 -04:00
Kenneth Reitz c8914bd4d4 X 2011-09-10 20:18:49 -04:00
Kenneth Reitz 058ef27178 clarify docs version 2011-09-10 19:11:03 -04:00
Kenneth Reitz ccb9eb28e1 slimming down the repo 2011-09-10 19:03:16 -04:00
Kenneth Reitz dd5a39731a Merge branch 'feature/curl' into develop
Conflicts:
	AUTHORS
	HISTORY.rst
2011-09-05 16:27:38 -04:00
Kenneth Reitz 1a64a29c84 Merge branch 'fix_redirect' of https://github.com/jerem/requests into develop 2011-09-05 16:22:39 -04:00
verm666 6f84ce72f2 Fixed logic for auto redirect in GET and HEAD methods. 2011-09-02 15:44:18 -04:00
Jérémy Bethmont 824d54f131 Only the path should be encoded (not the query, otherwise it makes a wrong redirection). 2011-09-02 15:06:58 +02:00