- 26 Ock, 2018 1 kayıt (commit)
-
-
Guido van Rossum yazdı
* Document `from __future__ import annotations` * Provide plumbing and tests for `from __future__ import annotations` * Implement unparsing the AST back to string form This is required for PEP 563 and as such only implements a part of the unparsing process that covers expressions.
-
- 26 Agu, 2013 1 kayıt (commit)
-
-
Victor Stinner yazdı
filenames anymore on Windows.
-
- 09 Agu, 2011 1 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
- 27 Ara, 2010 1 kayıt (commit)
-
-
Victor Stinner yazdı
-
- 17 Ara, 2005 1 kayıt (commit)
-
-
Neal Norwitz yazdı
simplifies a lot of error handling code, and fixes many memory leaks.
-
- 24 Eki, 2005 1 kayıt (commit)
-
-
Neal Norwitz yazdı
use PyAPI_FUNC instead of DL_IMPORT. are we going to deprecate the old non-Py PREFIXED macros, etc?
-
- 20 Eki, 2005 1 kayıt (commit)
-
-
Jeremy Hylton yazdı
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.
-