index
:
cpython
3.10
3.11
3.12
3.13
3.9
main
The Python programming language
Aslak Raanes
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
Lib
/
compiler
/
pycodegen.py
Commit message (
Expand
)
Author
Age
*
Merged revisions 55270-55324 via svnmerge from
Guido van Rossum
2007-05-14
*
Fix the compiler package w.r.t. the new metaclass syntax.
Guido van Rossum
2007-03-19
*
Bytes literal.
Thomas Wouters
2007-02-23
*
* Remove PRINT_ITEM(_TO), PRINT_NEWLINE(_TO) opcodes.
Georg Brandl
2007-02-09
*
Fix most trivially-findable print statements.
Guido van Rossum
2007-02-09
*
Merged revisions 53538-53622 via svnmerge from
Thomas Wouters
2007-02-05
*
Some more changes related to the new except syntax and semantics,
Guido van Rossum
2007-01-10
*
SF patch 1631942 by Collin Winter:
Guido van Rossum
2007-01-10
*
PEP 3107 - Function Annotations thanks to Tony Lownds
Neal Norwitz
2006-12-28
*
Four months of trunk changes (including a few releases...)
Thomas Wouters
2006-12-13
*
Jiwon Seo's PEP 3102 implementation.
Guido van Rossum
2006-10-27
*
Patch #1550786: ellipsis literal.
Georg Brandl
2006-09-06
*
Patch #1550800: make exec a function.
Georg Brandl
2006-09-06
*
SF patch 1547796 by Georg Brandl -- set literals.
Guido van Rossum
2006-08-28
*
Remove the UNARY_CONVERT opcode (was used for backticks). Also bumped up the
Brett Cannon
2006-08-25
*
Merge current trunk into p3yk. This includes the PyNumber_Index API change,
Thomas Wouters
2006-08-21
*
Merged revisions 46753-51188 via svnmerge from
Thomas Wouters
2006-08-11
*
Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk.
Thomas Wouters
2006-05-27
*
INPLACE_DIVIDE is no longer necessary (INPLACE_TRUE_DIVIDE is used).
Neal Norwitz
2006-03-17
*
Get rid of last vestiges of BINARY_DIVIDE.
Neal Norwitz
2006-03-16
*
Teach the compiler module about augmented assignment to tuple subscripts
Nick Coghlan
2006-03-14
*
Um, I thought I'd already checked this in.
Guido van Rossum
2006-03-10
*
Fix compiler breakage related to absolute imports
Neal Norwitz
2006-03-03
*
Hopefully this removes all vestiges of CO_GENERATOR_ALLOWED that can
Neal Norwitz
2006-03-03
*
Add support for absolute/relative imports and if/else expressions:
Thomas Wouters
2006-03-03
*
Update the compiler package to compile the with-statement.
Guido van Rossum
2006-02-28
*
No need for types, use isinstance
Neal Norwitz
2005-11-25
*
Whitespace normalization.
Tim Peters
2004-08-20
*
This is Mark Russell's patch:
Michael W. Hudson
2004-08-17
*
SF patch 836879.
Jeremy Hylton
2004-08-07
*
Whitespace normalization.
Tim Peters
2004-08-04
*
PEP-0318, @decorator-style. In Guido's words:
Anthony Baxter
2004-08-02
*
Whitespace normalization.
Tim Peters
2004-07-07
*
SF patch #872326: Generator expression implementation
Raymond Hettinger
2004-05-19
*
Remove unused instance attributes.
Neil Schemenauer
2004-03-21
*
Jacob Hallen cornered me here at EuroPython and got me to look at
Michael W. Hudson
2003-06-27
*
Replace all but one explicit emit('SET_LINENO') with call to set_lineno().
Jeremy Hylton
2002-12-31
*
SF patch [ 597919 ] compiler package and SET_LINENO
Jeremy Hylton
2002-12-31
*
Fixing bug
Gustavo Niemeyer
2002-12-16
*
Remove uses of string module and stat.ST_MODE
Neal Norwitz
2002-06-06
*
Whitespace normalization.
Tim Peters
2002-02-16
*
Merge of the release22 branch changes back into the trunk.
Barry Warsaw
2001-12-21
*
Fix [ #484645 ] little bug in pycodegen.py
Jeremy Hylton
2001-11-27
*
Fix SF bug #479186: compiler generates bad code for "del"
Jeremy Hylton
2001-11-09
*
Whitespace normalization.
Tim Peters
2001-10-18
*
API change:
Jeremy Hylton
2001-09-17
*
Last set of change to get regression tests to pass
Jeremy Hylton
2001-09-17
*
Handle more syntax errors.
Jeremy Hylton
2001-09-17
*
support true division
Jeremy Hylton
2001-09-17
*
Add code generator for yield stmt
Jeremy Hylton
2001-09-14
[next]