summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* API documentation version 0.9.6gh-pagesSebastien Martini2015-06-0450-2595/+2443
* API documentation version 0.9.5Sebastien Martini2015-01-1074-2881/+3511
* Clean-up.Sebastien Martini2012-11-151-1/+1
* Generated epydoc documentation for pyinotify 0.9.4.Sebastien Martini2012-11-1573-3204/+2882
* Generated epydoc documentation for pyinotify 0.9.2.Sebastien Martini2011-04-1970-1916/+2094
* Updated Pyinotify's epydoc documentation (0.9.1+).Sebastien Martini2011-02-0875-5063/+4249
* Generated documentation 0.9.0+.Sebastien Martini2010-09-15103-3561/+112
* Generated documentation 0.9.0+.Sebastien Martini2010-09-1574-1/+16476
* 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