Kenneth Reitz
4401620111
add history to the docs
v2.0.0
2013-09-24 15:08:12 -04:00
Kenneth Reitz
b8a8835151
readme fix
2013-09-24 14:41:39 -04:00
Kenneth Reitz
4f463e897a
Merge remote-tracking branch 'origin/master'
v2.0
2013-09-24 14:31:25 -04:00
Kenneth Reitz
58eacfa1ad
Merge pull request #1619 from Lukasa/master
...
Up to date CL.
2013-09-24 11:31:13 -07:00
Kenneth Reitz
c93419f512
TimeoutSauce!
2013-09-24 14:31:00 -04:00
Cory Benfield
53ba629a23
Up to date CL.
2013-09-24 19:26:31 +01:00
Kenneth Reitz
62925fb668
note on timeouts
2013-09-24 14:22:02 -04:00
Kenneth Reitz
94da24e387
v2.0.0
2013-09-24 14:19:07 -04:00
Kenneth Reitz
2d283c9f2d
2.0.0
2013-09-24 14:17:17 -04:00
Kenneth Reitz
54ad646067
merge 2.0 insto master
2013-09-24 14:13:28 -04:00
Kenneth Reitz
12760f2295
runscope!
2013-09-24 14:08:28 -04:00
Kenneth Reitz
c64c0ab121
prototype for new urllib3 timeouts
2013-09-24 14:06:24 -04:00
Kenneth Reitz
2f39e0e2aa
new urllib3
2013-09-24 13:59:38 -04:00
Kenneth Reitz
23ced527f7
Merge pull request #1503 from skastel/master
...
Fixing error return to be consistent with tuple return at the end of the method
2013-09-24 10:48:07 -07:00
Kenneth Reitz
2affd6385e
Merge pull request #1602 from sigmavirus24/handle_multiple_qop_types
...
Handle multiple qop types
2013-09-24 10:46:16 -07:00
Kenneth Reitz
58376489af
Merge pull request #1585 from rvoicilas/master
...
Use values() when the keys are not being used
2013-09-24 10:45:46 -07:00
Kenneth Reitz
a2dbf54456
Merge pull request #1541 from Lukasa/releasenote
...
[2.0] Tracking PR for the 2.0 changelog
2013-09-24 10:45:11 -07:00
Kenneth Reitz
03d844f926
Merge pull request #1565 from Lukasa/relative
...
Don't absolute import things we've vendored.
2013-09-24 10:39:09 -07:00
Kenneth Reitz
9ffc5e6a95
runscope
2013-09-24 13:31:29 -04:00
Ian Cordasco
22e31b4b73
Handle case when WWW-Authenticate returns multiple qops
...
In Digest Access Authentication there are two possible values (four if you
count the not-present and both cases) for authentication. We were narrowly
handling one of the four cases. Now we handle two.
2013-09-13 22:29:42 -05:00
Kenneth Reitz
c0e9f411fc
Merge pull request #1598 from Lukasa/defaults
...
[2.0] Python default arguments are hard
2013-09-13 06:17:41 -07:00
Cory Benfield
61421843bc
Python defaults arguments are hard.
2013-09-13 14:10:09 +01:00
Cory Benfield
ce6762ff63
Fixup unicode in AUTHORS file
2013-09-12 10:34:34 +01:00
Cory Benfield
d8f2463b57
Merge pull request #1592 from homm/master
...
remove extra mention of dangerous `r.raw`
2013-09-12 02:29:16 -07:00
homm
f0c592b09e
Update AUTHORS.rst
2013-09-12 13:27:06 +04:00
homm
a4cd1a85d6
fix spelling
2013-09-12 13:21:54 +04:00
homm
3440fca2e8
clearly describe r.raw in Body Content Workflow
2013-09-12 13:13:51 +04:00
homm
10b6d77945
remove extra mention of dangerous r.raw
2013-09-12 10:20:47 +04:00
Cory Benfield
917a15f154
Merge pull request #1591 from sayanchowdhury/patch-1
...
minor typo: Fix requests spelling
2013-09-11 08:16:29 -07:00
Sayan Chowdhury
0a52d9405e
minor typo: Fix requests spelling
2013-09-11 20:21:57 +05:30
Cory Benfield
cde6fdd00f
Merge pull request #1587 from kracekumar/patch-1
...
Fixed persistence spelling
2013-09-10 06:43:04 -07:00
kracekumar
a829ef9b46
Fixed persistence spelling
2013-09-10 17:52:29 +05:30
Radu Voicilas
056da86f6d
Use values() when the keys are not being used
2013-09-09 15:21:36 +03:00
Cory Benfield
c1eb7027fc
Merge pull request #1579 from yang/patch-1
...
Clarify timeout behavior in quickstart doc
2013-09-08 08:05:00 -07:00
Yang Zhang
2cb523b267
Fix typo in Timeouts doc
2013-09-07 00:16:09 -07:00
Yang Zhang
6d0315f78f
Clarify timeout behavior in quickstart doc
2013-09-06 19:27:57 -07:00
Cory Benfield
b891877ee6
Merge pull request #1578 from jparise/jparise-authors
...
Adding myself to the list of contributors.
2013-09-04 23:44:28 -07:00
Jon Parise
9d0d11a369
Adding myself to the list of contributors.
2013-09-04 09:00:03 -07:00
Kenneth Reitz
6c73d864ef
Merge pull request #1575 from jparise/content-encoding
...
Improved content encoding detection.
2013-09-03 19:42:43 -07:00
Jon Parise
b9b5be7c4c
Improved content encoding detection.
...
get_encodings_from_content() can now detect HTML in-document content
encoding declarations in the following formats:
- HTML5
- HTML4
- XHTML 1.x served with text/html MIME type
- XHTML 1.x served as XML
Ref: http://www.w3.org/International/questions/qa-html-encoding-declarations
2013-09-03 16:16:46 -07:00
Cory Benfield
d991fb032a
Merge pull request #1566 from sigmavirus24/update_readme
...
Add link to Contributor Friendly tag in README
2013-09-01 11:25:04 -07:00
Ian Cordasco
9f42a50742
Add link to Contributor Friendly tag
...
Add note that I'm willing to help anyone who is looking to submit a pull request
2013-09-01 13:21:55 -05:00
Cory Benfield
88011f4032
Bring release note current to 1st Sept.
2013-09-01 18:46:46 +01:00
Cory Benfield
1aa7658256
Don't absolute import vendored things.
2013-09-01 18:10:09 +01:00
Cory Benfield
e77344345a
Merge pull request #1556 from ssbarnea/master
...
Added link to StackOverflow questions related to python-requests. This s...
2013-08-27 08:03:33 -07:00
Sorin Sbarnea
a0ffeaa56e
Added link to StackOverflow questions related to python-requests. This should be the default support way for the library, as clearly most questions are supposed to be programming related.
...
Signed-off-by: Sorin Sbarnea <sorin.sbarnea@citrix.com >
2013-08-27 15:39:07 +01:00
Kenneth Reitz
efbae1855b
Merge pull request #1552 from Lukasa/noproxy
...
Allow spaces in the no_proxy environ variable
2013-08-23 17:23:57 -07:00
Cory Benfield
f040b2aa5d
Allow spaces in the no_proxy environ variable.
2013-08-23 12:37:03 +01:00
Kenneth Reitz
09c52e7282
Merge pull request #1537 from Lukasa/datetime
...
Allow non-string objects to be posted as data alongside files.
2013-08-21 11:46:27 -07:00
Kenneth Reitz
4b6649e37b
Merge pull request #1527 from paul-matthews/restrict-hooks-access
...
Raise an error for unsupported hook event
2013-08-21 11:28:23 -07:00