summaryrefslogtreecommitdiff
path: root/python2
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fixed typo.Sebastien Martini2010-05-271-1/+1
* Added new option for coalescing events (disabled by default). See new exampleSebastien Martini2010-05-272-7/+96
* Reverts previous commit for the following reasons:Sebastien Martini2010-05-191-7/+0
* add_watch() returns immediately on first encountered ENOSPC error evenSebastien Martini2010-05-191-0/+7
* Provide errno information from inotify's system calls when availableSebastien Martini2010-05-181-7/+18
* Fixed previous fix f7510650b8e9950247d14841967eb64d0b2d0294.Sebastien Martini2010-05-171-5/+7
* Updated examples.Sebastien Martini2010-05-162-1/+8
* Modified add_watch() to handle repeated calls on the same path. WhenSebastien Martini2010-05-141-15/+25
* Updated examples.Sebastien Martini2010-05-133-7/+7
* Fixed auto_add handling in method update_watch (contributed bySebastien Martini2010-05-131-1/+1
* 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-3/+2
* 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
* Cosmetic changes.Sebastien Martini2010-01-131-1/+1
* Pyinotify 0.8.90.8.9Sebastien Martini2010-01-041-1/+1
* Updated license to 'MIT License'.Sebastien Martini2010-01-041-17/+18
* - Removed custom glob functions, uses standard glob module directly.Sebastien Martini2010-01-034-117/+57
* Updated examples from tutorial.Sebastien Martini2010-01-023-23/+16
* Updated daemon.pySebastien Martini2010-01-011-6/+12
* - Improved daemon.py exampleSebastien Martini2010-01-012-12/+52
* Unified setup.py install for python2 and python3.Sebastien Martini2009-12-261-46/+0
* Modified exclusion filter code (contributed with Matteo LanzaSebastien Martini2009-11-171-26/+45
* Fixed default pid file basename (contributed by Matteo LanzaSebastien Martini2009-11-161-1/+1
* Improved handling of not guaranteed event attributes.Sebastien Martini2009-11-111-1/+5
* Updated examples.Sebastien Martini2009-11-115-40/+42
* Updated comments.Sebastien Martini2009-11-071-10/+12
* Removed example async_moved_from.py (this not really an example).Sebastien Martini2009-11-061-40/+0
* Modified Pyinotify's hierarchy in order to support differents versionSebastien Martini2009-11-0619-0/+2583