History for Lib/codeop.py - python/cpython · GitHub

github.com

Tin mới

Fix pyflakes warnings: variable is assigned to but never used (#142294)

Fix pyflakes warnings: variable is assigned to but never used (#142294)

gh-132449: Improve syntax error messages for keywords with typos (#132450)

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-124960: Fixed `barry_as_FLUFL` future flag does not work in new REPL (#124999)

gh-119521: Rename IncompleteInputError to _IncompleteInputError and remove from public API/ABI (GH-119680)

gh-119521: Rename IncompleteInputError to _IncompleteInputError and remove from public API/ABI (GH-119680)

gh-113744: Add a new IncompleteInputError exception to improve incomplete input detection in the codeop module (#113745)

gh-113744: Add a new IncompleteInputError exception to improve incomplete input detection in the codeop module (#113745)

gh-111366: Correctly show custom syntax error messages in the codeop module functions (#111384)

gh-111366: Correctly show custom syntax error messages in the codeop module functions (#111384)

Remove dead code in codeop.py (#105263)

Remove dead code in codeop.py (#105263)

gh-96052: codeop: fix handling compiler warnings in incomplete input (GH-96132)

gh-96052: codeop: fix handling compiler warnings in incomplete input (GH-96132)

Remove trailing spaces (GH-31695)

Remove trailing spaces (GH-31695)

bpo-46521: Fix codeop to use a new partial-input mode of the parser (GH-31010)

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: More codeop._maybe_compile clean-ups (GH-24512)

bpo-43202: Immediately return code object in codeop._maybe_compile (GH-24508)

bpo-43202: Immediately return code object in codeop._maybe_compile (GH-24508)

bpo-43163: Handle unclosed parentheses in codeop (GH-24483)

bpo-43163: Handle unclosed parentheses in codeop (GH-24483)

bpo-41520: Fix second codeop regression (GH-21848)

bpo-41520: Fix second codeop regression (GH-21848)

bpo-41520: codeop no longer ignores SyntaxWarning (GH-21838)

bpo-41520: codeop no longer ignores SyntaxWarning (GH-21838)

bpo-40807: Show warnings once from codeop._maybe_compile (#20486)

bpo-40807: Show warnings once from codeop._maybe_compile (#20486)

bpo-38872: Document exec symbol for codeop.compile_command (GH-20047)

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-36820: Break unnecessary cycle in socket.py, codeop.py and dyld.py (GH-13135)

Remove binding of captured exceptions when not used to reduce the chances of creating cycles (GH-17246)

Remove binding of captured exceptions when not used to reduce the chances of creating cycles (GH-17246)

bpo-15999: Clean up of handling boolean arguments. (GH-15610)

bpo-15999: Clean up of handling boolean arguments. (GH-15610)

correct porting error with raise #7161

correct porting error with raise #7161

Raise statement normalization in Lib/.

Raise statement normalization in Lib/.

SF patch 1631942 by Collin Winter:

SF patch 1631942 by Collin Winter:

Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk.

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.

String method conversion.

added __all__ lists to a number of Python modules

Moved compile_command() here from code.py, so JPython can provide its