summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Released Pyinotify 0.9.1.0.9.1Sebastien Martini2010-10-173-8/+8
* Moved README to README.md.Sebastien Martini2010-10-171-0/+38
* Updated README to use markdown syntax.Sebastien Martini2010-10-171-34/+0
* Updated README.Sebastien Martini2010-09-161-3/+4
* Modified project url.Sebastien Martini2010-09-155-5/+5
* Optionally no pid file is written (pid_file=False) when notifier.loopSebastien Martini2010-09-153-24/+45
* Modified the umask's value set in forked processes, tightened all filesSebastien Martini2010-09-153-85/+47
* Added new method WatchManager.close() to close inotify's fileSebastien Martini2010-09-092-0/+24
* Remove watch descriptor from WatchManager's dictionary when a watchSebastien Martini2010-09-092-0/+6
* Updated README.Sebastien Martini2010-08-061-3/+3
* Reverted exception name of libc loading error, back toSebastien Martini2010-07-302-11/+11
* Fixed exception handling of ctypes.util.find_library() (thanks toSebastien Martini2010-07-291-1/+1
* Modified loading mechanism of the libc (following issues reportedSebastien Martini2010-07-272-26/+55
* Modified logging formatter to output timestamps (idea submitted bySebastien Martini2010-07-272-2/+2
* Flush stdout stream immediately after events or stats are writtenSebastien Martini2010-07-272-4/+12
* Added new option --raw-format (-f) to explicitly disable theSebastien Martini2010-07-272-146/+173
* Added new command line option --version (idea submitted bySebastien Martini2010-07-272-0/+10
* Check that loaded libc has needed inotify functions instead ofSebastien Martini2010-07-272-36/+17
* 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