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
/
http
/
multipartparser.py
Age
Commit message (
Expand
)
Author
2020-09-30
Fixed #30422 -- Made TemporaryFileUploadHandler handle interrupted uploads.
aryan
2020-06-11
Fixed #28132 -- Made MultiPartParser ignore filenames with trailing slash.
Michael Brown
2020-02-28
Fixed #31293 -- Allowed MultiPartParser to handle double-quoted encoded headers.
007
2019-05-08
Refs #27753 -- Deprecated django.utils.text.unescape_entities().
Jon Dufresne
2019-04-24
Removed unnecessary assignments in various code.
Jon Dufresne
2019-03-02
Refs #30227 -- Added helpful message for non-ASCII Content-Type in mulitpart ...
Tim Graham
2019-03-02
Fixed #30227 -- Fixed crash on request without boundary in Content-Type.
Tim Graham
2019-02-14
Optimized iterator exhaustion using collections.deque().
Nick Pope
2019-02-06
Refs #27753 -- Favored force/smart_str() over force/smart_text().
Aymeric Augustin
2017-12-26
Fixed #28930 -- Simplified code with any() and all().
Дилян Палаузов
2017-09-22
Removed unused eof argument to BoundaryIter._find_boundary().
Mariusz Felisiak
2017-05-27
Fixed #28226 -- Replaced use of str.join() with concatenation.
Tom
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
Removed unused variables that are overwritten.
Mads Jensen
2017-01-22
Refs #23919 -- Replaced six.reraise by raise
Claude Paroz
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-07
Refs #17235 -- Made MultiPartParser leave request.POST immutable.
Vinay Karanam
2016-11-14
Fixed E305 flake8 warnings.
Ramin Farajpour Cami
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-03-07
Fixed #26325 -- Made MultiPartParser ignore filenames that normalize to an em...
John-Mark Bell
2015-06-17
Refs #23763 -- Fixed Python 3.5 PendingDeprecationWarning in LazyStream.
Tim Graham
2015-02-06
Sorted imports with isort; refs #23860.
Tim Graham
2015-01-27
Fixed #24209 -- Prevented crash when parsing malformed RFC 2231 headers
Raul Cumplido
2014-09-13
Fixed #23397 -- Stripped whitespace from base64 during chunking
Jason Hobbs
2014-08-14
Fixed #22971 -- Properly parsed RFC 2388 encoded headers
Claude Paroz
2014-06-11
Fixed #22680 -- I/O operation on closed file.
Florian Apolloner
2014-05-16
Fixed typo in multipartparser.py
mbacho
2014-03-03
Fixed many typos in comments and docstrings.
Rodolfo Carvalho
2013-12-14
Fixed E127 pep8 warnings.
Loic Bistuer
2013-11-03
Fixed all E226 violations
Alex Gaynor
2013-11-03
Fixed flake8 E251 violations
Milton Mazzarri
2013-11-02
Fixed the remaining E302 violations int eh django package
Alex Gaynor
2013-11-02
Fixed all E261 warnings
coagulant
2013-11-02
More attacking E302 violators
Alex Gaynor
2013-10-05
Fixed #21189: Cleaned up usage of bare except clauses.
Baptiste Mispelon
2013-07-11
Fixed #13721 -- Added UploadedFile.content_type_extra.
Benjamin Kagia
2013-05-25
Fixed #19866 -- Added security logger and return 400 for SuspiciousOperation.
Preston Holmes
2013-05-17
Corrected documentation on the constructor arguments of MultiPartParser
Eric Urban
2013-05-17
Replaced an antiquated pattern.
Aymeric Augustin
[next]