Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
eb7594f85741ef809b1ee337ee3431df20e6f8bb
/
Lib
/
codeop.py
c818b15
bpo-41520: Fix second codeop regression (GH-21848)
by Terry Jan Reedy
· 4 years, 3 months ago
369a1cb
bpo-41520: codeop no longer ignores SyntaxWarning (GH-21838)
by Victor Stinner
· 4 years, 3 months ago
052d3fc
bpo-40807: Show warnings once from codeop._maybe_compile (#20486)
by Cheryl Sabella
· 4 years, 5 months ago
7ba1f75
bpo-38872: Document exec symbol for codeop.compile_command (GH-20047)
by Joannah Nanjekye
· 4 years, 6 months ago
b64334c
bpo-36820: Break unnecessary cycle in socket.py, codeop.py and dyld.py (GH-13135)
by Mario Corchero
· 5 years ago
293dd23
Remove binding of captured exceptions when not used to reduce the chances of creating cycles (GH-17246)
by Pablo Galindo
· 5 years ago
1f21eaa
bpo-15999: Clean up of handling boolean arguments. (GH-15610)
by Serhiy Storchaka
· 5 years ago
9ab0f5a
correct porting error with raise #7161
by Benjamin Peterson
· 15 years ago
ce36ad8
Raise statement normalization in Lib/.
by Collin Winter
· 17 years ago
b940e11
SF patch 1631942 by Collin Winter:
by Guido van Rossum
· 18 years ago
477c8d5
Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk.
by Thomas Wouters
· 18 years ago
4df3068
Fix typo fix.
by Walter Dörwald
· 21 years ago
fb4d0e0
Fix typos.
by Walter Dörwald
· 21 years ago
993bc3a
Don't replace an empty line with "pass" when symbol == "eval", where
by Guido van Rossum
· 21 years ago
4b499dd3
- Finally fixed the bug in compile() and exec where a string ending
by Guido van Rossum
· 22 years ago
6cd6a82
A fiddled version of the rest of Michael Hudson's SF patch
by Tim Peters
· 23 years ago
cfc21fc
Remove useless imports, as reported by PyChecker.
by Tim Peters
· 24 years ago
6b71e74
String method conversion.
by Eric S. Raymond
· 24 years ago
e99d5ea
added __all__ lists to a number of Python modules
by Skip Montanaro
· 24 years ago
c41c1a9
Moved compile_command() here from code.py, so JPython can provide its
by Guido van Rossum
· 26 years ago