Kenneth Reitz [Sat, 22 Dec 2012 11:05:50 +0000 (03:05 -0800)]
Merge pull request #1049 from Lukasa/master
Correctly identify certificate filenames.
Kenneth Reitz [Thu, 20 Dec 2012 20:55:51 +0000 (12:55 -0800)]
Merge pull request #1055 from michaelwheeler/patch-1
Fixed typo in comment.
michaelwheeler [Thu, 20 Dec 2012 20:38:04 +0000 (15:38 -0500)]
Fixed typo in comment.
Kenneth Reitz [Thu, 20 Dec 2012 17:09:24 +0000 (09:09 -0800)]
Merge pull request #1052 from hozn/apidocs-tweak
Small tweak to API docs to indicate that file-like object supported for data param.
Hans Lellelid [Thu, 20 Dec 2012 14:47:29 +0000 (09:47 -0500)]
Updated API docs for 'data' param in sessions module to indicate that file-like object is also supported.
Hans Lellelid [Thu, 20 Dec 2012 14:44:43 +0000 (09:44 -0500)]
Tweaked the 'data' param docs to indicate that a file-like object is also supported.
Cory Benfield [Wed, 19 Dec 2012 21:37:47 +0000 (21:37 +0000)]
Import basestring.
Kenneth Reitz [Wed, 19 Dec 2012 21:12:03 +0000 (13:12 -0800)]
Merge pull request #1048 from ib-lundgren/master
Swap prepare_auth and body
Ib Lundgren [Wed, 19 Dec 2012 20:30:11 +0000 (21:30 +0100)]
Why auth must be prepared last
Cory Benfield [Wed, 19 Dec 2012 20:26:41 +0000 (20:26 +0000)]
Fix stupid, stupid logic error.
Cory Benfield [Wed, 19 Dec 2012 20:11:17 +0000 (20:11 +0000)]
Correctly identify cert files.
Resolves issue #1046.
Ib Lundgren [Wed, 19 Dec 2012 20:04:50 +0000 (21:04 +0100)]
Swap prepare_auth and prepare_body
Kenneth Reitz [Tue, 18 Dec 2012 18:09:33 +0000 (10:09 -0800)]
Merge pull request #1037 from sigmavirus24/master
Fix #1036
Ian Cordasco [Tue, 18 Dec 2012 14:43:55 +0000 (09:43 -0500)]
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.
Kenneth Reitz [Tue, 18 Dec 2012 10:01:32 +0000 (05:01 -0500)]
no kwargs
Kenneth Reitz [Tue, 18 Dec 2012 09:50:41 +0000 (04:50 -0500)]
v1.0.3
Kenneth Reitz [Tue, 18 Dec 2012 05:49:45 +0000 (21:49 -0800)]
Merge pull request #1026 from TorKlingberg/master
Added requirements.txt to MANIFEST.in
Kenneth Reitz [Tue, 18 Dec 2012 05:45:49 +0000 (21:45 -0800)]
Merge pull request #1030 from bboe/cookie_fix
Fix issue 1027. Always persist cookies.
Kenneth Reitz [Tue, 18 Dec 2012 05:44:56 +0000 (21:44 -0800)]
Merge pull request #1031 from sigmavirus24/master
Just a bit of linting
Ian Cordasco [Tue, 18 Dec 2012 01:19:11 +0000 (20:19 -0500)]
A bit of linting.
Mostly removed a whole bunch of unused imports.
Bryce Boe [Tue, 18 Dec 2012 01:13:18 +0000 (17:13 -0800)]
Fix issue 1027. Always persist cookies.
Apoc2400 [Mon, 17 Dec 2012 23:16:29 +0000 (00:16 +0100)]
MANIFEST.in contained test_requests.py but was missing requirements.txt that it depends on.
Added requirements.txt.
Now both files will be included in the .tar.gz file that can be downloaded from http://pypi.python.org/pypi/requests
Kenneth Reitz [Mon, 17 Dec 2012 20:53:22 +0000 (12:53 -0800)]
Merge pull request #1024 from etscrivner/master
Fix HTTP method encoding problem with attached files
Eric Scrivner [Mon, 17 Dec 2012 20:39:15 +0000 (12:39 -0800)]
Remove unicode encoding for HTTP method.
Eric Scrivner [Mon, 17 Dec 2012 20:28:08 +0000 (12:28 -0800)]
Add unit-test to reproduce encoding error.
Kenneth Reitz [Mon, 17 Dec 2012 19:27:36 +0000 (11:27 -0800)]
Merge pull request #1009 from Lukasa/master
Auth documentation.
Cory Benfield [Mon, 17 Dec 2012 19:25:21 +0000 (19:25 +0000)]
Split authentication out into a separate file.
Kenneth Reitz [Mon, 17 Dec 2012 19:03:40 +0000 (11:03 -0800)]
Merge pull request #1022 from kisielk/master
JSON-related doc fixes
Kamil Kisiel [Mon, 17 Dec 2012 19:02:06 +0000 (11:02 -0800)]
Fixed a few spots in the docs that were still using json as a property.
Kenneth Reitz [Mon, 17 Dec 2012 18:58:33 +0000 (13:58 -0500)]
v1.0.2
Kenneth Reitz [Mon, 17 Dec 2012 18:58:07 +0000 (13:58 -0500)]
v1.0.2
Kenneth Reitz [Mon, 17 Dec 2012 18:53:24 +0000 (13:53 -0500)]
v1.0.1
Kenneth Reitz [Mon, 17 Dec 2012 18:52:44 +0000 (13:52 -0500)]
fix for #1017
Kenneth Reitz [Mon, 17 Dec 2012 18:46:09 +0000 (10:46 -0800)]
Merge pull request #1020 from Lukasa/misc
Fix off-by-one error.
Cory Benfield [Mon, 17 Dec 2012 18:42:32 +0000 (18:42 +0000)]
Fix off-by-one error.
Kenneth Reitz [Mon, 17 Dec 2012 18:42:03 +0000 (13:42 -0500)]
v1.0.1
Kenneth Reitz [Mon, 17 Dec 2012 18:41:20 +0000 (13:41 -0500)]
CURL_CA_BUNDLE
Kenneth Reitz [Mon, 17 Dec 2012 18:38:38 +0000 (13:38 -0500)]
fix verify bug
Fixes #1019
Cory Benfield [Sat, 15 Dec 2012 13:18:47 +0000 (13:18 +0000)]
Uh, typo broke the link. Yeah. That happened.
Cory Benfield [Sat, 15 Dec 2012 13:16:27 +0000 (13:16 +0000)]
Update auth documentation with org info.
Kenneth Reitz [Mon, 17 Dec 2012 17:55:40 +0000 (12:55 -0500)]
remove .env
Kenneth Reitz [Mon, 17 Dec 2012 15:26:11 +0000 (10:26 -0500)]
testimonial
Kenneth Reitz [Mon, 17 Dec 2012 15:07:13 +0000 (10:07 -0500)]
travis on 3.3 is broken
Kenneth Reitz [Mon, 17 Dec 2012 14:59:05 +0000 (09:59 -0500)]
no 3.0
Kenneth Reitz [Mon, 17 Dec 2012 14:57:48 +0000 (09:57 -0500)]
0x01000
Kenneth Reitz [Mon, 17 Dec 2012 14:57:13 +0000 (09:57 -0500)]
ready.
Kenneth Reitz [Mon, 17 Dec 2012 13:46:50 +0000 (08:46 -0500)]
makin' history
Kenneth Reitz [Mon, 17 Dec 2012 13:42:47 +0000 (08:42 -0500)]
3.3
Kenneth Reitz [Mon, 17 Dec 2012 13:39:13 +0000 (08:39 -0500)]
requirements.txt
Kenneth Reitz [Mon, 17 Dec 2012 13:36:58 +0000 (08:36 -0500)]
update
Kenneth Reitz [Mon, 17 Dec 2012 13:33:18 +0000 (08:33 -0500)]
update docs
Kenneth Reitz [Mon, 17 Dec 2012 13:17:19 +0000 (08:17 -0500)]
remove chardet
Kenneth Reitz [Mon, 17 Dec 2012 13:09:52 +0000 (08:09 -0500)]
new tests!
Kenneth Reitz [Mon, 17 Dec 2012 12:39:27 +0000 (07:39 -0500)]
basic tests
Kenneth Reitz [Mon, 17 Dec 2012 12:29:33 +0000 (07:29 -0500)]
basic test
Kenneth Reitz [Mon, 17 Dec 2012 12:27:25 +0000 (07:27 -0500)]
remove all old tests
Kenneth Reitz [Mon, 17 Dec 2012 12:21:10 +0000 (07:21 -0500)]
proxy manager
Kenneth Reitz [Mon, 17 Dec 2012 12:01:59 +0000 (07:01 -0500)]
tension
Kenneth Reitz [Mon, 17 Dec 2012 11:55:33 +0000 (06:55 -0500)]
Connection Adapter Mounting!
Kenneth Reitz [Mon, 17 Dec 2012 11:35:10 +0000 (06:35 -0500)]
apparent_encoding
Kenneth Reitz [Mon, 17 Dec 2012 11:35:01 +0000 (06:35 -0500)]
/s/prefetch/stream
Kenneth Reitz [Mon, 17 Dec 2012 11:26:22 +0000 (06:26 -0500)]
remove bunk
Kenneth Reitz [Mon, 17 Dec 2012 11:25:47 +0000 (06:25 -0500)]
docstrings
Kenneth Reitz [Mon, 17 Dec 2012 11:25:03 +0000 (06:25 -0500)]
urlparse(url)
Kenneth Reitz [Mon, 17 Dec 2012 11:02:01 +0000 (06:02 -0500)]
generator rejection
Kenneth Reitz [Mon, 17 Dec 2012 10:59:17 +0000 (05:59 -0500)]
return_response
Kenneth Reitz [Mon, 17 Dec 2012 10:49:25 +0000 (05:49 -0500)]
fix cookies
Kenneth Reitz [Mon, 17 Dec 2012 10:48:18 +0000 (05:48 -0500)]
__attrs__
Kenneth Reitz [Mon, 17 Dec 2012 10:47:41 +0000 (05:47 -0500)]
nice and cleanup
Kenneth Reitz [Mon, 17 Dec 2012 10:23:22 +0000 (05:23 -0500)]
fix params support
Kenneth Reitz [Mon, 17 Dec 2012 10:12:59 +0000 (05:12 -0500)]
remove iter_json, don't want to commit to it
Kenneth Reitz [Mon, 17 Dec 2012 10:09:44 +0000 (05:09 -0500)]
cleanup
Kenneth Reitz [Mon, 17 Dec 2012 09:56:16 +0000 (04:56 -0500)]
no staticmethod
Kenneth Reitz [Mon, 17 Dec 2012 09:55:58 +0000 (04:55 -0500)]
digest works!
added some nice backwards compatible stuff too
Kenneth Reitz [Mon, 17 Dec 2012 09:33:13 +0000 (04:33 -0500)]
remove old auth stuff
Kenneth Reitz [Mon, 17 Dec 2012 09:31:26 +0000 (04:31 -0500)]
hooks and things
Kenneth Reitz [Mon, 17 Dec 2012 09:08:36 +0000 (04:08 -0500)]
new urllib3
Kenneth Reitz [Mon, 17 Dec 2012 09:08:03 +0000 (04:08 -0500)]
charade v1.0.1
Kenneth Reitz [Mon, 17 Dec 2012 08:56:58 +0000 (03:56 -0500)]
response
Kenneth Reitz [Mon, 17 Dec 2012 08:51:23 +0000 (03:51 -0500)]
hmmm
Kenneth Reitz [Mon, 17 Dec 2012 08:32:24 +0000 (03:32 -0500)]
redorder imports
Kenneth Reitz [Mon, 17 Dec 2012 08:29:45 +0000 (03:29 -0500)]
cleanup to url logic
Kenneth Reitz [Mon, 17 Dec 2012 08:26:47 +0000 (03:26 -0500)]
further remove config
Kenneth Reitz [Mon, 17 Dec 2012 08:23:16 +0000 (03:23 -0500)]
reduce imports
Kenneth Reitz [Mon, 17 Dec 2012 08:21:50 +0000 (03:21 -0500)]
from cookies import extract_cookies_to_jar
Kenneth Reitz [Mon, 17 Dec 2012 08:16:21 +0000 (03:16 -0500)]
meh
Kenneth Reitz [Mon, 17 Dec 2012 08:13:19 +0000 (03:13 -0500)]
better yield
Kenneth Reitz [Mon, 17 Dec 2012 08:12:50 +0000 (03:12 -0500)]
MaxRedirects
Kenneth Reitz [Mon, 17 Dec 2012 08:09:07 +0000 (03:09 -0500)]
murder the defaults
Kenneth Reitz [Mon, 17 Dec 2012 08:08:25 +0000 (03:08 -0500)]
further remove config
Kenneth Reitz [Mon, 17 Dec 2012 07:52:39 +0000 (02:52 -0500)]
actually honor details
Kenneth Reitz [Mon, 17 Dec 2012 07:42:34 +0000 (02:42 -0500)]
iter_json
Closed #1015
Kenneth Reitz [Mon, 17 Dec 2012 07:32:19 +0000 (02:32 -0500)]
history is a tuple, not list
Kenneth Reitz [Mon, 17 Dec 2012 07:27:07 +0000 (02:27 -0500)]
epic redirect generator is epic
Kenneth Reitz [Mon, 17 Dec 2012 07:21:22 +0000 (02:21 -0500)]
redirects work!
Kenneth Reitz [Mon, 17 Dec 2012 06:25:55 +0000 (01:25 -0500)]
cleanup
Kenneth Reitz [Mon, 17 Dec 2012 05:27:37 +0000 (00:27 -0500)]
better docstrings
Kenneth Reitz [Mon, 17 Dec 2012 05:25:45 +0000 (00:25 -0500)]
remove useless attributes
Kenneth Reitz [Mon, 17 Dec 2012 05:18:04 +0000 (00:18 -0500)]
license
Kenneth Reitz [Mon, 17 Dec 2012 05:10:35 +0000 (00:10 -0500)]
Merge remote-tracking branch 'origin/master'