Aymeric Augustin
|
4c1286cf78
|
[py3] Added compatibility import of thread/_thread
This commit fixes the auto-reload of the development server.
I should have done that change in ca07fda2 .
|
2012-08-18 10:56:56 +02:00 |
Aymeric Augustin
|
0c198b85a3
|
[py3] Replace filter/lambda by list comprehensions
This is more idiomatic and avoids returning a list on Python 2 and
an iterator on Python 3.
|
2012-08-14 14:31:06 +02:00 |
Aymeric Augustin
|
ca07fda2ef
|
[py3] Switched to Python 3-compatible imports.
xrange/range will be dealt with in a separate commit due to the huge
number of changes.
|
2012-07-22 09:29:56 +02:00 |
Aymeric Augustin
|
baf63f6e57
|
Fixed #10725 -- When the child process spawned by the autoreloader gets killed by a signal, passed the signal to the parent, in order to make debugging easier.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@17296 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2011-12-30 14:12:31 +00:00 |
Jannis Leidel
|
d37e3baf62
|
Fixed #16523 -- Made path handling in autoreload code work on Jython. Thanks, Aymeric Augustin.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@16619 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2011-08-15 08:29:08 +00:00 |
Karen Tracey
|
acbb911ad5
|
Fix #15880: Prevent "stalling" when running dev server in background by ignoring SIGTTOU for the duration of tcsetattr.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@16326 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2011-06-04 15:29:11 +00:00 |
Karen Tracey
|
3e7ce3c750
|
Ensure stdin is a tty before handing it to termios, so as to prevent prolems when running under IDEs.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@15911 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2011-03-24 12:36:33 +00:00 |
Karen Tracey
|
f5b22ed997
|
Fixed #15565: Ensure terminal echo is on after reloader reloads (something turns it off on some systems if reload happens while at a pdb prompt). Thanks for the report zimnyx.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@15883 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2011-03-19 22:09:38 +00:00 |
Russell Keith-Magee
|
3a9e2e90ac
|
Fixed #13062 -- Ensure that runserver exposes all warnings requested at the command line. Thanks to gremmie for the report, and claudep for the patch.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@15233 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2011-01-17 13:15:08 +00:00 |
Malcolm Tredinnick
|
be4390f834
|
Made auto-reloading for the dev server a little more friendly in the Jython
case. Patch from Leo Soto. Fixed #8147.
In passing, also corrected a typo when reloading .pyo files. Fixed #8157.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@8235 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2008-08-08 17:54:35 +00:00 |
Adrian Holovaty
|
1bf811e28d
|
Fixed #2330 -- Added hack to stop KeyErrors from being thrown by the autoreloading development server if USE_I18N=False
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3482 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2006-07-28 22:13:34 +00:00 |
Adrian Holovaty
|
8623bd126d
|
Fixed #2036 -- autoreload.py no longer fails for uninstalled 'thread' module. Thanks, plmeister@gmail.com
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3020 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2006-05-31 14:53:23 +00:00 |
Adrian Holovaty
|
551897b134
|
Fixed #937 -- autoreload no longer reloads on every request on Windows. Thanks for the patch, Eugene
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1686 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2005-12-16 04:59:35 +00:00 |
Adrian Holovaty
|
3ad82eff77
|
Improved autoreloader to ignore files that might be in eggs. Refs #596
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1010 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2005-10-25 02:01:10 +00:00 |
Adrian Holovaty
|
e1d21e5bcf
|
Added copyright notice to utils/autoreload for CherryPy folks
git-svn-id: http://code.djangoproject.com/svn/django/trunk@267 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2005-07-21 04:10:47 +00:00 |
Adrian Holovaty
|
9566a61a22
|
Added auto-reload to standalone server! Fixes #113. Thanks very much to Jason Huggins for the patch.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@266 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2005-07-21 04:08:54 +00:00 |