summaryrefslogtreecommitdiff
path: root/tests/regressiontests/httpwrappers
AgeCommit message (Expand)Author
2010-06-07[soc2010/query-refactor] Merged up to trunk r13328.Alex Gaynor
2010-02-15Fixed (what I hope is) the last Python 2.4 incompatibility, this one in the h...Jacob Kaplan-Moss
2010-01-23Fixed #12470 - django.contrib.messages CookieStorage failing silently in safa...Luke Plant
2009-05-08Fixed #10188: prevent newlines in HTTP headers. Thanks, bthomas.Jacob Kaplan-Moss
2009-03-31Fixed #10184: QueryDicts with multiple values can now be safely pickled. Than...Jacob Kaplan-Moss
2008-08-29Fixed #8278: fixed `QueryDict.update(QueryDict)`. Thanks, julien.Jacob Kaplan-Moss
2008-08-25Improved the regression test in [8460] a bit, based on some information fromMalcolm Tredinnick
2008-08-21Fixed #7233 -- Ensured that QueryDict classes are always unpicklable. ThisMalcolm Tredinnick
2007-12-17Fixed a Python 2.3 problem from [6927].Malcolm Tredinnick
2007-12-17Fixed #5956 -- Added a better error description for non-ASCII HTTP headers. ...Malcolm Tredinnick
2007-09-20Fixed httpwrappers tests broken by [6385].Jacob Kaplan-Moss
2007-07-04Merged Unicode branch into trunk (r4952:5608). This should be fullyMalcolm Tredinnick
2007-05-19Fixed #4337 -- Added pop() method to QueryDict. Thanks, Gary Wilson.Malcolm Tredinnick
2007-05-11Fixed #4270 -- Don't permit deleting of items from an immutable QueryDict.Malcolm Tredinnick
2007-04-26Fixed #4040 -- Changed uses of has_key() to "in". Slight performanceMalcolm Tredinnick
2006-08-27Refs #2333 - Modified runtests script to use new testing framework. Migrated ...Russell Keith-Magee