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
/
django
/
http
Age
Commit message (
Expand
)
Author
2012-08-15
[py3] Fixed HTTP header serialization
Claude Paroz
2012-08-14
[py3] Fixed file_uploads tests
Claude Paroz
2012-08-14
[py3] Fixed HttpResponse when initialized with bytes
Claude Paroz
2012-08-14
[py3] Ported django.http according to PEP 3333.
Aymeric Augustin
2012-08-13
[py3] Fixed contrib.formtools tests
Claude Paroz
2012-08-13
[py3] Fixed iterlists usage in QueryDict
Claude Paroz
2012-08-11
[py3] Used smart_str to prevent regressions in http handling
Claude Paroz
2012-08-11
[py3] Fixed Python 3 compatibility of http handling
Claude Paroz
2012-08-09
[py3] Renamed `next` to `__next__` in iterators.
Aymeric Augustin
2012-08-08
[py3] Fixed 'iterable but non string' detection
Claude Paroz
2012-08-07
[py3] Made a small fix in django.http.
Aymeric Augustin
2012-08-07
[py3] Ported django.utils.encoding.
Aymeric Augustin
2012-08-03
Replaced some byte strings by str() calls
Claude Paroz
2012-07-30
Fixed a security issue in http redirects. Disclosure and new release forthcom...
Florian Apolloner
2012-07-22
[py3] Switched to Python 3-compatible imports.
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-07-22
[py3] Used six.reraise wherever necessary.
Aymeric Augustin
2012-07-17
Fixed #18561 -- Made HttpResponse.tell() support non-ascii chars
Claude Paroz
2012-07-14
Cleaned up the QueryDict implementation.
Alex Gaynor
2012-06-30
Fixed #16519 -- Deprecated mimetype kwarg of HttpResponse __init__
Claude Paroz
2012-06-07
Fixed #18269 -- Applied unicode_literals for Python 3 compatibility.
Claude Paroz
2012-05-19
Marked bytestrings with b prefix. Refs #18269
Claude Paroz
2012-05-10
Replaced foo.next() by next(foo).
Claude Paroz
2012-05-05
Replaced cStringIO.StringIO by io.BytesIO.
Claude Paroz
2012-05-03
Fixed #18042 -- Advanced deprecation warnings.
Aymeric Augustin
2012-04-29
Fixed #18013 -- Use the new 'as' syntax for exceptions.
Claude Paroz
2012-03-31
Removed deprecated CompatCookie.
Aymeric Augustin
2012-03-31
Fixed #18029 -- Removed mod_python as of deprecation process. Thanks Aymeric ...
Claude Paroz
2012-03-31
Fixed #17965 -- Definitely dropped support for Python 2.5. Thanks jonash for ...
Claude Paroz
2012-03-18
Fixed #17931 -- Accepted aware datetimes to set cookies expiry dates. Thanks ...
Aymeric Augustin
2012-03-17
Fixed #17923 -- Added missing import in the MySQL and Oracle backends. Thanks...
Aymeric Augustin
2012-02-10
Fixed #17277 - Wrap IOErrors raised due to client disconnect in a specific IO...
Carl Meyer
2011-12-17
Negligible spacing fixes to comments in django/http/__init__.py
Adrian Holovaty
2011-12-17
Fixed comma splice in DeprecationWarning for CompatCookie
Adrian Holovaty
2011-12-16
Fixed #17323 -- Renamed HttpRequest.raw_post_data to request.body. Thanks for...
Adrian Holovaty
2011-12-16
Fixed #14597 -- Added a SECURE_PROXY_SSL_HEADER setting for cases when you're...
Adrian Holovaty
2011-12-11
Fixed #15863 - SimpleCookies are not correctly serialized with the file or da...
Luke Plant
2011-12-11
Fixed #16632 -- Crash on responses without Content-Type with IE. Thanks juan ...
Aymeric Augustin
2011-10-18
Remove all relative imports. We have always been at war with relative imports.
Alex Gaynor
2011-09-14
Slight cleanup to r16829, thanks Alex Gaynor for the note.
Paul McMillan
2011-09-14
Fixed #16494 by normalizing HttpResponse behavior with non-string input. Http...
Paul McMillan
2011-09-10
Added protection against spoofing of X_FORWARDED_HOST headers. A security ann...
Russell Keith-Magee
2011-09-09
Replaced `has_key()` calls with `in` to ease Python 3 port. Thanks, Martin vo...
Jannis Leidel
2011-08-12
Fixed #16584 -- Fixed a bunch of typos in code comments. Thanks, Bernhard Essl.
Jannis Leidel
2011-07-08
Fixed bug with our SimpleCookie regarding load/custom Morsel, and simplified ...
Luke Plant
2011-06-29
Fixed our SimpleCookie overriding and use to be compatible with a (potential)...
Luke Plant
2011-06-28
Fixed #15785 -- Stopped HttpRequest.read() from reading beyond the end of a w...
Jannis Leidel
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
[prev]
[next]