Kenneth Reitz
5ce25688e0
Revert "Fix SSL3 error on Ubuntu 12.04"
...
This reverts commit c19650b00f .
2012-09-24 11:05:53 -05:00
ayanamist
913ef867be
Use logger instead of direct logging call.
2012-08-27 00:43:39 +08:00
Joseph McCullough
c19650b00f
Fix SSL3 error on Ubuntu 12.04
2012-08-19 22:10:18 -05:00
Kenneth Reitz
c65065177f
ordered dict
2012-07-27 01:39:17 -04:00
Kenneth Reitz
e02fb2eb6c
urllib update and junks
2012-07-27 01:32:01 -04:00
jorjun
2c241d2801
breaks under python 2.7, without the from __future__ import
2012-07-18 12:58:55 +02:00
Kenneth Reitz
9576518d69
oauthlib
2012-06-28 16:23:25 -07:00
Kenneth Reitz
abf33ba11c
chardet2
2012-06-28 15:58:12 -07:00
Kenneth Reitz
1253c78011
embed chardet
2012-06-28 12:53:39 -07:00
Kenneth Reitz
8f0ac668da
update urllib3
2012-06-25 12:35:39 -04:00
Kenneth Reitz
d3acb783b9
urllib3 update
...
fixes #664
2012-06-15 14:31:19 -04:00
Kenneth Reitz
3ee594140b
remove oreos
2012-05-10 17:10:47 -05:00
Kenneth Reitz
2bae0d295b
new urllib3 version
...
#498
2012-03-31 17:39:26 -04:00
Kenneth Reitz
21ccf8f8c0
urllib3 v1.3
2012-03-25 15:26:55 -04:00
Pinkerton
ee861f4287
Fix issue #484
2012-03-14 19:54:06 -07:00
Kenneth Reitz
bdcbabb758
Merge pull request #450 from Lukasa/issue_440
...
Issue #440 : Accept '=' in cookie keys.
2012-02-25 20:14:11 -08:00
Kenneth Reitz
7cc2d468c7
urllib3 v1.2.2
2012-02-25 23:11:20 -05:00
Cory Benfield
2ef0b1b51d
Accept '=' in cookie keys.
2012-02-21 22:51:38 +00:00
Kenneth Reitz
5e76943f02
Merge branch 'develop' of https://github.com/Lukasa/requests into develop
2012-02-15 01:08:10 -05:00
Cory Benfield
80e29bfcab
Change the RFC we reference.
2012-02-14 14:11:25 +00:00
Cory Benfield
d7107c2cdc
Make clearer the source of forbidden characters
2012-02-14 12:58:35 +00:00
Cory Benfield
658da765ec
Keep non RFC cookie key characters separate.
...
Moved the characters that we accept in keys but that the RFC forbids
into a separate string to keep track of them.
2012-02-14 10:25:40 +00:00
Kenneth Reitz
5a2a78f7df
Merge pull request #425 from Lukasa/develop
...
Issue #335 : Accept unusual keys in cookies.
2012-02-13 16:14:39 -08:00
Cory Benfield
f72c13ffda
Accept unusual keys in cookies.
...
The Oreos module throws CookieErrors when it catches keys that have
characters that shouldn't be in them, like colons and braces. Other
services are happy to send out such keys, however. This commit makes
requests non-standards compliant, just like everyone else is.
2012-02-14 00:10:26 +00:00
Kenneth Reitz
12f9aa3669
Merge pull request #410 from eriolv/develop
...
Fix SyntaxError on Python3 because "except Error, e" is not supported anymore
2012-02-12 02:16:48 -08:00
Luka Zakrajšek
b7842ab34b
Typo fix in oreos/structures.py
2012-02-06 13:42:34 +01:00
Daniele Tricoli
c40d6d0509
Since requests 0.10.1 dropped Python5 support, to catch an exception and
...
store the exception object in a variable the "as" keyword can be used so
Python3 will not raise a SyntaxError
2012-02-05 04:18:22 +01:00
Kenneth Reitz
e7bcc3b332
oh snap
2012-01-23 01:32:09 -05:00
Kenneth Reitz
125619c783
urllib3 update
2012-01-23 01:01:42 -05:00
Kenneth Reitz
b0e2e4f284
blah
2012-01-23 00:15:25 -05:00
Kenneth Reitz
2109afc144
further
2012-01-22 19:42:13 -05:00
Kenneth Reitz
786dfdd7e5
python3 version of urllib3
2012-01-22 15:06:58 -05:00
Kenneth Reitz
2b849545ea
urllib3 update
2012-01-07 17:18:49 -05:00
Kenneth Reitz
bdda99c0c1
urllib3 update
2011-12-27 23:14:54 -05:00
Kenneth Reitz
8f58c095c5
urllib3 update
2011-12-18 14:10:38 -05:00
Kenneth Reitz
e17155151b
backup
2011-11-19 15:42:36 -05:00
Kenneth Reitz
1da54de5dc
2.5 fix
2011-11-19 15:19:56 -05:00
Kenneth Reitz
43854067d4
oreos!
2011-11-19 15:15:30 -05:00
Kenneth Reitz
6b129ec0c9
urllib3 fix
2011-11-15 10:01:37 -05:00
Kenneth Reitz
3458e6a905
upstream urllib3
2011-11-13 00:38:08 -05:00
Kenneth Reitz
3462d9c87b
trust built-in if its available
2011-11-12 16:49:08 -05:00
Kenneth Reitz
0a4b7356ac
rip 2.7.x collections out
2011-11-12 16:47:14 -05:00
Kenneth Reitz
e84d84b5b8
use new collections MutableMutex
2011-11-12 16:39:18 -05:00
Kenneth Reitz
58e3dd9de8
fix urllib3 bug
2011-11-12 12:47:21 -08:00
Kenneth Reitz
69e7e94c4c
updated urllib3
2011-11-12 07:35:55 -08:00
Kenneth Reitz
1588ad7c46
remove poster
2011-11-09 22:44:58 -08:00
Kenneth Reitz
7c271a466f
Import urllib3
2011-10-23 16:18:52 -04:00
Flavio Percoco Premoli
6f5b64bca6
small workaround for issue #7
2011-02-23 08:49:08 +01:00
Kenneth Reitz
34ca692c9c
from __future__ import absolute_imports
2011-02-16 12:47:58 -05:00
Kenneth Reitz
4c192ec5ac
absolute imports
2011-02-14 09:36:14 -05:00