summaryrefslogtreecommitdiff
path: root/fs/tests/test_watch.py
Commit message (Expand)AuthorAgeFilesLines
* Change of api (fs.open, fs.setcontent, fs.getcontents) to support io module i...willmcgugan@gmail.com2013-03-311-2/+5
* Python3 compatibilitywillmcgugan2011-12-271-1/+1
* First stab at a Python3 portwillmcgugan2011-12-261-12/+14
* Unit tests fixup - CREATED is somethimes the second event rather than the firstgcode@loowis.durge.org2011-06-061-5/+7
* watch_win32: use weakrefs to avoid immortal reference cyclesrfkelly02010-09-281-0/+3
* osfs.watch_inotify: fix handling of multiple watchers on a single path.rfkelly02010-09-131-5/+13
* OSFSWatchMixin implementation using ReadDirectoryChangesW on win32rfkelly02010-04-071-4/+22
* implement WatchableFS interface for OSFS using pyinotify on linuxrfkelly02010-04-071-9/+42
* add preliminary implementation of "change watcher" functionalityrfkelly02010-04-071-0/+159