Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixed namespace issue. | Sebastien Martini | 2012-08-06 | 1 | -2/+3 |
| | |||||
* | Added download_url to package's meta-data. | Sebastien Martini | 2011-12-26 | 1 | -0/+1 |
| | |||||
* | Bumped version number, released Pyinotify 0.9.3.0.9.3 | Sebastien Martini | 2011-12-20 | 1 | -1/+1 |
| | |||||
* | Use setuptools setup method if setuptools package is available | Sebastien Martini | 2011-09-15 | 1 | -1/+7 |
| | | | | (idea contributed by Hunter Blanks hblanks@monetate.com). | ||||
* | Bumped version number (0.9.2).0.9.2 | Sebastien Martini | 2011-04-19 | 1 | -1/+1 |
| | |||||
* | Updated setup.py. | Sebastien Martini | 2011-01-28 | 1 | -12/+9 |
| | |||||
* | Added C-coded inotify syscalls interface. | Sebastien Martini | 2011-01-28 | 1 | -3/+44 |
| | | | | | | | | | | | | | | - If compile_ext_mod is set to True in setup.py, this extension is explicitly compiled. - If compile_ext_mod is set to False in setup.py (default), this extension is compiled only if no inotify support has been found from ctypes. - Replaced exception type UnsupportedLibcVersionError by InotifyBindingNotFoundError. WatchManager.__init__() may raise this exception on error. - SysCtlINotify (class providing access to inotify /proc variables) is not instanciated (therefore not available) when the C extension is used. It is only available from ctypes. | ||||
* | Updated setup.py. | Sebastien Martini | 2011-01-23 | 1 | -1/+1 |
| | |||||
* | Updated setup.py. | Sebastien Martini | 2011-01-16 | 1 | -3/+13 |
| | |||||
* | Released Pyinotify 0.9.1.0.9.1 | Sebastien Martini | 2010-10-17 | 1 | -2/+2 |
| | |||||
* | Modified project url. | Sebastien Martini | 2010-09-15 | 1 | -1/+1 |
| | |||||
* | Pyinotify 0.9.00.9.0 | Sebastien Martini | 2010-06-04 | 1 | -2/+2 |
| | |||||
* | Pyinotify 0.8.90.8.9 | Sebastien Martini | 2010-01-04 | 1 | -2/+2 |
| | |||||
* | Updated license to 'MIT License'. | Sebastien Martini | 2010-01-04 | 1 | -2/+2 |
| | |||||
* | Updated README. | Sebastien Martini | 2009-12-26 | 1 | -1/+1 |
| | |||||
* | Unified setup.py install for python2 and python3. | Sebastien Martini | 2009-12-26 | 1 | -0/+54 |
| | |||||
* | Modified Pyinotify's hierarchy in order to support differents version | Sebastien Martini | 2009-11-06 | 1 | -46/+0 |
| | | | | for Python2 and for Python3. | ||||
* | Pyinotify 0.8.80.8.8 | Sebastien Martini | 2009-11-02 | 1 | -2/+2 |
| | |||||
* | Pyinotify 0.8.70.8.7 | Sebastien Martini | 2009-09-24 | 1 | -3/+3 |
| | |||||
* | - Rewritten Color class. | Sebastien Martini | 2009-04-13 | 1 | -4/+4 |
| | | | | - Updated license to GPLv2+ | ||||
* | Removed annoying psyco message (suggested by Henri Tuhola). | Sebastien Martini | 2008-11-04 | 1 | -2/+2 |
| | |||||
* | New file setup.py | Sebastien Martini | 2008-03-26 | 1 | -0/+46 |