summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Pyinotify 0.9.00.9.0Sebastien Martini2010-06-043-4/+4
* Improved new coalescing option, use native __hash__ from stringSebastien Martini2010-05-272-64/+36
* Fixed typo.Sebastien Martini2010-05-271-1/+1
* Added new option for coalescing events (disabled by default). See new exampleSebastien Martini2010-05-273-14/+157
* Reverts previous commit for the following reasons:Sebastien Martini2010-05-192-12/+0
* add_watch() returns immediately on first encountered ENOSPC error evenSebastien Martini2010-05-192-0/+12
* Provide errno information from inotify's system calls when availableSebastien Martini2010-05-182-14/+30
* Fixed previous fix f7510650b8e9950247d14841967eb64d0b2d0294.Sebastien Martini2010-05-172-10/+14
* Updated examples.Sebastien Martini2010-05-162-1/+8
* Updated ACKS and removed useless TODO.Sebastien Martini2010-05-152-1/+5
* Modified add_watch() to handle repeated calls on the same path. WhenSebastien Martini2010-05-142-28/+50
* Updated examples.Sebastien Martini2010-05-133-7/+7
* Fixed auto_add handling in method update_watch (contributed bySebastien Martini2010-05-131-1/+1
* 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-012-6/+8
* Callback function called inside Notifier.loop is now able to stopSebastien Martini2010-03-012-20/+34
* - Fixed documentation.Sebastien Martini2010-02-232-7/+5
* Refinement of previous commit implemented with help of patch ofSebastien Martini2010-01-132-18/+14
* Attempt to mitigate lookups on unexistant Watch objects triggeredSebastien Martini2010-01-132-0/+18
* Cosmetic changes.Sebastien Martini2010-01-133-3/+4
* Pyinotify 0.8.90.8.9Sebastien Martini2010-01-043-4/+4
* Updated license to 'MIT License'.Sebastien Martini2010-01-044-376/+57
* - Removed custom glob functions, uses standard glob module directly.Sebastien Martini2010-01-035-202/+80
* Updated examples from tutorial.Sebastien Martini2010-01-023-23/+16
* Updated daemon.pySebastien Martini2010-01-011-6/+12
* Updated ACKS.Sebastien Martini2010-01-011-1/+4
* - Improved daemon.py exampleSebastien Martini2010-01-014-24/+73
* Updated README.Sebastien Martini2009-12-262-5/+5
* Unified setup.py install for python2 and python3.Sebastien Martini2009-12-262-51/+12
* Updated doc and acks.Sebastien Martini2009-11-252-4/+5
* Modified exclusion filter code (contributed with Matteo LanzaSebastien Martini2009-11-172-55/+95
* Fixed default pid file basename (contributed by Matteo LanzaSebastien Martini2009-11-162-2/+2
* Added acknowledgements file ACKS.Sebastien Martini2009-11-121-0/+26
* Improved handling of not guaranteed event attributes.Sebastien Martini2009-11-112-2/+10
* Updated examples.Sebastien Martini2009-11-115-40/+42
* Updated comments.Sebastien Martini2009-11-072-20/+24
* 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-0623-5/+107
* Moved pyinotify3k.py to python3/pyinotify.py.Sebastien Martini2009-11-041-15/+7
* Initial (and experimental) commit of pyinotify3k.py:Sebastien Martini2009-11-041-0/+2061
* Updated TODO file.Sebastien Martini2009-11-041-3/+2
* - Fixed issue in stats display.Sebastien Martini2009-11-042-21/+24
* Added README file.Sebastien Martini2009-11-031-0/+31
* Pyinotify 0.8.80.8.8Sebastien Martini2009-11-022-3/+3
* 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
* Updated examples (mostly comments).Sebastien Martini2009-10-258-20/+15