Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/django/utils/autoreload.py
Commit message (Expand)AuthorAgeFilesLines
...
* Fixed #10725 -- When the child process spawned by the aut...Aymeric Augustin2011-12-301-1/+5
* Fixed #16523 -- Made path handling in autoreload code wor...Jannis Leidel2011-08-151-0/+2
* Fix #15880: Prevent "stalling" when running dev server in...Karen Tracey2011-06-041-1/+7
* Ensure stdin is a tty before handing it to termios, so as...Karen Tracey2011-03-241-5/+6
* Fixed #15565: Ensure terminal echo is on after reloader r...Karen Tracey2011-03-191-0/+13
* Fixed #13062 -- Ensure that runserver exposes all warning...Russell Keith-Magee2011-01-171-1/+1
* Made auto-reloading for the dev server a little more frie...Malcolm Tredinnick2008-08-081-21/+46
* Fixed #2330 -- Added hack to stop KeyErrors from being th...Adrian Holovaty2006-07-291-0/+8
* Fixed #2036 -- autoreload.py no longer fails for uninstal...Adrian Holovaty2006-05-311-1/+6
* Fixed #937 -- autoreload no longer reloads on every reque...Adrian Holovaty2005-12-161-6/+9
* Improved autoreloader to ignore files that might be in eg...Adrian Holovaty2005-10-251-0/+2
* Added copyright notice to utils/autoreload for CherryPy f...Adrian Holovaty2005-07-211-0/+26
* Added auto-reload to standalone server! Fixes #113. Thank...Adrian Holovaty2005-07-211-0/+50