COMMITS
/ Include/compile.h September 22, 2023
P
gh-109596: Ensure repeated rules in the grammar are not allowed and fix incorrect soft keywords (#109606)
Pablo Galindo Salgado committed
March 22, 2021
H
bpo-35134: Add include/cpython/compile.h (GH-24922)
Hai Shi committed
June 20, 2020
L
bpo-40939: Remove the old parser (Part 2) (GH-21005)
Lysandros Nikolaou committed
April 28, 2020
V
bpo-40421: Add Include/cpython/code.h header file (GH-19756)
Victor Stinner committed
April 22, 2020
P
bpo-40334: PEP 617 implementation: New PEG parser for CPython (GH-19503)
Pablo Galindo committed
B
bpo-39562: Prevent collision of future and compiler flags (GH-19230)
Batuhan Taşkaya committed
March 18, 2020
P
bpo-39220: Do not optimise annotation if 'from __future__ import annotations' is used (GH-17866)
Pablo Galindo committed
June 13, 2019
V
bpo-37253: Add _PyCompilerFlags_INIT macro (GH-14018)
Victor Stinner committed
May 21, 2019
M
bpo-34616: Add PyCF_ALLOW_TOP_LEVEL_AWAIT to allow top-level await (GH-13148)
Matthias Bussonnier committed
March 7, 2019
G
bpo-35975: Support parsing earlier minor versions of Python 3 (GH-12086)
Guido van Rossum committed
January 31, 2019
G
bpo-35766: Merge typed_ast back into CPython (GH-11645)
Guido van Rossum committed
September 18, 2018
S
bpo-32455: Add jump parameter to dis.stack_effect(). (GH-6610)
Serhiy Storchaka committed
January 26, 2018
G
String annotations [PEP 563] (#4390)
Guido van Rossum committed
December 25, 2017
S
bpo-32372: Move __debug__ optimization to the AST level. (#4925)
Serhiy Storchaka committed
December 14, 2017
I
bpo-29469: Move constant folding to AST optimizer (GH-2858)
INADA Naoki committed
May 23, 2017
E
bpo-22257: Small changes for PEP 432. (#1728)
Eric Snow committed
May 9, 2015
Y
PEP 479: Change StopIteration handling inside generators.
Yury Selivanov committed
November 23, 2013
L
Issue #19722: Added opcode.stack_effect(), which accurately
Larry Hastings committed
August 26, 2013
V
Close #11619: The parser and the import machinery do not encode Unicode
Victor Stinner committed
September 28, 2011
V
Move code related to compile from Python.h to compile.h
Victor Stinner committed
December 27, 2010
V
Issue #9738: Ooops, fix typos in my previous commit (r87506)
Victor Stinner committed
V
Issue #9738: Document encodings of AST, compiler, parser and PyRun functions
Victor Stinner committed
December 4, 2010
December 3, 2010
M
Merge branches/pep-0384.
Martin v. Löwis committed
April 1, 2009
B
The BDFL has retired! Long live the FLUFL (Friendly Language Uncle For Life)!
Brett Cannon committed
November 3, 2008
B
Merged revisions 67028,67040,67044,67046,67052,67065,67070,67077,67082 via svnmerge from
Benjamin Peterson committed
March 26, 2008
C
Merged revisions 61952-61953 via svnmerge from
Christian Heimes committed
March 20, 2008
April 21, 2006
T
Merge p3yk branch with the trunk up to revision 45595. This breaks a fair
Thomas Wouters committed
February 28, 2006
T
Move #include to outside "extern C {}", before Tim figures out it'll break
Thomas Wouters committed
T
Include code.h more sanely.
Thomas Wouters committed
T
from __future__ import with_statement addon for 'with', mostly written by
Thomas Wouters committed
T
SF patch #1438387, PEP 328: relative and absolute imports.
Thomas Wouters committed
December 17, 2005
N
Merge from ast-arena. This reduces the code in Python/ast.c by ~300 lines,
Neal Norwitz committed
October 23, 2005
October 21, 2005
J
Fix a bunch of imports to use code.h instead of compile.h.
Jeremy Hylton committed
October 20, 2005
J
Merge ast-branch to head
Jeremy Hylton committed
February 12, 2004
M
This is my patch #876198 plus a NEWS entry and a header frob.
Michael W. Hudson committed
February 5, 2003
J
Small function call optimization and special build option for call stats.
Jeremy Hylton committed
December 11, 2002
M
Constify filenames and scripts. Fixes #651362.
Martin v. Löwis committed
August 12, 2002
M
Excise DL_EXPORT from Include.
Mark Hammond committed
April 12, 2002
T
Removed more hair in support of future-generator stmts.
Tim Peters committed
December 13, 2001
J
Add helper macro to get the number of free variables for a PyCodeObject.
Jeremy Hylton committed
August 10, 2001
J
Refactor future feature handling
Jeremy Hylton committed
August 8, 2001
G
Implement PEP 238 in its (almost) full glory.
Guido van Rossum committed
July 16, 2001
T
Part way to allowing "from __future__ import generators" to communicate
Tim Peters committed
July 15, 2001
G
Preliminary support for "from __future__ import generators" to enable
Guido van Rossum committed
July 12, 2001
G
Enable nested scopes by default.
Guido van Rossum committed
June 18, 2001
T
Merging the gen-branch into the main line, at Guido's direction. Yay!
Tim Peters committed
March 22, 2001
J
If a code object is compiled with nested scopes, define the CO_NESTED flag.
Jeremy Hylton committed