Tin mới
gh-132449: Improve syntax error messages for keywords with typos (#132450)
gh-124960: Fixed `barry_as_FLUFL` future flag does not work in new REPL (#124999)
gh-111366: Correctly show custom syntax error messages in the codeop module functions (#111384)
Remove dead code in codeop.py (#105263)
gh-96052: codeop: fix handling compiler warnings in incomplete input (GH-96132)
Remove trailing spaces (GH-31695)
bpo-46521: Fix codeop to use a new partial-input mode of the parser (GH-31010)
bpo-43202: More codeop._maybe_compile clean-ups (GH-24512)
bpo-43202: Immediately return code object in codeop._maybe_compile (GH-24508)
bpo-43163: Handle unclosed parentheses in codeop (GH-24483)
bpo-41520: Fix second codeop regression (GH-21848)
bpo-41520: codeop no longer ignores SyntaxWarning (GH-21838)
bpo-40807: Show warnings once from codeop._maybe_compile (#20486)
bpo-38872: Document exec symbol for codeop.compile_command (GH-20047)
bpo-36820: Break unnecessary cycle in socket.py, codeop.py and dyld.py (GH-13135)
bpo-15999: Clean up of handling boolean arguments. (GH-15610)
correct porting error with raise #7161
Raise statement normalization in Lib/.
SF patch 1631942 by Collin Winter:
Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk.
Don't replace an empty line with "pass" when symbol == "eval", where
- Finally fixed the bug in compile() and exec where a string ending
A fiddled version of the rest of Michael Hudson's SF patch
Remove useless imports, as reported by PyChecker.
added __all__ lists to a number of Python modules
Moved compile_command() here from code.py, so JPython can provide its