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
2017-09-22
Removed unused eof argument to BoundaryIter._find_boundary().
Mariusz Felisiak
2017-09-07
Reverted "Fixed #27818 -- Replaced try/except/pass with contextlib.suppress()."
Tim Graham
2017-08-23
Removed unneeded iter() calls.
Sergey Fedoseev
2017-06-28
Fixed #27818 -- Replaced try/except/pass with contextlib.suppress().
Mads Jensen
2017-05-27
Fixed #28226 -- Replaced use of str.join() with concatenation.
Tom
2017-04-27
Refs #27795 -- Replaced many force_text() with str()
Claude Paroz
2017-04-26
Fixed #28137 -- Deprecated HttpRequest.xreadlines().
Josh Schneier
2017-02-20
Refs #27656 -- Updated django.forms/http docstring verbs according to PEP 257.
Anton Samarchyan
2017-02-17
Fixed #27308 -- Fixed BytesWarnings in the test suite.
Tim Graham
2017-01-26
Refs #23919, #27778 -- Removed obsolete mentions of unicode.
Vytis Banaitis
2017-01-25
Corrected http.multipartparser.exhaust() docstring.
Tim Graham
2017-01-25
Refs #23919 -- Replaced super(ClassName, self) with super().
chillaranand
2017-01-25
Removed unused variables that are overwritten.
Mads Jensen
2017-01-22
Refs #23919 -- Replaced six.reraise by raise
Claude Paroz
2017-01-20
Refs #23919 -- Removed unneeded str() calls
Claude Paroz
2017-01-20
Refs #23919 -- Removed unneeded force_str calls
Claude Paroz
2017-01-19
Refs #23919 -- Removed Python 2 version check in django.http.cookie.
Tim Graham
2017-01-19
Refs #23919 -- Stopped inheriting from object to define new style classes.
Simon Charette
2017-01-18
Refs #23919 -- Removed most of remaining six usage
Claude Paroz
2017-01-18
Refs #23919 -- Removed six.<various>_types usage
Claude Paroz
2017-01-18
Refs #23919 -- Removed six.PY2/PY3 usage
Claude Paroz
2017-01-18
Refs #23919 -- Removed encoding preambles and future imports
Claude Paroz
2016-12-27
Fixed #27640 -- Fixed HttpResponse's __repr__() without a 'Content-Type' hea...
roboslone
2016-12-19
Fixed #27606 -- Fixed HttpResponseRedirect.__repr__() crash when DisallowedRe...
Jerome Leclanche
2016-12-07
Refs #17235 -- Made MultiPartParser leave request.POST immutable.
Vinay Karanam
2016-11-29
Fixed #27181 -- Allowed contrib.sites to match domains with trailing ".".
Anton Samarchyan
2016-11-17
Fixed #27156 -- Made changing HttpRequest.encoding clear GET.
PREMANAND
2016-11-14
Fixed E305 flake8 warnings.
Ramin Farajpour Cami
2016-11-01
Fixed CVE-2016-9014 -- Validated Host header when DEBUG=True.
Tim Graham
2016-09-03
Replaced smart_* by force_* calls whenever possible
Claude Paroz
2016-08-30
Fixed #27153 -- Added validation for HttpResponse status.
Ryan Allen
2016-08-11
Fixed #27046 -- Supported IPv6-formatted IPv4 addresses in host validation.
Tim Graham
2016-08-03
Fixed #27005 -- Fixed crash if request.META[''CONTENT_LENGTH']=''.
Tim Graham
2016-06-15
Fixed broken links in docs and comments.
Ville Skyttä
2016-06-06
Fixed #26707 -- Added QueryDict.fromkeys()
wim glenn
2016-06-05
Fixed comment typo in multiparser.py
Jon Dufresne
2016-06-04
Made style improvements to multipartparser.py
Asif Saifuddin Auvi
2016-05-12
Fixed #21231 -- Enforced a max size for GET/POST values read into memory.
Andre Cruz
2016-05-06
Removed HTTP prefixed CONTENT_TYPE/LENGTH headers in MultiPartParser.
Tim Graham
2016-05-03
Refs #22897 -- Removed unneeded empty string QueryDict argument.
Tim Graham
2016-04-25
Fixed #26052 -- Moved conditional_content_removal() processing to the test cl...
Tim Graham
2016-04-08
Fixed E128 flake8 warnings in django/.
Tim Graham
2016-03-15
Fixed #26158 -- Rewrote http.parse_cookie() to better match browsers.
Collin Anderson
2016-03-14
Simplified _cookie_allows_colon_in_names condition.
Tim Graham
2016-03-14
Removed a workaround for a cookie encoding bug [1] in Python < 2.7.2.
Tim Graham
2016-03-07
Fixed #26325 -- Made MultiPartParser ignore filenames that normalize to an em...
John-Mark Bell
2016-02-10
Fixed #26014 -- Added WSGIRequest content_type and content_params attributes.
Curtis Maloney
2016-01-25
Fixed #26125 -- Fixed E731 flake warnings.
userimack
2015-12-14
Fixed #25725 -- Made HttpReponse immediately close objects.
Johannes Hoppe
2015-11-18
Fixed #25644 -- Fixed reset cookie expiry date bug.
Raphael Merx
[next]