index
:
django.git
fix-31295
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
2021-02-10
Fixed #32355 -- Dropped support for Python 3.6 and 3.7
Mariusz Felisiak
2021-01-05
Fixed #32314 -- Fixed detection when started non-django modules with "python ...
William Schwartz
2020-11-25
Fixed #32223 -- Removed strict=True in Path.resolve() in autoreloader.
Mariusz Felisiak
2020-11-19
Fixed #32202 -- Fixed autoreloader argument generation for Windows with Pytho...
Carlton Gibson
2020-11-05
Fixed #25791 -- Implement autoreload behaviour for cached template loader.
Tom Forbes
2020-11-02
Protected Watchman autoreloader against busy loops.
Daniel Hahler
2020-07-30
Bumped minimum isort version to 5.1.0.
David Smith
2020-06-18
Fixed #31716 -- Fixed detection of console scripts in autoreloader on Windows.
Tom Forbes
2020-05-13
Updated logging calls to use arguments instead of string interpolation.
François Freitag
2020-03-05
Fixed #31327 -- Deprecated providing_args argument for Signal.
Jon Dufresne
2019-08-23
Replaced subprocess commands by run() wherever possible.
Claude Paroz
2019-07-24
Fixed #30647 -- Fixed crash of autoreloader when extra directory cannot be re...
Tom Forbes
2019-07-24
Removed unused BaseReloader.watch_file().
Mariusz Felisiak
2019-07-23
Fixed #30506 -- Fixed crash of autoreloader when path contains null characters.
Tom Forbes
2019-07-01
Removed unnecessary import in django/utils/autoreload.py.
PatOnTheBack
2019-06-26
Fixed #30588 -- Fixed crash of autoreloader when __main__ module doesn't have...
Tom Forbes
2019-06-24
Simplified handling of non-existent paths in autoreloader with Path.resolve(s...
Tom Forbes
2019-05-29
Fixed #30523 -- Fixed updating file modification times on seen files in auto-...
Tom Forbes
2019-05-29
Fixed #30516 -- Fixed crash of autoreloader when re-raising exceptions with c...
Tom Forbes
2019-05-28
Fixed #30479 -- Fixed detecting changes in manage.py by autoreloader when usi...
Tom Forbes
2019-05-15
Refs #27685 -- Logged unexpected Watchman autoreloader errors.
Daniel Hahler
2019-05-03
Ignored pywatchman.SocketTimeout in Watchman autoreloader.
Daniel Hahler
2019-04-29
Fixed #30323 -- Fixed detecting changes by autoreloader when using StatReloader.
Tom Forbes
2019-04-29
Refs #30323 -- Prevented crash of autoreloader when get_resolver().urlconf_mo...
Tom Forbes
2019-04-29
Refs #30323 -- Simplified utils.autoreload.ensure_echo_on().
Tom Forbes
2019-04-26
Fixed #30361 -- Increased the default timeout of watchman client to 5 seconds...
Jacob Green
2019-02-27
Fixed #30215 -- Fixed autoreloader crash for modules without __spec__.
shiningfm
2019-02-25
Refs #27685 -- Removed "watchman unavailable" message.
Tom Forbes
2019-02-09
Removed unneeded list() calls in sorted() argument.
Sergey Fedoseev
2019-01-28
Fixed #25624 -- Fixed autoreload crash with jinja2.ModuleLoader.
Tom Forbes
2019-01-19
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
[next]