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
/
compiler
/
pycodegen.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Issue #15212: fix typo in compiler module (rename SC_GLOBAL_EXPLICT to SC_GLO...
Antoine Pitrou
2012-07-01
1
-2/+2
*
Issue #2333: Backport set and dict comprehensions syntax.
Alexandre Vassalotti
2010-01-11
1
-0/+49
*
Issue #2335: Backport set literals syntax from Python 3.x.
Alexandre Vassalotti
2010-01-09
1
-0/+6
*
Issue #7092: Fix the DeprecationWarnings emitted by the standard library
Antoine Pitrou
2010-01-04
1
-2/+2
*
Backport r69961 to trunk, replacing JUMP_IF_{TRUE,FALSE} with
Jeffrey Yasskin
2009-02-28
1
-35/+12
*
Issue #999042: The Python compiler now handles explict global statements
Neil Schemenauer
2009-02-07
1
-2/+5
*
Make names generated for 'with' variables match the built-in compiler.
Neil Schemenauer
2009-02-07
1
-1/+1
*
Overhaul Lib/compiler block ordering. The previous code was filled with
Neil Schemenauer
2009-02-06
1
-1/+1
*
Issue #2183: Simplify and optimize bytecode for list comprehensions.
Antoine Pitrou
2008-12-17
1
-11/+1
*
Fixed compiler module so __future__ print_function is compilable.
Eric Smith
2008-03-19
1
-1/+3
*
Speed up with statements by storing the __exit__ method on the stack instead ...
Nick Coghlan
2008-03-07
1
-4/+1
*
Patch #1638243: the compiler package is now able to correctly compile
Georg Brandl
2007-01-27
1
-0/+2
*
Remove trailing comma.
Georg Brandl
2006-10-29
1
-1/+1
*
Bug #1586448: the compiler module now emits the same bytecode for
Georg Brandl
2006-10-29
1
-7/+5
*
Fix a bug in the ``compiler`` package that caused invalid code to be
Neil Schemenauer
2006-08-16
1
-5/+14
*
Fix the 'compiler' package to generate correct code for MAKE_CLOSURE.
Neil Schemenauer
2006-08-04
1
-26/+13
*
Get rid of __context__, per the latest changes to PEP 343 and python-dev
Guido van Rossum
2006-05-02
1
-2/+0
*
Teach the compiler module about augmented assignment to tuple subscripts
Nick Coghlan
2006-03-14
1
-4/+2
*
Um, I thought I'd already checked this in.
Guido van Rossum
2006-03-10
1
-2/+0
*
Fix compiler breakage related to absolute imports
Neal Norwitz
2006-03-03
1
-2/+2
*
Hopefully this removes all vestiges of CO_GENERATOR_ALLOWED that can
Neal Norwitz
2006-03-03
1
-3/+1
*
Add support for absolute/relative imports and if/else expressions:
Thomas Wouters
2006-03-03
1
-2/+26
*
Update the compiler package to compile the with-statement.
Guido van Rossum
2006-02-28
1
-0/+41
*
No need for types, use isinstance
Neal Norwitz
2005-11-25
1
-5/+4
*
Whitespace normalization.
Tim Peters
2004-08-20
1
-1/+1
*
This is Mark Russell's patch:
Michael W. Hudson
2004-08-17
1
-2/+2
*
SF patch 836879.
Jeremy Hylton
2004-08-07
1
-21/+19
*
Whitespace normalization.
Tim Peters
2004-08-04
1
-2/+2
*
PEP-0318, @decorator-style. In Guido's words:
Anthony Baxter
2004-08-02
1
-0/+10
*
Whitespace normalization.
Tim Peters
2004-07-07
1
-1/+1
*
SF patch #872326: Generator expression implementation
Raymond Hettinger
2004-05-19
1
-0/+89
*
Remove unused instance attributes.
Neil Schemenauer
2004-03-21
1
-2/+0
*
Jacob Hallen cornered me here at EuroPython and got me to look at
Michael W. Hudson
2003-06-27
1
-1/+5
*
Replace all but one explicit emit('SET_LINENO') with call to set_lineno().
Jeremy Hylton
2002-12-31
1
-8/+2
*
SF patch [ 597919 ] compiler package and SET_LINENO
Jeremy Hylton
2002-12-31
1
-27/+28
*
Fixing bug
Gustavo Niemeyer
2002-12-16
1
-2/+2
*
Remove uses of string module and stat.ST_MODE
Neal Norwitz
2002-06-06
1
-5/+3
*
Whitespace normalization.
Tim Peters
2002-02-16
1
-1/+1
*
Merge of the release22 branch changes back into the trunk.
Barry Warsaw
2001-12-21
1
-3/+9
*
Fix [ #484645 ] little bug in pycodegen.py
Jeremy Hylton
2001-11-27
1
-1/+1
*
Fix SF bug #479186: compiler generates bad code for "del"
Jeremy Hylton
2001-11-09
1
-0/+1
*
Whitespace normalization.
Tim Peters
2001-10-18
1
-19/+19
*
API change:
Jeremy Hylton
2001-09-17
1
-5/+95
*
Last set of change to get regression tests to pass
Jeremy Hylton
2001-09-17
1
-1/+1
*
Handle more syntax errors.
Jeremy Hylton
2001-09-17
1
-29/+32
*
support true division
Jeremy Hylton
2001-09-17
1
-1/+3
*
Add code generator for yield stmt
Jeremy Hylton
2001-09-14
1
-0/+5
*
Various sundry changes for 2.2 compatibility
Jeremy Hylton
2001-09-14
1
-133/+89
*
Fix _convert_NAME() so that it doesn't store locals for class bodies.
Jeremy Hylton
2001-08-30
1
-4/+7
*
spurious pop
Jeremy Hylton
2001-08-30
1
-1/+0
[next]