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
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.
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
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
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
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=
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.
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
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
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
10 matches
Mail list logo