summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Bumped version number, released Pyinotify 0.9.3.0.9.3Sebastien Martini2011-12-203-3/+3
* Updated README file.Sebastien Martini2011-12-201-8/+6
* Added new command line option --command.Sebastien Martini2011-12-022-0/+20
* Improve comment.Sebastien Martini2011-12-022-6/+6
* Correctly handle IN_Q_OVERFLOW events.Sebastien Martini2011-12-022-8/+8
* 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
* | Merge pull request #24 from Flyser/patch-1Sebastien Martini2011-11-151-1/+1
|\ \ | |/ |/|
| * fix IN_DELATE typoFlyser2011-11-151-1/+1
|/
* Fixed error message (reported by Jordan Pittier).Sebastien Martini2011-10-112-2/+2
* Ignore dangling IN_IGNORED events sent after watches are removed.Sebastien Martini2011-10-112-4/+6
* Use setuptools setup method if setuptools package is availableSebastien Martini2011-09-151-1/+7
* Properly subclass logging.Logger (contributed by Charles CazabonSebastien Martini2011-06-081-1/+1
* Bumped version number (0.9.2).0.9.2Sebastien Martini2011-04-193-3/+3
* Use PY_MAJOR_VERSION instead of PY_VERSION_HEX in C extension.Sebastien Martini2011-04-052-1/+2
* Emit artificial IN_CREATE events on recursive files creations.Sebastien Martini2011-04-052-27/+39
* Use __slots__ in Watch class to reduce memory footprint (contributedSebastien Martini2011-03-222-2/+8
* Few minors renaming.Sebastien Martini2011-02-082-21/+35
* Fix access to inotify's variables from ctypes.Sebastien Martini2011-02-072-46/+66
* Disable ctypes when inotify_syscalls is successfully imported.Sebastien Martini2011-02-062-0/+6
* By default use system calls numbers defined in <sys/syscall.h>.Sebastien Martini2011-02-021-79/+85
* Updated setup.py.Sebastien Martini2011-01-281-12/+9
* Updated meta files.Sebastien Martini2011-01-285-7/+8
* Updated dependencies.Sebastien Martini2011-01-281-2/+0
* Updated MANIFEST.in to handle common/.Sebastien Martini2011-01-281-0/+1
* Added C-coded inotify syscalls interface.Sebastien Martini2011-01-284-163/+619
* Updated setup.py.Sebastien Martini2011-01-230-0/+0
|\
| * README.mdSebastien Martini2011-01-231-1/+1
| |\
* | \ Updated setup.py.Sebastien Martini2011-01-231-1/+1
|\ \ \ | |/ / |/| / | |/
| * Updated README.md.Sebastien Martini2011-01-231-9/+12
* | Updated README.md.Sebastien Martini2011-01-231-9/+12
|/
* Removed useless code spotted by pyflakes.Sebastien Martini2011-01-222-17/+0
* Updated setup.py.Sebastien Martini2011-01-161-3/+13
* Added MANIFEST.in.Sebastien Martini2011-01-161-0/+9
* Fixed select's error handling (contributed by zjes).Sebastien Martini2011-01-061-1/+1
* Updated documentation.Sebastien Martini2010-10-182-1/+4
* 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