index
:
django.git
fix-31295
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
django
/
utils
/
http.py
Age
Commit message (
Expand
)
Author
2013-05-19
Fix a typo in a comment.
Marc Tamlyn
2013-05-18
Fixed #20411 -- Don't let invalid referers blow up CSRF same origin checks.
Florian Apolloner
2013-03-28
Fixed spelling errors
Gavin Wahl
2013-03-19
Fixed #18003 -- Preserved tracebacks when re-raising errors.
konarkmodi
2012-12-10
Fixed #18856 -- Ensured that redirects can't be poisoned by malicious users.
Florian Apolloner
2012-09-26
Fixed parse_http_date docstring and moved related tests
Claude Paroz
2012-08-30
Replaced some smart_xxx by force_xxx equivalent
Claude Paroz
2012-08-14
[py3] Fixed conditional_processing tests
Claude Paroz
2012-08-07
[py3] Ported django.utils.encoding.
Aymeric Augustin
2012-08-03
[py3] Removed uses of sys.maxint under Python 3.
Aymeric Augustin
2012-07-22
[py3] Updated urllib/urllib2/urlparse imports.
Aymeric Augustin
2012-07-22
[py3] Replaced unicode/str by six.text_type/bytes.
Aymeric Augustin
2012-06-14
Fixed #12140 -- Fixed http.urlencode result for empty lists
Claude Paroz
2012-03-30
Removed some Python < 2.6 compatibility code. Refs #17965.
Aymeric Augustin
2012-02-16
Use Python's changed comparisons, which makes this a bit more readable.
Alex Gaynor
2012-02-16
Fixed #17693. Input validation and tests for base36 conversion utils. Thanks ...
Paul McMillan
2012-01-29
Fixed #5964 -- Added unicode-aware versions of urlunquote and urlunquote_plus.
Aymeric Augustin
2011-09-09
Switch to using explicit new-style division behavior, rather than relying on ...
Alex Gaynor
2011-09-09
Fixed a bunch of imports of the email stdlib module now that we are on Python...
Jannis Leidel
2011-06-09
Fixed #16155 -- Removed Python 2.4 compatibility constructs from code and men...
Ramiro Morales
2011-04-22
Fixed #9089 -- Correctly handle list values in MultiValueDict instances when ...
Jannis Leidel
2011-03-15
Fixed #15617 - CSRF referer checking too strict
Luke Plant
2011-03-03
Fixed #15543 -- Tweaked change from r15696 to not use 'if' syntax introduce i...
Ramiro Morales
2011-03-01
Fixed #717 - If-Modified-Since handling should compare dates according to RFC...
Luke Plant
2011-01-24
Fixed #15067 -- Modified the range checks on base36_to_int so you are guarant...
Russell Keith-Magee
2010-12-23
Fix a security issue in the auth system. Disclosure and new release forthcoming.
Alex Gaynor
2010-09-13
Fixed #13765 - 'safe' parameter for urlencode filter
Luke Plant
2009-03-22
Fixed #5791 -- Added early-bailout support for views (ETags and Last-modified).
Malcolm Tredinnick
2008-07-31
Fixed #7723 - implemented a secure password reset form that uses a token and ...
Luke Plant
2007-10-31
Fixed #5816 -- Fixed a regression from [6333] that generates incorrect cookie...
Gary Wilson Jr
2007-10-20
Fixed #5734 -- Fixed an omission where we weren't passing the "safe" argument
Malcolm Tredinnick
2007-07-21
Fixed #4402 -- Modified test client to allow multi-valued inputs on GET reque...
Russell Keith-Magee
2007-07-04
Merged Unicode branch into trunk (r4952:5608). This should be fully
Malcolm Tredinnick