File python-notifier.changes of Package python-notifier
-------------------------------------------------------------------
Fri Apr 6 19:17:54 UTC 2012 - jfunk@funktronics.ca
- Update to 0.9.5:
* examples/test-qt-cli.py: add new test for the QT notifier without a GUI
* examples/test-qt.py: cleanup QT test
* examples/threads3.py: add new thread example demonstrating the decorator
* notifier/nf_qt.py (socket_add, socket_remove): add support for
write and exception notifications
(socket_add): ensure that sockets do not get registered more than
once for the same condition
* examples/log.py: extend/update example for logging API
* notifier/log.py (open): add function to (re)open the default
handlers for logging or optionally open custom handlers
- Changes from 0.9.4:
* notifier/threads.py: fixed typo in import
* notifier/threads.py (Enhanced): new thread cass supporting thread-safe
signals (threaded): a decorator that simplifies running a function as a
thread
* notifier/nf_generic.py (step): if there are no timers and socket
events the loop sleeps for dispatch.MIN_TIMER that was passed to
time.sleep without dividing by 1000. That caused a sleep for 1
minute and 40 seconds instead of 100 milliseconds.
- Recreate spec with current conventions
-------------------------------------------------------------------
Sun Nov 27 07:54:32 UTC 2011 - jfunk@funktronics.ca
- Update to 0.9.3
-------------------------------------------------------------------
Sun Feb 25 00:00:00 UTC 2007 - jfunk@funktronics.ca
- Initial release