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