summaryrefslogtreecommitdiff
path: root/python2
Commit message (Expand)AuthorAgeFilesLines
* Update pyinotify.pyandy boot2014-12-051-2/+2
* Fix ExcludeFilter docstring examples.Sebastien Martini2014-08-161-4/+4
* Typo.Sebastien Martini2014-07-101-1/+1
* Improve example daemon.py.Sebastien Martini2014-07-101-7/+11
* Stub support for Pyinotify on FreeBSD.Sebastien Martini2014-07-061-1/+6
* Add WatchManager attribute to ignore events.Sebastien Martini2014-07-061-0/+14
* Fix /proc inotify interfaces.Sebastien Martini2014-07-061-12/+20
* Handle OSError exception in process_IN_CREATE.Sebastien Martini2014-07-051-24/+29
* add glob option to command lineDaniel Black2013-12-231-1/+4
* Fall back to glob.glob() on Python 2.4John Swinbank2013-11-191-2/+7
* Released Pyinotify 0.9.40.9.4Sebastien Martini2012-11-151-1/+1
* Typos.Sebastien Martini2012-10-041-2/+1
* Improved Tornado's notifier.Sebastien Martini2012-10-043-24/+40
* Ported TornadoAsyncNotifier to Python3.Sebastien Martini2012-10-042-9/+16
* Add tornado ioloop supportLE0N2012-10-032-0/+38
* add support for IN_EXCL_UNLINK flagquiver2012-08-271-0/+5
* Don't check for existing watch when setting up watchesSebastien Martini2012-06-071-5/+0
* Fixed runtime warnings in inotify ctypes' wrapper.Sebastien Martini2012-04-141-0/+8
* Documented ExcludeFilter shortcomings.Sebastien Martini2012-03-201-0/+4
* auto_add=True automatically implies oring IN_CREATE with theSebastien Martini2012-03-111-2/+7
* Removed unused code.Sebastien Martini2012-03-111-15/+0
* Bumped version number, released Pyinotify 0.9.3.0.9.3Sebastien Martini2011-12-201-1/+1
* Added new command line option --command.Sebastien Martini2011-12-021-0/+10
* Improve comment.Sebastien Martini2011-12-021-3/+3
* Correctly handle IN_Q_OVERFLOW events.Sebastien Martini2011-12-021-4/+4
* Removed customized unicode logger class.Sebastien Martini2011-11-171-36/+0
* Merge pull request #25 from Flyser/patch-2Sebastien Martini2011-11-151-1/+1
|\
| * fix typo "dependancies"Flyser2011-11-151-1/+1
* | fix IN_DELATE typoFlyser2011-11-151-1/+1
|/
* Fixed error message (reported by Jordan Pittier).Sebastien Martini2011-10-111-1/+1
* Ignore dangling IN_IGNORED events sent after watches are removed.Sebastien Martini2011-10-111-2/+3
* Properly subclass logging.Logger (contributed by Charles CazabonSebastien Martini2011-06-081-1/+1
* Bumped version number (0.9.2).0.9.2Sebastien Martini2011-04-191-1/+1
* Emit artificial IN_CREATE events on recursive files creations.Sebastien Martini2011-04-051-14/+20
* Use __slots__ in Watch class to reduce memory footprint (contributedSebastien Martini2011-03-221-1/+4
* Few minors renaming.Sebastien Martini2011-02-081-14/+23
* Fix access to inotify's variables from ctypes.Sebastien Martini2011-02-071-23/+33
* Disable ctypes when inotify_syscalls is successfully imported.Sebastien Martini2011-02-061-0/+3
* Added C-coded inotify syscalls interface.Sebastien Martini2011-01-281-79/+196
* Removed useless code spotted by pyflakes.Sebastien Martini2011-01-221-1/+0
* Released Pyinotify 0.9.1.0.9.1Sebastien Martini2010-10-171-3/+3
* Modified project url.Sebastien Martini2010-09-153-3/+3
* Optionally no pid file is written (pid_file=False) when notifier.loopSebastien Martini2010-09-152-14/+27
* Modified the umask's value set in forked processes, tightened all filesSebastien Martini2010-09-152-48/+22
* Added new method WatchManager.close() to close inotify's fileSebastien Martini2010-09-091-0/+12
* Remove watch descriptor from WatchManager's dictionary when a watchSebastien Martini2010-09-091-0/+3
* Reverted exception name of libc loading error, back toSebastien Martini2010-07-301-6/+6
* 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-271-18/+31
* Modified logging formatter to output timestamps (idea submitted bySebastien Martini2010-07-271-1/+1