Philippe Ndiaye
18a736fbe6
Set 208 status_code to "already_reported"
2013-07-13 11:08:01 +02:00
Philippe Ndiaye
7bdf37bc27
Changed the "im_used" informational status code for the value given by IANA (226)
...
See RFC 3229 at http://tools.ietf.org/html/rfc3229#section-10.4.1 and HTTP status codes at http://www.iana.org/assignments/http-status-codes/http-status-codes.xhtml
2013-07-13 09:55:50 +02:00
Kenneth Reitz
41517e2111
Delete invokefile.py
2013-07-06 14:04:50 +10:00
Cory Benfield
2b62980e26
Merge pull request #1437 from lukaszb/patch-1
...
Fixed wrong method call at streaming example
2013-06-27 11:18:56 -07:00
Lukasz Balcerzak
805abee9b4
Fixed wrong method call at streaming example
...
405 is returned if POST request is performed to http://httpbin.org/stream/20
2013-06-27 13:37:39 +02:00
Kenneth Reitz
a1bb7fb0d2
Merge pull request #1435 from chinux23/master
...
@1434 https://github.com/kennethreitz/requests/issues/1434
2013-06-25 15:49:04 -07:00
Chen Huang
9083735963
@1434 Fix https://github.com/kennethreitz/requests/issues/1434
2013-06-25 18:38:59 -04:00
Cory Benfield
dcf20c4cfe
Merge pull request #1429 from Lukasa/docs
...
Packaging warning, in via @andrewgross.
2013-06-24 00:48:48 -07:00
Cory Benfield
d57a5efab3
Packaging warning, in via @andrewgross.
2013-06-22 15:02:18 +01:00
Kenneth Reitz
3781c96125
Merge pull request #1425 from Lukasa/stream
...
Use new urllib3 'stream' parameter.
2013-06-21 02:23:10 -07:00
Cory Benfield
1faa76a86f
Use the new urllib3 stream generator.
2013-06-18 17:56:35 +01:00
Cory Benfield
ecf57cac5c
Update urllib3 to cffbd6b317
2013-06-18 17:47:23 +01:00
Kenneth Reitz
25db83fe85
Merge pull request #1419 from kevinburke/exception-links
...
Exception links
2013-06-14 22:50:44 -07:00
Kevin Burke
ba0db9db86
Add self to AUTHORS
2013-06-12 15:56:10 -07:00
Kevin Burke
a6415cf895
Link to the actual exception references
...
Sphinx has a neat cross-referencing feature where if you include the tilde
character in front of a :py: class, it'll link to the full object but provide
only the last part of class name in the text. For more info see
http://sphinx-doc.org/domains.html#cross-referencing-syntax
2013-06-12 15:53:09 -07:00
Kenneth Reitz
df935f5b03
Merge pull request #1414 from jschneier/master
...
fixed typo in docs
2013-06-12 11:12:17 -07:00
Josh Schneier
43a64d9515
fix doc typo
2013-06-09 11:14:14 -04:00
Kenneth Reitz
70a6d035d9
Merge pull request #1315 from reclosedev/fix-redirects
...
Don't reuse the same prepared request for all redirects
2013-06-08 03:53:16 -07:00
Roman Haritonov
716b627c1e
Don't reuse PreparedRequest on redirects
2013-06-08 14:41:34 +04:00
Roman Haritonov
798a1ffdec
new failing test_requests_in_history_are_not_overridden()
2013-06-08 14:41:34 +04:00
Kenneth Reitz
8028103b71
Merge pull request #1400 from jam/master
...
Retrieve environment proxies using standard library functions
2013-06-08 03:20:18 -07:00
Kenneth Reitz
8430e6ccbb
Merge pull request #1334 from rcarz/master
...
resolve_redirects no longer throws an InvalidSchema exception when the scheme is uppercase
2013-06-08 03:18:25 -07:00
Kenneth Reitz
d4c461042b
Merge pull request #1385 from ViktorHaag/master
...
Cope with mixed-case URL schemes (like 'HTTP') by lower-ifying 'url' string before calling startswith() on it
2013-06-08 03:17:38 -07:00
Kenneth Reitz
60b1a0ba13
Merge pull request #1381 from expandrive/master
...
Don't force chunked transfer on 0-length file-like object.
2013-06-08 03:16:32 -07:00
Kenneth Reitz
cfd84d74ee
Merge pull request #1392 from revolunet/patch-2
...
Update quickstart.rst
2013-06-08 03:16:21 -07:00
Kenneth Reitz
eec9bdd434
Merge pull request #1408 from wasw100/master
...
cookies.morsel_to_cookie morsel['expires'] can't be strtime, and morsel['max-age'] convert to expires problem repair
2013-06-08 03:14:32 -07:00
Kenneth Reitz
f74d5e96dd
Merge pull request #1412 from t-8ch/update_urllib3
...
update urllib3 to 60ba176f5d
2013-06-08 03:13:34 -07:00
Kenneth Reitz
e63e68ef48
Merge pull request #1413 from Lukasa/docs
...
Assorted docs updates
2013-06-08 03:13:14 -07:00
Cory Benfield
73425fbffb
Remove development reference from docs sidebar.
2013-06-08 11:10:07 +01:00
Cory Benfield
f53aed1611
Document blocking calls.
2013-06-08 11:09:39 +01:00
Thomas Weißschuh
2ed976ea71
update urllib3 to 60ba176f5d
2013-06-08 08:22:15 +00:00
wasw100
767f758aac
cookies.morsel_to_cookie morsel['expires'] can't be strtime, and max-age convert to expires problem repair
2013-06-07 00:02:45 +08:00
wasw100
961790f95c
cookies.morsel_to_cookie(morsel) raise TypeError repaired.
...
morsel_to_cookie(mosel) method raise TypeError: create_cookie() got unexpected keyword arguments: ['path_specified', 'domain_specified', 'port_specified', 'domain_initial_dot'].
so we should remove these param from create_cookie(...)
2013-06-06 19:15:09 +08:00
James Clarke
f705c41c1d
Added myself to AUTHORS.
2013-05-31 18:19:42 -07:00
James Clarke
93be6916f9
Use urllib to retrieve environment proxies.
...
This has the added benefit of including proxies defined by the OS X System Configuration framework and in the Windows registry, rather than only checking os.environ.
2013-05-31 18:19:34 -07:00
Julien Bouquillon
340931ba8e
Update quickstart.rst
...
rephrase misleading info about `raise_for_status`
2013-05-29 12:57:49 +03:00
Bob Carroll
2c5ea69e5d
rebased with upstream/master
2013-05-26 14:46:36 -07:00
Bob Carroll
d59510481a
this didn't merge properly
2013-05-26 14:45:49 -07:00
Bob Carroll
f3036adc4f
added assertion to test_uppercase_scheme_redirect for the response code
2013-05-26 14:44:37 -07:00
Bob Carroll
489a412f96
I probably should add my name too
2013-05-26 14:44:37 -07:00
Bob Carroll
72e155e529
resolve_redirects now checks for a scheme before converting the scheme to lowercase, added tests or the scheme casing
2013-05-26 14:44:22 -07:00
Bob Carroll
e715d7184b
resolve_redirects no longer throws an InvalidSchema exception when the scheme is uppercase
2013-05-26 14:43:00 -07:00
Kenneth Reitz
3bb13f8fbb
v1.2.3
v1.2.3
2013-05-25 12:48:10 -04:00
Viktor Haag
01993d21dc
added tests for mixed-case scheme URLs, changed adapters passing down URLs into urllib3 by lower-ifying them so that the underlying pool manager can effectively pool by scheme as dictionary key
2013-05-24 16:14:14 -04:00
Viktor Haag
5e94f38001
- fixed func call syntax on lower to lower()
...
- added test cases for trying to test GETS on mixed-case schemas
2013-05-24 14:01:30 -04:00
Viktor Haag
3004ad5398
Lower-ify url before checking against prefix with startswith()
2013-05-24 11:26:00 -04:00
Jeff Mancuso
e7c9bbb96f
Only switch to chunked if we don't know the length of a file like object. This fixes the case of trying to upload a 0-length file - chunked upload was being forced. Services like S3 that disallow chunked upload will fail.
2013-05-23 11:21:29 -04:00
Kenneth Reitz
00ab8fbfea
Merge remote-tracking branch 'origin/master'
v1.2.2
2013-05-21 17:43:53 -04:00
Kenneth Reitz
9930c9c737
v1.2.2
2013-05-21 17:43:13 -04:00
Kenneth Reitz
2ee814d924
Merge pull request #1375 from t-8ch/fix_digest_auth
...
don't replace 'Digest' in digest header value
2013-05-21 14:33:25 -07:00