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
2013-03-19
Fixed #18003 -- Preserved tracebacks when re-raising errors.
konarkmodi
2013-01-15
Kill mx.TextTools with fire
Matt Robenolt
2012-11-17
Fixed #19036 -- Fixed base64 uploads decoding
Claude Paroz
2012-11-03
Fixed #18963 -- Used a subclass-friendly pattern
Aymeric Augustin
2012-11-03
Fixed #19101 -- Decoding of non-ASCII POST data on Python 3.
Aymeric Augustin
2012-09-07
Removed many uses of bare "except:", which were either going to a) silence re...
Alex Gaynor
2012-08-14
[py3] Fixed file_uploads tests
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-07
[py3] Ported django.utils.encoding.
Aymeric Augustin
2012-07-22
[py3] Replaced unicode/str by six.text_type/bytes.
Aymeric Augustin
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-04-29
Fixed #18013 -- Use the new 'as' syntax for exceptions.
Claude Paroz
2011-06-28
Fixed #15785 -- Stopped HttpRequest.read() from reading beyond the end of a w...
Jannis Leidel
2011-06-10
Fixed #16201 -- Ensure that requests with Content-Length=0 don't break the mu...
Russell Keith-Magee
2011-05-07
Fixed #15496 -- Corrected handling of base64 file upload encoding. Thanks, ge...
Jannis Leidel
2009-05-08
Fixed #10687: fixed request parsing when upload_handlers is empty. Thanks, Ar...
Jacob Kaplan-Moss
2009-03-30
Fixed #8643 -- Corrected docstrings of `MultiPartParser`, thanks KayEss.
Gary Wilson Jr
2008-07-22
Fixed #7848 -- Removed a bunch of code that wasn't contributing to society. T...
Adrian Holovaty
2008-07-12
Fixed #7635: do a better job checking for infinite loops in multi-part MIME p...
Jacob Kaplan-Moss
2008-07-07
Fixed #7651: uploading multiple files with the same name now work. Also, in o...
Jacob Kaplan-Moss
2008-07-01
Fixed #2070: refactored Django's file upload capabilities.
Jacob Kaplan-Moss
[prev]