Martin Geisler
3b0fcb620d
compat: handle SyntaxError when importing simplejson
...
We officially support Python 2.6 to 3.3, but simplejson does not
support Python 3.1 or 3.2:
https://github.com/simplejson/simplejson/issues/66
Importing simplejson on Python 3.2 results in a SyntaxError because
simplejson uses the u'...' syntax (the syntax was not supported in
Python 3.0 to 3.2).
Support for loading simplejson instead of the stdlib json module was
added by #710 :
https://github.com/kennethreitz/requests/pull/710
No mention was made of the lack of support for Python 3.2, but it was
mentioned that simplejson can be faster than the stdlib json module.
2014-05-26 00:56:35 +02:00
Cory Benfield
a7c218480d
Merge pull request #2047 from Hasimir/master
...
Fixed paragraph formatting in Urllib3/MIT License.
2014-05-17 16:37:31 +01:00
Ben McGinnes
eebae9c63b
Fixed paragraph formatting in Urllib3/MIT License.
2014-05-18 01:16:27 +10:00
Ian Cordasco
c43ecd1c47
Merge pull request #2046 from alex/patch-2
...
Fixed a typo
2014-05-16 16:05:41 -05:00
Kenneth Reitz
76c09e7076
ignot dist
2014-05-16 15:30:48 -04:00
Alex Gaynor
53d3519a35
Fixed a typo
2014-05-16 14:11:05 -04:00
Kenneth Reitz
6366d3dd19
v2.3.0
v2.3.0
2014-05-16 13:55:47 -04:00
Kenneth Reitz
b26c85f081
history update
2014-05-16 13:55:06 -04:00
Kenneth Reitz
343db40375
Merge remote-tracking branch 'origin/master'
2014-05-16 13:44:21 -04:00
kennethreitz
bbed65d100
Merge pull request #2040 from Lukasa/clog
...
Initial 2.3.0 changelog.
2014-05-16 10:37:32 -04:00
Cory Benfield
24986f853c
Merge pull request #2041 from pawroman/patch-1
...
Fix typo in advanced.rst docs
2014-05-13 11:31:24 +01:00
Paweł Romanowski
a7e7241616
Fix typo in advanced.rst docs
...
`Sesssion` -> `Session`
2014-05-13 10:11:40 +02:00
kennethreitz
739d153ef7
Merge pull request #1944 from schlamar/redirect-decoding
...
Catch errors while handling redirects
2014-05-12 16:50:33 -04:00
schlamar
16459910a9
Added test for redirect with wrong gzipped header.
2014-05-12 22:45:45 +02:00
schlamar
5e860c08d8
Added test case to handle response of streamed redirects.
...
Credits go to @zackw.
2014-05-12 22:45:45 +02:00
schlamar
59c8d81381
Read content in Session.send instead of Adapter.send.
2014-05-12 22:42:54 +02:00
schlamar
c2a1f28a2e
Catch possible exceptions while consuming content of redirect responses.
2014-05-12 22:42:53 +02:00
Cory Benfield
679ab5bc20
Initial 2.3.0 changelog.
2014-05-12 20:30:10 +01:00
Kenneth Reitz
c15a8f8a3d
CaseInsensitiveDict now looks like a normal dict
2014-05-12 15:10:15 -04:00
kennethreitz
5893cfcd90
Merge pull request #1972 from avidas/response_str
...
Add __str__ to case insensitive dict
2014-05-12 15:08:31 -04:00
kennethreitz
c023f06aad
Merge pull request #1924 from schlamar/proxy-default-scheme
...
Default proxy scheme to HTTP
2014-05-12 15:05:56 -04:00
kennethreitz
569cd23c00
Merge pull request #1937 from jaraco/master
...
Improved decoding support for Response.iter_content and iter_lines
2014-05-12 15:04:35 -04:00
kennethreitz
be2674bf3c
Merge pull request #2038 from dstufft/update-urllib3
...
Update urllib3 to 4fb351cd2
2014-05-12 14:50:36 -04:00
Donald Stufft
626c48e947
Update urllib3 to 4fb351cd2
2014-05-12 14:43:50 -04:00
Cory Benfield
07f9a7ea02
Remove references to not-yet-made 2.3.0 release.
2014-05-03 10:59:14 +01:00
kennethreitz
02a76b79a1
Merge pull request #2026 from Lukasa/updateurllib3
...
ImportError: No module named 'requests.packages.urllib3.util'
2014-05-02 15:09:39 -04:00
kennethreitz
8f12f948b1
Merge pull request #2032 from dstufft/patch-1
...
Remove the easy_install section
2014-05-02 15:09:21 -04:00
Donald Stufft
31762899a0
Remove the easy_install section
...
There's not a lot of good reason to actually call out easy_install at all.
Anyone who prefers it already knows it exists and everyone else should be
directed unambiguously towards pip.
2014-05-02 12:51:50 -04:00
Cory Benfield
b8049ba201
Add urllib3 util package to setup.py.
2014-04-29 18:50:38 +01:00
kennethreitz
54541a9927
Merge pull request #2021 from Lukasa/proxies2
...
Don't repopulate proxies if we don't trust the environment.
2014-04-28 17:49:27 -04:00
Cory Benfield
142b26ea7b
Clearer description of Response.close().
2014-04-28 19:42:30 +01:00
Kenneth Reitz
7fa9799e28
sidebar update
2014-04-26 09:28:05 -04:00
Kenneth Reitz
3e568eb3b0
sidebar update
2014-04-26 09:27:06 -04:00
Cory Benfield
459f8dfccb
Don't repopulate proxies if we don't trust the env.
2014-04-26 13:05:01 +01:00
kennethreitz
dae4026c18
Merge pull request #2017 from Ayper/master
...
Update urllib to 1.8.2
2014-04-25 23:04:54 -04:00
apr
36b0481f24
Update urllib to 1.8.2
2014-04-24 14:43:26 -04:00
kennethreitz
826425fdfd
Merge pull request #2010 from Lukasa/philosophy
...
[WIP] Update philosophy section
2014-04-21 12:25:01 -04:00
Cory Benfield
6c1ddeedfb
First pass at update to philosophy section.
2014-04-18 17:28:12 +01:00
Cory Benfield
082b877d81
We're awesome, but don't need to be here twice.
2014-04-18 17:15:45 +01:00
Cory Benfield
35d20b2168
Merge pull request #2009 from sigmavirus24/fix-my-name
...
Fix my name
2014-04-18 17:13:17 +01:00
Ian Cordasco
e56cc11757
Fix my name
2014-04-18 10:35:44 -05:00
kennethreitz
229c4d8f7c
Merge pull request #2005 from ap-Codkelden/master
...
SVG logo version
2014-04-16 15:37:29 -04:00
ap-Codkelden@github.com
b1d0f9743e
SVG logo version (with fonts converted to curves)
2014-04-16 18:11:35 +03:00
Kenneth Reitz
b4354fc66f
Revert "Font layer convert to curves"
...
This reverts commit af21ec6165 .
2014-04-16 10:58:30 -04:00
kennethreitz
b5fd95cab9
Merge pull request #1999 from ap-Codkelden/master
...
Font layer in logo convert to curves
2014-04-16 10:56:44 -04:00
Kenneth Reitz
df34ed7a00
@sigmavirus42
2014-04-15 19:15:39 -04:00
Kenneth Reitz
b8ba5c2bcb
github urls
2014-04-15 19:11:58 -04:00
Kenneth Reitz
b2c801f3c7
Merge remote-tracking branch 'origin/master'
2014-04-15 19:07:52 -04:00
Kenneth Reitz
21010ee25a
core contributors
2014-04-15 19:07:41 -04:00
Kenneth Reitz
f409d65d15
12,000,000
2014-04-15 19:01:41 -04:00