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
2026-04-07
Fixed CVE-2026-33033 -- Mitigated potential DoS in MultiPartParser.
Natalia
2026-02-24
Fixed #36931 -- Handled LookupError in multipart parser for invalid RFC 2231 ...
sammiee5311
2025-08-28
Refs #36520 -- Ensured only the header value is passed to parse_header_parame...
Jake Howard
2025-07-23
Refs #36500 -- Rewrapped long docstrings and block comments via a script.
django-bot
2025-07-23
Refs #36500 -- Shortened some long docstrings and comments.
Mike Edmunds
2025-03-31
Refs #28909 -- Simplified code using unpacking generalizations.
Aarni Koskela
2024-01-26
Applied Black's 2024 stable style.
Mariusz Felisiak
2023-11-24
Fixed #34968 -- Made multipart parsing of headers raise an error on too long ...
Standa Opichal
2023-02-14
Fixed CVE-2023-24580 -- Prevented DoS with too many uploaded files.
Markus Holtermann
2022-11-10
Updated documentation and comments for RFC updates.
Nick Pope
2022-06-28
Refs #33697 -- Used django.utils.http.parse_header_parameters() for parsing b...
Mehrdad
2022-06-28
Removed unnecessary _parse_header() from MultiPartParser.
Mariusz Felisiak
2022-06-03
Refs #33697 -- Made MultiPartParser use django.utils.http.parse_header_parame...
Mehrdad
2022-06-01
Refs #33697 -- Fixed multipart parsing of headers with double quotes and semi...
Mehrdad
2022-05-11
Refs #33173 -- Removed use of deprecated cgi module.
Carlton Gibson
2022-02-07
Refs #33476 -- Refactored code to strictly match 88 characters line length.
Mariusz Felisiak
2022-02-07
Refs #33476 -- Reformatted code with Black.
django-bot
2022-02-01
Fixed CVE-2022-23833 -- Fixed DoS possiblity in file uploads.
Mariusz Felisiak
2022-01-20
Fixed #33062 -- Made MultiPartParser remove non-printable chars from file names.
Hrushikesh Vaidya
2021-12-02
Updated various links to HTTPS and new locations.
Mariusz Felisiak
2021-05-04
Fixed CVE-2021-31542 -- Tightened path & file name sanitation in file uploads.
Florian Apolloner
2021-04-06
Fixed CVE-2021-28658 -- Fixed potential directory-traversal via uploaded files.
Mariusz Felisiak
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
[next]