summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2011-12-26Added download_url to package's meta-data.HEADmasterSebastien Martini1-0/+1
2011-12-20Bumped version number, released Pyinotify 0.9.3.0.9.3Sebastien Martini3-3/+3
2011-12-20Updated README file.Sebastien Martini1-8/+6
2011-12-02Added new command line option --command.Sebastien Martini2-0/+20
2011-12-02Improve comment.Sebastien Martini2-6/+6
2011-12-01Correctly handle IN_Q_OVERFLOW events.Sebastien Martini2-8/+8
2011-11-17Removed customized unicode logger class.Sebastien Martini1-36/+0
2011-11-15Merge pull request #25 from Flyser/patch-2Sebastien Martini1-1/+1
2011-11-15Merge pull request #24 from Flyser/patch-1Sebastien Martini1-1/+1
2011-11-15fix typo "dependancies"Flyser1-1/+1
2011-11-15fix IN_DELATE typoFlyser1-1/+1
2011-10-11Fixed error message (reported by Jordan Pittier).Sebastien Martini2-2/+2
2011-10-11Ignore dangling IN_IGNORED events sent after watches are removed.Sebastien Martini2-4/+6
2011-09-15Use setuptools setup method if setuptools package is availableSebastien Martini1-1/+7
2011-06-08Properly subclass logging.Logger (contributed by Charles CazabonSebastien Martini1-1/+1
2011-04-19Bumped version number (0.9.2).0.9.2Sebastien Martini3-3/+3
2011-04-05Use PY_MAJOR_VERSION instead of PY_VERSION_HEX in C extension.Sebastien Martini2-1/+2
2011-04-05Emit artificial IN_CREATE events on recursive files creations.Sebastien Martini2-27/+39
2011-03-22Use __slots__ in Watch class to reduce memory footprint (contributedSebastien Martini2-2/+8
2011-02-07Few minors renaming.Sebastien Martini2-21/+35
2011-02-07Fix access to inotify's variables from ctypes.Sebastien Martini2-46/+66
2011-02-06Disable ctypes when inotify_syscalls is successfully imported.Sebastien Martini2-0/+6
2011-02-02By default use system calls numbers defined in <sys/syscall.h>.Sebastien Martini1-79/+85
2011-01-28Updated setup.py.Sebastien Martini1-12/+9
2011-01-28Updated meta files.Sebastien Martini5-7/+8
2011-01-28Updated dependencies.Sebastien Martini1-2/+0
2011-01-28Updated MANIFEST.in to handle common/.Sebastien Martini1-0/+1
2011-01-28Added C-coded inotify syscalls interface.Sebastien Martini4-163/+619
2011-01-23Updated setup.py.Sebastien Martini0-0/+0
2011-01-23Updated setup.py.Sebastien Martini1-1/+1
2011-01-23README.mdSebastien Martini1-1/+1
2011-01-23Updated README.md.Sebastien Martini1-9/+12
2011-01-23Updated README.md.Sebastien Martini1-9/+12
2011-01-22Removed useless code spotted by pyflakes.Sebastien Martini2-17/+0
2011-01-16Updated setup.py.Sebastien Martini1-3/+13
2011-01-16Added MANIFEST.in.Sebastien Martini1-0/+9
2011-01-06Fixed select's error handling (contributed by zjes).Sebastien Martini1-1/+1
2010-10-17Updated documentation.Sebastien Martini2-1/+4
2010-10-17Released Pyinotify 0.9.1.0.9.1Sebastien Martini3-8/+8
2010-10-17Moved README to README.md.Sebastien Martini1-0/+38
2010-10-17Updated README to use markdown syntax.Sebastien Martini1-34/+0
2010-09-15Updated README.Sebastien Martini1-3/+4
2010-09-15Modified project url.origin/masterSebastien Martini5-5/+5
2010-09-14Optionally no pid file is written (pid_file=False) when notifier.loopSebastien Martini3-24/+45
2010-09-14Modified the umask's value set in forked processes, tightened all filesSebastien Martini3-85/+47
2010-09-09Added new method WatchManager.close() to close inotify's fileSebastien Martini2-0/+24
2010-09-09Remove watch descriptor from WatchManager's dictionary when a watchSebastien Martini2-0/+6
2010-08-06Updated README.Sebastien Martini1-3/+3
2010-07-30Reverted exception name of libc loading error, back toSebastien Martini2-11/+11
2010-07-29Fixed exception handling of ctypes.util.find_library() (thanks toSebastien Martini1-1/+1