Aymeric Augustin
|
5836a5771f
|
Fixed #20815 -- Don't enforce unbuffered I/O on Python 3.
No test because this code is already deprecated (part of FastCGI support).
|
2014-06-07 22:33:56 +02:00 |
Aymeric Augustin
|
38c18f1747
|
Switched to octal notation (bis).
|
2012-07-20 13:42:44 +02:00 |
Aymeric Augustin
|
324d48d0a7
|
Switched to Python 3-compatible octal notation.
|
2012-07-20 13:28:36 +02:00 |
Claude Paroz
|
3904b74a3f
|
Fixed #18013 -- Use the new 'as' syntax for exceptions.
Thanks Clueless for the initial patch.
Note that unittest has been purposely left out (external package only used by Python 2.6).
|
2012-04-29 20:57:15 +02:00 |
Malcolm Tredinnick
|
ca5918e8ff
|
Fixed #6994 -- For fastcgi, set a more sensible default umask.
Also allow the umask value to be customised. Thanks, Antonis Christofides.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@7800 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2008-06-30 11:22:41 +00:00 |
Jacob Kaplan-Moss
|
a752a3d419
|
Fixed #6687: added outlog/errlog options to runfcgi. Thanks, tamas.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@7297 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2008-03-18 15:53:46 +00:00 |
Malcolm Tredinnick
|
4b9497c3f1
|
Fixed #6175 -- Use os._exit() instead of sys.exit() in child processes. Based
on a patch from Tyson Clugg.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@7290 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2008-03-18 14:08:56 +00:00 |
Adrian Holovaty
|
32228d2031
|
Added django/core/servers/fastcgi.py and manage.py 'runfcgi' option. Thanks, jcrasta@gmail.com
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3174 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2006-06-20 05:24:19 +00:00 |