[COMMITTERS] python - ip: Set GTX as a builtin instead of filling it in as a local.

2006-08-06 Thread James William Pye
Log Message: --- Set GTX as a builtin instead of filling it in as a local. While it would be preferrable not to touch the builtins module, having GTX there seems most appropriate. Having it as it was before makes '-m module' less useful as access to the connection is hidden by the module l

[COMMITTERS] python - fe: Close connection on fatal errors.

2006-08-06 Thread James William Pye
Log Message: --- Close connection on fatal errors. ProtocolError's and transam.Error's indicate an problem with state transitioning. In such a situation, it is best to simply close the connection as either a programming error (pqueue bug), a server error, or a communication error occurred.

[COMMITTERS] python - ip: Add AbortTransaction exception to abstract module.

2006-08-06 Thread James William Pye
Log Message: --- Add AbortTransaction exception to abstract module. Modified Files: -- ip/src: abstract.py (r1.5 -> r1.6) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/python/ip/src/abstract.py.diff?r1=1.5&r2=1.6) ---(end of broadcas

[COMMITTERS] python - pq: When a TransitionError occurs, terminate the transaction.

2006-08-06 Thread James William Pye
Log Message: --- When a TransitionError occurs, terminate the transaction. Also, improve docstring and a raise error message. Modified Files: -- pq/src: transam.py (r1.9 -> r1.10) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/python/pq/src/transam.py.diff?r

[COMMITTERS] python - pq: Fix BindingsAndExecutings.

2006-08-06 Thread James William Pye
Log Message: --- Fix BindingsAndExecutings. The reinitialization of Binding was causing a double transition, so go ahead and create the message manually when generating the B & E set. Modified Files: -- pq/src: client3.py (r1.23 -> r1.24) (http://cvs.pgfou

[COMMITTERS] edb-debugger - workstation: Hiroshi-san's first internationalization

2006-08-06 Thread User Korryd
Log Message: --- Hiroshi-san's first internationalization patch, with a few modifications Modified Files: -- workstation/workstation: Makefile (r1.2 -> r1.3) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/edb-debugger/workstation/workstation/Makefile.diff?r1=

[COMMITTERS] pgfouine - www: preparing the website for 0.7 release

2006-08-06 Thread User Gsmet
Log Message: --- preparing the website for 0.7 release Modified Files: -- www: tutorial.html (r1.7 -> r1.8) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgfouine/www/tutorial.html.diff?r1=1.7&r2=1.8) index.html (r1.18 -> r1.19) (http://cvs.

[COMMITTERS] pgfouine - www: New Directory

2006-08-06 Thread User Gsmet
Update of /cvsroot/pgfouine/www/images In directory pgfoundry.org:/tmp/cvs-serv66988/images Log Message: Directory /cvsroot/pgfouine/www/images added to the repository ---(end of broadcast)--- TIP 5: don't forget to increase your free space map set

[COMMITTERS] python - fe: Use new pq/pqueue APIs and improve interrupt safety.

2006-08-06 Thread James William Pye
Log Message: --- Use new pq/pqueue APIs and improve interrupt safety. While there is still much work to do around the read and write areas, this change helps make KeyboardInterrupts "less" fatal(ugh). Remove the "nowait" feature in favor of using aux(Interchange.insert) and the new, yet-t

[COMMITTERS] python - pq: Improve interrupt safety.

2006-08-06 Thread James William Pye
Log Message: --- Improve interrupt safety. Transitions are made interrupt safe by making a successful transition come down to a single point; iff that point is passed, the transition is complete, otherwise the step must be performed again. It is up to the user to identify when a message ne