index
:
delta/pyinotify.git
gh-pages
master
github.com: seb-m/pyinotify.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
python3
Commit message (
Expand
)
Author
Age
Files
Lines
*
Added C-coded inotify syscalls interface.
Sebastien Martini
2011-01-28
1
-81
/
+186
*
Removed useless code spotted by pyflakes.
Sebastien Martini
2011-01-22
1
-16
/
+0
*
Fixed select's error handling (contributed by zjes).
Sebastien Martini
2011-01-06
1
-1
/
+1
*
Released Pyinotify 0.9.1.
0.9.1
Sebastien Martini
2010-10-17
1
-3
/
+3
*
Optionally no pid file is written (pid_file=False) when notifier.loop
Sebastien Martini
2010-09-15
1
-10
/
+18
*
Modified the umask's value set in forked processes, tightened all files
Sebastien Martini
2010-09-15
1
-37
/
+25
*
Added new method WatchManager.close() to close inotify's file
Sebastien Martini
2010-09-09
1
-0
/
+12
*
Remove watch descriptor from WatchManager's dictionary when a watch
Sebastien Martini
2010-09-09
1
-0
/
+3
*
Reverted exception name of libc loading error, back to
Sebastien Martini
2010-07-30
1
-5
/
+5
*
Modified loading mechanism of the libc (following issues reported
Sebastien Martini
2010-07-27
1
-8
/
+24
*
Modified logging formatter to output timestamps (idea submitted by
Sebastien Martini
2010-07-27
1
-1
/
+1
*
Flush stdout stream immediately after events or stats are written
Sebastien Martini
2010-07-27
1
-2
/
+6
*
Added new option --raw-format (-f) to explicitly disable the
Sebastien Martini
2010-07-27
1
-72
/
+86
*
Added new command line option --version (idea submitted by
Sebastien Martini
2010-07-27
1
-0
/
+5
*
Check that loaded libc has needed inotify functions instead of
Sebastien Martini
2010-07-27
1
-19
/
+8
*
Pyinotify 0.9.0
0.9.0
Sebastien Martini
2010-06-04
1
-1
/
+1
*
Improved new coalescing option, use native __hash__ from string
Sebastien Martini
2010-05-27
1
-32
/
+18
*
Added new option for coalescing events (disabled by default). See new example
Sebastien Martini
2010-05-27
1
-7
/
+61
*
Reverts previous commit for the following reasons:
Sebastien Martini
2010-05-19
1
-5
/
+0
*
add_watch() returns immediately on first encountered ENOSPC error even
Sebastien Martini
2010-05-19
1
-0
/
+5
*
Provide errno information from inotify's system calls when available
Sebastien Martini
2010-05-18
1
-7
/
+12
*
Fixed previous fix f7510650b8e9950247d14841967eb64d0b2d0294.
Sebastien Martini
2010-05-17
1
-5
/
+7
*
Modified add_watch() to handle repeated calls on the same path. When
Sebastien Martini
2010-05-14
1
-13
/
+25
*
Fixed auto_add handling in method update_watch (contributed by
Sebastien Martini
2010-05-13
1
-1
/
+1
*
Fixed dictionary item deletion on iteration (submitted by knurxs@gmx.de).
Sebastien Martini
2010-04-04
1
-2
/
+2
*
Fixed IN_MOVE_SELF renames of overlapping directories names
Sebastien Martini
2010-03-01
1
-3
/
+4
*
Callback function called inside Notifier.loop is now able to stop
Sebastien Martini
2010-03-01
1
-10
/
+17
*
- Fixed documentation.
Sebastien Martini
2010-02-23
1
-4
/
+3
*
Refinement of previous commit implemented with help of patch of
Sebastien Martini
2010-01-13
1
-9
/
+7
*
Attempt to mitigate lookups on unexistant Watch objects triggered
Sebastien Martini
2010-01-13
1
-0
/
+9
*
Pyinotify 0.8.9
0.8.9
Sebastien Martini
2010-01-04
1
-1
/
+1
*
Updated license to 'MIT License'.
Sebastien Martini
2010-01-04
1
-18
/
+18
*
- Removed custom glob functions, uses standard glob module directly.
Sebastien Martini
2010-01-03
1
-85
/
+23
*
- Improved daemon.py example
Sebastien Martini
2010-01-01
1
-10
/
+21
*
Unified setup.py install for python2 and python3.
Sebastien Martini
2009-12-26
1
-47
/
+0
*
Modified exclusion filter code (contributed with Matteo Lanza
Sebastien Martini
2009-11-17
1
-29
/
+50
*
Fixed default pid file basename (contributed by Matteo Lanza
Sebastien Martini
2009-11-16
1
-1
/
+1
*
Improved handling of not guaranteed event attributes.
Sebastien Martini
2009-11-11
1
-1
/
+5
*
Updated comments.
Sebastien Martini
2009-11-07
1
-10
/
+12
*
Modified Pyinotify's hierarchy in order to support differents version
Sebastien Martini
2009-11-06
2
-0
/
+61
*
Moved pyinotify3k.py to python3/pyinotify.py.
Sebastien Martini
2009-11-04
1
-0
/
+2053