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
/
Python
/
compile.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Backported PyCapsule from 3.1, and converted most uses of
Larry Hastings
2010-03-25
1
-7/+9
*
prevent lambda functions from having docstrings #8164
Benjamin Peterson
2010-03-17
1
-0/+5
*
normalize exceptions passed to the __exit__ method #7853
Benjamin Peterson
2010-02-05
1
-0/+3
*
Issue #2333: Backport set and dict comprehensions syntax.
Alexandre Vassalotti
2010-01-11
1
-42/+152
*
Issue #2335: Backport set literals syntax from Python 3.x.
Alexandre Vassalotti
2010-01-09
1
-0/+6
*
Issue #1678380: When distinguishing between -0.0 and 0.0 in
Mark Dickinson
2009-11-28
1
-26/+15
*
turn goto into do while loop
Benjamin Peterson
2009-11-20
1
-36/+31
*
Allow core Python build to succeed under WITHOUT_COMPLEX. The module build s...
Mark Dickinson
2009-10-15
1
-3/+6
*
Issue #1754094: Improve the stack depth calculation in the compiler.
Neil Schemenauer
2009-10-14
1
-12/+21
*
remove tmpname support since it's no longer used
Benjamin Peterson
2009-06-21
1
-2/+0
*
remove unused 'encoding' member from the compiler struct
Benjamin Peterson
2009-06-17
1
-4/+0
*
when no module is given in a 'from' relative import, make ImportFrom.module NULL
Benjamin Peterson
2009-06-13
1
-10/+18
*
Fix nearly all compilation warnings under Apple gcc-4.0. Tested with OPT="-g
Jeffrey Yasskin
2009-05-29
1
-12/+0
*
take into account the fact that SETUP_WITH pushes a finally block
Benjamin Peterson
2009-05-25
1
-1/+1
*
add a SETUP_WITH opcode
Benjamin Peterson
2009-05-25
1
-56/+9
*
Issue #6042:
Jeffrey Yasskin
2009-05-23
1
-51/+3
*
Backport r69961 to trunk, replacing JUMP_IF_{TRUE,FALSE} with
Jeffrey Yasskin
2009-02-28
1
-53/+33
*
more flags which only work for function blocks
Benjamin Peterson
2009-01-31
1
-6/+4
*
add explanatory comment
Benjamin Peterson
2009-01-31
1
-0/+2
*
#4077: No need to append \n when calling Py_FatalError
Amaury Forgeot d'Arc
2009-01-17
1
-1/+1
*
#4748 lambda generators shouldn't return values
Benjamin Peterson
2008-12-27
1
-1/+6
*
Issue #2183: Simplify and optimize bytecode for list comprehensions.
Antoine Pitrou
2008-12-17
1
-26/+7
*
check for assignment to __debug__ during AST generation
Benjamin Peterson
2008-11-08
1
-6/+0
*
Merge in release25-maint r60793:
Gregory P. Smith
2008-06-11
1
-4/+28
*
This reverts r63675 based on the discussion in this thread:
Gregory P. Smith
2008-06-09
1
-47/+47
*
Renamed PyString to PyBytes
Christian Heimes
2008-05-26
1
-47/+47
*
Patch #2511: Give the "excepthandler" AST item proper attributes by making it...
Georg Brandl
2008-03-30
1
-7/+7
*
Fix a reference leak found by Georg, when compiling a class nested in another...
Amaury Forgeot d'Arc
2008-03-28
1
-0/+1
*
Patch #1810 by Thomas Lee, reviewed by myself:
Georg Brandl
2008-03-28
1
-6/+14
*
Add a warning for code like:
Neal Norwitz
2008-03-15
1
-0/+8
*
Speed up with statements by storing the __exit__ method on the stack instead ...
Nick Coghlan
2008-03-07
1
-14/+6
*
Fix indentation
Neal Norwitz
2008-02-25
1
-1/+1
*
Patch #1759: Backport of PEP 3129 class decorators
Christian Heimes
2008-02-23
1
-2/+11
*
Cast a struct to a void pointer so as to do a type-safe pointer comparison
Brett Cannon
2008-02-07
1
-3/+3
*
Change r60575 broke test_compile:
Amaury Forgeot d'Arc
2008-02-05
1
-0/+3
*
#1750076: Debugger did not step on every iteration of a while statement.
Amaury Forgeot d'Arc
2008-02-04
1
-14/+15
*
Issue #1678380. Fix a bug that identifies 0j and -0j when they appear
Mark Dickinson
2008-01-31
1
-12/+47
*
static PyObject* variables should use PyString_InternFromString() instead of ...
Christian Heimes
2008-01-28
1
-2/+2
*
#1920: when considering a block starting by "while 0", the compiler optimized...
Amaury Forgeot d'Arc
2008-01-24
1
-1/+4
*
Add comments
Raymond Hettinger
2007-12-20
1
-3/+3
*
Bigger range for non-extended opargs.
Raymond Hettinger
2007-12-19
1
-1/+1
*
Zap a duplicate line
Raymond Hettinger
2007-12-19
1
-1/+0
*
Give meaning to the oparg for BUILD_MAP: estimated size of the dictionary.
Raymond Hettinger
2007-12-18
1
-4/+2
*
Speed-up dictionary constructor by about 10%.
Raymond Hettinger
2007-12-18
1
-3/+3
*
Fix #1169: remove docstrings in functions for -OO.
Georg Brandl
2007-09-19
1
-1/+1
*
Revert compile.c changes that shouldn't have been included in previous checkin
Nick Coghlan
2007-08-25
1
-7/+2
*
Revert misguided attempt at fixing incompatibility between -m and -i switches...
Nick Coghlan
2007-08-25
1
-2/+7
*
Fix compile.c so that it records 0.0 and -0.0 as separate constants in a code
Alex Martelli
2007-08-22
1
-1/+14
*
Bug #1722484: remove docstrings again when running with -OO.
Georg Brandl
2007-06-01
1
-1/+2
*
tabify
Jeremy Hylton
2007-02-27
1
-34/+34
[next]