IssueTrackerProduct 0.6.13

2005-10-05 Thread [EMAIL PROTECTED]
I've just released IssueTrackerProduct 0.6.13. It contains a few bug fixes which makes my confident calling it a Stable release. You can read the whole announcement here: http://www.issuetrackerproduct.com/News/0.6.13 IssueTrackerProduct is... ...an issue/bug tracker web application ...free and

NanoThreads 11

2005-10-05 Thread simonwittber
NanoThreads v11 NanoThreads allows the programmer to simulate concurrent processing using generators as tasks, which are registered with a scheduler. While the scheduler is running, a NanoThread can be: - paused - resumed - ended (terminate and call all registered exit functions) - killed

py2exe has a new maintainer

2005-10-05 Thread Jimmy Retzlaff
I am taking over the maintenance and support of py2exe from Thomas Heller. As he announced a few weeks ago he is looking to focus on other things. py2exe has been very useful to me over the years and I look forward to keeping it every bit as useful in the future. I plan to make the transition as

Simple prototype text editor in python

2005-10-05 Thread thakadu
I have written a small console based editor in python as an experiment. It is just over 300 lines of code including some junk that I have not weeded out yet. It uses the curses library. It is EXTREMELY basic at the moment and cannot be used for anything other than experimentation. Only a few