| Commit message (Expand) | Author | Age | Files | Lines |
* | gh-96052: codeop: fix handling compiler warnings in incomplete input (GH-96132) | Serhiy Storchaka | 2022-09-16 | 1 | -13/+13 |
|
|
* | Remove trailing spaces (GH-31695) | Serhiy Storchaka | 2022-03-05 | 1 | -1/+1 |
|
|
* | bpo-46521: Fix codeop to use a new partial-input mode of the parser (GH-31010) | Pablo Galindo Salgado | 2022-02-08 | 1 | -43/+11 |
|
|
* | bpo-43202: More codeop._maybe_compile clean-ups (GH-24512) | Terry Jan Reedy | 2021-02-13 | 1 | -7/+7 |
|
|
* | bpo-43202: Immediately return code object in codeop._maybe_compile (GH-24508) | Terry Jan Reedy | 2021-02-12 | 1 | -4/+2 |
|
|
* | bpo-43163: Handle unclosed parentheses in codeop (GH-24483) | Pablo Galindo | 2021-02-09 | 1 | -1/+10 |
|
|
* | bpo-41520: Fix second codeop regression (GH-21848) | Terry Jan Reedy | 2020-08-13 | 1 | -2/+2 |
|
|
* | bpo-41520: codeop no longer ignores SyntaxWarning (GH-21838) | Victor Stinner | 2020-08-12 | 1 | -2/+4 |
|
|
* | bpo-40807: Show warnings once from codeop._maybe_compile (#20486) | Cheryl Sabella | 2020-06-04 | 1 | -9/+13 |
|
|
* | bpo-38872: Document exec symbol for codeop.compile_command (GH-20047) | Joannah Nanjekye | 2020-05-15 | 1 | -1/+2 |
|
|
* | bpo-36820: Break unnecessary cycle in socket.py, codeop.py and dyld.py (GH-13... | Mario Corchero | 2019-12-06 | 1 | -4/+7 |
|
|
* | Remove binding of captured exceptions when not used to reduce the chances of ... | Pablo Galindo | 2019-11-19 | 1 | -1/+1 |
|
|
* | bpo-15999: Clean up of handling boolean arguments. (GH-15610) | Serhiy Storchaka | 2019-09-01 | 1 | -1/+1 |
|
|
* | correct porting error with raise #7161 | Benjamin Peterson | 2009-10-18 | 1 | -1/+1 |
|
|
* | Raise statement normalization in Lib/. | Collin Winter | 2007-08-30 | 1 | -1/+1 |
|
|
* | SF patch 1631942 by Collin Winter: | Guido van Rossum | 2007-01-10 | 1 | -5/+5 |
|
|
* | Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk. | Thomas Wouters | 2006-05-27 | 1 | -9/+1 |
|
|
* | Fix typo fix. | Walter Dörwald | 2003-11-20 | 1 | -4/+4 |
|
|
* | Fix typos. | Walter Dörwald | 2003-11-19 | 1 | -4/+4 |
|
|
* | Don't replace an empty line with "pass" when symbol == "eval", where | Guido van Rossum | 2003-05-16 | 1 | -1/+2 |
|
|
* | - Finally fixed the bug in compile() and exec where a string ending | Guido van Rossum | 2003-02-13 | 1 | -2/+7 |
|
|
* | A fiddled version of the rest of Michael Hudson's SF patch | Tim Peters | 2001-08-17 | 1 | -36/+122 |
|
|
* | Remove useless imports, as reported by PyChecker. | Tim Peters | 2001-04-08 | 1 | -3/+0 |
|
|
* | String method conversion. | Eric S. Raymond | 2001-02-09 | 1 | -3/+2 |
|
|
* | added __all__ lists to a number of Python modules | Skip Montanaro | 2001-01-20 | 1 | -0/+2 |
|
|
* | Moved compile_command() here from code.py, so JPython can provide its | Guido van Rossum | 1998-10-22 | 1 | -0/+86 |
|
|