index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
regressiontests
/
httpwrappers
Age
Commit message (
Expand
)
Author
2011-10-13
Convert the remainder of the relative imports in the tests to be absolute imp...
Alex Gaynor
2011-09-14
Fixed #16494 by normalizing HttpResponse behavior with non-string input. Http...
Paul McMillan
2011-07-08
Fixed bug with our SimpleCookie regarding load/custom Morsel, and simplified ...
Luke Plant
2011-06-25
Fixed #15852 -- Modified cookie parsing so it can handle duplicate invalid co...
Ramiro Morales
2011-06-16
Fixed #14020 -- Made the `HttpResponse` class slightly more behave like a dic...
Jannis Leidel
2011-06-09
Fixed #16155 -- Removed Python 2.4 compatibility constructs from code and men...
Ramiro Morales
2011-03-03
Updated test assertions that have been deprecated by the move to unittest2. I...
Russell Keith-Magee
2011-02-13
Fixed #13007 -- Made cookie parsing resilent to the presence of cookies with ...
Ramiro Morales
2011-01-24
Rationalised CompatCookie/SimpleCookie into single SimpleCookie class with al...
Luke Plant
2010-12-04
Removed all usages of deprecated TestCase methods (self.fail*). This removed...
Alex Gaynor
2010-12-01
Fixed #14809 -- broken login related tests after r14733.
Chris Beaven
2010-10-11
Fixed #12991 -- Added unittest2 support. Thanks to PaulM for the draft patch,...
Russell Keith-Magee
2010-09-11
Improved unicode-type, ASCII-convertible header handling in
Malcolm Tredinnick
2010-05-28
Fixed #13572: copies of QueryDicts now have their encoding set correctly.
Jacob Kaplan-Moss
2010-05-28
Converted httpwrappers tests to unittest.
Jacob Kaplan-Moss
2010-02-15
Fixed (what I hope is) the last Python 2.4 incompatibility, this one in the h...
Jacob Kaplan-Moss
2010-01-23
Fixed #12470 - django.contrib.messages CookieStorage failing silently in safa...
Luke Plant
2009-05-08
Fixed #10188: prevent newlines in HTTP headers. Thanks, bthomas.
Jacob Kaplan-Moss
2009-03-31
Fixed #10184: QueryDicts with multiple values can now be safely pickled. Than...
Jacob Kaplan-Moss
2008-08-29
Fixed #8278: fixed `QueryDict.update(QueryDict)`. Thanks, julien.
Jacob Kaplan-Moss
2008-08-25
Improved the regression test in [8460] a bit, based on some information from
Malcolm Tredinnick
2008-08-21
Fixed #7233 -- Ensured that QueryDict classes are always unpicklable. This
Malcolm Tredinnick
2007-12-17
Fixed a Python 2.3 problem from [6927].
Malcolm Tredinnick
2007-12-17
Fixed #5956 -- Added a better error description for non-ASCII HTTP headers. ...
Malcolm Tredinnick
2007-09-20
Fixed httpwrappers tests broken by [6385].
Jacob Kaplan-Moss
2007-07-04
Merged Unicode branch into trunk (r4952:5608). This should be fully
Malcolm Tredinnick
2007-05-19
Fixed #4337 -- Added pop() method to QueryDict. Thanks, Gary Wilson.
Malcolm Tredinnick
2007-05-11
Fixed #4270 -- Don't permit deleting of items from an immutable QueryDict.
Malcolm Tredinnick
2007-04-26
Fixed #4040 -- Changed uses of has_key() to "in". Slight performance
Malcolm Tredinnick
2006-08-27
Refs #2333 - Modified runtests script to use new testing framework. Migrated ...
Russell Keith-Magee