summaryrefslogtreecommitdiff
path: root/django/utils/autoreload.py
AgeCommit message (Expand)Author
2026-03-10Fixed #36943 -- Preserved any exception from URLconf module in autoreloader.varunkasyap
2025-09-25Fixed #36434 -- Preserved unbuffered stdio (-u) in autoreloader child.SaJH
2025-07-23Refs #36500 -- Rewrapped long docstrings and block comments via a script.django-bot
2025-03-31Refs #28909 -- Simplified code using unpacking generalizations.Aarni Koskela
2025-03-30Fixed warnings per flake8 7.2.0.Mariusz Felisiak
2023-11-28Refs #34986 -- Added PyPy support to django.utils.autoreload.get_child_argume...Nick Pope
2023-08-28Fixed #34787 -- Fixed autoreloader crash when run from installed script on Wi...sarahboyce
2022-08-11Refs #30213 -- Removed post-startup check for Watchman availability.Carlton Gibson
2022-05-25Normalized imports of functools.wraps.Aymeric Augustin
2022-03-15Fixed #31169 -- Adapted the parallel test runner to use spawn.David Smith
2022-02-07Refs #33476 -- Reformatted code with Black.django-bot
2021-09-29Fixed #33027 -- Made autoreloader pass -X options.Chenyang Yan
2021-09-27Refs #32355 -- Used @functools.lru_cache as a straight decorator.Mariusz Felisiak
2021-05-26Fixed #32669 -- Fixed detection when started non-django modules which aren't ...Moriyoshi Koizumi
2021-05-26Fixed #32783 -- Fixed crash of autoreloader when __main__ module doesn't have...Mariusz Felisiak
2021-05-04Refs #32074 -- Removed usage of deprecated Thread.setDaemon().Karthikeyan Singaravelan
2021-02-10Fixed #32355 -- Dropped support for Python 3.6 and 3.7Mariusz Felisiak
2021-01-05Fixed #32314 -- Fixed detection when started non-django modules with "python ...William Schwartz
2020-11-25Fixed #32223 -- Removed strict=True in Path.resolve() in autoreloader.Mariusz Felisiak
2020-11-19Fixed #32202 -- Fixed autoreloader argument generation for Windows with Pytho...Carlton Gibson
2020-11-05Fixed #25791 -- Implement autoreload behaviour for cached template loader.Tom Forbes
2020-11-02Protected Watchman autoreloader against busy loops.Daniel Hahler
2020-07-30Bumped minimum isort version to 5.1.0.David Smith
2020-06-18Fixed #31716 -- Fixed detection of console scripts in autoreloader on Windows.Tom Forbes
2020-05-13Updated logging calls to use arguments instead of string interpolation.François Freitag
2020-03-05Fixed #31327 -- Deprecated providing_args argument for Signal.Jon Dufresne
2019-08-23Replaced subprocess commands by run() wherever possible.Claude Paroz
2019-07-24Fixed #30647 -- Fixed crash of autoreloader when extra directory cannot be re...Tom Forbes
2019-07-24Removed unused BaseReloader.watch_file().Mariusz Felisiak
2019-07-23Fixed #30506 -- Fixed crash of autoreloader when path contains null characters.Tom Forbes
2019-07-01Removed unnecessary import in django/utils/autoreload.py.PatOnTheBack
2019-06-26Fixed #30588 -- Fixed crash of autoreloader when __main__ module doesn't have...Tom Forbes
2019-06-24Simplified handling of non-existent paths in autoreloader with Path.resolve(s...Tom Forbes
2019-05-29Fixed #30523 -- Fixed updating file modification times on seen files in auto-...Tom Forbes
2019-05-29Fixed #30516 -- Fixed crash of autoreloader when re-raising exceptions with c...Tom Forbes
2019-05-28Fixed #30479 -- Fixed detecting changes in manage.py by autoreloader when usi...Tom Forbes
2019-05-15Refs #27685 -- Logged unexpected Watchman autoreloader errors.Daniel Hahler
2019-05-03Ignored pywatchman.SocketTimeout in Watchman autoreloader.Daniel Hahler
2019-04-29Fixed #30323 -- Fixed detecting changes by autoreloader when using StatReloader.Tom Forbes
2019-04-29Refs #30323 -- Prevented crash of autoreloader when get_resolver().urlconf_mo...Tom Forbes
2019-04-29Refs #30323 -- Simplified utils.autoreload.ensure_echo_on().Tom Forbes
2019-04-26Fixed #30361 -- Increased the default timeout of watchman client to 5 seconds...Jacob Green
2019-02-27Fixed #30215 -- Fixed autoreloader crash for modules without __spec__.shiningfm
2019-02-25Refs #27685 -- Removed "watchman unavailable" message.Tom Forbes
2019-02-09Removed unneeded list() calls in sorted() argument.Sergey Fedoseev
2019-01-28Fixed #25624 -- Fixed autoreload crash with jinja2.ModuleLoader.Tom Forbes
2019-01-19Removed redundant period in Watchman unavailable message.Tom Forbes
2019-01-13Fixed #27685 -- Added watchman support to the autoreloader.Tom Forbes
2018-09-26Refs #29784 -- Switched to https:// links where available.Jon Dufresne
2018-02-26Refs #28909 -- Simplifed code using unpacking generalizations.Mariusz Felisiak