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 |
|
Kenneth Reitz
|
aeeb0af3a2
|
Merge pull request #1536 from Lukasa/IOError
RequestsException subclasses IOError
|
2013-08-21 11:25:20 -07:00 |
|
Cory Benfield
|
148c1b5c13
|
Begin work on the 2.0 changelog.
|
2013-08-19 13:28:05 +01:00 |
|
Cory Benfield
|
377ac9501a
|
Merge pull request #1540 from libbkmz/master
Event hooks update
|
2013-08-18 13:03:03 -07:00 |
|
libbkmz
|
78e5262dbd
|
Update advanced.rst
|
2013-08-19 00:01:37 +04:00 |
|
Cory Benfield
|
0f40290039
|
Merge pull request #1538 from enkore/patch-1
Remove superfluous double dot
|
2013-08-17 23:26:59 -07:00 |
|
enkore
|
4ffc3e4d1f
|
Remove superfluous double dot
|
2013-08-18 03:06:34 +02:00 |
|
Cory Benfield
|
f44b86e039
|
Allow non-string objects to be data with files
|
2013-08-17 07:27:58 +01:00 |
|
Cory Benfield
|
3bc01eed6f
|
RequestException subclasses IOError.
|
2013-08-17 07:17:03 +01:00 |
|
Kenneth Reitz
|
3dc61e5d68
|
Merge pull request #1535 from sigmavirus24/ignore_original_response_if_none
Skip cookie extraction if necessary
|
2013-08-16 20:15:18 -07:00 |
|
Ian Cordasco
|
98680b64f4
|
Skip cookie extraction if necessary
If _original_response is never set/is None, then don't try to extract cookies
from the response.
|
2013-08-16 21:38:20 -05:00 |
|
Kenneth Reitz
|
d8268fb7b4
|
Merge pull request #1515 from schlamar/https-proxy-2.0
[2.0] Https proxy support
|
2013-08-14 13:41:08 -07:00 |
|
Cory Benfield
|
2e5a674601
|
Add proxy_headers functionality.
This brings us in line with urllib3's fancy new magic for sending
headers to HTTP(S) proxies.
|
2013-08-14 09:47:44 +01:00 |
|
Paul Matthews
|
61617e74ed
|
Raise an error for unsupported hook event
* Raises a ValueError for an unsupported hook event
|
2013-08-12 15:27:17 +01:00 |
|
Stephen Huenneke
|
b676bf3214
|
Fixing tests to verify thrown ValueError's.
|
2013-08-08 09:20:41 -07:00 |
|
Stephen Huenneke
|
9dd823c289
|
Raising ValueError's when we're passed inconsistent POST data and files dict.
|
2013-08-06 11:04:03 -07:00 |
|
Kenneth Reitz
|
d3b786399e
|
Merge pull request #1516 from Lukasa/io
UnsupportedOperation errors
|
2013-08-06 08:43:44 -07:00 |
|
Cory Benfield
|
a5e5a51fb4
|
Catch UnsupportedOperation.
|
2013-08-03 19:24:23 +01:00 |
|
schlamar
|
09d97c1126
|
Added entry to AUTHORS.
|
2013-08-03 13:59:38 +02:00 |
|
schlamar
|
6a3ca7372f
|
Added proxy support to feature list.
|
2013-08-03 13:59:38 +02:00 |
|
ms4py
|
c951f0543c
|
Cache manager for proxy connection.
|
2013-08-03 13:59:28 +02:00 |
|
ms4py
|
134699faf9
|
Fix for new proxy API.
|
2013-08-03 13:57:15 +02:00 |
|
ms4py
|
d06dabab59
|
Update urllib3 to 14b8945
|
2013-08-03 13:55:19 +02:00 |
|
Kenneth Reitz
|
a05aba1033
|
Merge pull request #1514 from Lukasa/verror
Better percent-escape exception.
|
2013-08-02 09:48:33 -07:00 |
|
Cory Benfield
|
5a26241287
|
Better percent-escape exception.
|
2013-08-02 12:29:23 +01:00 |
|
Kenneth Reitz
|
abfb38bd57
|
Merge pull request #1508 from dieterv/master
remove duplicate comment
|
2013-07-31 18:36:07 -07:00 |
|
Kenneth Reitz
|
bd1f1404a0
|
Merge branch 'fix_401_cookies' of git://github.com/sigmavirus24/requests into 2.0
|
2013-07-31 21:33:24 -04:00 |
|
Kenneth Reitz
|
f865d61713
|
Merge branch 'proxyscheme' of git://github.com/Lukasa/requests into 2.0
|
2013-07-31 21:27:01 -04:00 |
|
Kenneth Reitz
|
1a6637c285
|
Merge branch 'keytype' of git://github.com/Lukasa/requests into 2.0
|
2013-07-31 21:25:57 -04:00 |
|
Kenneth Reitz
|
22701d149a
|
Merge pull request #1500 from gavrie/master
Update urllib3 to d89d508
2.0
|
2013-07-31 18:23:43 -07:00 |
|
Kenneth Reitz
|
d5fd3d3331
|
Merge pull request #1487 from dpursehouse/rewrite-test_mixed_case_scheme_acceptable
Rewrite test cases to remove dependency on httpbin.org and example.com
|
2013-07-31 18:23:34 -07:00 |
|
Kenneth Reitz
|
d5a8816926
|
Merge pull request #1498 from Lukasa/incompleteread
Wrap IncompleteRead in ChunkedEncodingError.
|
2013-07-31 18:23:14 -07:00 |
|
Kenneth Reitz
|
6b13ecdc85
|
Merge pull request #1501 from sigmavirus24/remove_setting_of_hooks
Fix duplication of efforts caught by @dofelw
|
2013-07-31 18:22:58 -07:00 |
|
Kenneth Reitz
|
7eb9a9298e
|
Merge pull request #1506 from Lukasa/mockrequest
Provide 'host' parameter to MockRequest.
|
2013-07-31 18:22:02 -07:00 |
|
Kenneth Reitz
|
3e6e68baa1
|
Merge pull request #1507 from buzztabapp/prepared-session-requests
Allow preparing of Requests from Session settings without sending.
|
2013-07-31 18:21:28 -07:00 |
|
Robert Estelle
|
0ab7a52f7c
|
Merge settings when creating PreparedRequest, don't copy Request.
|
2013-07-31 13:42:02 -07:00 |
|
Dieter Verfaillie
|
852de116dd
|
remove duplicate comment
This is already mentioned at line 357...
|
2013-07-31 09:29:24 +02:00 |
|
Robert Estelle
|
0eccb547a2
|
Add Session.prepare_request test case.
|
2013-07-30 23:02:13 -07:00 |
|
Robert Estelle
|
d4385f6fc8
|
Add Request.copy() test case.
|
2013-07-30 23:01:56 -07:00 |
|