index
:
delta/cpython.git
2.0
2.1
2.2
2.3
2.4
2.5
2.6
2.7
3.0
3.1
3.2
3.3
3.4
3.5
3.6
baserock/2.7.9-mips64
baserock/markdoffman/py2-symlink
baserock/markdoffman/py2-symlink-v2
baserock/morph-2.7
legacy-trunk
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Python
/
compile.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix indentation.
Ezio Melotti
2013-04-19
1
-6
/
+6
*
Issue #17645: convert an assert() into a proper exception in _Py_Mangle().
Antoine Pitrou
2013-04-06
1
-2
/
+5
*
Issue #16546: make ast.YieldFrom argument mandatory.
Mark Dickinson
2012-11-25
1
-14
/
+11
*
Issue #5765: Apply a hard recursion limit in the compiler
Nick Coghlan
2012-11-04
1
-0
/
+5
*
remove unused variable
Benjamin Peterson
2012-07-18
1
-1
/
+1
*
Issue #15368: fixing variable typo.
Meador Inge
2012-07-18
1
-1
/
+1
|
\
|
*
Issue #15368: fixing variable typo.
Meador Inge
2012-07-18
1
-1
/
+1
*
|
Issue #15368: make bytecode generation deterministic.
Meador Inge
2012-07-18
1
-99
/
+238
|
\
\
|
|
/
|
/
|
|
*
Close #14857: fix regression in references to PEP 3135 implicit __class__ clo...
Nick Coghlan
2012-05-27
1
-1
/
+1
|
*
Check newly created consistency using _PyUnicode_CheckConsistency(str, 1)
Victor Stinner
2012-04-27
1
-0
/
+1
|
*
merge 3.2 (#14607)
Benjamin Peterson
2012-04-17
1
-100
/
+238
|
|
\
|
|
*
perform yield from delegation by repeating YIELD_FROM opcode (closes #14230)
Benjamin Peterson
2012-03-15
1
-2
/
+4
|
|
*
make YieldFrom its own distinct from Yield (closes #13780)
Benjamin Peterson
2012-01-14
1
-3
/
+7
|
|
*
Implement PEP 380 - 'yield from' (closes #11682)
Nick Coghlan
2012-01-13
1
-1
/
+7
|
|
*
PEP 3155 / issue #13448: Qualified name for classes and functions.
Antoine Pitrou
2011-11-25
1
-19
/
+120
|
|
*
Check for PyUnicode_CopyCharacters() failure
Victor Stinner
2011-09-28
1
-2
/
+8
|
|
*
Implement PEP 393.
Martin v. Löwis
2011-09-28
1
-40
/
+49
|
|
*
use a invalid name for the __class__ closure for super() (closes #12370)
Benjamin Peterson
2011-06-19
1
-1
/
+1
|
|
*
unify TryExcept and TryFinally (closes #12199)
Benjamin Peterson
2011-05-29
1
-10
/
+24
|
|
*
merge 3.2
Benjamin Peterson
2011-05-27
1
-27
/
+23
|
|
|
\
|
|
|
*
merge 3.2
Benjamin Peterson
2011-05-27
1
-27
/
+23
|
|
|
|
\
|
|
|
|
*
reflect with statements with multiple items in the AST (closes #12106)
Benjamin Peterson
2011-05-27
1
-8
/
+13
|
|
|
|
*
Revert my commit 7ba176c2f558: "Avoid useless "++" at the end of functions
Victor Stinner
2011-05-27
1
-3
/
+3
|
|
|
|
*
try to use the same str object for all code filenames when compiling or unmar...
Benjamin Peterson
2011-05-27
1
-18
/
+9
|
|
|
|
*
Avoid useless "++" at the end of functions
Victor Stinner
2011-05-26
1
-3
/
+3
|
|
|
|
*
Remove useless argument of _PyUnicode_AsDefaultEncodedString()
Victor Stinner
2011-03-02
1
-1
/
+1
*
|
|
|
|
Issue #15368: make bytecode generation deterministic.
Meador Inge
2012-07-18
1
-2
/
+22
|
/
/
/
/
*
|
|
|
mangle keyword-only argname when loading defaults (closes #14607)
Benjamin Peterson
2012-04-17
1
-1
/
+5
|
/
/
/
*
|
|
merge 3.1
Benjamin Peterson
2011-05-27
1
-2
/
+2
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
fix spacing
Benjamin Peterson
2011-05-27
1
-2
/
+2
*
|
|
merge 3.1
Benjamin Peterson
2011-05-27
1
-51
/
+51
|
\
\
\
|
|
/
/
|
|
/
|
|
/
|
/
|
|
*
fix indentation
Benjamin Peterson
2011-05-27
1
-50
/
+50
|
*
Recorded merge of revisions 85569-85570 via svnmerge from
Victor Stinner
2010-10-19
1
-1
/
+1
|
*
Merged revisions 82171 via svnmerge from
Antoine Pitrou
2010-06-22
1
-38
/
+38
|
*
Merged revisions 82059,82061 via svnmerge from
Victor Stinner
2010-06-17
1
-1
/
+1
|
*
Recorded merge of revisions 81032 via svnmerge from
Antoine Pitrou
2010-05-09
1
-3248
/
+3248
|
*
Merged revisions 76577 via svnmerge from
Mark Dickinson
2009-11-28
1
-26
/
+15
|
*
Merged revisions 75441 via svnmerge from
Mark Dickinson
2009-10-27
1
-3
/
+6
|
*
unfortunately we can't kill compiler_new_tmpname here
Benjamin Peterson
2009-06-28
1
-0
/
+10
|
*
Merged revisions 73623-73624 via svnmerge from
Benjamin Peterson
2009-06-28
1
-12
/
+0
*
|
Add an "optimize" parameter to compile() to control the optimization level, a...
Georg Brandl
2010-12-04
1
-10
/
+22
*
|
Remove redundant includes of headers that are already included by Python.h.
Georg Brandl
2010-11-30
1
-2
/
+0
*
|
compiler_error(): use PyUnicode_DecodeFSDefault() to decode the filename,
Victor Stinner
2010-10-17
1
-2
/
+11
*
|
Issue #9713, #10114: Parser functions (eg. PyParser_ASTFromFile) expects
Victor Stinner
2010-10-16
1
-1
/
+1
*
|
add column offset to all syntax errors
Benjamin Peterson
2010-09-20
1
-2
/
+8
*
|
#4617: Previously it was illegal to delete a name from the local
Amaury Forgeot d'Arc
2010-09-10
1
-7
/
+3
*
|
Issue #9225: Remove the ROT_FOUR and DUP_TOPX opcode, the latter replaced
Antoine Pitrou
2010-09-04
1
-5
/
+3
*
|
revert unintended changes
Benjamin Peterson
2010-07-20
1
-3
/
+1
*
|
move test_trace.py so as not to conflict with future tests for the trace module
Benjamin Peterson
2010-07-20
1
-1
/
+3
*
|
Merged revisions 82169 via svnmerge from
Antoine Pitrou
2010-06-22
1
-11
/
+11
[next]