Django

Code

root/django/trunk/django/core/handlers/wsgi.py


Mode:

Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @8569 [8569]
(edit) @8495 [8495] 08/23/08 13:08:28 mtredinnick Fixed #8259 -- Handle an error situation that we should never see, but …
(edit) @8223 [8223] 08/06/08 10:32:46 jacob Major refactoring of django.dispatch with an eye towards speed. The net …
(edit) @8032 [8032] 07/21/08 17:13:56 mtredinnick Fixed #7871 -- Added some more bullet-proofing in PATH_INFO …
(edit) @8015 [8015] 07/21/08 02:57:10 mtredinnick Changed/fixed the way Django handles SCRIPT_NAME and PATH_INFO …
(edit) @7995 [7995] 07/19/08 14:37:55 mtredinnick Revert [7991] - [7993]. I was committing from the wrong branch. Sorry …
(edit) @7991 [7991] 07/19/08 14:32:01 mtredinnick First part of setting request.path correctly. Still needs: - testing …
(edit) @7814 [7814] 07/01/08 10:10:51 jacob Fixed #2070: refactored Django's file upload capabilities. A description …
(edit) @6826 [6826] 12/01/07 20:22:19 gwilson Re-organized imports in handler modules to adhere to Django coding style.
(edit) @6662 [6662] 11/10/07 21:55:44 mtredinnick Fixed #5898 -- Changed a few response processing paths to make things …
(edit) @6592 [6592] 10/21/07 18:52:08 mtredinnick Fixed #3496 -- Handle the case of missing (and hence '0') Content-Length …
(edit) @6550 [6550] 10/20/07 02:42:34 mtredinnick Slightly changed the way we handle non-UTF-8 encoded URIs (see [6475]). …
(edit) @6475 [6475] 10/12/07 21:57:57 adrian Fixed #5738 -- Fixed bug with defective Unicode strings in a URL
(edit) @6430 [6430] 09/27/07 12:01:34 gwilson Re-organized imports to adhere to PEP 8.
(edit) @6429 [6429] 09/27/07 12:00:07 gwilson Removed unused import, unneeded due to [4144].
(edit) @6428 [6428] 09/27/07 11:57:55 gwilson Fixed #5604 -- Check for use of HTTPS by looking at the wsgi.url_scheme
(edit) @6235 [6235] 09/14/07 17:33:56 jacob Added more dict-like methods to HttpResponse as part of the …
(edit) @5868 [5868] 08/12/07 05:24:05 mtredinnick Fixed #4909 -- Fixed a race condition with middleware initialisation in …
(edit) @5629 [5629] 07/07/07 12:15:54 mtredinnick Changed HttpRequest.path to be a Unicode object. It has already …
(edit) @5609 [5609] 07/04/07 07:11:04 mtredinnick Merged Unicode branch into trunk (r4952:5608). This should be …
(edit) @5091 [5091] 04/26/07 08:30:48 mtredinnick Fixed #4040 -- Changed uses of has_key() to "in". Slight …
(edit) @4265 [4265] 12/30/06 00:25:49 adrian Fixed #3191 -- Set 'svn:eol-style native' on the files that didn't have …
(edit) @4144 [4144] 11/29/06 16:51:24 adrian Fixed #2924 -- Development server no longer spins on an empty form post. …
(edit) @4107 [4107] 11/26/06 17:52:12 adrian Fixed #3057 -- Improved wsgi backend to tolerate empty string in …
(edit) @4094 [4094] 11/23/06 11:48:06 adrian Fixed #3057 -- Fixed typo in [4091]. Thanks for the heads-up, Barry …
(edit) @4091 [4091] 11/23/06 11:06:11 adrian Fixed #3057 -- Changed WSGI handler not to expect CONTENT_LENGTH. Thanks …
(edit) @3877 [3877] 09/27/06 21:31:05 adrian Removed ENABLE_PSYCO setting. If you still need to use this, write custom …
(edit) @3875 [3875] 09/27/06 20:56:02 adrian Changed BaseHandler?.get_response() to take a single parameter (an …
(edit) @3820 [3820] 09/25/06 02:25:12 mtredinnick Fixed #2745 -- Made the repr methods for modpython and wsgi request …
(edit) @3807 [3807] 09/23/06 08:53:02 mtredinnick A corrected version of r3805.
(edit) @3806 [3806] 09/23/06 08:04:37 mtredinnick Reverting r3805 whilst I track down a potential problem with it.
(edit) @3805 [3805] 09/23/06 07:41:19 mtredinnick Fixed #2613 -- Fixed an easily triggered memory error in file uploads for …
(edit) @3791 [3791] 09/22/06 07:32:00 mtredinnick Fixed #2560 -- Add close() support to HttpResponse iterators. Thanks, …
(edit) @3411 [3411] 07/21/06 12:11:13 jacob Fixed a bunch of spurious imports, typos, and other small errors turned up …
(edit) @3410 [3410] 07/21/06 11:20:22 jacob Fixed #2092: added a "is_secure()" method to HttpRequest which correctly …
(edit) @3393 [3393] 07/20/06 00:04:45 russellm Clarified debug naming of WSGIRequests
(edit) @3171 [3171] 06/19/06 23:34:13 adrian Converted request.METAREQUEST_METHOD? calls to request.method, …
(edit) @3164 [3164] 06/19/06 22:48:31 adrian Added 'method' attribute to HttpRequest objects
(edit) @2809 [2809] 05/01/06 20:31:56 adrian MERGED MAGIC-REMOVAL BRANCH TO TRUNK. This change is highly …
(edit) @2639 [2639] 04/09/06 18:54:34 adrian Fixed #1569 -- HttpResponse now accepts iterators. Thanks, Maniac
(edit) @2364 [2364] 02/19/06 22:36:17 adrian Fixed #1376 -- Undid [2358], which broke flatpages. Thanks, Tom Tobin
(edit) @2358 [2358] 02/18/06 17:41:17 adrian Fixed #894 -- Moved response middleware call to base.py so that exceptions …
(edit) @2239 [2239] 02/03/06 09:18:20 adrian Fixed #1323 -- Added ENABLE_PSYCO. Thanks, Wojtek.
(edit) @1442 [1442] 11/26/05 12:41:29 adrian Fixed #923 -- Made WSGI handler tolerant of no QUERY_STRING in os.environ. …
(edit) @786 [786] 10/05/05 21:27:08 adrian Fixed #333 and #440 -- Split DEFAULT_MIME_TYPE setting into …
(edit) @636 [636] 09/12/05 22:21:44 adrian Fixed #481 -- Added all other HTTP status codes to WSGI backend. Thanks, …
(edit) @518 [518] 08/16/05 17:54:05 adrian Fixed #1 -- Added anonymous session support via middleware and …
(edit) @511 [511] 08/15/05 17:47:41 adrian Changed handlers (both mod_python and WSGI) to support setting multiple …
(edit) @491 [491] 08/11/05 23:16:29 adrian Moved django.core.handlers.wsgi.AdminMediaHandler? to …
(edit) @478 [478] 08/10/05 17:12:05 adrian Fixed #126 -- HttpRequest now has a 'raw_post_data' attribute.
(edit) @476 [476] 08/10/05 16:20:45 adrian Fixed #192 -- File uploads now work with built-in Web server. Thanks, …
(edit) @298 [298] 07/22/05 13:34:38 adrian Fixed #63 -- Refactored django.core.handlers into subclasses to remove …
(edit) @297 [297] 07/22/05 13:12:05 adrian Fixed #112 -- WSGI handler now displays proper text status. Thanks, …
(edit) @241 [241] 07/20/05 01:13:06 adrian Fixed #102 -- Now using text/plain mimetype for exceptions displayed in …
(edit) @186 [186] 07/18/05 17:49:04 adrian Fixed #76 -- development server now serves images, too, at whatever …
(edit) @185 [185] 07/18/05 17:35:04 adrian Moved default admin from media to django/conf/admin_media, so Django is …
(add) @169 [169] 07/18/05 01:30:26 adrian Added WSGI support. Created core.handlers package. Moved ALL …
Note: See TracRevisionLog for help on using the revision log.