| Age | Commit message (Expand) | Author |
| 2012-03-31 | Fixed #18029 -- Removed leftover mod_python files forgotten in r17835. | Claude Paroz |
| 2011-12-16 | Fixed #14597 -- Added a SECURE_PROXY_SSL_HEADER setting for cases when you're... | Adrian Holovaty |
| 2011-12-16 | Removed incorrect comment in core/handlers/modpython.py. If it were true, the... | Adrian Holovaty |
| 2011-07-13 | Fixed #16225 -- Removed unused imports. Many thanks to Aymeric Augustin for t... | Jannis Leidel |
| 2011-06-09 | Fixed #16178 - Cleanup request classes' `__repr__()` | Luke Plant |
| 2011-04-22 | Fixed #15672 -- Refined changes made in r15918. Thanks, vung. | Jannis Leidel |
| 2011-04-02 | Advanced deprecations in core.mail, core.commands, core.context_processors an... | Russell Keith-Magee |
| 2010-10-29 | Fixed #9886 -- Added a file-like interface to HttpRequest. Thanks to Ivan Sag... | Russell Keith-Magee |
| 2010-10-29 | Fixed #14523 -- Modified response handling so that exceptions raised by proce... | Russell Keith-Magee |
| 2010-10-06 | Fixed #14406 -- Added a Python 2.4 compatibility to the logging interface. Th... | Russell Keith-Magee |
| 2010-10-04 | Fixed #12012 -- Added support for logging. Thanks to Vinay Sajip for his draf... | Russell Keith-Magee |
| 2010-08-28 | Fixed #13820 -- Started the deprecation process for mod_python. Thanks to Rob... | Russell Keith-Magee |
| 2009-09-12 | Fixed #11660 -- Corrected the CONTENT_TYPE and CONTENT_LENGTH headers provide... | Russell Keith-Magee |
| 2008-11-21 | Fixed #2782 -- Make the server port available through the modpython handler. | Malcolm Tredinnick |
| 2008-10-07 | Fixed #9224 -- Prevent a crash when certain query strings are sent using | Malcolm Tredinnick |
| 2008-09-17 | Fixed #9014 -- Check that we really are processing a POST before processing | Malcolm Tredinnick |
| 2008-08-30 | Fixed #8622: accessing POST after a POST handling exception no longer throws ... | Jacob Kaplan-Moss |
| 2008-08-06 | Major refactoring of django.dispatch with an eye towards speed. The net resul... | Jacob Kaplan-Moss |
| 2008-07-21 | Fixed #7871 -- Added some more bullet-proofing in PATH_INFO determination, | Malcolm Tredinnick |
| 2008-07-21 | Changed/fixed the way Django handles SCRIPT_NAME and PATH_INFO (or | Malcolm Tredinnick |
| 2008-07-19 | Revert [7991] - [7993]. I was committing from the wrong branch. Sorry 'bout | Malcolm Tredinnick |
| 2008-07-19 | First part of setting request.path correctly. | Malcolm Tredinnick |
| 2008-07-01 | Fixed #2070: refactored Django's file upload capabilities. | Jacob Kaplan-Moss |
| 2008-03-08 | Fixed #5595 -- Made `ModPythonRequest.__repr__` return a string instead of a ... | Gary Wilson Jr |
| 2007-12-02 | Re-organized imports in handler modules to adhere to Django coding style. | Gary Wilson Jr |
| 2007-11-11 | Fixed #5898 -- Changed a few response processing paths to make things harder ... | Malcolm Tredinnick |
| 2007-10-20 | Slightly changed the way we handle non-UTF-8 encoded URIs (see [6475]). Made it | Malcolm Tredinnick |
| 2007-10-13 | Fixed #5738 -- Fixed bug with defective Unicode strings in a URL | Adrian Holovaty |
| 2007-09-16 | Fixed #4710 -- Improved mod_python HTTPS checking. Thanks, Aaron Maxwell, Smi... | Malcolm Tredinnick |
| 2007-09-14 | Added more dict-like methods to HttpResponse as part of the response.headers ... | Jacob Kaplan-Moss |
| 2007-07-07 | Changed HttpRequest.path to be a Unicode object. It has already been | Malcolm Tredinnick |
| 2007-07-04 | Merged Unicode branch into trunk (r4952:5608). This should be fully | Malcolm Tredinnick |
| 2007-04-26 | Fixed #4040 -- Changed uses of has_key() to "in". Slight performance | Malcolm Tredinnick |
| 2006-10-25 | Reverted [3919] because it requires mod_python 3.2.10+ | Adrian Holovaty |
| 2006-10-24 | Fixed #2865 -- Reverted [3866] (problem with mod_python SERVER_PORT | Adrian Holovaty |
| 2006-10-24 | Changed django.core.handlers.modpython ModPythonRequest.is_secure() to use re... | Adrian Holovaty |
| 2006-09-28 | Removed ENABLE_PSYCO setting. If you still need to use this, write custom mid... | Adrian Holovaty |
| 2006-09-28 | Folded django.core.handlers.modpython.populate_apache_request into ModPythonH... | Adrian Holovaty |
| 2006-09-28 | Changed BaseHandler.get_response() to take a single parameter (an HttpRequest... | Adrian Holovaty |
| 2006-09-26 | Fixed #2782 -- Fixed incorrect request.META['SERVER_PORT'] for mod_python. | Adrian Holovaty |
| 2006-09-25 | Fixed #2745 -- Made the __repr__ methods for modpython and wsgi request more | Malcolm Tredinnick |
| 2006-09-22 | Fixed #2560 -- Add close() support to HttpResponse iterators. Thanks, Ivan | Malcolm Tredinnick |
| 2006-07-21 | Second half of little cleanup tweaks suggested by pyflakes. | Jacob Kaplan-Moss |
| 2006-07-21 | Fixed #2092: added a "is_secure()" method to HttpRequest which correctly hand... | Jacob Kaplan-Moss |
| 2006-06-20 | Added 'method' attribute to HttpRequest objects | Adrian Holovaty |
| 2006-05-02 | MERGED MAGIC-REMOVAL BRANCH TO TRUNK. This change is highly backwards-incompa... | Adrian Holovaty |
| 2006-04-09 | Fixed #1569 -- HttpResponse now accepts iterators. Thanks, Maniac | Adrian Holovaty |
| 2006-02-20 | Fixed #1376 -- Undid [2358], which broke flatpages. Thanks, Tom Tobin | Adrian Holovaty |
| 2006-02-18 | Fixed #894 -- Moved response middleware call to base.py so that exceptions in... | Adrian Holovaty |
| 2006-02-03 | Fixed #1323 -- Added ENABLE_PSYCO. Thanks, Wojtek. | Adrian Holovaty |