summaryrefslogtreecommitdiffstats
path: root/pyanaconda/threads.py
Commit message (Expand)AuthorAgeFilesLines
* Add error reporting to threadMgrBrian C. Lane2013-01-281-0/+29
* add some thread loggingBrian C. Lane2012-10-091-0/+5
* Don't attempt to catch and re-raise a SystemError from AnacondaThread.run.Chris Lumens2012-09-251-1/+1
* Make all created threads daemonic so anaconda can quit.Chris Lumens2012-07-021-0/+7
* Add more docstrings for the new UI.Chris Lumens2012-05-091-0/+12
* Use our own threading.Thread subclass.Chris Lumens2012-04-161-11/+18
* Update threads.py to manage multiprocessing.Process objects too.Chris Lumens2012-03-221-19/+22
* Call our custom exception handler when an exn occurs in a thread.Chris Lumens2012-01-261-0/+14
* Add a missing import to threads.py.Chris Lumens2012-01-251-0/+1
* Add a short class to help manage threads.Chris Lumens2012-01-061-0/+59