summaryrefslogtreecommitdiff
path: root/django/utils/autoreload.py
AgeCommit message (Expand)Author
2017-08-31[1.11.x] Fixed #28487 -- Fixed runserver crash with non-Unicode system encodi...Mark Rogaski
2017-07-13[1.11.x] Fixed #28174 -- Fixed crash in runserver's autoreload with Python 2 ...Mark Rogaski
2016-12-28Fixed #27647 -- Fixed Windows segmentation fault in runserver autoreload.Aleksi Häkli
2015-08-29Made the autoreloader survive all exceptions.Aymeric Augustin
2015-08-29Fixed #24704 -- Made the autoreloader survive SyntaxErrors.Aymeric Augustin
2015-08-29Ensured gen_filenames() yields native strings.Aymeric Augustin
2015-08-29Accounted for error files in the autoreloader.Aymeric Augustin
2015-07-07Refs #23882 -- Added detection for moved files when using inotify pollingChris Bainbridge
2015-02-09Removed some obsolete absolute_imports.Tim Graham
2015-02-06Sorted imports with isort; refs #23860.Tim Graham
2015-01-28Removed threading fallback imports.Tim Graham
2014-07-25Fixed #23083 -- Fixed runserver reloading when deleting a file.Tim Graham
2014-07-15Fixed #22991 -- Prevented *.pyc files in autoreload monitoringClaude Paroz
2014-07-07Fixed flake8 errors.Tim Graham
2014-07-06Fixed pyinotify performance regression in 15f82c7011Claude Paroz
2014-06-26Added newline to fix flake8 error.Tim Graham
2014-06-26Fixed #22857 -- Reset translations when only .mo file changedClaude Paroz
2014-04-02Added an explanatory comment. Refs #22017Alex Gaynor
2014-04-02Revert "Merge pull request #2508 from tomwys/patch-1"Alex Gaynor
2014-04-02Don't copy list for iteration.Tomasz Wysocki
2014-02-12Fixed #22017 -- Prevented RuntimeError on Python 3Claude Paroz
2013-12-24Renamed AppCache to Apps.Aymeric Augustin
2013-12-22Moved apps back in the toplevel django namespace.Aymeric Augustin
2013-12-22Stopped iterating on INSTALLED_APPS.Aymeric Augustin
2013-12-15Fixed #21621 -- Removed kqueue autoreloader.Aymeric Augustin
2013-12-04Fixed #21546 -- Strengthened kqueue detection.Aymeric Augustin
2013-12-03Fixed #21545 -- autoreload kqueue events weren't cleared which caused an infi...Loic Bistuer
2013-11-24Fixed #21500 -- Removed imports of deprecated utils.importlibBaptiste Mispelon
2013-11-11Flake8 fixes -- including not runnign flake8 over a backported fileAlex Gaynor
2013-11-11Fixed #21420 once more.Aymeric Augustin
2013-11-11Fixed #9523 -- Restart runserver after compiling apps translationsBouke Haarsma
2013-11-11Fixed #21420 -- Autoreloader on BSD with Python 3.Aymeric Augustin
2013-11-05Flake8 fixesAlex Gaynor
2013-11-04Updated the set of watched files after each request.Aymeric Augustin
2013-11-02Correct flake8 E302 violationsRay Ashman Jr
2013-11-02More attacking E302 violatorsAlex Gaynor
2013-11-02Merge pull request #1848 from rayashmanjr/masterAlex Gaynor
2013-11-02Correct flake8 violation E261Ray Ashman Jr
2013-11-02Fixed #21302 -- Fixed unused imports and import *.Tim Graham
2013-11-02Fixed #9523 -- Restart runserver after translation MO files changeBouke Haarsma
2013-11-01Improved resource limits handling in the kqueue autoreloader.Aymeric Augustin
2013-10-31Reduce the set of events that trigger a reload.Aymeric Augustin
2013-10-30Add instant autoreload on platforms supporting kqueue.Aymeric Augustin
2013-10-30Fixed #9722 - used pyinotify as change detection system when availableUnai Zalakain
2013-10-11Fixed assorted flake8 errors.Tim Graham
2013-10-10Whitespace cleanup.Tim Graham
2013-09-06Fixed #21049 -- Fixed autoreload for Python 3Max Burstein
2013-01-11Made dev server autoreloader ignore filenames reported as None.Thomas Bartelmess
2012-12-17Fixed #19485 -- Python 3 compatibility for c2a6b2a4.Aymeric Augustin
2012-12-15Fixed #9589 -- Made development web server more robust in the presence of a w...Ramiro Morales