index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Lib
/
codeop.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
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