Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/django/http
Commit message (Expand)AuthorAgeFilesLines
* Fixed #25576 -- Added IOBase methods required by TextIOWr...Jon Dufresne2015-10-211-0/+6
* Fixed #24496 -- Added CSRF Referer checking against CSRF_...Matt Robenolt2015-09-161-9/+2
* Fixed #25099 -- Fixed crash in AdminEmailHandler on Disal...Vlastimil Zíma2015-09-041-2/+21
* Fixed #25331 -- Removed trailing blank lines in docstrings.Maxime Lorant2015-08-312-3/+0
* Fixed #25254 -- Added JsonResponse json_dumps_params para...Sambhav Satija2015-08-121-2/+6
* Fixed #25211 -- Added HttpRequest.get_port() and USE_X_FO...Matt Robenolt2015-08-041-1/+9
* Refs #24121 -- Added meaningful repr() to HttpResponse an...Keryn Knight2015-07-151-0/+23
* Fixed #25099 -- Cleaned up HttpRequest representations in...Vlastimil Zíma2015-07-142-49/+1
* Sorted imports in __init__.py files.Tim Graham2015-06-271-7/+9
* Refs #23763 -- Fixed Python 3.5 PendingDeprecationWarning...Tim Graham2015-06-171-6/+9
* Removed unnecessary arguments in .get method callsPiotr Jakimiak2015-05-131-1/+1
* Fixed #19910 -- Added slash to i18n redirect if APPEND_SL...Bas Peschier2015-03-261-2/+3
* Fixed #23960 -- Removed http.fix_location_headerClaude Paroz2015-03-182-16/+3
* Fixed #24139 -- Changed HttpResponse.reason_phrase to eva...Jon Dufresne2015-03-131-5/+13
* Fixed #24463 -- Removed mod_python functionality from Htt...Rik2015-03-111-5/+5
* Fixed #20889 -- Prevented BadHeaderError when Python inse...Claude Paroz2015-02-191-2/+3
* Sorted imports with isort; refs #23860.Tim Graham2015-02-064-12/+15
* Fixed #24240 -- Allowed GZipping a Unicode StreamingHttpR...Matthew Somerville2015-02-031-4/+0
* Fixed #24137 -- Switched to HTTP reason phrases from Pyth...Jon Dufresne2015-01-281-66/+2
* Fixed #24209 -- Prevented crash when parsing malformed RF...Raul Cumplido2015-01-271-1/+2
* Closed files in FileResponse; refs #24072Collin Anderson2015-01-051-0/+2
* Fixed #24072 -- Added FileResponse for streaming binary f...Collin Anderson2015-01-052-3/+24
* Fixed #23977 -- Added setdefault() method to HttpResponseSergey Parkhomenko2014-12-111-0/+5
* Fixed #23968 -- Replaced list comprehension with generato...Jon Dufresne2014-12-081-2/+2
* Removed unused variable django.http.request.absolute_http...Matt Robenolt2014-11-241-1/+0
* Fixed #12098 -- Simplified HttpRequest.__repr__().Berker Peksag2014-11-201-1/+5
* Fixed #23730 -- Moved support for SimpleCookie HIGHEST_PR...Tim Graham2014-11-122-12/+19
* Fixed #18523 -- Added stream-like API to HttpResponse.Michael Kelly2014-11-031-2/+26
* Fixed #18456 -- Added path escaping to HttpRequest.get_fu...Unai Zalakain2014-11-031-2/+4
* Fixed #23397 -- Stripped whitespace from base64 during ch...Jason Hobbs2014-09-131-6/+11
* Limited lines to 119 characters in django/Tim Graham2014-09-051-2/+7
* Fixed #10190 -- Made HttpResponse charset customizable.Unai Zalakain2014-08-191-7/+26
* Fixed #22996 -- Prevented crash with unencoded query stringClaude Paroz2014-08-191-3/+11
* Fixed #23295 -- Removed unnecessary fix_location_header r...Collin Anderson2014-08-151-1/+1
* Fixed #22971 -- Properly parsed RFC 2388 encoded headersClaude Paroz2014-08-141-0/+13
* Fixed #19802 -- Fixed HttpResponse.set_cookie() with unic...qingfeng2014-08-031-1/+2
* Added a space before explanation of "Invalid HTTP_HOST he...Daniel Hahler2014-07-061-2/+2
* Fixed #22799 -- Made GET and POST on HttpRequest QueryDic...Duncan Parkes2014-06-251-1/+6
* Fixed #22897 -- Made QueryDict query_string argument opti...Duncan Parkes2014-06-251-1/+1
* Improved documentation for QueryDict.Duncan Parkes2014-06-251-3/+10
* Added HTTP 308 status and its description.Yazhong Liu2014-06-201-0/+1
* Fixed #22680 -- I/O operation on closed file.Florian Apolloner2014-06-112-0/+16
* Fixed #18314 -- Corrected request.build_absolute_uri() ha...Unai Zalakain2014-06-071-8/+19
* Fixed typo in multipartparser.pymbacho2014-05-161-1/+1
* Dropped fix_IE_for_vary/attach.Aymeric Augustin2014-05-142-58/+2
* Fix many many typos in comments throughout the codebaseAlex Gaynor2014-04-261-2/+2
* Replaced urllib/urlparse imports with from django.utils.s...Tim Graham2014-03-312-9/+2
* Fixed many typos in comments and docstrings.Rodolfo Carvalho2014-03-032-5/+5
* Fixed #17942 -- Added a JsonResponse class to more easily...Lukasz Balcerzak2014-02-152-3/+27
* Fixed typo in docstring.Martin Matusiak2014-01-161-1/+1