Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/django/utils/autoreload.py
Commit message (Expand)AuthorAgeFilesLines
* Made the autoreloader survive all exceptions.Aymeric Augustin2015-08-291-2/+1
* Fixed #24704 -- Made the autoreloader survive SyntaxErrors.Aymeric Augustin2015-08-291-1/+12
* Ensured gen_filenames() yields native strings.Aymeric Augustin2015-08-291-1/+2
* Accounted for error files in the autoreloader.Aymeric Augustin2015-08-291-2/+2
* Refs #23882 -- Added detection for moved files when using...Chris Bainbridge2015-07-071-1/+3
* Removed some obsolete absolute_imports.Tim Graham2015-02-091-3/+0
* Sorted imports with isort; refs #23860.Tim Graham2015-02-061-1/+2
* Removed threading fallback imports.Tim Graham2015-01-281-4/+1
* Fixed #23083 -- Fixed runserver reloading when deleting a...Tim Graham2014-07-251-0/+1
* Fixed #22991 -- Prevented *.pyc files in autoreload monit...Claude Paroz2014-07-151-6/+10
* Fixed flake8 errors.Tim Graham2014-07-081-0/+1
* Fixed pyinotify performance regression in 15f82c7011Claude Paroz2014-07-061-11/+34
* Added newline to fix flake8 error.Tim Graham2014-06-261-0/+1
* Fixed #22857 -- Reset translations when only .mo file cha...Claude Paroz2014-06-261-4/+29
* Added an explanatory comment. Refs #22017Alex Gaynor2014-04-021-0/+3
* Revert "Merge pull request #2508 from tomwys/patch-1"Alex Gaynor2014-04-021-1/+1
* Don't copy list for iteration.Tomasz Wysocki2014-04-021-1/+1
* Fixed #22017 -- Prevented RuntimeError on Python 3Claude Paroz2014-02-121-1/+1
* Renamed AppCache to Apps.Aymeric Augustin2013-12-241-2/+2
* Moved apps back in the toplevel django namespace.Aymeric Augustin2013-12-221-1/+1
* Stopped iterating on INSTALLED_APPS.Aymeric Augustin2013-12-221-6/+3
* Fixed #21621 -- Removed kqueue autoreloader.Aymeric Augustin2013-12-151-100/+0
* Fixed #21546 -- Strengthened kqueue detection.Aymeric Augustin2013-12-041-1/+1
* Fixed #21545 -- autoreload kqueue events weren't cleared ...Loic Bistuer2013-12-021-1/+1
* Fixed #21500 -- Removed imports of deprecated utils.impor...Baptiste Mispelon2013-11-241-1/+3
* Flake8 fixes -- including not runnign flake8 over a backp...Alex Gaynor2013-11-111-1/+0
* Fixed #21420 once more.Aymeric Augustin2013-11-111-1/+1
* Fixed #9523 -- Restart runserver after compiling apps tra...Bouke Haarsma2013-11-111-13/+21
* Fixed #21420 -- Autoreloader on BSD with Python 3.Aymeric Augustin2013-11-111-1/+3
* Flake8 fixesAlex Gaynor2013-11-051-1/+0
* Updated the set of watched files after each request.Aymeric Augustin2013-11-041-33/+72
* Correct flake8 E302 violationsRay Ashman Jr2013-11-031-0/+8
* More attacking E302 violatorsAlex Gaynor2013-11-021-0/+1
* Merge pull request #1848 from rayashmanjr/masterAlex Gaynor2013-11-021-1/+1
|\
| * Correct flake8 violation E261Ray Ashman Jr2013-11-021-1/+1
* | Fixed #21302 -- Fixed unused imports and import *.Tim Graham2013-11-021-1/+1
|/
* Fixed #9523 -- Restart runserver after translation MO fil...Bouke Haarsma2013-11-021-3/+18
* Improved resource limits handling in the kqueue autoreloa...Aymeric Augustin2013-11-011-4/+27
* Reduce the set of events that trigger a reload.Aymeric Augustin2013-10-311-9/+1
* Add instant autoreload on platforms supporting kqueue.Aymeric Augustin2013-10-301-0/+45
* Fixed #9722 - used pyinotify as change detection system w...Unai Zalakain2013-10-301-11/+63
* Fixed assorted flake8 errors.Tim Graham2013-10-111-1/+5
* Whitespace cleanup.Tim Graham2013-10-101-1/+0
* Fixed #21049 -- Fixed autoreload for Python 3Max Burstein2013-09-061-1/+1
* Made dev server autoreloader ignore filenames reported as...Thomas Bartelmess2013-01-111-0/+2
* Fixed #19485 -- Python 3 compatibility for c2a6b2a4.Aymeric Augustin2012-12-171-2/+7
* Fixed #9589 -- Made development web server more robust in...Ramiro Morales2012-12-151-3/+32
* [py3] Added compatibility import of thread/_threadAymeric Augustin2012-08-181-1/+1
* [py3] Replace filter/lambda by list comprehensionsAymeric Augustin2012-08-141-1/+2
* [py3] Switched to Python 3-compatible imports.Aymeric Augustin2012-07-221-1/+1