summaryrefslogtreecommitdiff
path: root/python2/examples
Commit message (Collapse)AuthorAgeFilesLines
* Typo.Sebastien Martini2014-07-101-1/+1
|
* Improve example daemon.py.Sebastien Martini2014-07-101-7/+11
| | | | Closes #77
* Improved Tornado's notifier.Sebastien Martini2012-10-042-20/+21
|
* Ported TornadoAsyncNotifier to Python3.Sebastien Martini2012-10-041-2/+3
| | | | | Assuming Tornado works the same way under Python3... I must say I don't use Tornado myself I didn't test it.
* Add tornado ioloop supportLE0N2012-10-031-0/+19
|
* Merge pull request #25 from Flyser/patch-2Sebastien Martini2011-11-151-1/+1
|\ | | | | fix typo "dependancies". @flyser Thanks for your help.
| * fix typo "dependancies"Flyser2011-11-151-1/+1
| |
* | fix IN_DELATE typoFlyser2011-11-151-1/+1
|/
* Modified project url.Sebastien Martini2010-09-153-3/+3
|
* Optionally no pid file is written (pid_file=False) when notifier.loopSebastien Martini2010-09-151-5/+10
| | | | with daemonize=True is called.
* Modified the umask's value set in forked processes, tightened all filesSebastien Martini2010-09-151-6/+3
| | | | | creations rights and removed the daemonize option used for killing processes (security issue reported by Adrian thiefmaster@gamesurge.net).
* Fixed typo.Sebastien Martini2010-05-271-1/+1
|
* Added new option for coalescing events (disabled by default). See new exampleSebastien Martini2010-05-271-0/+35
| | | | coalesce.py.
* Updated examples.Sebastien Martini2010-05-162-1/+8
|
* Updated examples.Sebastien Martini2010-05-133-7/+7
|
* Cosmetic changes.Sebastien Martini2010-01-131-1/+1
|
* - Removed custom glob functions, uses standard glob module directly.Sebastien Martini2010-01-033-32/+31
| | | | | | | | - Modified exclusion filter mechanism, patterns still can be loaded from files but the syntax has changed see exclude.lst for more details. This new method is safer since the external file is not executed anymore, it is only parsed looking for patterns loaded as strings.
* Updated examples from tutorial.Sebastien Martini2010-01-023-23/+16
|
* Updated daemon.pySebastien Martini2010-01-011-6/+12
|
* - Improved daemon.py exampleSebastien Martini2010-01-011-2/+31
| | | | | - By default assigns an instance of PrintAllEvents() to Notifier.default_proc_fun.
* Updated examples.Sebastien Martini2009-11-115-40/+42
|
* Removed example async_moved_from.py (this not really an example).Sebastien Martini2009-11-061-40/+0
|
* Modified Pyinotify's hierarchy in order to support differents versionSebastien Martini2009-11-0616-0/+431
for Python2 and for Python3.