summaryrefslogtreecommitdiff
path: root/python3
Commit message (Expand)AuthorAgeFilesLines
* Don't check for existing watch when setting up watchesSebastien Martini2012-06-071-5/+0
* Fixed runtime warnings in inotify ctypes' wrapper.Sebastien Martini2012-04-141-0/+8
* Documented ExcludeFilter shortcomings.Sebastien Martini2012-03-201-0/+4
* auto_add=True automatically implies oring IN_CREATE with theSebastien Martini2012-03-111-2/+7
* Bumped version number, released Pyinotify 0.9.3.0.9.3Sebastien Martini2011-12-201-1/+1
* Added new command line option --command.Sebastien Martini2011-12-021-0/+10
* Improve comment.Sebastien Martini2011-12-021-3/+3
* Correctly handle IN_Q_OVERFLOW events.Sebastien Martini2011-12-021-4/+4
* Fixed error message (reported by Jordan Pittier).Sebastien Martini2011-10-111-1/+1
* Ignore dangling IN_IGNORED events sent after watches are removed.Sebastien Martini2011-10-111-2/+3
* Bumped version number (0.9.2).0.9.2Sebastien Martini2011-04-191-1/+1
* Emit artificial IN_CREATE events on recursive files creations.Sebastien Martini2011-04-051-13/+19
* Use __slots__ in Watch class to reduce memory footprint (contributedSebastien Martini2011-03-221-1/+4
* Few minors renaming.Sebastien Martini2011-02-081-7/+12
* Fix access to inotify's variables from ctypes.Sebastien Martini2011-02-071-23/+33
* Disable ctypes when inotify_syscalls is successfully imported.Sebastien Martini2011-02-061-0/+3
* Added C-coded inotify syscalls interface.Sebastien Martini2011-01-281-81/+186
* Removed useless code spotted by pyflakes.Sebastien Martini2011-01-221-16/+0
* Fixed select's error handling (contributed by zjes).Sebastien Martini2011-01-061-1/+1
* Released Pyinotify 0.9.1.0.9.1Sebastien Martini2010-10-171-3/+3
* Optionally no pid file is written (pid_file=False) when notifier.loopSebastien Martini2010-09-151-10/+18
* Modified the umask's value set in forked processes, tightened all filesSebastien Martini2010-09-151-37/+25
* Added new method WatchManager.close() to close inotify's fileSebastien Martini2010-09-091-0/+12
* Remove watch descriptor from WatchManager's dictionary when a watchSebastien Martini2010-09-091-0/+3
* Reverted exception name of libc loading error, back toSebastien Martini2010-07-301-5/+5
* Modified loading mechanism of the libc (following issues reportedSebastien Martini2010-07-271-8/+24
* Modified logging formatter to output timestamps (idea submitted bySebastien Martini2010-07-271-1/+1
* Flush stdout stream immediately after events or stats are writtenSebastien Martini2010-07-271-2/+6
* Added new option --raw-format (-f) to explicitly disable theSebastien Martini2010-07-271-72/+86
* Added new command line option --version (idea submitted bySebastien Martini2010-07-271-0/+5
* Check that loaded libc has needed inotify functions instead ofSebastien Martini2010-07-271-19/+8
* Pyinotify 0.9.00.9.0Sebastien Martini2010-06-041-1/+1
* Improved new coalescing option, use native __hash__ from stringSebastien Martini2010-05-271-32/+18
* Added new option for coalescing events (disabled by default). See new exampleSebastien Martini2010-05-271-7/+61
* Reverts previous commit for the following reasons:Sebastien Martini2010-05-191-5/+0
* add_watch() returns immediately on first encountered ENOSPC error evenSebastien Martini2010-05-191-0/+5
* Provide errno information from inotify's system calls when availableSebastien Martini2010-05-181-7/+12
* Fixed previous fix f7510650b8e9950247d14841967eb64d0b2d0294.Sebastien Martini2010-05-171-5/+7
* Modified add_watch() to handle repeated calls on the same path. WhenSebastien Martini2010-05-141-13/+25
* Fixed auto_add handling in method update_watch (contributed bySebastien Martini2010-05-131-1/+1
* Fixed dictionary item deletion on iteration (submitted by knurxs@gmx.de).Sebastien Martini2010-04-041-2/+2
* Fixed IN_MOVE_SELF renames of overlapping directories namesSebastien Martini2010-03-011-3/+4
* Callback function called inside Notifier.loop is now able to stopSebastien Martini2010-03-011-10/+17
* - Fixed documentation.Sebastien Martini2010-02-231-4/+3
* Refinement of previous commit implemented with help of patch ofSebastien Martini2010-01-131-9/+7
* Attempt to mitigate lookups on unexistant Watch objects triggeredSebastien Martini2010-01-131-0/+9
* Pyinotify 0.8.90.8.9Sebastien Martini2010-01-041-1/+1
* Updated license to 'MIT License'.Sebastien Martini2010-01-041-18/+18
* - Removed custom glob functions, uses standard glob module directly.Sebastien Martini2010-01-031-85/+23
* - Improved daemon.py exampleSebastien Martini2010-01-011-10/+21