Ian Cordasco
df7aece2c8
Comment our reasonsing for the special cases
2013-10-10 20:43:18 -05:00
Ian Cordasco
0bb8be0e5b
Parse cookies when users set custom Host header
2013-10-07 21:43:21 -05:00
Cory Benfield
d8180f5dac
Merge pull request #1654 from riyadparvez/deprecation-removal
...
Deprecation removal and other idiomatic updates
2013-10-05 10:02:46 -07:00
Riyad Parvez
48f59aa1f7
back to BaseException
2013-10-05 22:49:54 +06:00
Riyad Parvez
56c82c52b0
fixed print statement
2013-10-05 20:12:18 +06:00
Riyad Parvez
36485983ca
fixed print statement
2013-10-05 20:11:30 +06:00
Riyad Parvez
6087015f1c
Update advanced.rst
2013-10-05 20:10:27 +06:00
Riyad Parvez
5c92c72e2c
removed deprecated while 1:
2013-10-05 09:59:47 +06:00
Riyad Parvez
4656c9b89b
fixed print statement
2013-10-05 09:57:18 +06:00
Riyad Parvez
8370e66464
fixed print statement
2013-10-05 09:56:11 +06:00
Riyad Parvez
f9b7d92b91
updated print statement
2013-10-05 09:55:14 +06:00
Riyad Parvez
c8a68334a7
replaced deprecated BaseException
2013-10-05 09:53:34 +06:00
Cory Benfield
953b234aff
Merge pull request #1649 from dpursehouse/minor-doc-updates
...
Minor doc updates
2013-10-04 01:55:19 -07:00
Kenneth Reitz
c9bee155c2
Merge pull request #1651 from GrahamDumpleton/master
...
Translate urllib3 ProxyError into a requests ProxyError derived from ConnectionError.
2013-10-03 23:14:26 -07:00
Graham Dumpleton
4291f76c99
Translate urllib3 ProxyError into a requests ProxyError derived from ConnectionError.
2013-10-04 16:07:11 +10:00
David Pursehouse
82e6706722
Minor doc updates
...
- Improve wording of sentence describing proxy environment
variable setting.
- Mention that proxy URLs must include the scheme.
2013-10-04 10:19:33 +09:00
Cory Benfield
9968a10fcf
Typo in changelog.
2013-09-25 14:00:17 +01:00
Kenneth Reitz
768b175fee
Merge pull request #1621 from davidfischer/migrate-2-0
...
Added migrating to 2.x docs
2013-09-24 19:02:18 -07:00
David Fischer
a17f5592f8
Added link to @Lukasa's blog - the source material
2013-09-24 18:59:04 -07:00
David Fischer
fbb8d32c4e
Added migrating to 2.x docs
2013-09-24 18:35:22 -07:00
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