Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge ast-branch to head | Jeremy Hylton | 2005-10-20 | 1 | -1/+1 |
| | | | | | | | | | | 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. | ||||
* | SF bug 751956: graminit.[ch] don't build on windows | Tim Peters | 2003-06-17 | 1 | -1/+4 |
| | | | | | | A change from Duncan Booth, to deal with changes in the way pgen gets built. Note that graminit.[ch] aren't normally built on Windows (they're obtained from CVS). | ||||
* | Link with the right C library! This has always been wrong (& my fault). | Tim Peters | 2002-05-23 | 1 | -1/+1 |
| | |||||
* | Update the Windows makefile for 2.3. | Tim Peters | 2002-04-22 | 1 | -3/+3 |
| | |||||
* | An MSVC makefile to rebuild the grammar files (graminit.[ch]) manually. | Tim Peters | 2001-10-13 | 1 | -0/+42 |
Ugly, but it works. |