Commit Graph

472 Commits

Author SHA1 Message Date
Cory Benfield b479a62ec2 PreparedRequests don't carry proxy information.
The proxy info appears to be carried on the session. The only remnants
of proxy handling are this line in __init__().
2012-12-27 11:22:36 +00:00
Kenneth Reitz f0fe551dc9 thanks, @sigmavirus24 2012-12-23 01:45:49 -05:00
Kenneth Reitz f8e2d0e732 api docs 2012-12-23 01:44:54 -05:00
Kenneth Reitz 3ddcc99131 docs update 2012-12-23 01:40:07 -05:00
Kenneth Reitz 70faca2a14 docs, cleanup for preparedrequest 2012-12-23 01:25:01 -05:00
Kenneth Reitz 5f9fecd3aa prepared request docs 2012-12-23 01:21:02 -05:00
Kenneth Reitz 6e780fad6d remove unused timeout 2012-12-23 01:16:00 -05:00
Kenneth Reitz f8a59c3e6f request docstrings 2012-12-23 01:14:22 -05:00
michaelwheeler 0b42772663 Fixed typo in comment. 2012-12-20 15:38:04 -05:00
Ib Lundgren 05de270d7a Why auth must be prepared last 2012-12-19 21:30:11 +01:00
Ib Lundgren 7e594eb121 Swap prepare_auth and prepare_body 2012-12-19 21:04:50 +01:00
Ian Cordasco 68d394952a A bit of linting.
Mostly removed a whole bunch of unused imports.
2012-12-17 20:19:11 -05:00
Eric Scrivner 8c01865d62 Remove unicode encoding for HTTP method. 2012-12-17 12:39:15 -08: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 0569fe44d8 new tests! 2012-12-17 08:09:52 -05:00
Kenneth Reitz c3431bb6f2 tension 2012-12-17 07:01:59 -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 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 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 4837900832 digest works!
added some nice backwards compatible stuff too
2012-12-17 04:55:58 -05:00
Kenneth Reitz 377078b0f5 hooks and things 2012-12-17 04:31:26 -05:00
Kenneth Reitz ee6c638e9c hmmm 2012-12-17 03:51:23 -05:00
Kenneth Reitz 98a7585fbd cleanup to url logic 2012-12-17 03:29:45 -05:00
Kenneth Reitz e4b56049ad from cookies import extract_cookies_to_jar 2012-12-17 03:21:50 -05:00
Kenneth Reitz 94e82e9cc2 murder the defaults 2012-12-17 03:09:07 -05:00
Kenneth Reitz 7fc9378895 iter_json
Closed #1015
2012-12-17 02:42:34 -05:00
Kenneth Reitz 0bee888f73 redirects work! 2012-12-17 02:21:22 -05:00
Kenneth Reitz 4a01272fb3 cleanup 2012-12-17 01:25:55 -05:00
Kenneth Reitz 42a206e5d3 better docstrings 2012-12-17 00:27:37 -05:00
Kenneth Reitz d15365bf4f remove useless attributes 2012-12-17 00:25:45 -05:00
Kenneth Reitz 898079f7e2 license 2012-12-17 00:18:04 -05:00
Kenneth Reitz 9ab3234f0e Merge remote-tracking branch 'origin/master' 2012-12-17 00:10:35 -05:00
Kenneth Reitz bf05b7aeb5 v1.0.0 2012-12-17 00:10:32 -05:00
Kenneth Reitz 7ec0170a00 keep json None fo row 2012-12-16 22:06:03 -05:00
Kenneth Reitz 8b141b326a json errors 2012-12-16 22:03:55 -05:00
Bartek Sarul 73ca21ed8c Fixed a bug where user couldn't add custom headers. 2012-12-16 15:59:28 +01:00
Kenneth Reitz 92d57036f3 WHOOOOOOOOOOOOOOOO 2012-12-15 05:50:01 -05:00
Kenneth Reitz c6183d273c fewer comments 2012-12-15 05:19:20 -05:00
Kenneth Reitz 3aefb8edc1 backup 2012-12-15 05:18:23 -05:00
Kenneth Reitz 5ce4b69c9f working!!! 2012-12-15 05:17:37 -05:00
Kenneth Reitz ab27027aa8 cookies 2012-12-15 04:33:44 -05:00
Kenneth Reitz 2161d8f78d encode files 2012-12-15 03:34:54 -05:00
Kenneth Reitz 31d10c0b2b really coming together 2012-12-15 03:31:13 -05:00
Kenneth Reitz 366e8e8498 basics working 2012-12-15 03:04:42 -05:00
Kenneth Reitz edfd0990b5 prepare 2012-12-15 00:45:12 -05:00
Kenneth Reitz 4a9f3572a3 logging handlers
Closes #971
2012-12-14 23:51:53 -05:00