COMMITS
/ Lib/codeop.py December 8, 2025
V
Fix pyflakes warnings: variable is assigned to but never used (#142294)
Victor Stinner committed
April 22, 2025
P
gh-132449: Improve syntax error messages for keywords with typos (#132450)
Pablo Galindo Salgado committed
October 14, 2024
June 24, 2024
P
gh-119521: Rename IncompleteInputError to _IncompleteInputError and remove from public API/ABI (GH-119680)
Pablo Galindo Salgado committed
January 30, 2024
P
gh-113744: Add a new IncompleteInputError exception to improve incomplete input detection in the codeop module (#113745)
Pablo Galindo Salgado committed
October 30, 2023
P
gh-111366: Correctly show custom syntax error messages in the codeop module functions (#111384)
Pablo Galindo Salgado committed
June 5, 2023
T
Remove dead code in codeop.py (#105263)
Tian Gao committed
September 16, 2022
S
gh-96052: codeop: fix handling compiler warnings in incomplete input (GH-96132)
Serhiy Storchaka committed
March 5, 2022
S
Remove trailing spaces (GH-31695)
Serhiy Storchaka committed
February 8, 2022
P
bpo-46521: Fix codeop to use a new partial-input mode of the parser (GH-31010)
Pablo Galindo Salgado committed
February 13, 2021
T
bpo-43202: More codeop._maybe_compile clean-ups (GH-24512)
Terry Jan Reedy committed
February 12, 2021
T
bpo-43202: Immediately return code object in codeop._maybe_compile (GH-24508)
Terry Jan Reedy committed
February 9, 2021
P
bpo-43163: Handle unclosed parentheses in codeop (GH-24483)
Pablo Galindo committed
August 13, 2020
T
bpo-41520: Fix second codeop regression (GH-21848)
Terry Jan Reedy committed
August 12, 2020
V
bpo-41520: codeop no longer ignores SyntaxWarning (GH-21838)
Victor Stinner committed
June 4, 2020
C
bpo-40807: Show warnings once from codeop._maybe_compile (#20486)
Cheryl Sabella committed
May 15, 2020
J
bpo-38872: Document exec symbol for codeop.compile_command (GH-20047)
Joannah Nanjekye committed
December 6, 2019
M
bpo-36820: Break unnecessary cycle in socket.py, codeop.py and dyld.py (GH-13135)
Mario Corchero committed
November 19, 2019
September 1, 2019
S
bpo-15999: Clean up of handling boolean arguments. (GH-15610)
Serhiy Storchaka committed
October 18, 2009
B
correct porting error with raise #7161
Benjamin Peterson committed
August 30, 2007
C
Raise statement normalization in Lib/.
Collin Winter committed
January 10, 2007
G
SF patch 1631942 by Collin Winter:
Guido van Rossum committed
May 27, 2006
T
Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk.
Thomas Wouters committed
November 20, 2003
W
Fix typo fix.
Walter Dörwald committed
November 19, 2003
W
Fix typos.
Walter Dörwald committed
May 16, 2003
G
Don't replace an empty line with "pass" when symbol == "eval", where
Guido van Rossum committed
February 13, 2003
G
- Finally fixed the bug in compile() and exec where a string ending
Guido van Rossum committed
August 17, 2001
T
A fiddled version of the rest of Michael Hudson's SF patch
Tim Peters committed
April 8, 2001
T
Remove useless imports, as reported by PyChecker.
Tim Peters committed
February 9, 2001
E
String method conversion.
Eric S. Raymond committed
January 20, 2001
S
added __all__ lists to a number of Python modules
Skip Montanaro committed
October 22, 1998
G
Moved compile_command() here from code.py, so JPython can provide its
Guido van Rossum committed