issues
search
gorakhargosh
/
watchdog
Python library and shell utilities to monitor filesystem events.
http://packages.python.org/watchdog/
Apache License 2.0
6.64k
stars
698
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Inotify's symlink follow with recursive option
#1088
Corentin-pro
closed
6 days ago
0
Add follow symlink tests
#1087
Corentin-pro
closed
1 week ago
1
Add follow_symlink argument to Inotify observer
#1086
Corentin-pro
closed
1 week ago
1
Watchdog 6.0.0 signature bug in PatternMatchingEventHandler.__init__
#1085
cmikef
closed
2 weeks ago
1
Fixes, and clean-up
#1084
BoboTiG
closed
3 weeks ago
0
Update README Badges
#1083
nhairs
closed
1 month ago
0
[docs] Add typing info to quick start
#1082
nhairs
closed
3 weeks ago
1
Fix reading inotify file descriptor after closing it.
#1081
ethan-vanderheijden
closed
3 weeks ago
3
File on SMB gets invalid permissions when created in an observed folder
#1080
cmantsch
opened
1 month ago
0
Use of `select.select()` might trigger a `ValueError` if fd>1024 is passed
#1079
g-pichler
closed
1 month ago
3
Use `select.poll()` if available.
#1078
g-pichler
closed
1 month ago
4
Question: How does Watchdog deal with files already existing in a directory?
#1077
electricowl
opened
1 month ago
0
Fix moved_records not cleaned
#1076
ksiv
opened
1 month ago
0
Delayed clearing of event records from moved_events dictionary in a separate daemon thread
#1075
ksiv
closed
1 month ago
1
Documentation: python version
#1074
ksiv
opened
1 month ago
1
FileModifiedEvent not received after modification through mmap()
#1073
hinxx
closed
2 months ago
1
FileSystemEventHandler cannot detect changes of files in Windows drives when running from WSL 2
#1072
seanballais
opened
2 months ago
0
possible for detecting file flush event?
#1071
lybroman
opened
2 months ago
0
Properly clean up threads when stopping Inotify. Improve Eventlet tests.
#1070
ethan-vanderheijden
closed
2 months ago
3
FileNotFoundError when watching a non-existent file for creation
#1069
8W9aG
opened
2 months ago
2
Issue with Random Delete Events Being Generated
#1068
RichardRogers1972
opened
2 months ago
0
How to make the watchdog not monitor Python scripts' operations such as opening and modifying files
#1067
chanly921
opened
2 months ago
4
closed_no_write, update configuration
#1066
eljeffeg
closed
2 months ago
4
PollingObserver silently dies when SMB mountpoint is unavailable for some time
#1065
cmantsch
opened
2 months ago
0
Enable OS specific Mypy checks
#1064
BoboTiG
closed
2 months ago
0
fix: correct `tricks` typing be a list of dictionary
#1063
gnought
closed
2 months ago
1
`kqueue.control()` only accepts positional parameters
#1062
apoirier
closed
2 months ago
4
core: more types
#1061
BoboTiG
closed
3 months ago
0
feat!: Enable Mypy `disallow_untyped_defs` rule + fixes
#1060
BoboTiG
closed
3 months ago
8
[inotify] Add support for `IN_CLOSE_NOWRITE` events
#1059
BoboTiG
closed
3 months ago
0
feat: Improve typing references for events
#1058
BoboTiG
closed
3 months ago
0
feat!: more typing clean-up + enforce keyword-arguments
#1057
BoboTiG
closed
3 months ago
0
chore: No more `typing.Optional` nor `typing.Union`
#1056
BoboTiG
closed
3 months ago
0
feat!: Enable `disallow_untyped_calls` Mypy rule + drop Python 3.8 support
#1055
BoboTiG
closed
3 months ago
0
Fix a silent fail if path is a file #1034 (Windows only).
#1054
TobiasRzepka
opened
4 months ago
3
chore: partly move settings from `setup.cfg` to `pyproject.toml`
#1053
BoboTiG
closed
4 months ago
0
feat: Python 3.13 support
#1052
BoboTiG
closed
4 months ago
0
feat: centralize platform checks
#1051
BoboTiG
closed
4 months ago
0
[fsevents] Add missing `event_filter` keyword-argument to `FSEventsOb…
#1050
BoboTiG
closed
4 months ago
1
class FSEventsObserver.schedule() is missing parameter 'event_filter'
#1049
josephbertino
closed
4 months ago
0
Update PatternMatchingEventHandler documentation
#1048
nbelakovski
closed
4 months ago
1
Simplify the quickstart example
#1047
nbelakovski
closed
4 months ago
1
Ambiguity in setting FileClosedEvent in filter
#1046
xieyuguang
closed
3 months ago
5
Threads not cleaning up when closing Observer if using Eventlet.
#1045
ethan-vanderheijden
closed
2 months ago
1
Race condition in Observer.start() and observer.schedule()
#1044
matthew11
opened
4 months ago
1
Feature Request: Allow functions as event handlers
#1043
za3k
opened
4 months ago
0
[Question] is watchdog support s3fs-fuse mount aws s3 bucket to file system directory monitor
#1042
wangrenjun-vs
opened
5 months ago
1
Moved file memory leak
#1041
darintay
opened
5 months ago
0
Improve typing references for events
#1040
fmigneault
closed
3 months ago
0
[Feature] Allow adding `ObservedWatch` without handlers
#1039
toluschr
opened
6 months ago
0
Next