kennethreitz
097121d214
Merge pull request #1662 from voberoi/patch-1
...
Adding myself to AUTHORS.rst
2013-10-10 15:45:14 -07:00
Vikram Oberoi
21c9680a11
Adding myself to AUTHORS.rst
...
Taking a page out of @mattspitz's book.
https://github.com/kennethreitz/requests/pull/1439
#dreamsdocometrue
2013-10-10 18:13:51 -04:00
kennethreitz
8d63577b78
Merge pull request #1661 from mattspitz/super_len_compatibility
...
Increasing super_len compatibilty to include BytesIO and cStringIO objects.
2013-10-10 12:11:14 -07:00
Matt Spitz
2c2af651c4
Adding myself to AUTHORS.rst.
2013-10-10 15:08:34 -04:00
Matt Spitz
13a6e02ccd
Increasing super_len compatibilty to include BytesIO and cStringIO objects.
...
Added a check for 'getvalue' attr, calling it to retrieve the length if we can.
We also try/except the fileno() call, which can throw
io.UnsupportedOperation for BytesIO because, well, they're not files.
2013-10-10 14:54:47 -04:00
Cory Benfield
025543b604
Merge pull request #1658 from randymorris/master
...
False -> True typo
2013-10-08 11:36:12 -07:00
Randy Morris
f32b86dba2
False -> True typo
2013-10-08 14:19:30 -04:00
kennethreitz
43477edc91
Merge pull request #1636 from Lukasa/httpsprox
...
Don't send the full URL on CONNECT messages.
2013-10-07 16:23:18 -07:00
kennethreitz
318ca102cd
Merge pull request #1635 from daftshady/dev
...
Fixed #1630 and added test case.
2013-10-07 16:22:49 -07:00
kennethreitz
14c12fb151
Merge pull request #1637 from Lukasa/redir
...
Correctly lowercase a redirect scheme.
2013-10-07 16:21:29 -07:00
kennethreitz
3246fc088a
Merge pull request #1640 from abarnert/master
...
Accept per-file headers in multipart file POST messages.
2013-10-07 16:21:16 -07:00
Cory Benfield
45873e2a0a
Merge pull request #1656 from randymorris/master
...
Update verbiage about streaming requests
2013-10-07 13:45:11 -07:00
Randy Morris
66339b21fa
update verbiage about streaming requests
...
The Twitter API is no longer used in the example.
2013-10-07 10:43:48 -04: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
Andrew Barnert
af4fb8cedc
Accept per-file headers in multipart file POST messages.
...
- Each file in the `files` argument can now be a 4-tuple, instead of
just a file, 2-tuple, or 3-tuple. If it is, the last value in the
tuple is a dictionary of extra headers.
2013-09-30 17:07:13 -07:00
daftshady
c8fc19a779
add myself to authors.
2013-09-29 02:27:20 +09:00
daftshady
012f0334ce
added param to cookiejar_from_dict instead of creating new method.
2013-09-29 01:08:58 +09:00
Cory Benfield
0051837af4
Correctly lowercase a redirect scheme.
2013-09-28 17:01:32 +01:00
Cory Benfield
8b7fcfb49a
Don't send the full URL on CONNECT messages.
2013-09-28 15:46:43 +01:00
daftshady
d22eaf96e2
Fixed #1630
2013-09-28 23:44:27 +09:00
daftshady
373166d833
checkout auth
2013-09-28 16:41:08 +09:00
daftshady
39fe0068aa
Fixed #1630 , added test case for cookie persistence.
2013-09-28 16:33:05 +09:00
daftshady
1d1831ba40
fixed extra bonus bug
2013-09-27 22:17:40 +09:00
daftshady
3501ea4634
Fixed #1623 . Added 'MD5-sess' algorithm to HTTPDigestAuth
2013-09-26 15:40:12 +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