index
:
django.git
fix-31295
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
django
/
utils
/
autoreload.py
Age
Commit message (
Expand
)
Author
2013-01-11
Made dev server autoreloader ignore filenames reported as None.
Thomas Bartelmess
2012-12-17
Fixed #19485 -- Python 3 compatibility for c2a6b2a4.
Aymeric Augustin
2012-12-15
Fixed #9589 -- Made development web server more robust in the presence of a w...
Ramiro Morales
2012-08-18
[py3] Added compatibility import of thread/_thread
Aymeric Augustin
2012-08-14
[py3] Replace filter/lambda by list comprehensions
Aymeric Augustin
2012-07-22
[py3] Switched to Python 3-compatible imports.
Aymeric Augustin
2011-12-30
Fixed #10725 -- When the child process spawned by the autoreloader gets kille...
Aymeric Augustin
2011-08-15
Fixed #16523 -- Made path handling in autoreload code work on Jython. Thanks,...
Jannis Leidel
2011-06-04
Fix #15880: Prevent "stalling" when running dev server in background by ignor...
Karen Tracey
2011-03-24
Ensure stdin is a tty before handing it to termios, so as to prevent prolems ...
Karen Tracey
2011-03-19
Fixed #15565: Ensure terminal echo is on after reloader reloads (something tu...
Karen Tracey
2011-01-17
Fixed #13062 -- Ensure that runserver exposes all warnings requested at the c...
Russell Keith-Magee
2008-08-08
Made auto-reloading for the dev server a little more friendly in the Jython
Malcolm Tredinnick
2006-07-28
Fixed #2330 -- Added hack to stop KeyErrors from being thrown by the autorelo...
Adrian Holovaty
2006-05-31
Fixed #2036 -- autoreload.py no longer fails for uninstalled 'thread' module....
Adrian Holovaty
2005-12-16
Fixed #937 -- autoreload no longer reloads on every request on Windows. Thank...
Adrian Holovaty
2005-10-25
Improved autoreloader to ignore files that might be in eggs. Refs #596
Adrian Holovaty
2005-07-21
Added copyright notice to utils/autoreload for CherryPy folks
Adrian Holovaty
2005-07-21
Added auto-reload to standalone server! Fixes #113. Thanks very much to Jason...
Adrian Holovaty