Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/django/http
Commit message (Expand)AuthorAgeFilesLines
...
* Fixed E127 pep8 warnings.Loic Bistuer2013-12-141-4/+3
* Fixed E125 pep8 warningsChristopher Medrela2013-11-281-1/+1
* Simplified iteration in HTTP response objects.Aymeric Augustin2013-11-231-13/+11
* Fixed #21447 -- Restored code erroneously removed in 2047...Baptiste Mispelon2013-11-161-1/+1
* Fixed the use of the -ise suffix, where -ize is preferedAlex Gaynor2013-11-151-1/+1
* 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-022-9/+9
* More attacking E302 violatorsAlex Gaynor2013-11-021-0/+3
* Fixed #21302 -- Fixed unused imports and import *.Tim Graham2013-11-021-4/+15
* Fixed up some more flake8 violations (this particular vio...Alex Gaynor2013-10-261-1/+1
* Fixed #20338 -- Stripped ending dot during host validationClaude Paroz2013-10-241-0/+2
* Fixed #21288 -- Fixed E126 pep8 warningsAlasdair Nicol2013-10-211-2/+2
* Fixed #21287 -- Fixed E123 pep8 warningsAlasdair Nicol2013-10-181-2/+2
* Fixed #21282 -- Made HttpResponse.serialize_headers accep...Claude Paroz2013-10-171-3/+6
* Fixed #7603 -- Added a 'scheme' property to the HttpReque...Unai Zalakain2013-10-151-8/+11
* Fixed #16822 -- Added RawPostDataExceptionTim Graham2013-10-082-3/+12
* Fixed #21189: Cleaned up usage of bare except clauses.Baptiste Mispelon2013-10-052-7/+10
* Fixed #18403 -- Initialized bad_cookies in SimpleCookiee0ne2013-09-101-0/+2
* Fixed #20889 -- Prevented email.Header from inserting new...Daniel Boeve2013-09-091-1/+2
* Replaced "not PY3" by "PY2", new in six 1.4.0.Aymeric Augustin2013-09-021-1/+1
* Fixed #20961 -- Fixed HttpResponse default empty contentClaude Paroz2013-08-241-1/+1
* Fixed #19987 -- Disabled host validation when DEBUG=True.Will Hardy2013-07-311-2/+7
* Fixed #10491 -- Allowed passing lazy objects to HttpRespo...Baptiste Mispelon2013-07-301-2/+2
* Removed most of absolute_import importsClaude Paroz2013-07-293-3/+3
* Fixed #13721 -- Added UploadedFile.content_type_extra.Benjamin Kagia2013-07-111-7/+5
* Removed compatibility code for streaming responses.Aymeric Augustin2013-06-292-63/+6
* Removed 'mimetype' arguments from a few places, as per de...Ramiro Morales2013-06-291-6/+1
* Fixed missing initializations in WSGIRequest. Refs #20619Loic Bistuer2013-06-261-0/+4
* Fixed #20598 -- Add new HTTP status codes defined in rfc6585CHI Cheng2013-06-141-0/+4
* Fixed #18481 -- Wrapped request.FILES read error in Unrea...Claude Paroz2013-06-011-2/+8
* Fixed #19866 -- Added security logger and return 400 for ...Preston Holmes2013-05-263-6/+6
* Fixed #20472: response.content should be bytes on both Py...Ɓukasz Langa2013-05-211-2/+2
* Fixed #12747 -- Made reason phrases customizable.Aymeric Augustin2013-05-191-3/+67
* 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 #20038 -- Better error message for host validation.Baptiste Mispelon2013-04-031-21/+33
* Fixed #18003 -- Preserved tracebacks when re-raising errors.konarkmodi2013-03-191-1/+3
* Fixed #20019 -- Ensured HttpRequest.resolver_match always...Aymeric Augustin2013-03-101-0/+1
* Added a new required ALLOWED_HOSTS setting for HTTP host ...Carl Meyer2013-02-191-5/+48
* Fixed #18558 -- Added url property to HttpResponseRedirect*Hiroki Kiyohara2013-02-131-0/+2
* Kill mx.TextTools with fireMatt Robenolt2013-01-151-6/+1
* Fixed #19585 -- Fixed loading cookie value as a dictClaude Paroz2013-01-111-1/+4
* Fixed #19519 -- Fired request_finished in the WSGI iterab...Aymeric Augustin2012-12-311-1/+9
* Advanced pending deprecation warnings.Aymeric Augustin2012-12-291-5/+6
* Removed HttpRequest.raw_post_data.Aymeric Augustin2012-12-291-5/+0
* Fixed a security issue in get_host.Florian Apolloner2012-12-101-1/+2
* Fixed #19036 -- Fixed base64 uploads decodingClaude Paroz2012-11-171-0/+6
* Fixed #18963 -- Used a subclass-friendly patternAymeric Augustin2012-11-032-15/+5