summaryrefslogtreecommitdiff
path: root/fs/watch.py
Commit message (Expand)AuthorAgeFilesLines
* Test fixeswillmcgugan@gmail.com2014-02-261-2/+2
* Changed signature for 'createfile' everywhere, fixes #133willmcgugan@gmail.com2013-09-091-2/+2
* Change of api (fs.open, fs.setcontent, fs.getcontents) to support io module i...willmcgugan@gmail.com2013-03-311-18/+25
* Found and fixed some more sneaky Python3 str->bytes problemsgcode@loowis.durge.org2012-08-151-1/+3
* Fixes for hide fswillmcgugan2012-06-151-0/+1
* watcher tweakwillmcgugan2012-01-281-2/+3
* spelling fixesrfkelly02011-03-081-1/+1
* Doc fixeswillmcgugan2011-03-081-2/+2
* Fixes of some errors/warnings reported by PyDev and inline documentationwillmcgugan2011-03-071-2/+2
* fs.watch.WatchedFile: inherit from FileWrapper, send MODIFIED only on writerfkelly02011-01-051-31/+21
* Added FS command line scriptswillmcgugan2010-12-051-0/+18
* OSFS.watch_inotify: add convert_os_errors wrapperrfkelly02010-11-101-1/+1
* WatchableFile: don't bother calling del_watcher is python is dyingrfkelly02010-10-051-1/+3
* add missing imports for fs.watchrfkelly02010-10-041-0/+2
* catch and report exceptions in watcher callbacksrfkelly02010-10-011-1/+5
* fix EVENT.clone() in subclassesrfkelly02010-10-011-3/+9
* watch_win32: use weakrefs to avoid immortal reference cyclesrfkelly02010-09-281-8/+8
* WatchableFile: only send MODIFIED events if the file is writablerfkelly02010-09-281-2/+4
* fix race condition in watch_inotifyrfkelly02010-09-261-2/+8
* WatchableFS: put mixin classes first in MROrfkelly02010-09-181-1/+1
* WatchableFS: generate more events in move() and movedir()rfkelly02010-09-161-5/+40
* WatchableFS: more accurate event generation for makedir, copy and moverfkelly02010-09-151-10/+32
* make WatchableFSMixin instances picklable, by discarding watchersrfkelly02010-09-131-2/+22
* OSFSWatchMixin implementation using ReadDirectoryChangesW on win32rfkelly02010-04-071-12/+9
* implement WatchableFS interface for OSFS using pyinotify on linuxrfkelly02010-04-071-42/+65
* add preliminary implementation of "change watcher" functionalityrfkelly02010-04-071-0/+527