View | Annotate | Download (9.9 KB)
Patch to make exit on Ctrl-C cleaner From Jim Pryor
The first, "cleanup.patch", cleans up a few spots that tend to throw exceptions for me as offlineimap is exiting from a KeyboardInterrupt.
task_done wasn't in Python before 2.5
Removed debug statements
Yet another Python threading workaround.
module threading should be taken out back and shot.
Condition.wait() is a busywait loop that has negative implications for battery consumption on laptops.
Queue.get() in blocking mode blocks SIGINT from being delivered.
Argh, argh, argh.
Closes: #493801.
Rework threadutil to use Queue for simplification and power-friendliness
Removes code and should avoid weird Python situation that causes cpu wakeups
fixes deb#434074 fixes #66
Update FSF address
Step 2 of SVN to arch tree conversion
Removed dep on profile
Keywords:
(jgoerzen@complete.org--projects/offlineimap--head--1.0--patch-8)