3 files changed
+3
-3
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 |
| - | |
| 1 | + |
Submodule mrab-regex updated from fa9def5 to bf5e239
- .cirrus.yml+14-11
- .github/workflows/build-and-publish.yml+11-1
- .github/workflows/tests.yml+26-2
- .gitignore+3-1
- AUTHORS+5-5
- README.rst+27-27
- changelog.rst+151-26
- docs/source/conf.py+1-1
- docs/source/global.rst.inc+31-32
- docs/source/hacking.rst+1-1
- docs/source/installation.rst+17-19
- docs/source/quickstart.rst+1-1
- setup.cfg+7
- setup.py+3-2
- src/watchdog/events.py+2
- src/watchdog/observers/__init__.py+2-3
- src/watchdog/observers/api.py+24-15
- src/watchdog/observers/fsevents.py+60-29
- src/watchdog/observers/fsevents2.py+5-5
- src/watchdog/observers/inotify.py+4-7
- src/watchdog/observers/inotify_buffer.py+8-1
- src/watchdog/observers/inotify_c.py+4-35
- src/watchdog/observers/kqueue.py+6-8
- src/watchdog/observers/polling.py+3-3
- src/watchdog/observers/read_directory_changes.py+9-3
- src/watchdog/tricks/__init__.py+46-10
- src/watchdog/utils/bricks.py+1-1
- src/watchdog/utils/process_watcher.py+25
- src/watchdog/version.py+2-2
- src/watchdog/watchmedo.py+353-261
- src/watchdog_fsevents.c+21-9
- tests/conftest.py+2-1
- tests/shell.py+8
- tests/test_0_watchmedo.py+209
- tests/test_emitter.py+48-3
- tests/test_fsevents.py+162-6
- tests/test_inotify_buffer.py+40-3
- tests/test_inotify_c.py+61-52
- tests/test_observer.py+25-11
- tests/test_regex_matching_event_handler.py+7
- tests/test_skip_repeats_queue.py+13
- tests/test_snapshot_diff.py+27-29
- tests/test_watchmedo.py-50
- tox.ini+8-2
0 commit comments