Commit Graph

1159 Commits

Author SHA1 Message Date
Kenneth Reitz b8affd9520 Merge pull request #1049 from Lukasa/master
Correctly identify certificate filenames.
2012-12-22 03:05:50 -08:00
michaelwheeler 0b42772663 Fixed typo in comment. 2012-12-20 15:38:04 -05:00
Hans Lellelid bfef8d99c8 Updated API docs for 'data' param in sessions module to indicate that file-like object is also supported. 2012-12-20 09:47:29 -05:00
Hans Lellelid dd271782e8 Tweaked the 'data' param docs to indicate that a file-like object is also supported. 2012-12-20 09:45:06 -05:00
Cory Benfield 09da1921ff Import basestring. 2012-12-19 21:37:47 +00:00
Ib Lundgren 05de270d7a Why auth must be prepared last 2012-12-19 21:30:11 +01:00
Cory Benfield f1ba27faa2 Fix stupid, stupid logic error. 2012-12-19 20:26:41 +00:00
Cory Benfield 8cb904b49d Correctly identify cert files.
Resolves issue #1046.
2012-12-19 20:11:17 +00:00
Ib Lundgren 7e594eb121 Swap prepare_auth and prepare_body 2012-12-19 21:04:50 +01:00
Ian Cordasco 14da5cf180 A possible fix for #1036
I can only assume that the only possible thing to close on a session are the
adapters. As such, I wrote the close method for a session object which closes
all possible adapters.
2012-12-18 09:43:55 -05:00
Kenneth Reitz 6acce57271 no kwargs 2012-12-18 05:01:32 -05:00
Kenneth Reitz c60b72e2d0 v1.0.3 2012-12-18 04:50:41 -05:00
Kenneth Reitz 027fbd3d51 Merge pull request #1030 from bboe/cookie_fix
Fix issue 1027. Always persist cookies.
2012-12-17 21:45:49 -08:00
Ian Cordasco 68d394952a A bit of linting.
Mostly removed a whole bunch of unused imports.
2012-12-17 20:19:11 -05:00
Bryce Boe e355d6ac6c Fix issue 1027. Always persist cookies. 2012-12-17 17:13:18 -08:00
Eric Scrivner 8c01865d62 Remove unicode encoding for HTTP method. 2012-12-17 12:39:15 -08:00
Kenneth Reitz f549efd43d v1.0.2 2012-12-17 13:58:33 -05:00
Kenneth Reitz 5eb3a17b55 v1.0.2 2012-12-17 13:58:07 -05:00
Kenneth Reitz b30b09e84c v1.0.1 2012-12-17 13:53:24 -05:00
Kenneth Reitz 5152c98223 fix for #1017 2012-12-17 13:52:46 -05:00
Kenneth Reitz 27c6dc3735 Merge pull request #1020 from Lukasa/misc
Fix off-by-one error.
2012-12-17 10:46:09 -08:00
Cory Benfield 8b1b706903 Fix off-by-one error. 2012-12-17 18:42:32 +00:00
Kenneth Reitz 1e64fbcb55 CURL_CA_BUNDLE 2012-12-17 13:41:20 -05:00
Kenneth Reitz 910b2312d6 fix verify bug
Fixes #1019
2012-12-17 13:38:38 -05:00
Kenneth Reitz 4c647cd8b7 0x01000 2012-12-17 09:57:48 -05:00
Kenneth Reitz c65a52a1d0 update 2012-12-17 08:36:58 -05:00
Kenneth Reitz 1451ba0c6d update docs 2012-12-17 08:33:18 -05:00
Kenneth Reitz 480a3821ab remove chardet 2012-12-17 08:17:19 -05:00
Kenneth Reitz 0569fe44d8 new tests! 2012-12-17 08:09:52 -05:00
Kenneth Reitz a982b0d903 proxy manager 2012-12-17 07:21:10 -05:00
Kenneth Reitz c3431bb6f2 tension 2012-12-17 07:01:59 -05:00
Kenneth Reitz d11522b29e Connection Adapter Mounting! 2012-12-17 06:55:33 -05:00
Kenneth Reitz bc34f33955 apparent_encoding 2012-12-17 06:35:10 -05:00
Kenneth Reitz 4c3b9df609 /s/prefetch/stream 2012-12-17 06:35:01 -05:00
Kenneth Reitz 5b5d8a81b7 remove bunk 2012-12-17 06:26:22 -05:00
Kenneth Reitz bc4af7c7e1 docstrings 2012-12-17 06:25:47 -05:00
Kenneth Reitz ca0d08eeda urlparse(url) 2012-12-17 06:25:03 -05:00
Kenneth Reitz a197309e21 generator rejection 2012-12-17 06:02:01 -05:00
Kenneth Reitz 899c9a9522 fix cookies 2012-12-17 05:49:25 -05:00
Kenneth Reitz 42b0295521 __attrs__ 2012-12-17 05:48:18 -05:00
Kenneth Reitz 4bad1285b6 nice and cleanup 2012-12-17 05:47:41 -05:00
Kenneth Reitz a776e7cb3e fix params support 2012-12-17 05:23:22 -05:00
Kenneth Reitz def20cdb0c remove iter_json, don't want to commit to it 2012-12-17 05:12:59 -05:00
Kenneth Reitz 92355ada54 cleanup 2012-12-17 05:09:44 -05:00
Kenneth Reitz 42ee255c80 no staticmethod 2012-12-17 04:56:16 -05:00
Kenneth Reitz 4837900832 digest works!
added some nice backwards compatible stuff too
2012-12-17 04:55:58 -05:00
Kenneth Reitz 1c30ef453b remove old auth stuff 2012-12-17 04:33:13 -05:00
Kenneth Reitz 377078b0f5 hooks and things 2012-12-17 04:31:26 -05:00
Kenneth Reitz 2c5b0207f5 new urllib3 2012-12-17 04:08:36 -05:00
Kenneth Reitz e7598e006c charade v1.0.1 2012-12-17 04:08:03 -05:00