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
2019-02-27
[2.2.x] Fixed #30215 -- Fixed autoreloader crash for modules without __spec__.
shiningfm
2019-02-25
[2.2.x] Refs #27685 -- Removed "watchman unavailable" message.
Tom Forbes
2019-01-28
[2.2.x] Fixed #25624 -- Fixed autoreload crash with jinja2.ModuleLoader.
Tom Forbes
2019-01-19
[2.2.x] Removed redundant period in Watchman unavailable message.
Tom Forbes
2019-01-13
Fixed #27685 -- Added watchman support to the autoreloader.
Tom Forbes
2018-09-26
Refs #29784 -- Switched to https:// links where available.
Jon Dufresne
2018-02-26
Refs #28909 -- Simplifed code using unpacking generalizations.
Mariusz Felisiak
2017-12-23
Fixed #28594 -- Removed Jython docs and specific code
Claude Paroz
2017-11-28
Fixed #28837 -- Fixed test client crash if an exception with more than one ar...
Nicolas Delaby
2017-11-06
Fixed #28501 -- Fixed "python -m django runserver" crash.
Yusuke Miyazaki
2017-09-07
Reverted "Fixed #27818 -- Replaced try/except/pass with contextlib.suppress()."
Tim Graham
2017-06-28
Fixed #27818 -- Replaced try/except/pass with contextlib.suppress().
Mads Jensen
2017-02-11
Refs #27656 -- Updated django.utils docstring verbs according to PEP 257.
Anton Samarchyan
2017-01-22
Refs #23919 -- Replaced six.reraise by raise
Claude Paroz
2017-01-20
Refs #23919 -- Removed django.utils._os.upath()/npath()/abspathu() usage.
Tim Graham
2017-01-18
Refs #23919 -- Removed most of remaining six usage
Claude Paroz
2016-12-28
Fixed #27647 -- Fixed Windows segmentation fault in runserver autoreload.
Aleksi Häkli
2015-08-29
Made the autoreloader survive all exceptions.
Aymeric Augustin
2015-08-29
Fixed #24704 -- Made the autoreloader survive SyntaxErrors.
Aymeric Augustin
2015-08-29
Ensured gen_filenames() yields native strings.
Aymeric Augustin
2015-08-29
Accounted for error files in the autoreloader.
Aymeric Augustin
2015-07-07
Refs #23882 -- Added detection for moved files when using inotify polling
Chris Bainbridge
2015-02-09
Removed some obsolete absolute_imports.
Tim Graham
2015-02-06
Sorted imports with isort; refs #23860.
Tim Graham
2015-01-28
Removed threading fallback imports.
Tim Graham
2014-07-25
Fixed #23083 -- Fixed runserver reloading when deleting a file.
Tim Graham
2014-07-15
Fixed #22991 -- Prevented *.pyc files in autoreload monitoring
Claude Paroz
2014-07-07
Fixed flake8 errors.
Tim Graham
2014-07-06
Fixed pyinotify performance regression in 15f82c7011
Claude Paroz
2014-06-26
Added newline to fix flake8 error.
Tim Graham
2014-06-26
Fixed #22857 -- Reset translations when only .mo file changed
Claude Paroz
2014-04-02
Added an explanatory comment. Refs #22017
Alex Gaynor
2014-04-02
Revert "Merge pull request #2508 from tomwys/patch-1"
Alex Gaynor
2014-04-02
Don't copy list for iteration.
Tomasz Wysocki
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
[next]