This website requires JavaScript.
Explore
Help
Register
Sign In
PublicArchive
/
cpython
Watch
2
Star
0
Fork
0
You've already forked cpython
mirror of
https://github.com/python/cpython.git
synced
2026-05-23 21:02:58 -04:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
dff68d0ceda14823bd6f030edd91a7f11eb4bd96
cpython
/
Lib
/
compiler
T
History
Jeremy Hylton
8f00a24229
Remove debugging print (not triggered by test suite) and add XXX comment about how the code should raise a SyntaxError.
2004-09-07 15:36:48 +00:00
..
__init__.py
…
ast.py
compiler.transformer: correct lineno attribute when possible
2004-09-07 15:28:01 +00:00
consts.py
…
future.py
…
misc.py
…
pyassem.py
…
pycodegen.py
Whitespace normalization.
2004-08-20 03:47:14 +00:00
symbols.py
PEP-0318, @decorator-style. In Guido's words:
2004-08-02 06:10:11 +00:00
syntax.py
…
transformer.py
Remove debugging print (not triggered by test suite) and add XXX comment about how the code should raise a SyntaxError.
2004-09-07 15:36:48 +00:00
visitor.py
…