summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
10 daysFixed IN_MOVE_SELF renames of overlapping directories namesmasterSebastien Martini2-6/+8
10 daysCallback function called inside Notifier.loop is now able to stopSebastien Martini2-20/+34
2010-02-23- Fixed documentation.Sebastien Martini2-7/+5
2010-01-13Refinement of previous commit implemented with help of patch ofSebastien Martini2-18/+14
2010-01-13Attempt to mitigate lookups on unexistant Watch objects triggeredSebastien Martini2-0/+18
2010-01-13Cosmetic changes.Sebastien Martini3-3/+4
2010-01-04Pyinotify 0.8.90.8.9Sebastien Martini3-4/+4
2010-01-04Updated license to 'MIT License'.Sebastien Martini4-376/+57
2010-01-03- Removed custom glob functions, uses standard glob module directly.Sebastien Martini5-202/+80
2010-01-02Updated examples from tutorial.Sebastien Martini3-23/+16
2010-01-01Updated daemon.pySebastien Martini1-6/+12
2010-01-01Updated ACKS.Sebastien Martini1-1/+4
2009-12-31- Improved daemon.py exampleSebastien Martini4-24/+73
2009-12-26Updated README.Sebastien Martini2-5/+5
2009-12-26Unified setup.py install for python2 and python3.Sebastien Martini2-51/+12
2009-11-25Updated doc and acks.Sebastien Martini2-4/+5
2009-11-17Modified exclusion filter code (contributed with Matteo LanzaSebastien Martini2-55/+95
2009-11-16Fixed default pid file basename (contributed by Matteo LanzaSebastien Martini2-2/+2
2009-11-12Added acknowledgements file ACKS.Sebastien Martini1-0/+26
2009-11-11Improved handling of not guaranteed event attributes.Sebastien Martini2-2/+10
2009-11-11Updated examples.Sebastien Martini5-40/+42
2009-11-07Updated comments.Sebastien Martini2-20/+24
2009-11-06Removed example async_moved_from.py (this not really an example).Sebastien Martini1-40/+0
2009-11-06Modified Pyinotify's hierarchy in order to support differents versionSebastien Martini23-8/+50
2009-11-04Moved pyinotify3k.py to python3/pyinotify.py.Sebastien Martini1-15/+7
2009-11-04Initial (and experimental) commit of pyinotify3k.py:Sebastien Martini1-0/+2061
2009-11-04Updated TODO file.Sebastien Martini1-3/+2
2009-11-04- Fixed issue in stats display.Sebastien Martini2-21/+24
2009-11-03Added README file.Sebastien Martini1-0/+31
2009-11-02Pyinotify 0.8.80.8.8Sebastien Martini2-3/+3
2009-10-30Fixed path renaming when a subtree is moved (contributed withSebastien Martini1-1/+4
2009-10-29Automatically watch a non watched tree moved to a watched directorySebastien Martini1-1/+7
2009-10-29Rename all watched sub directories paths of a given parentSebastien Martini1-2/+19
2009-10-25Updated comments.Sebastien Martini1-6/+11
2009-10-24Updated examples (mostly comments).Sebastien Martini8-20/+15
2009-10-24Implemented few small changes into ProcessEvent.Sebastien Martini6-28/+68
2009-10-19Fixed compatibility issue between Python 2.4 and UnicodeLogRecordSebastien Martini1-2/+8
2009-10-12Fixed typo treshold -> threshold (reported by stromnov@gmail.com).Sebastien Martini1-29/+29
2009-09-29Added new example autocompile.py: run a specified command each timeSebastien Martini1-0/+61
2009-09-24Pyinotify 0.8.70.8.7Sebastien Martini2-4/+4
2009-09-02Modified Makefile.Sebastien Martini1-2/+8
2009-09-02Removed docstrings/ directory from index.Sebastien Martini69-15353/+1
2009-09-02Added a new attribute 'src_pathname' to IN_MOVED_TO events. ThisSebastien Martini1-4/+20
2009-09-02Renamed ChangeLog.Sebastien Martini1-0/+0
2009-09-02Updated comments and documentation.Sebastien Martini34-93/+93
2009-08-28Minors improvements.Sebastien Martini41-2106/+2366
2009-08-28Updated comments.Sebastien Martini35-2320/+2451
2009-08-26Few trivial changes suggested pinpointed by pylint.Sebastien Martini1-12/+12
2009-08-06Removed Psyco optional import (nobody used this option anyway).Sebastien Martini3-10/+408
2009-08-06- Added new notifier AsyncNotifier it relies over asyncore.file_dispatcher forSebastien Martini62-1939/+2107