Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/django/http/__init__.py
Commit message (Expand)AuthorAgeFilesLines
...
* Fixed #17965 -- Definitely dropped support for Python 2.5...Claude Paroz2012-03-311-30/+4
* Fixed #17931 -- Accepted aware datetimes to set cookies e...Aymeric Augustin2012-03-181-3/+9
* Fixed #17923 -- Added missing import in the MySQL and Ora...Aymeric Augustin2012-03-171-1/+0
* Fixed #17277 - Wrap IOErrors raised due to client disconn...Carl Meyer2012-02-101-1/+7
* Negligible spacing fixes to comments in django/http/__ini...Adrian Holovaty2011-12-171-7/+7
* Fixed comma splice in DeprecationWarning for CompatCookieAdrian Holovaty2011-12-171-2/+1
* Fixed #17323 -- Renamed HttpRequest.raw_post_data to requ...Adrian Holovaty2011-12-171-12/+19
* Fixed #14597 -- Added a SECURE_PROXY_SSL_HEADER setting f...Adrian Holovaty2011-12-161-1/+16
* Fixed #15863 - SimpleCookies are not correctly serialized...Luke Plant2011-12-111-0/+11
* Remove all relative imports. We have always been at war ...Alex Gaynor2011-10-181-5/+7
* Slight cleanup to r16829, thanks Alex Gaynor for the note.Paul McMillan2011-09-151-1/+1
* Fixed #16494 by normalizing HttpResponse behavior with no...Paul McMillan2011-09-151-13/+12
* Added protection against spoofing of X_FORWARDED_HOST hea...Russell Keith-Magee2011-09-101-1/+2
* Replaced `has_key()` calls with `in` to ease Python 3 por...Jannis Leidel2011-09-091-2/+2
* Fixed #16584 -- Fixed a bunch of typos in code comments. ...Jannis Leidel2011-08-121-1/+1
* Fixed bug with our SimpleCookie regarding load/custom Mor...Luke Plant2011-07-081-14/+7
* Fixed our SimpleCookie overriding and use to be compatibl...Luke Plant2011-06-291-12/+12
* Fixed #15785 -- Stopped HttpRequest.read() from reading b...Jannis Leidel2011-06-281-11/+1
* Fixed #15852 -- Modified cookie parsing so it can handle ...Ramiro Morales2011-06-251-3/+3
* Fixed #14020 -- Made the `HttpResponse` class slightly mo...Jannis Leidel2011-06-161-1/+1
* Fixed #16178 - Cleanup request classes' `__repr__()`Luke Plant2011-06-101-3/+49
* Fixed #16155 -- Removed Python 2.4 compatibility construc...Ramiro Morales2011-06-091-3/+2
* Fixed #12417 -- Added signing functionality, including si...Jannis Leidel2011-05-211-0/+30
* Advanced deprecation on CompatCookie.Russell Keith-Magee2011-04-021-1/+1
* Fixed #15679 - regression in HttpRequest.POST and raw_pos...Luke Plant2011-03-281-3/+7
* Removed a bunch more Python 2.4 workarounds now that we d...Adrian Holovaty2011-03-281-1/+1
* Fixed #15642 -- Removed redundant imports in http/__init_...Adrian Holovaty2011-03-261-6/+0
* Removed some dead code, and old/bad constructs from the H...Alex Gaynor2011-03-091-9/+3
* Fixed #4992 -- Respect the GET request query string when ...Jannis Leidel2011-03-021-1/+3
* Fixed #13007 -- Made cookie parsing resilent to the prese...Ramiro Morales2011-02-131-2/+27
* Rationalised CompatCookie/SimpleCookie into single Simple...Luke Plant2011-01-241-55/+65
* Fixed #14809 -- broken login related tests after r14733.Chris Beaven2010-12-011-3/+22
* Fixed #3304 -- Added support for HTTPOnly cookies. Thanks...Russell Keith-Magee2010-11-261-4/+38
* Fixed #14594 -- Corrected r14435, which got the logic com...Russell Keith-Magee2010-11-021-2/+2
* Fixed #14594 -- Corrected a problem introduced by r14394 ...Russell Keith-Magee2010-11-021-1/+11
* Fixed #9886 -- Added a file-like interface to HttpRequest...Russell Keith-Magee2010-10-291-3/+74
* Consistent imports for parse_qsl function, avoiding the `...Luke Plant2010-10-201-1/+7
* Allow setting HttpResponse cookie expiry times with datet...Malcolm Tredinnick2010-09-121-2/+26
* Improved unicode-type, ASCII-convertible header handling inMalcolm Tredinnick2010-09-111-6/+6
* Fixed #13572: copies of QueryDicts now have their encodin...Jacob Kaplan-Moss2010-05-281-2/+2
* Fixed #11522: Restored ability of http redirect responses...Karen Tracey2010-03-021-2/+2
* Fixed #12470 - django.contrib.messages CookieStorage fail...Luke Plant2010-01-241-2/+30
* Fixed #11753 - Q objects with callables no longer explode...Jacob Kaplan-Moss2009-12-171-1/+1
* Fixed edge case that breaks the test suite on versions of...Brian Rosner2009-12-121-8/+10
* Fixed a silly function flow bug in [10711].Jacob Kaplan-Moss2009-05-081-4/+5
* Fixed #10188: prevent newlines in HTTP headers. Thanks, b...Jacob Kaplan-Moss2009-05-081-0/+5
* Fixed #10267 -- Correctly handle IRIs in HttpResponse.bui...Malcolm Tredinnick2009-04-121-3/+3
* Fixed #10184: QueryDicts with multiple values can now be ...Jacob Kaplan-Moss2009-03-311-1/+1
* Fixed #8278: fixed `QueryDict.update(QueryDict)`. Thanks,...Jacob Kaplan-Moss2008-08-291-2/+7
* Fixed an inconsistancy in redirects with `META['SERVER_PO...Jacob Kaplan-Moss2008-08-281-2/+2