index
:
cpython
3.10
3.11
3.12
3.13
3.9
main
The Python programming language
Aslak Raanes
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
Lib
/
codeop.py
Commit message (
Expand
)
Author
Age
*
gh-124960: Fixed `barry_as_FLUFL` future flag does not work in new REPL (#124...
Wulian
2024-10-14
*
gh-119521: Rename IncompleteInputError to _IncompleteInputError and remove fr...
Pablo Galindo Salgado
2024-06-24
*
gh-113744: Add a new IncompleteInputError exception to improve incomplete inp...
Pablo Galindo Salgado
2024-01-30
*
gh-111366: Correctly show custom syntax error messages in the codeop module f...
Pablo Galindo Salgado
2023-10-30
*
Remove dead code in codeop.py (#105263)
Tian Gao
2023-06-05
*
gh-96052: codeop: fix handling compiler warnings in incomplete input (GH-96132)
Serhiy Storchaka
2022-09-16
*
Remove trailing spaces (GH-31695)
Serhiy Storchaka
2022-03-05
*
bpo-46521: Fix codeop to use a new partial-input mode of the parser (GH-31010)
Pablo Galindo Salgado
2022-02-08
*
bpo-43202: More codeop._maybe_compile clean-ups (GH-24512)
Terry Jan Reedy
2021-02-13
*
bpo-43202: Immediately return code object in codeop._maybe_compile (GH-24508)
Terry Jan Reedy
2021-02-11
*
bpo-43163: Handle unclosed parentheses in codeop (GH-24483)
Pablo Galindo
2021-02-09
*
bpo-41520: Fix second codeop regression (GH-21848)
Terry Jan Reedy
2020-08-13
*
bpo-41520: codeop no longer ignores SyntaxWarning (GH-21838)
Victor Stinner
2020-08-12
*
bpo-40807: Show warnings once from codeop._maybe_compile (#20486)
Cheryl Sabella
2020-06-04
*
bpo-38872: Document exec symbol for codeop.compile_command (GH-20047)
Joannah Nanjekye
2020-05-14
*
bpo-36820: Break unnecessary cycle in socket.py, codeop.py and dyld.py (GH-13...
Mario Corchero
2019-12-06
*
Remove binding of captured exceptions when not used to reduce the chances of ...
Pablo Galindo
2019-11-19
*
bpo-15999: Clean up of handling boolean arguments. (GH-15610)
Serhiy Storchaka
2019-09-01
*
correct porting error with raise #7161
Benjamin Peterson
2009-10-18
*
Raise statement normalization in Lib/.
Collin Winter
2007-08-30
*
SF patch 1631942 by Collin Winter:
Guido van Rossum
2007-01-10
*
Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk.
Thomas Wouters
2006-05-27
*
Fix typo fix.
Walter Dörwald
2003-11-20
*
Fix typos.
Walter Dörwald
2003-11-19
*
Don't replace an empty line with "pass" when symbol == "eval", where
Guido van Rossum
2003-05-16
*
- Finally fixed the bug in compile() and exec where a string ending
Guido van Rossum
2003-02-13
*
A fiddled version of the rest of Michael Hudson's SF patch
Tim Peters
2001-08-17
*
Remove useless imports, as reported by PyChecker.
Tim Peters
2001-04-08
*
String method conversion.
Eric S. Raymond
2001-02-09
*
added __all__ lists to a number of Python modules
Skip Montanaro
2001-01-20
*
Moved compile_command() here from code.py, so JPython can provide its
Guido van Rossum
1998-10-22