summaryrefslogtreecommitdiff
path: root/python3
Commit message (Expand)AuthorAgeFilesLines
* Sync whitespace / comments between Python 2 and 3 versionsDaniel Hahler2015-06-041-4/+7
* Bump version0.9.6Sebastien Martini2015-06-041-1/+1
* Fix doc indentSebastien Martini2015-06-041-4/+4
* Improve documentationSebastien Martini2015-06-041-7/+10
* Only close a valid file descriptorSebastien Martini2015-06-041-2/+5
* Access /proc/sys instead of using sysctl to access inotify's attributesSebastien Martini2015-06-041-61/+21
* Release Pyinotify 0.9.50.9.5Sebastien Martini2015-01-091-2/+2
* Implement stop method in AsyncioNotifierSebastien Martini2014-12-221-0/+4
* Remove extra lines, fix indentsSebastien Martini2014-12-221-6/+3
* Merge pull request #88 from apenwarr/masterSébastien Martini2014-12-221-0/+5
|\
| * Allow TornadoAsyncNotifier.stop() to clean up all hanging refs.Avery Pennarun2014-11-261-0/+5
* | doc updatedano2014-10-161-0/+2
* | Add asyncio exampledano2014-10-161-0/+20
* | Add asyncio Notifier adapterdano2014-10-161-0/+31
|/
* Fix ExcludeFilter docstring examples.Sebastien Martini2014-08-161-4/+4
* Stub support for Pyinotify on FreeBSD.Sebastien Martini2014-07-061-1/+6
* Add WatchManager attribute to ignore events.Sebastien Martini2014-07-061-0/+13
* Fix /proc inotify interfaces.Sebastien Martini2014-07-061-12/+20
* Handle OSError exception in process_IN_CREATE.Sebastien Martini2014-07-051-17/+22
* add glob option to command lineDaniel Black2013-12-231-1/+4
* 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-041-5/+17
* Ported TornadoAsyncNotifier to Python3.Sebastien Martini2012-10-041-0/+27
* Add support for IN_EXCL_UNLINK flag (Python 3 branch).Sebastien Martini2012-08-301-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
* 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
* 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
* 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-13/+19
* Use __slots__ in Watch class to reduce memory footprint (contributedSebastien Martini2011-03-221-1/+4
* Few minors renaming.Sebastien Martini2011-02-081-7/+12
* 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-81/+186
* Removed useless code spotted by pyflakes.Sebastien Martini2011-01-221-16/+0
* Fixed select's error handling (contributed by zjes).Sebastien Martini2011-01-061-1/+1
* Released Pyinotify 0.9.1.0.9.1Sebastien Martini2010-10-171-3/+3
* Optionally no pid file is written (pid_file=False) when notifier.loopSebastien Martini2010-09-151-10/+18
* Modified the umask's value set in forked processes, tightened all filesSebastien Martini2010-09-151-37/+25
* 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-5/+5