2497 Commits

Author SHA1 Message Date
Kenneth Reitz 5b5ff69201 update docs v1.0.4 2012-12-23 02:42:14 -05:00
Kenneth Reitz 0665129008 reorder out there 2012-12-23 02:34:53 -05:00
Kenneth Reitz afd6482219 python for ios 2012-12-23 02:33:03 -05:00
Kenneth Reitz a23f22e5dc support 2012-12-23 02:29:24 -05:00
Kenneth Reitz e00e50d01a philsophy 2012-12-23 02:27:28 -05:00
Kenneth Reitz 1960c3c29d Benevolent 2012-12-23 02:25:59 -05:00
Kenneth Reitz 08f66a99b1 semantic versioning 2012-12-23 02:13:31 -05:00
Kenneth Reitz ab64052642 developer values 2012-12-23 02:07:01 -05:00
Kenneth Reitz 25a9c9fb22 - Python 2.6—3.3 2012-12-23 01:56:46 -05:00
Kenneth Reitz f0beed8686 + 2012-12-23 01:53:22 -05:00
Kenneth Reitz 5a7d461230 philosophy 2012-12-23 01:51:23 -05:00
Kenneth Reitz d45eb53bc7 contributor 2012-12-23 01:50:52 -05:00
Kenneth Reitz 911e8aec8d developer interface 2012-12-23 01:50:23 -05:00
Kenneth Reitz 9f89ebe0de request sessions 2012-12-23 01:49:44 -05:00
Kenneth Reitz 526a0befc7 cleaup api docs 2012-12-23 01:47:35 -05: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 fcccc82282 Merge remote-tracking branch 'origin/master' 2012-12-23 01:40:12 -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 28b706da83 v1.0.4 2012-12-23 01:15:14 -05:00
Kenneth Reitz aa3347b2a3 request 2012-12-23 01:14:27 -05:00
Kenneth Reitz f8a59c3e6f request docstrings 2012-12-23 01:14:22 -05:00
Kenneth Reitz 484916066a Merge pull request #1064 from rascalking/master
fix POST redirects
2012-12-22 22:06:12 -08:00
Kenneth Reitz b3fbc810d2 no async anymore 2012-12-23 01:02:32 -05:00
Kenneth Reitz 1539d17366 update test docs 2012-12-23 01:02:26 -05:00
Kenneth Reitz a158abfa15 remove stuidly annoying email notifications 2012-12-23 00:52:18 -05:00
David Bonner 7d085b188c fix POST redirects
the redirect handling logic compares then method to upper-case strings,
so make sure the method gets upper-cased as well.

add a test to POST to /status/302 on httpbin, which fails against httpbin.org
right now.  i'm submitting a pull request over there to fix that right after
this one.  once that's accepted, the new test verifies that the fix works.
2012-12-23 00:51:26 -05:00
Kenneth Reitz aaa3bf16a9 Merge pull request #1061 from philfreo/patch-1
Fixes url to AUTHORS.rst
2012-12-22 14:10:30 -08:00
Kenneth Reitz 22a1f0917b Merge pull request #1062 from philfreo/patch-2
Using 'master' branch for development
2012-12-22 14:10:17 -08:00
Phil Freo 78f48aef8f Using 'master' branch for development
I'm assuming you're no longer using a 'develop' branch, as I don't see one on GitHub.
2012-12-22 16:46:05 -05:00
Phil Freo 7b1b9df423 Fixes url to AUTHORS.rst
and also mention using 'master' as development branch now.
2012-12-22 16:44:43 -05:00
Kenneth Reitz e23343ab17 Merge pull request #1059 from Lukasa/sess_docs
Update session documentation.
2012-12-22 03:08:47 -08:00
Kenneth Reitz b8affd9520 Merge pull request #1049 from Lukasa/master
Correctly identify certificate filenames.
2012-12-22 03:05:50 -08:00
Cory Benfield 1790b1df17 Update session documentation. 2012-12-22 11:03:29 +00:00
Kenneth Reitz 60b4843678 Merge pull request #1055 from michaelwheeler/patch-1
Fixed typo in comment.
2012-12-20 12:55:51 -08:00
michaelwheeler 0b42772663 Fixed typo in comment. 2012-12-20 15:38:04 -05:00
Kenneth Reitz a49db50b4a Merge pull request #1052 from hozn/apidocs-tweak
Small tweak to API docs to indicate that file-like object supported for data param.
2012-12-20 09:09:24 -08: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
Kenneth Reitz 0769ee3b6d Merge pull request #1048 from ib-lundgren/master
Swap prepare_auth and body
2012-12-19 13:12:03 -08: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
Kenneth Reitz 4966d9c714 Merge pull request #1037 from sigmavirus24/master
Fix #1036
2012-12-18 10:09:33 -08: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