index
:
delta/python-packages/django.git
1.8
15667
16682
24046
24215
24525
26176
3.2-man-page
4.0/make-zoneinfo-default-timezone-implementation-squashed
alex-patch-1
attic/boulder-oracle-sprint
attic/full-history
attic/generic-auth
attic/gis
attic/i18n
attic/magic-removal
attic/multi-auth
attic/multiple-db-support
attic/new-admin
attic/newforms-admin
attic/per-object-permissions
attic/queryset-refactor
attic/schema-evolution
attic/schema-evolution-ng
attic/search-api
attic/sqlalchemy
attic/unicode
c/29988-allow-f-strings
c/32409-async-tests-cannot-call-orm
c/append-slash-opt-out
c/replace-utcnow
c/use-bpo-extlink
dep0005
dep5
fix-cache-test
fix/remove-stray-file
issue/31570
link-to-code-of-conduct
main
make-zoneinfo-default-timezone-implementation
master
remove-unnecesary-if-wrap
selenium-updates
sir-sigurd-patch-1
soc2009/admin-ui
soc2009/http-wsgi-improvements
soc2009/i18n-improvements
soc2009/model-validation
soc2009/multidb
soc2009/test-improvements
soc2010/app-loading
soc2010/query-refactor
soc2010/test-refactor
stable/0.90.x
stable/0.91.x
stable/0.95.x
stable/0.96.x
stable/1.0.x
stable/1.1.x
stable/1.10.x
stable/1.11.x
stable/1.2.x
stable/1.3.x
stable/1.4.x
stable/1.5.x
stable/1.6.x
stable/1.7.x
stable/1.8.x
stable/1.9.x
stable/2.0.x
stable/2.1.x
stable/2.2.x
stable/3.0.x
stable/3.1.x
stable/3.2.x
stable/4.0.x
stable/4.1.x
stable/4.2.x
swap-closing-quote-period-in-admin-i18nable-literal
ticket-25055
ticket-31342
update-next-docs-version
github.com: django/django.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
django
/
http
/
multipartparser.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fixed CVE-2023-24580 -- Prevented DoS with too many uploaded files.
Markus Holtermann
2023-02-14
1
-13
/
+51
*
Updated documentation and comments for RFC updates.
Nick Pope
2022-11-10
1
-1
/
+1
*
Refs #33697 -- Used django.utils.http.parse_header_parameters() for parsing b...
Mehrdad
2022-06-28
1
-49
/
+2
*
Removed unnecessary _parse_header() from MultiPartParser.
Mariusz Felisiak
2022-06-28
1
-10
/
+3
*
Refs #33697 -- Made MultiPartParser use django.utils.http.parse_header_parame...
Mehrdad
2022-06-03
1
-6
/
+7
*
Refs #33697 -- Fixed multipart parsing of headers with double quotes and semi...
Mehrdad
2022-06-01
1
-1
/
+1
*
Refs #33173 -- Removed use of deprecated cgi module.
Carlton Gibson
2022-05-11
1
-2
/
+4
*
Refs #33476 -- Refactored code to strictly match 88 characters line length.
Mariusz Felisiak
2022-02-07
1
-5
/
+8
*
Refs #33476 -- Reformatted code with Black.
django-bot
2022-02-07
1
-73
/
+107
*
Fixed CVE-2022-23833 -- Fixed DoS possiblity in file uploads.
Mariusz Felisiak
2022-02-01
1
-0
/
+2
*
Fixed #33062 -- Made MultiPartParser remove non-printable chars from file names.
Hrushikesh Vaidya
2022-01-20
1
-0
/
+2
*
Updated various links to HTTPS and new locations.
Mariusz Felisiak
2021-12-02
1
-1
/
+1
*
Fixed CVE-2021-31542 -- Tightened path & file name sanitation in file uploads.
Florian Apolloner
2021-05-04
1
-4
/
+18
*
Fixed CVE-2021-28658 -- Fixed potential directory-traversal via uploaded files.
Mariusz Felisiak
2021-04-06
1
-5
/
+8
*
Fixed #30422 -- Made TemporaryFileUploadHandler handle interrupted uploads.
aryan
2020-09-30
1
-0
/
+7
*
Fixed #28132 -- Made MultiPartParser ignore filenames with trailing slash.
Michael Brown
2020-06-11
1
-0
/
+2
*
Fixed #31293 -- Allowed MultiPartParser to handle double-quoted encoded headers.
007
2020-02-28
1
-3
/
+3
*
Refs #27753 -- Deprecated django.utils.text.unescape_entities().
Jon Dufresne
2019-05-08
1
-2
/
+2
*
Removed unnecessary assignments in various code.
Jon Dufresne
2019-04-24
1
-2
/
+1
*
Refs #30227 -- Added helpful message for non-ASCII Content-Type in mulitpart ...
Tim Graham
2019-03-02
1
-1
/
+4
*
Fixed #30227 -- Fixed crash on request without boundary in Content-Type.
Tim Graham
2019-03-02
1
-1
/
+1
*
Optimized iterator exhaustion using collections.deque().
Nick Pope
2019-02-14
1
-3
/
+2
*
Refs #27753 -- Favored force/smart_str() over force/smart_text().
Aymeric Augustin
2019-02-06
1
-5
/
+5
*
Fixed #28930 -- Simplified code with any() and all().
Дилян Палаузов
2017-12-26
1
-5
/
+2
*
Removed unused eof argument to BoundaryIter._find_boundary().
Mariusz Felisiak
2017-09-22
1
-2
/
+2
*
Fixed #28226 -- Replaced use of str.join() with concatenation.
Tom
2017-05-27
1
-1
/
+1
*
Refs #27656 -- Updated django.forms/http docstring verbs according to PEP 257.
Anton Samarchyan
2017-02-20
1
-13
/
+10
*
Fixed #27308 -- Fixed BytesWarnings in the test suite.
Tim Graham
2017-02-17
1
-1
/
+1
*
Refs #23919, #27778 -- Removed obsolete mentions of unicode.
Vytis Banaitis
2017-01-26
1
-1
/
+1
*
Corrected http.multipartparser.exhaust() docstring.
Tim Graham
2017-01-25
1
-5
/
+1
*
Removed unused variables that are overwritten.
Mads Jensen
2017-01-25
1
-4
/
+0
*
Refs #23919 -- Replaced six.reraise by raise
Claude Paroz
2017-01-22
1
-5
/
+2
*
Refs #23919 -- Stopped inheriting from object to define new style classes.
Simon Charette
2017-01-19
1
-2
/
+2
*
Refs #23919 -- Removed most of remaining six usage
Claude Paroz
2017-01-18
1
-5
/
+5
*
Refs #23919 -- Removed six.<various>_types usage
Claude Paroz
2017-01-18
1
-1
/
+1
*
Refs #23919 -- Removed six.PY2/PY3 usage
Claude Paroz
2017-01-18
1
-7
/
+2
*
Refs #23919 -- Removed encoding preambles and future imports
Claude Paroz
2017-01-18
1
-2
/
+0
*
Refs #17235 -- Made MultiPartParser leave request.POST immutable.
Vinay Karanam
2016-12-07
1
-0
/
+1
*
Fixed E305 flake8 warnings.
Ramin Farajpour Cami
2016-11-14
1
-0
/
+1
*
Fixed comment typo in multiparser.py
Jon Dufresne
2016-06-05
1
-1
/
+1
*
Made style improvements to multipartparser.py
Asif Saifuddin Auvi
2016-06-04
1
-29
/
+28
*
Fixed #21231 -- Enforced a max size for GET/POST values read into memory.
Andre Cruz
2016-05-12
1
-3
/
+34
*
Removed HTTP prefixed CONTENT_TYPE/LENGTH headers in MultiPartParser.
Tim Graham
2016-05-06
1
-2
/
+2
*
Refs #22897 -- Removed unneeded empty string QueryDict argument.
Tim Graham
2016-05-03
1
-2
/
+2
*
Fixed #26325 -- Made MultiPartParser ignore filenames that normalize to an em...
John-Mark Bell
2016-03-07
1
-2
/
+3
*
Refs #23763 -- Fixed Python 3.5 PendingDeprecationWarning in LazyStream.
Tim Graham
2015-06-17
1
-6
/
+9
*
Sorted imports with isort; refs #23860.
Tim Graham
2015-02-06
1
-2
/
+4
*
Fixed #24209 -- Prevented crash when parsing malformed RFC 2231 headers
Raul Cumplido
2015-01-27
1
-1
/
+2
*
Fixed #23397 -- Stripped whitespace from base64 during chunking
Jason Hobbs
2014-09-13
1
-6
/
+11
*
Fixed #22971 -- Properly parsed RFC 2388 encoded headers
Claude Paroz
2014-08-14
1
-0
/
+13
[next]