summaryrefslogtreecommitdiff
path: root/tests/regressiontests/requests
AgeCommit message (Expand)Author
2010-09-28Modified the requests unit tests so that they aren't dependent on dictionary ...Russell Keith-Magee
2010-09-28Migrated requests doctests. Thanks to Stephan Jaekel.Russell Keith-Magee
2010-09-28Fixed #14351 -- Modified the requests test case to avoid an timing problem in...Russell Keith-Magee
2010-09-12Allow setting HttpResponse cookie expiry times with datetime objects.Malcolm Tredinnick
2008-08-23Fixed #7494 -- Fixed build_absolute_url() for some types of (uncommon) URLs.Malcolm Tredinnick
2008-07-21Changed/fixed the way Django handles SCRIPT_NAME and PATH_INFO (orMalcolm Tredinnick
2008-03-17Fixed #6764 -- Added some error checking around cookie decoding. Thanks,Malcolm Tredinnick
2008-03-08Fixed tests added in [7200] to not depend on unpredictable key order of dict,...Gary Wilson Jr
2008-03-08Fixed #5595 -- Made `ModPythonRequest.__repr__` return a string instead of a ...Gary Wilson Jr