Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/django/http/multipartparser.py
Commit message (Expand)AuthorAgeFilesLines
* Refs #23763 -- Fixed Python 3.5 PendingDeprecationWarning...Tim Graham2015-06-171-6/+9
* Sorted imports with isort; refs #23860.Tim Graham2015-02-061-2/+4
* Fixed #24209 -- Prevented crash when parsing malformed RF...Raul Cumplido2015-01-271-1/+2
* Fixed #23397 -- Stripped whitespace from base64 during ch...Jason Hobbs2014-09-131-6/+11
* Fixed #22971 -- Properly parsed RFC 2388 encoded headersClaude Paroz2014-08-141-0/+13
* Fixed #22680 -- I/O operation on closed file.Florian Apolloner2014-06-111-0/+10
* Fixed typo in multipartparser.pymbacho2014-05-161-1/+1
* Fixed many typos in comments and docstrings.Rodolfo Carvalho2014-03-031-3/+3
* Fixed E127 pep8 warnings.Loic Bistuer2013-12-141-4/+3
* Fixed all E226 violationsAlex Gaynor2013-11-031-7/+7
* Fixed flake8 E251 violationsMilton Mazzarri2013-11-031-1/+1
* Fixed the remaining E302 violations int eh django packageAlex Gaynor2013-11-031-0/+9
* Fixed all E261 warningscoagulant2013-11-021-2/+2
* More attacking E302 violatorsAlex Gaynor2013-11-021-0/+3
* Fixed #21189: Cleaned up usage of bare except clauses.Baptiste Mispelon2013-10-051-4/+7
* Fixed #13721 -- Added UploadedFile.content_type_extra.Benjamin Kagia2013-07-111-7/+5
* Fixed #19866 -- Added security logger and return 400 for ...Preston Holmes2013-05-261-2/+2
* Corrected documentation on the constructor arguments of M...Eric Urban2013-05-181-5/+6
* Replaced an antiquated pattern.Aymeric Augustin2013-05-171-1/+1
* Fixed #18003 -- Preserved tracebacks when re-raising errors.konarkmodi2013-03-191-1/+3
* Kill mx.TextTools with fireMatt Robenolt2013-01-151-6/+1
* Fixed #19036 -- Fixed base64 uploads decodingClaude Paroz2012-11-171-0/+6
* Fixed #18963 -- Used a subclass-friendly patternAymeric Augustin2012-11-031-12/+4
* Fixed #19101 -- Decoding of non-ASCII POST data on Python 3.Aymeric Augustin2012-11-031-1/+1
* Removed many uses of bare "except:", which were either go...Alex Gaynor2012-09-071-3/+2
* [py3] Fixed file_uploads testsClaude Paroz2012-08-141-1/+3
* [py3] Fixed Python 3 compatibility of http handlingClaude Paroz2012-08-111-3/+5
* [py3] Renamed `next` to `__next__` in iterators.Aymeric Augustin2012-08-091-4/+12
* [py3] Ported django.utils.encoding.Aymeric Augustin2012-08-071-5/+5
* [py3] Replaced unicode/str by six.text_type/bytes.Aymeric Augustin2012-07-221-1/+2
* Fixed #18269 -- Applied unicode_literals for Python 3 com...Claude Paroz2012-06-071-4/+10
* Marked bytestrings with b prefix. Refs #18269Claude Paroz2012-05-191-19/+19
* Replaced foo.next() by next(foo).Claude Paroz2012-05-101-3/+3
* Fixed #18013 -- Use the new 'as' syntax for exceptions.Claude Paroz2012-04-291-3/+3
* Fixed #15785 -- Stopped HttpRequest.read() from reading b...Jannis Leidel2011-06-281-31/+5
* Fixed #16201 -- Ensure that requests with Content-Length=...Russell Keith-Magee2011-06-101-1/+6
* Fixed #15496 -- Corrected handling of base64 file upload ...Jannis Leidel2011-05-071-0/+2
* Fixed #10687: fixed request parsing when upload_handlers ...Jacob Kaplan-Moss2009-05-081-1/+2
* Fixed #8643 -- Corrected docstrings of `MultiPartParser`,...Gary Wilson Jr2009-03-301-3/+1
* Fixed #7848 -- Removed a bunch of code that wasn't contri...Adrian Holovaty2008-07-221-13/+2
* Fixed #7635: do a better job checking for infinite loops ...Jacob Kaplan-Moss2008-07-121-33/+24
* Fixed #7651: uploading multiple files with the same name ...Jacob Kaplan-Moss2008-07-081-0/+1
* Fixed #2070: refactored Django's file upload capabilities.Jacob Kaplan-Moss2008-07-011-0/+658