services/python-requests.git
12 years agov0.11.1 v0.11.1
Kenneth Reitz [Sat, 31 Mar 2012 03:42:56 +0000 (23:42 -0400)]
v0.11.1

12 years agodefault to true for redirects now, since safe
Kenneth Reitz [Sat, 31 Mar 2012 03:42:04 +0000 (23:42 -0400)]
default to true for redirects now, since safe

12 years agoupload data on redirects too
Kenneth Reitz [Sat, 31 Mar 2012 03:31:19 +0000 (23:31 -0400)]
upload data on redirects too

12 years agov0.11.1
Kenneth Reitz [Sat, 31 Mar 2012 03:30:56 +0000 (23:30 -0400)]
v0.11.1

12 years agoPOST redirect => GET
Kenneth Reitz [Sat, 31 Mar 2012 03:28:07 +0000 (23:28 -0400)]
POST redirect => GET

#269

12 years agoMerge remote-tracking branch 'origin/develop' into develop
Kenneth Reitz [Sat, 31 Mar 2012 03:15:47 +0000 (23:15 -0400)]
Merge remote-tracking branch 'origin/develop' into develop

12 years agoFix app engine error for #498
Kenneth Reitz [Sat, 31 Mar 2012 03:15:43 +0000 (23:15 -0400)]
Fix app engine error for #498

12 years agostrict mode for #269
Kenneth Reitz [Sat, 31 Mar 2012 03:15:31 +0000 (23:15 -0400)]
strict mode for #269

12 years agoMerge pull request #519 from pulpe/doc-fix
Kenneth Reitz [Sat, 31 Mar 2012 02:58:38 +0000 (19:58 -0700)]
Merge pull request #519 from pulpe/doc-fix

little correction of curl in docs

12 years agolittle correction of curl in docs
pulpe [Wed, 28 Mar 2012 08:45:21 +0000 (10:45 +0200)]
little correction of curl in docs

12 years agoMerge remote-tracking branch 'origin/develop' into develop
Kenneth Reitz [Sun, 25 Mar 2012 19:26:58 +0000 (15:26 -0400)]
Merge remote-tracking branch 'origin/develop' into develop

12 years agourllib3 v1.3
Kenneth Reitz [Sun, 25 Mar 2012 19:26:55 +0000 (15:26 -0400)]
urllib3 v1.3

12 years agoMerge pull request #512 from silent1mezzo/master
Kenneth Reitz [Sun, 25 Mar 2012 19:00:57 +0000 (12:00 -0700)]
Merge pull request #512 from silent1mezzo/master

Adds MissingSchema and InvalidSchema Exceptions

12 years agoCreated MissingSchema and InvalidSchema which inherits from RequestException and...
Adam McKerlie [Sun, 25 Mar 2012 15:03:36 +0000 (11:03 -0400)]
Created MissingSchema and InvalidSchema which inherits from RequestException and ValueError

12 years agopaypal
Kenneth Reitz [Sun, 25 Mar 2012 07:56:00 +0000 (03:56 -0400)]
paypal

12 years agoMerge branch 'develop' of github.com:kennethreitz/requests into develop
Kenneth Reitz [Thu, 22 Mar 2012 19:00:51 +0000 (15:00 -0400)]
Merge branch 'develop' of github.com:kennethreitz/requests into develop

12 years ago#508
Kenneth Reitz [Thu, 22 Mar 2012 19:00:47 +0000 (15:00 -0400)]
#508

12 years agoSuggesting changing "async.map(rs)" to "responses = async.map(rs)" just to show that...
Daniel Miller [Thu, 22 Mar 2012 18:57:19 +0000 (11:57 -0700)]
Suggesting changing "async.map(rs)" to "responses = async.map(rs)" just to show that it returns a list rather than mutating the original? Maybe this is apparent for most, but I was a bit confused =/ goo.gl/gE4up

12 years agoSteve Pulec
Kenneth Reitz [Mon, 19 Mar 2012 02:19:48 +0000 (22:19 -0400)]
Steve Pulec

12 years agoMerge branch 'patch-1' of https://github.com/spulec/requests into develop
Kenneth Reitz [Mon, 19 Mar 2012 02:18:49 +0000 (22:18 -0400)]
Merge branch 'patch-1' of https://github.com/spulec/requests into develop

12 years agoMerge #491
Kenneth Reitz [Mon, 19 Mar 2012 02:15:05 +0000 (22:15 -0400)]
Merge #491

12 years agoMerge pull request #488 from newmaniese/develop
Kenneth Reitz [Mon, 19 Mar 2012 02:08:51 +0000 (19:08 -0700)]
Merge pull request #488 from newmaniese/develop

Excluding select from the monkey patching that gevent does to allow sele...

12 years agoMerge pull request #494 from JDrosdeck/doc
Kenneth Reitz [Mon, 19 Mar 2012 02:07:31 +0000 (19:07 -0700)]
Merge pull request #494 from JDrosdeck/doc

Add quickstart doc and example for passing parameters in a GET request

12 years agoFixes issues #496 by having Response.ok catch all Requests exceptions.
Steve Pulec [Mon, 19 Mar 2012 02:06:42 +0000 (23:06 -0300)]
Fixes issues #496 by having Response.ok catch all Requests exceptions.

12 years agoMerge pull request #497 from iandanforth/develop
Kenneth Reitz [Mon, 19 Mar 2012 02:04:56 +0000 (19:04 -0700)]
Merge pull request #497 from iandanforth/develop

Develop

12 years agoMerge remote-tracking branch 'origin/develop' into develop
Kenneth Reitz [Mon, 19 Mar 2012 02:02:46 +0000 (22:02 -0400)]
Merge remote-tracking branch 'origin/develop' into develop

12 years agoremove debian packaging warning
Kenneth Reitz [Mon, 19 Mar 2012 02:02:43 +0000 (22:02 -0400)]
remove debian packaging warning

it's up to date now

12 years agoSphinx throws an error if you don't escape ** in **kwargs
Ian Danforth [Mon, 19 Mar 2012 01:11:15 +0000 (18:11 -0700)]
Sphinx throws an error if you don't escape ** in **kwargs

12 years agoSphinx throws an error if you don't escape ** in **kwargs
Ian Danforth [Mon, 19 Mar 2012 01:09:58 +0000 (18:09 -0700)]
Sphinx throws an error if you don't escape ** in **kwargs

12 years agoAdd quickstart doc and example for passing parameters in a GET request
Jonathan Drosdeck [Sun, 18 Mar 2012 19:37:46 +0000 (15:37 -0400)]
Add quickstart doc and example for passing parameters in a GET request

12 years agoMerge https://github.com/kennethreitz/requests into develop
Michael Newman [Fri, 16 Mar 2012 19:32:50 +0000 (15:32 -0400)]
Merge https://github.com/kennethreitz/requests into develop

12 years agoMerge pull request #477 from maxcountryman/develop
Kenneth Reitz [Fri, 16 Mar 2012 01:15:27 +0000 (18:15 -0700)]
Merge pull request #477 from maxcountryman/develop

potentially fixes #338

12 years agoMerge pull request #483 from maxcountryman/cleanup
Kenneth Reitz [Fri, 16 Mar 2012 01:14:35 +0000 (18:14 -0700)]
Merge pull request #483 from maxcountryman/cleanup

removing unused import

12 years agoMerge pull request #489 from maxcountryman/patch-1
Kenneth Reitz [Fri, 16 Mar 2012 01:13:26 +0000 (18:13 -0700)]
Merge pull request #489 from maxcountryman/patch-1

fixing link to AUTHORS in README

12 years agofixing link to AUTHORS in README
Max Countryman [Fri, 16 Mar 2012 01:05:08 +0000 (22:05 -0300)]
fixing link to AUTHORS in README

12 years agoExcluding select from the monkey patching that gevent does to allow select.poll and...
Michael Newman [Thu, 15 Mar 2012 18:41:45 +0000 (14:41 -0400)]
Excluding select from the monkey patching that gevent does to allow select.poll and requests.async in the same project

Fix for issue #487, including a regression test that checks the
existence of select.poll before and after loading requests.async.

12 years agoMerge pull request #486 from Pinkerton/patch-1
Kenneth Reitz [Thu, 15 Mar 2012 03:08:17 +0000 (20:08 -0700)]
Merge pull request #486 from Pinkerton/patch-1

Fix issue #484

12 years agoFix issue #484
Pinkerton [Thu, 15 Mar 2012 02:54:06 +0000 (19:54 -0700)]
Fix issue #484

12 years agov0.11.0
Kenneth Reitz [Thu, 15 Mar 2012 00:31:43 +0000 (20:31 -0400)]
v0.11.0

12 years agoNick Chadwick
Kenneth Reitz [Thu, 15 Mar 2012 00:30:03 +0000 (20:30 -0400)]
Nick Chadwick

12 years agoonly verify private cert when verity is true
Kenneth Reitz [Thu, 15 Mar 2012 00:29:30 +0000 (20:29 -0400)]
only verify private cert when verity is true

12 years agoMerge branch 'develop' of https://github.com/chadnickbok/requests into develop
Kenneth Reitz [Thu, 15 Mar 2012 00:27:07 +0000 (20:27 -0400)]
Merge branch 'develop' of https://github.com/chadnickbok/requests into develop

12 years agoMerge remote-tracking branch 'origin/develop' into develop
Kenneth Reitz [Thu, 15 Mar 2012 00:27:02 +0000 (20:27 -0400)]
Merge remote-tracking branch 'origin/develop' into develop

12 years agoUpdated Requests api to accept a 'cert' argument.
chadnickbok@gmail.com [Thu, 15 Mar 2012 00:15:29 +0000 (17:15 -0700)]
Updated Requests api to accept a 'cert' argument.
This argument can be either a string, containing the path to a
pem-formatted key and certificate chain, or a tuple of (cert, key).

When supplied a tuple, the values are paths to an SSL certificate
chain file and key, respectively.

12 years agoExposed key_file and cert_file in requests, to support https client certificates.
chadnickbok@gmail.com [Wed, 14 Mar 2012 22:57:30 +0000 (15:57 -0700)]
Exposed key_file and cert_file in requests, to support https client certificates.

12 years agoremoving unused import
Max Countryman [Wed, 14 Mar 2012 00:10:32 +0000 (20:10 -0400)]
removing unused import

12 years agoMerge branch 'develop' of github.com:kennethreitz/requests into develop
Idan Gazit [Wed, 14 Mar 2012 00:05:24 +0000 (17:05 -0700)]
Merge branch 'develop' of github.com:kennethreitz/requests into develop

12 years agoRemove unused import
Idan Gazit [Wed, 14 Mar 2012 00:04:26 +0000 (17:04 -0700)]
Remove unused import

12 years agoremove cruft
Kenneth Reitz [Tue, 13 Mar 2012 23:44:45 +0000 (16:44 -0700)]
remove cruft

12 years agodict sequence
Kenneth Reitz [Tue, 13 Mar 2012 23:42:16 +0000 (16:42 -0700)]
dict sequence

12 years agodict_to_sequence
Kenneth Reitz [Tue, 13 Mar 2012 23:39:51 +0000 (16:39 -0700)]
dict_to_sequence

12 years agoMerge branch 'develop', remote-tracking branch 'upstream/develop' into develop
Idan Gazit [Tue, 13 Mar 2012 19:59:33 +0000 (12:59 -0700)]
Merge branch 'develop', remote-tracking branch 'upstream/develop' into develop

12 years agofurther lies.
Kenneth Reitz [Tue, 13 Mar 2012 03:54:02 +0000 (20:54 -0700)]
further lies.

12 years agoMerge branch 'josh' into develop
Kenneth Reitz [Tue, 13 Mar 2012 03:51:59 +0000 (20:51 -0700)]
Merge branch 'josh' into develop

12 years agolies.
Kenneth Reitz [Tue, 13 Mar 2012 03:46:23 +0000 (20:46 -0700)]
lies.

12 years agoexplicating the cause of LookupError with a better comment
Max Countryman [Mon, 12 Mar 2012 02:22:29 +0000 (22:22 -0400)]
explicating the cause of LookupError with a better comment

12 years agopotentially fixes #338
Max Countryman [Fri, 9 Mar 2012 22:26:57 +0000 (17:26 -0500)]
potentially fixes #338

This attempts to fix an issue where encoding of a string might fail when the
encoding is set to some unknown format. Here we attempt to catch the
LookupException and subsequently blindly encode the string one final time.
That is we call str() over response.content without specifying an encoding.
This may still fail in certain cases but does properly handle the case of #338
by returning the expected string.

12 years agocookie history v0.10.8
Kenneth Reitz [Fri, 9 Mar 2012 16:59:12 +0000 (08:59 -0800)]
cookie history

12 years agocatch cookie errors that are prone to failure
Kenneth Reitz [Fri, 9 Mar 2012 16:56:41 +0000 (08:56 -0800)]
catch cookie errors that are prone to failure

12 years agoMerge of maxcountryman
Kenneth Reitz [Fri, 9 Mar 2012 16:51:03 +0000 (08:51 -0800)]
Merge of  maxcountryman

12 years agomerge conflict and fixes for python3
Kenneth Reitz [Fri, 9 Mar 2012 16:43:12 +0000 (08:43 -0800)]
merge conflict and fixes for python3

12 years ago_detected_encoding
Kenneth Reitz [Fri, 9 Mar 2012 16:35:51 +0000 (08:35 -0800)]
_detected_encoding

12 years agoiter_lines py3 compatibility
Kenneth Reitz [Fri, 9 Mar 2012 16:26:12 +0000 (08:26 -0800)]
iter_lines py3 compatibility

#470

12 years agoMerge remote-tracking branch 'origin/develop' into develop
Kenneth Reitz [Fri, 9 Mar 2012 16:07:17 +0000 (08:07 -0800)]
Merge remote-tracking branch 'origin/develop' into develop

12 years agochunk_size iter_lines
Kenneth Reitz [Fri, 9 Mar 2012 16:07:10 +0000 (08:07 -0800)]
chunk_size iter_lines

12 years agoMerge branch 'iter_lines-fix' of https://github.com/fawek/requests into develop
Kenneth Reitz [Fri, 9 Mar 2012 16:03:20 +0000 (08:03 -0800)]
Merge branch 'iter_lines-fix' of https://github.com/fawek/requests into develop

12 years agoChris Dary
Kenneth Reitz [Fri, 9 Mar 2012 15:59:08 +0000 (07:59 -0800)]
Chris Dary

12 years agoself.config.get('trust_env')
Kenneth Reitz [Fri, 9 Mar 2012 15:58:00 +0000 (07:58 -0800)]
self.config.get('trust_env')

just for @mitsuhiko

12 years agov0.10.8
Kenneth Reitz [Fri, 9 Mar 2012 15:55:54 +0000 (07:55 -0800)]
v0.10.8

12 years agoMerge pull request #475 from umbrae/generate-chunked-valueerror-fix
Kenneth Reitz [Thu, 8 Mar 2012 22:57:58 +0000 (14:57 -0800)]
Merge pull request #475 from umbrae/generate-chunked-valueerror-fix

Generate chunked ValueError fix

12 years agoMove chunked head redirect test to ext
Chris Dary [Thu, 8 Mar 2012 22:44:07 +0000 (14:44 -0800)]
Move chunked head redirect test to ext

12 years agoRemove unnecessary bit from previous branch.
Chris Dary [Thu, 8 Mar 2012 21:22:38 +0000 (13:22 -0800)]
Remove unnecessary bit from previous branch.

This reverts commit e2645826be0449842dcc812e31541c5254c69e05.

12 years agoPotential fix for #436
Chris Dary [Thu, 8 Mar 2012 21:10:18 +0000 (13:10 -0800)]
Potential fix for #436

12 years agoMerge remote-tracking branch 'upstream/develop' into develop
Chris Dary [Thu, 8 Mar 2012 16:19:33 +0000 (08:19 -0800)]
Merge remote-tracking branch 'upstream/develop' into develop

12 years agoFacilitate proxy configuration by environment variables
Johannes Gorset [Thu, 8 Mar 2012 11:38:00 +0000 (12:38 +0100)]
Facilitate proxy configuration by environment variables

12 years agobunk
Kenneth Reitz [Thu, 8 Mar 2012 00:54:53 +0000 (16:54 -0800)]
bunk

12 years agopercent encoded v0.10.7
Kenneth Reitz [Thu, 8 Mar 2012 00:50:02 +0000 (16:50 -0800)]
percent encoded

12 years agodefault encode_uri to True
Kenneth Reitz [Thu, 8 Mar 2012 00:46:15 +0000 (16:46 -0800)]
default encode_uri to True

12 years agoMerge remote-tracking branch 'origin/develop' into develop
Kenneth Reitz [Thu, 8 Mar 2012 00:30:30 +0000 (16:30 -0800)]
Merge remote-tracking branch 'origin/develop' into develop

12 years agoencode_uri
Kenneth Reitz [Thu, 8 Mar 2012 00:28:04 +0000 (16:28 -0800)]
encode_uri

12 years agodisablable encode_urls
Kenneth Reitz [Thu, 8 Mar 2012 00:25:46 +0000 (16:25 -0800)]
disablable encode_urls

12 years agomove config around a bit
Kenneth Reitz [Thu, 8 Mar 2012 00:25:27 +0000 (16:25 -0800)]
move config around a bit

12 years agoencode urls setting
Kenneth Reitz [Thu, 8 Mar 2012 00:13:34 +0000 (16:13 -0800)]
encode urls setting

12 years agoConsiderably simplify and fix the iter_lines() function
Jakub Wieczorek [Mon, 5 Mar 2012 17:39:19 +0000 (18:39 +0100)]
Considerably simplify and fix the iter_lines() function

1. Do not use rstrip() as this would also throw away meaningful whitespaces
2. Avoid assuming what striplines() considers a line break terminator,
   the list of those is quite long in Unicode.
3. Add tests for the above edge cases.

12 years agoMerge pull request #466 from maxcountryman/develop
Kenneth Reitz [Thu, 1 Mar 2012 22:21:45 +0000 (14:21 -0800)]
Merge pull request #466 from maxcountryman/develop

fixing a capitalization error in the send() method doc string

12 years agofixing a capitalization error in the send() method doc string
Max Countryman [Thu, 1 Mar 2012 22:20:01 +0000 (17:20 -0500)]
fixing a capitalization error in the send() method doc string

12 years agoMerge remote-tracking branch 'origin/develop' into develop
Kenneth Reitz [Tue, 28 Feb 2012 20:21:21 +0000 (15:21 -0500)]
Merge remote-tracking branch 'origin/develop' into develop

12 years agodevelop
Kenneth Reitz [Tue, 28 Feb 2012 20:21:12 +0000 (15:21 -0500)]
develop

12 years agoMerge pull request #464 from brendanmaguire/session_prefetch
Kenneth Reitz [Tue, 28 Feb 2012 20:19:25 +0000 (12:19 -0800)]
Merge pull request #464 from brendanmaguire/session_prefetch

Removed prefetch from args.

12 years agoRemoved prefetch from args.
Brendan Maguire [Tue, 28 Feb 2012 20:16:01 +0000 (20:16 +0000)]
Removed prefetch from args.

12 years agoMerge pull request #463 from brendanmaguire/session_prefetch
Kenneth Reitz [Tue, 28 Feb 2012 20:08:48 +0000 (12:08 -0800)]
Merge pull request #463 from brendanmaguire/session_prefetch

Prefetch for sessions

12 years agoPrefetch for sessions
Brendan Maguire [Tue, 28 Feb 2012 20:02:21 +0000 (20:02 +0000)]
Prefetch for sessions

12 years agoDecode URL to utf-8 before joining.
Chris Dary [Tue, 28 Feb 2012 17:08:37 +0000 (12:08 -0500)]
Decode URL to utf-8 before joining.

To avoid UnicodeDecodeError's like on http://blip.fm/~1abvfu

12 years agomaster build test
Kenneth Reitz [Sun, 26 Feb 2012 16:30:44 +0000 (11:30 -0500)]
master build test

12 years agonose not found :(
Kenneth Reitz [Sun, 26 Feb 2012 15:26:45 +0000 (10:26 -0500)]
nose not found :(

12 years agosimpleci
Kenneth Reitz [Sun, 26 Feb 2012 15:25:26 +0000 (10:25 -0500)]
simpleci

12 years agosimpleci
Kenneth Reitz [Sun, 26 Feb 2012 15:24:48 +0000 (10:24 -0500)]
simpleci

12 years agorudolf the red-nosed reindeer
Kenneth Reitz [Sun, 26 Feb 2012 15:22:47 +0000 (10:22 -0500)]
rudolf the red-nosed reindeer

12 years agov0.10.6 v0.10.6
Kenneth Reitz [Sun, 26 Feb 2012 04:17:45 +0000 (23:17 -0500)]
v0.10.6

12 years agohistory
Kenneth Reitz [Sun, 26 Feb 2012 04:16:08 +0000 (23:16 -0500)]
history