index
:
pyinotify
gh-pages
master
Pyinotify
seb@dbzteam.org
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2011-12-26
Added download_url to package's meta-data.
HEAD
master
Sebastien Martini
1
-0/+1
2011-12-20
Bumped version number, released Pyinotify 0.9.3.
0.9.3
Sebastien Martini
3
-3/+3
2011-12-20
Updated README file.
Sebastien Martini
1
-8/+6
2011-12-02
Added new command line option --command.
Sebastien Martini
2
-0/+20
2011-12-02
Improve comment.
Sebastien Martini
2
-6/+6
2011-12-01
Correctly handle IN_Q_OVERFLOW events.
Sebastien Martini
2
-8/+8
2011-11-17
Removed customized unicode logger class.
Sebastien Martini
1
-36/+0
2011-11-15
Merge pull request #25 from Flyser/patch-2
Sebastien Martini
1
-1/+1
2011-11-15
Merge pull request #24 from Flyser/patch-1
Sebastien Martini
1
-1/+1
2011-11-15
fix typo "dependancies"
Flyser
1
-1/+1
2011-11-15
fix IN_DELATE typo
Flyser
1
-1/+1
2011-10-11
Fixed error message (reported by Jordan Pittier).
Sebastien Martini
2
-2/+2
2011-10-11
Ignore dangling IN_IGNORED events sent after watches are removed.
Sebastien Martini
2
-4/+6
2011-09-15
Use setuptools setup method if setuptools package is available
Sebastien Martini
1
-1/+7
2011-06-08
Properly subclass logging.Logger (contributed by Charles Cazabon
Sebastien Martini
1
-1/+1
2011-04-19
Bumped version number (0.9.2).
0.9.2
Sebastien Martini
3
-3/+3
2011-04-05
Use PY_MAJOR_VERSION instead of PY_VERSION_HEX in C extension.
Sebastien Martini
2
-1/+2
2011-04-05
Emit artificial IN_CREATE events on recursive files creations.
Sebastien Martini
2
-27/+39
2011-03-22
Use __slots__ in Watch class to reduce memory footprint (contributed
Sebastien Martini
2
-2/+8
2011-02-07
Few minors renaming.
Sebastien Martini
2
-21/+35
2011-02-07
Fix access to inotify's variables from ctypes.
Sebastien Martini
2
-46/+66
2011-02-06
Disable ctypes when inotify_syscalls is successfully imported.
Sebastien Martini
2
-0/+6
2011-02-02
By default use system calls numbers defined in <sys/syscall.h>.
Sebastien Martini
1
-79/+85
2011-01-28
Updated setup.py.
Sebastien Martini
1
-12/+9
2011-01-28
Updated meta files.
Sebastien Martini
5
-7/+8
2011-01-28
Updated dependencies.
Sebastien Martini
1
-2/+0
2011-01-28
Updated MANIFEST.in to handle common/.
Sebastien Martini
1
-0/+1
2011-01-28
Added C-coded inotify syscalls interface.
Sebastien Martini
4
-163/+619
2011-01-23
Updated setup.py.
Sebastien Martini
0
-0/+0
2011-01-23
Updated setup.py.
Sebastien Martini
1
-1/+1
2011-01-23
README.md
Sebastien Martini
1
-1/+1
2011-01-23
Updated README.md.
Sebastien Martini
1
-9/+12
2011-01-23
Updated README.md.
Sebastien Martini
1
-9/+12
2011-01-22
Removed useless code spotted by pyflakes.
Sebastien Martini
2
-17/+0
2011-01-16
Updated setup.py.
Sebastien Martini
1
-3/+13
2011-01-16
Added MANIFEST.in.
Sebastien Martini
1
-0/+9
2011-01-06
Fixed select's error handling (contributed by zjes).
Sebastien Martini
1
-1/+1
2010-10-17
Updated documentation.
Sebastien Martini
2
-1/+4
2010-10-17
Released Pyinotify 0.9.1.
0.9.1
Sebastien Martini
3
-8/+8
2010-10-17
Moved README to README.md.
Sebastien Martini
1
-0/+38
2010-10-17
Updated README to use markdown syntax.
Sebastien Martini
1
-34/+0
2010-09-15
Updated README.
Sebastien Martini
1
-3/+4
2010-09-15
Modified project url.
origin/master
Sebastien Martini
5
-5/+5
2010-09-14
Optionally no pid file is written (pid_file=False) when notifier.loop
Sebastien Martini
3
-24/+45
2010-09-14
Modified the umask's value set in forked processes, tightened all files
Sebastien Martini
3
-85/+47
2010-09-09
Added new method WatchManager.close() to close inotify's file
Sebastien Martini
2
-0/+24
2010-09-09
Remove watch descriptor from WatchManager's dictionary when a watch
Sebastien Martini
2
-0/+6
2010-08-06
Updated README.
Sebastien Martini
1
-3/+3
2010-07-30
Reverted exception name of libc loading error, back to
Sebastien Martini
2
-11/+11
2010-07-29
Fixed exception handling of ctypes.util.find_library() (thanks to
Sebastien Martini
1
-1/+1
[next]