services/python-requests.git
11 years agoMerge pull request #1120 from spulec/patch-2
Kenneth Reitz [Mon, 21 Jan 2013 19:27:41 +0000 (11:27 -0800)]
Merge pull request #1120 from spulec/patch-2

Add py3.3 testing back

11 years agoAdd py3.3 testing back
Steve Pulec [Mon, 21 Jan 2013 19:19:29 +0000 (14:19 -0500)]
Add py3.3 testing back

11 years agoMerge pull request #1114 from vlaci/master
Kenneth Reitz [Fri, 18 Jan 2013 13:40:26 +0000 (05:40 -0800)]
Merge pull request #1114 from vlaci/master

Keep-alive support for http proxies

11 years agoFixed proxy requests to pool connections.
László Vaskó [Fri, 18 Jan 2013 12:41:14 +0000 (13:41 +0100)]
Fixed proxy requests to pool connections.

11 years agoMerge pull request #1110 from slingamn/certifi_eol
Kenneth Reitz [Fri, 18 Jan 2013 12:39:41 +0000 (04:39 -0800)]
Merge pull request #1110 from slingamn/certifi_eol

Remove support for certifi

11 years agoRemove support for certifi
Shivaram Lingamneni [Fri, 18 Jan 2013 04:40:28 +0000 (20:40 -0800)]
Remove support for certifi

As per #1105, certifi is being end-of-lifed. Requests will use either
its own vendored bundle, or possibly (when packaged with OS distributions)
an externally packaged bundle, which can be enabled by patching
requests.certs.where().

11 years agoMerge pull request #1107 from Lukasa/master
Kenneth Reitz [Fri, 18 Jan 2013 03:50:55 +0000 (19:50 -0800)]
Merge pull request #1107 from Lukasa/master

Correct broken cookies example

11 years agoUpdate docs with correct cookie behaviour.
Cory Benfield [Thu, 17 Jan 2013 19:28:28 +0000 (19:28 +0000)]
Update docs with correct cookie behaviour.

11 years agoMerge pull request #1105 from slingamn/turktrust
Kenneth Reitz [Thu, 17 Jan 2013 10:51:52 +0000 (02:51 -0800)]
Merge pull request #1105 from slingamn/turktrust

refresh CA certificates

11 years agoremove the TURKTRUST root certificates, as per #1102
Shivaram Lingamneni [Thu, 17 Jan 2013 10:02:49 +0000 (02:02 -0800)]
remove the TURKTRUST root certificates, as per #1102

11 years ago+1
Kenneth Reitz [Fri, 11 Jan 2013 14:34:14 +0000 (09:34 -0500)]
+1

11 years agoMerge remote-tracking branch 'origin/master' v1.1.0
Kenneth Reitz [Thu, 10 Jan 2013 07:13:06 +0000 (02:13 -0500)]
Merge remote-tracking branch 'origin/master'

11 years agov1.1.0 and docs
Kenneth Reitz [Thu, 10 Jan 2013 07:13:02 +0000 (02:13 -0500)]
v1.1.0 and docs

11 years agoMerge pull request #1092 from jianlius/case-insensitive-update
Kenneth Reitz [Thu, 10 Jan 2013 07:07:45 +0000 (23:07 -0800)]
Merge pull request #1092 from jianlius/case-insensitive-update

Make merge_kwargs case-insensitive when looking up keys.

11 years agoMerge pull request #1091 from vinodc/specify_file_content_type
Kenneth Reitz [Thu, 10 Jan 2013 07:02:47 +0000 (23:02 -0800)]
Merge pull request #1091 from vinodc/specify_file_content_type

Allow for explicit file content type support

11 years agodon't supply params for directs
Kenneth Reitz [Thu, 10 Jan 2013 06:58:46 +0000 (01:58 -0500)]
don't supply params for directs

Closes #1070

11 years agoCHUNKED REQUESTS!
Kenneth Reitz [Thu, 10 Jan 2013 06:58:29 +0000 (01:58 -0500)]
CHUNKED REQUESTS!

11 years agoRetrieve kwargs.keys() just once.
Jian Li [Thu, 10 Jan 2013 06:07:38 +0000 (22:07 -0800)]
Retrieve kwargs.keys() just once.

11 years agotest cleanup
Kenneth Reitz [Thu, 10 Jan 2013 05:40:17 +0000 (00:40 -0500)]
test cleanup

11 years agoMake merge_kwargs case-insensitive when looking up keys.
Jian Li [Thu, 10 Jan 2013 05:29:24 +0000 (21:29 -0800)]
Make merge_kwargs case-insensitive when looking up keys.

11 years agoFixing test to ensure it passes with python 3.
Vinod Chandru [Thu, 10 Jan 2013 04:10:54 +0000 (20:10 -0800)]
Fixing test to ensure it passes with python 3.

11 years agoAllow for third argument in file dict value to support explicit
Vinod Chandru [Thu, 10 Jan 2013 03:29:28 +0000 (19:29 -0800)]
Allow for third argument in file dict value to support explicit
file content type.

11 years agoMerge pull request #1080 from sigmavirus24/master
Kenneth Reitz [Mon, 7 Jan 2013 18:42:30 +0000 (10:42 -0800)]
Merge pull request #1080 from sigmavirus24/master

Fix #1079

11 years agoMerge pull request #1085 from graingert/patch-1
Kenneth Reitz [Mon, 7 Jan 2013 18:42:14 +0000 (10:42 -0800)]
Merge pull request #1085 from graingert/patch-1

Update the advanced doc to use the r.json method

11 years agoMerge pull request #1086 from graingert/patch-2
Kenneth Reitz [Mon, 7 Jan 2013 18:41:51 +0000 (10:41 -0800)]
Merge pull request #1086 from graingert/patch-2

Update the link headers doc to match the code

11 years agoMerge pull request #1089 from PaulMcMillan/philosophy
Kenneth Reitz [Mon, 7 Jan 2013 18:41:32 +0000 (10:41 -0800)]
Merge pull request #1089 from PaulMcMillan/philosophy

Clarify support for alternative distributions

11 years agoClarify support for alternative distributions
Paul McMillan [Mon, 7 Jan 2013 18:34:51 +0000 (13:34 -0500)]
Clarify support for alternative distributions

11 years agoUpdate the link headers doc to match the code
Thomas Grainger [Fri, 4 Jan 2013 21:46:14 +0000 (21:46 +0000)]
Update the link headers doc to match the code

11 years agoUpdate the advanced doc to use the r.json method
Thomas Grainger [Fri, 4 Jan 2013 21:33:51 +0000 (21:33 +0000)]
Update the advanced doc to use the r.json method

11 years agoFix #1079
Ian Cordasco [Wed, 2 Jan 2013 19:25:33 +0000 (14:25 -0500)]
Fix #1079

Restore the functionality from here:
https://github.com/kennethreitz/requests/blob/v0.14.2/requests/models.py#L884

11 years agoUpdate LICENSE
Kenneth Reitz [Mon, 31 Dec 2012 22:59:18 +0000 (17:59 -0500)]
Update LICENSE

11 years agoMerge pull request #1076 from sigmavirus24/master
Kenneth Reitz [Mon, 31 Dec 2012 07:49:44 +0000 (23:49 -0800)]
Merge pull request #1076 from sigmavirus24/master

Remove (safe|danger)_mode references from docs

11 years agoRemove safe_mode/danger_mode from docs
Ian Cordasco [Mon, 31 Dec 2012 00:46:04 +0000 (19:46 -0500)]
Remove safe_mode/danger_mode from docs

11 years agoMerge pull request #1071 from Lukasa/master
Kenneth Reitz [Fri, 28 Dec 2012 15:41:55 +0000 (07:41 -0800)]
Merge pull request #1071 from Lukasa/master

Proxies should have schemes.

11 years agoRemove silly print statement.
Cory Benfield [Fri, 28 Dec 2012 15:38:04 +0000 (15:38 +0000)]
Remove silly print statement.

11 years agoMake sure proxies have their scheme attached.
Cory Benfield [Thu, 27 Dec 2012 13:37:36 +0000 (13:37 +0000)]
Make sure proxies have their scheme attached.

11 years agoMerge pull request #1060 from Lukasa/proxy
Kenneth Reitz [Thu, 27 Dec 2012 11:24:55 +0000 (03:24 -0800)]
Merge pull request #1060 from Lukasa/proxy

Provide full URL to proxies.

11 years agoRemove unneeded import.
Cory Benfield [Sat, 22 Dec 2012 13:35:45 +0000 (13:35 +0000)]
Remove unneeded import.

11 years agoUse full URL when contacting proxies.
Cory Benfield [Sat, 22 Dec 2012 12:11:45 +0000 (12:11 +0000)]
Use full URL when contacting proxies.

Requests should use the full URL, not the path URL, when forwarding
traffic through proxies.

11 years agoPreparedRequests don't carry proxy information.
Cory Benfield [Sat, 22 Dec 2012 12:00:24 +0000 (12:00 +0000)]
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__().

11 years agoMerge pull request #1065 from slingamn/certs.release
Kenneth Reitz [Sun, 23 Dec 2012 10:49:02 +0000 (02:49 -0800)]
Merge pull request #1065 from slingamn/certs.release

clean up code support for OS certificate bundles

11 years agoclean up code support for OS certificate bundles
Shivaram Lingamneni [Sun, 23 Dec 2012 10:40:18 +0000 (02:40 -0800)]
clean up code support for OS certificate bundles

11 years agotimeout
Kenneth Reitz [Sun, 23 Dec 2012 07:45:41 +0000 (02:45 -0500)]
timeout

11 years agoupdate docs v1.0.4
Kenneth Reitz [Sun, 23 Dec 2012 07:42:14 +0000 (02:42 -0500)]
update docs

11 years agoreorder out there
Kenneth Reitz [Sun, 23 Dec 2012 07:34:53 +0000 (02:34 -0500)]
reorder out there

11 years agopython for ios
Kenneth Reitz [Sun, 23 Dec 2012 07:33:03 +0000 (02:33 -0500)]
python for ios

11 years agosupport
Kenneth Reitz [Sun, 23 Dec 2012 07:29:24 +0000 (02:29 -0500)]
support

11 years agophilsophy
Kenneth Reitz [Sun, 23 Dec 2012 07:27:28 +0000 (02:27 -0500)]
philsophy

11 years agoBenevolent
Kenneth Reitz [Sun, 23 Dec 2012 07:25:59 +0000 (02:25 -0500)]
Benevolent

11 years agosemantic versioning
Kenneth Reitz [Sun, 23 Dec 2012 07:13:31 +0000 (02:13 -0500)]
semantic versioning

11 years agodeveloper values
Kenneth Reitz [Sun, 23 Dec 2012 07:07:01 +0000 (02:07 -0500)]
developer values

11 years ago- Python 2.6—3.3
Kenneth Reitz [Sun, 23 Dec 2012 06:56:46 +0000 (01:56 -0500)]
- Python 2.6—3.3

11 years ago+
Kenneth Reitz [Sun, 23 Dec 2012 06:53:22 +0000 (01:53 -0500)]
+

11 years agophilosophy
Kenneth Reitz [Sun, 23 Dec 2012 06:51:23 +0000 (01:51 -0500)]
philosophy

11 years agocontributor
Kenneth Reitz [Sun, 23 Dec 2012 06:50:52 +0000 (01:50 -0500)]
contributor

11 years agodeveloper interface
Kenneth Reitz [Sun, 23 Dec 2012 06:50:23 +0000 (01:50 -0500)]
developer interface

11 years agorequest sessions
Kenneth Reitz [Sun, 23 Dec 2012 06:49:44 +0000 (01:49 -0500)]
request sessions

11 years agocleaup api docs
Kenneth Reitz [Sun, 23 Dec 2012 06:47:35 +0000 (01:47 -0500)]
cleaup api docs

11 years agothanks, @sigmavirus24
Kenneth Reitz [Sun, 23 Dec 2012 06:45:49 +0000 (01:45 -0500)]
thanks, @sigmavirus24

11 years agoapi docs
Kenneth Reitz [Sun, 23 Dec 2012 06:44:54 +0000 (01:44 -0500)]
api docs

11 years agoMerge remote-tracking branch 'origin/master'
Kenneth Reitz [Sun, 23 Dec 2012 06:40:12 +0000 (01:40 -0500)]
Merge remote-tracking branch 'origin/master'

11 years agodocs update
Kenneth Reitz [Sun, 23 Dec 2012 06:40:07 +0000 (01:40 -0500)]
docs update

11 years agodocs, cleanup for preparedrequest
Kenneth Reitz [Sun, 23 Dec 2012 06:25:01 +0000 (01:25 -0500)]
docs, cleanup for preparedrequest

11 years agoprepared request docs
Kenneth Reitz [Sun, 23 Dec 2012 06:21:02 +0000 (01:21 -0500)]
prepared request docs

11 years agoremove unused timeout
Kenneth Reitz [Sun, 23 Dec 2012 06:16:00 +0000 (01:16 -0500)]
remove unused timeout

11 years agov1.0.4
Kenneth Reitz [Sun, 23 Dec 2012 06:15:14 +0000 (01:15 -0500)]
v1.0.4

11 years agorequest
Kenneth Reitz [Sun, 23 Dec 2012 06:14:27 +0000 (01:14 -0500)]
request

11 years agorequest docstrings
Kenneth Reitz [Sun, 23 Dec 2012 06:14:22 +0000 (01:14 -0500)]
request docstrings

11 years agoMerge pull request #1064 from rascalking/master
Kenneth Reitz [Sun, 23 Dec 2012 06:06:12 +0000 (22:06 -0800)]
Merge pull request #1064 from rascalking/master

fix POST redirects

11 years agono async anymore
Kenneth Reitz [Sun, 23 Dec 2012 06:02:32 +0000 (01:02 -0500)]
no async anymore

11 years agoupdate test docs
Kenneth Reitz [Sun, 23 Dec 2012 06:02:26 +0000 (01:02 -0500)]
update test docs

11 years agoremove stuidly annoying email notifications
Kenneth Reitz [Sun, 23 Dec 2012 05:52:18 +0000 (00:52 -0500)]
remove stuidly annoying email notifications

11 years agofix POST redirects
David Bonner [Sun, 23 Dec 2012 05:51:26 +0000 (00:51 -0500)]
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.

11 years agoMerge pull request #1061 from philfreo/patch-1
Kenneth Reitz [Sat, 22 Dec 2012 22:10:30 +0000 (14:10 -0800)]
Merge pull request #1061 from philfreo/patch-1

Fixes url to AUTHORS.rst

11 years agoMerge pull request #1062 from philfreo/patch-2
Kenneth Reitz [Sat, 22 Dec 2012 22:10:17 +0000 (14:10 -0800)]
Merge pull request #1062 from philfreo/patch-2

Using 'master' branch for development

11 years agoUsing 'master' branch for development
Phil Freo [Sat, 22 Dec 2012 21:46:05 +0000 (16:46 -0500)]
Using 'master' branch for development

I'm assuming you're no longer using a 'develop' branch, as I don't see one on GitHub.

11 years agoFixes url to AUTHORS.rst
Phil Freo [Sat, 22 Dec 2012 21:44:43 +0000 (16:44 -0500)]
Fixes url to AUTHORS.rst

and also mention using 'master' as development branch now.

11 years agoMerge pull request #1059 from Lukasa/sess_docs
Kenneth Reitz [Sat, 22 Dec 2012 11:08:47 +0000 (03:08 -0800)]
Merge pull request #1059 from Lukasa/sess_docs

Update session documentation.

11 years agoMerge pull request #1049 from Lukasa/master
Kenneth Reitz [Sat, 22 Dec 2012 11:05:50 +0000 (03:05 -0800)]
Merge pull request #1049 from Lukasa/master

Correctly identify certificate filenames.

11 years agoUpdate session documentation.
Cory Benfield [Sat, 22 Dec 2012 11:03:29 +0000 (11:03 +0000)]
Update session documentation.

11 years agoMerge pull request #1055 from michaelwheeler/patch-1
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.

11 years agoFixed typo in comment.
michaelwheeler [Thu, 20 Dec 2012 20:38:04 +0000 (15:38 -0500)]
Fixed typo in comment.

11 years agoMerge pull request #1052 from hozn/apidocs-tweak
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.

11 years agoUpdated API docs for 'data' param in sessions module to indicate that file-like objec...
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.

11 years agoTweaked the 'data' param docs to indicate that a 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.

11 years agoImport basestring.
Cory Benfield [Wed, 19 Dec 2012 21:37:47 +0000 (21:37 +0000)]
Import basestring.

11 years agoMerge pull request #1048 from ib-lundgren/master
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

11 years agoWhy auth must be prepared last
Ib Lundgren [Wed, 19 Dec 2012 20:30:11 +0000 (21:30 +0100)]
Why auth must be prepared last

11 years agoFix stupid, stupid logic error.
Cory Benfield [Wed, 19 Dec 2012 20:26:41 +0000 (20:26 +0000)]
Fix stupid, stupid logic error.

11 years agoCorrectly identify cert files.
Cory Benfield [Wed, 19 Dec 2012 20:11:17 +0000 (20:11 +0000)]
Correctly identify cert files.

Resolves issue #1046.

11 years agoSwap prepare_auth and prepare_body
Ib Lundgren [Wed, 19 Dec 2012 20:04:50 +0000 (21:04 +0100)]
Swap prepare_auth and prepare_body

11 years agoMerge pull request #1037 from sigmavirus24/master
Kenneth Reitz [Tue, 18 Dec 2012 18:09:33 +0000 (10:09 -0800)]
Merge pull request #1037 from sigmavirus24/master

Fix #1036

11 years agoA possible fix for #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.

11 years agono kwargs
Kenneth Reitz [Tue, 18 Dec 2012 10:01:32 +0000 (05:01 -0500)]
no kwargs

11 years agov1.0.3 v1.0.3
Kenneth Reitz [Tue, 18 Dec 2012 09:50:41 +0000 (04:50 -0500)]
v1.0.3

11 years agoMerge pull request #1026 from TorKlingberg/master
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

11 years agoMerge pull request #1030 from bboe/cookie_fix
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.

11 years agoMerge pull request #1031 from sigmavirus24/master
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

11 years agoA 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.

11 years agoFix issue 1027. Always persist cookies.
Bryce Boe [Tue, 18 Dec 2012 01:13:18 +0000 (17:13 -0800)]
Fix issue 1027. Always persist cookies.