Alex Gaynor
|
f2d8027c9a
|
Fixed up some more flake8 violations (this particular violation still has many occurrences in the tests/ dir so it can't be removed from setup.cfg yet)
|
2013-10-26 10:50:40 -07:00 |
e0ne
|
f2a4452882
|
Fixed #18403 -- Initialized bad_cookies in SimpleCookie
Thanks Stefano Crosta for the report.
|
2013-09-10 08:26:54 -04:00 |
Aymeric Augustin
|
365c3e8b73
|
Replaced "not PY3" by "PY2", new in six 1.4.0.
|
2013-09-02 12:11:02 +02:00 |
Claude Paroz
|
5c1143910e
|
Removed most of absolute_import imports
Should be unneeded with Python 2.7 and up.
Added some unicode_literals along the way.
|
2013-07-29 20:28:13 +02:00 |
Claude Paroz
|
f08e739bc2
|
Fixed #19585 -- Fixed loading cookie value as a dict
This regression was introduced by the 'unicode_literals' patch.
|
2013-01-11 21:09:33 +01:00 |
Alex Gaynor
|
b4066d7d21
|
Cleaned up the the http module. Moved all of the code from __init__.py to request.py, response.py and utils.py
|
2012-10-21 11:12:59 -07:00 |