summaryrefslogtreecommitdiff
path: root/pyinotify.py
Commit message (Expand)AuthorAgeFilesLines
* Pyinotify 0.8.80.8.8Sebastien Martini2009-11-021-1/+1
* Fixed path renaming when a subtree is moved (contributed withSebastien Martini2009-10-301-1/+4
* Automatically watch a non watched tree moved to a watched directorySebastien Martini2009-10-291-1/+7
* Rename all watched sub directories paths of a given parentSebastien Martini2009-10-291-2/+19
* Updated comments.Sebastien Martini2009-10-251-6/+11
* Implemented few small changes into ProcessEvent.Sebastien Martini2009-10-241-13/+59
* Fixed compatibility issue between Python 2.4 and UnicodeLogRecordSebastien Martini2009-10-191-2/+8
* Fixed typo treshold -> threshold (reported by stromnov@gmail.com).Sebastien Martini2009-10-121-29/+29
* Pyinotify 0.8.70.8.7Sebastien Martini2009-09-241-1/+1
* Added a new attribute 'src_pathname' to IN_MOVED_TO events. ThisSebastien Martini2009-09-021-4/+20
* Updated comments and documentation.Sebastien Martini2009-09-021-11/+11
* Minors improvements.Sebastien Martini2009-08-281-77/+111
* Updated comments.Sebastien Martini2009-08-281-143/+179
* Few trivial changes suggested pinpointed by pylint.Sebastien Martini2009-08-261-12/+12
* Removed Psyco optional import (nobody used this option anyway).Sebastien Martini2009-08-061-10/+0
* - Added new notifier AsyncNotifier it relies over asyncore.file_dispatcher forSebastien Martini2009-08-061-4/+33
* Added new function compatibility_mode() to turn on the compatibilitySebastien Martini2009-08-061-10/+23
* - Added a new compatibility option COMPATIBILITY_MODE to improve theSebastien Martini2009-08-061-2/+15
* Updated example stats_threaded.py and updated various comments intoSebastien Martini2009-06-161-7/+16
* Improved error message in method _SysProcessEvent.process_IN_MOVE_SELFSebastien Martini2009-06-101-5/+11
* Removed native unicode support for paths, unicode paths are thereforeSebastien Martini2009-06-061-23/+58
* Fixed unicode paths support with ctypes.Sebastien Martini2009-06-051-11/+24
* - Updated documentation.Sebastien Martini2009-05-151-2/+4
* Fixed comments related to the option 'quiet' into WatchManagerSebastien Martini2009-05-011-3/+3
* Fixed format strings of messages passed to the logging moduleSebastien Martini2009-05-011-18/+16
* - Updated license header.0.8.6Sebastien Martini2009-04-131-4/+5
* - Rewritten Color class.Sebastien Martini2009-04-131-109/+46
* - Fixed SysCtlINotify compatibility with Python 2.6.1 (reported by prologic@s...0.8.5Sebastien Martini2009-03-061-35/+39
* - Fixed chain of classes including ChainIfTrue (reported by Matt Brown0.8.4Sebastien Martini2009-02-231-7/+11
* - Improved loop event error handling (contributed by0.8.3Sebastien Martini2009-01-301-7/+9
* Fixed libc version check on arch 64 bits.Sebastien Martini2009-01-061-7/+4
* - Removed all sys.exit calls, replaced by exceptionsSebastien Martini2009-01-061-17/+51
* Check libc version (contributed by Robin Wittler <robin.wittler@credativ.de>).Sebastien Martini2008-12-171-2/+9
* Removed annoying psyco message (suggested by Henri Tuhola).Sebastien Martini2008-11-041-6/+5
* - Documentation updated.Sebastien Martini2008-08-101-5/+5
* Revert "New attribute Notifier.event_queue_size"Sebastien Martini2008-07-281-2/+1
* New attribute Notifier.event_queue_sizeSebastien Martini2008-07-281-1/+2
* Documentation.Sebastien Martini2008-06-301-4/+16
* Ability to exclude a path from being watched as soons as it has beenSebastien Martini2008-06-301-14/+74
* Documentation.Sebastien Martini2008-06-071-1/+1
* * Fix segmentation fault reported by dougfort@dougfort.com, but notSebastien Martini2008-06-071-7/+13
* Version 0.8.0q released.Sebastien Martini2008-03-311-1/+0
* New parameter 'quiet' for methods add_watch, update_watchSebastien Martini2008-03-311-18/+63
* Cosmetic changes.Sebastien Martini2008-03-311-15/+15
* Notifier and ThreadedNotifier accept treshold parameter.Sebastien Martini2008-03-311-33/+75
* * stats.py moved to stats_threaded.pySebastien Martini2008-03-311-3/+9
* Change string handling in event dispatch mechanism.Sebastien Martini2008-03-301-3/+3
* Small changes in rm_watch and update_watch.Sebastien Martini2008-03-281-6/+5
* Documentation.Sebastien Martini2008-03-271-1/+0
* Documentation.Sebastien Martini2008-03-271-7/+10