index
:
chango.git
devmain
fix-31295
initial-branch
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
2014-07-25
[1.7.x] Fixed #23083 -- Fixed runserver reloading when deleting a file.
Tim Graham
2014-07-15
[1.7.x] Fixed #22991 -- Prevented *.pyc files in autoreload monitoring
Claude Paroz
2014-07-07
[1.7.x] Fixed flake8 errors.
Tim Graham
2014-07-06
[1.7.x] Fixed pyinotify performance regression in 15f82c7011
Claude Paroz
2014-06-26
[1.7.x] Fixed #22857 -- Reset translations when only .mo file changed
Claude Paroz
2014-02-12
Fixed #22017 -- Prevented RuntimeError on Python 3
Claude Paroz
2013-12-24
Renamed AppCache to Apps.
Aymeric Augustin
2013-12-22
Moved apps back in the toplevel django namespace.
Aymeric Augustin
2013-12-22
Stopped iterating on INSTALLED_APPS.
Aymeric Augustin
2013-12-15
Fixed #21621 -- Removed kqueue autoreloader.
Aymeric Augustin
2013-12-04
Fixed #21546 -- Strengthened kqueue detection.
Aymeric Augustin
2013-12-03
Fixed #21545 -- autoreload kqueue events weren't cleared which caused an infi...
Loic Bistuer
2013-11-24
Fixed #21500 -- Removed imports of deprecated utils.importlib
Baptiste Mispelon
2013-11-11
Flake8 fixes -- including not runnign flake8 over a backported file
Alex Gaynor
2013-11-11
Fixed #21420 once more.
Aymeric Augustin
2013-11-11
Fixed #9523 -- Restart runserver after compiling apps translations
Bouke Haarsma
2013-11-11
Fixed #21420 -- Autoreloader on BSD with Python 3.
Aymeric Augustin
2013-11-05
Flake8 fixes
Alex Gaynor
2013-11-04
Updated the set of watched files after each request.
Aymeric Augustin
2013-11-02
Correct flake8 E302 violations
Ray Ashman Jr
2013-11-02
More attacking E302 violators
Alex Gaynor
2013-11-02
Merge pull request #1848 from rayashmanjr/master
Alex Gaynor
2013-11-02
Correct flake8 violation E261
Ray Ashman Jr
2013-11-02
Fixed #21302 -- Fixed unused imports and import *.
Tim Graham
2013-11-02
Fixed #9523 -- Restart runserver after translation MO files change
Bouke Haarsma
2013-11-01
Improved resource limits handling in the kqueue autoreloader.
Aymeric Augustin
2013-10-31
Reduce the set of events that trigger a reload.
Aymeric Augustin
2013-10-30
Add instant autoreload on platforms supporting kqueue.
Aymeric Augustin
2013-10-30
Fixed #9722 - used pyinotify as change detection system when available
Unai Zalakain
2013-10-11
Fixed assorted flake8 errors.
Tim Graham
2013-10-10
Whitespace cleanup.
Tim Graham
2013-09-06
Fixed #21049 -- Fixed autoreload for Python 3
Max Burstein
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
[next]