[Python-checkins] python/dist/src/Misc ACKS,1.298,1.299
jhylton@users.sourceforge.net
jhylton at users.sourceforge.net
Thu Oct 20 21:59:27 CEST 2005
Update of /cvsroot/python/python/dist/src/Misc
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2121/Misc
Modified Files:
ACKS
Log Message:
Merge ast-branch to head
This change implements a new bytecode compiler, based on a
transformation of the parse tree to an abstract syntax defined in
Parser/Python.asdl.
The compiler implementation is not complete, but it is in stable
enough shape to run the entire test suite excepting two disabled
tests.
Index: ACKS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/ACKS,v
retrieving revision 1.298
retrieving revision 1.299
diff -u -d -r1.298 -r1.299
--- ACKS 3 Oct 2005 00:38:46 -0000 1.298
+++ ACKS 20 Oct 2005 19:59:24 -0000 1.299
@@ -165,6 +165,7 @@
Maxim Dzumanenko
Hans Eckardt
Grant Edwards
+John Ehresman
Andrew Eland
Lance Ellinghaus
David Ely
More information about the Python-checkins
mailing list