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
/
requests
Age
Commit message (
Expand
)
Author
2011-01-16
Fixed #15018 -- Corrected the handling of LimitedStream under one edge case i...
Russell Keith-Magee
2010-11-26
Fixed #3304 -- Added support for HTTPOnly cookies. Thanks to arvin for the su...
Russell Keith-Magee
2010-11-07
Make the requests test use unittest2, rather than the system unittest.
Alex Gaynor
2010-10-29
Fixed #9886 -- Added a file-like interface to HttpRequest. Thanks to Ivan Sag...
Russell Keith-Magee
2010-09-28
Modified the requests unit tests so that they aren't dependent on dictionary ...
Russell Keith-Magee
2010-09-28
Migrated requests doctests. Thanks to Stephan Jaekel.
Russell Keith-Magee
2010-09-28
Fixed #14351 -- Modified the requests test case to avoid an timing problem in...
Russell Keith-Magee
2010-09-12
Allow setting HttpResponse cookie expiry times with datetime objects.
Malcolm Tredinnick
2008-08-23
Fixed #7494 -- Fixed build_absolute_url() for some types of (uncommon) URLs.
Malcolm Tredinnick
2008-07-21
Changed/fixed the way Django handles SCRIPT_NAME and PATH_INFO (or
Malcolm Tredinnick
2008-03-17
Fixed #6764 -- Added some error checking around cookie decoding. Thanks,
Malcolm Tredinnick
2008-03-08
Fixed tests added in [7200] to not depend on unpredictable key order of dict,...
Gary Wilson Jr
2008-03-08
Fixed #5595 -- Made `ModPythonRequest.__repr__` return a string instead of a ...
Gary Wilson Jr