Commits
User selector
Commit history
Commits on Sep 22, 2023
Commits on Mar 22, 2021
bpo-35134: Add include/cpython/compile.h (GH-24922)
Show description for 56f031eauthored
Commits on Jun 20, 2020
bpo-40939: Remove the old parser (Part 2) (GH-21005)
Show description for 314858eauthored
Commits on Apr 28, 2020
bpo-40421: Add Include/cpython/code.h header file (GH-19756)
Show description for b8f704dauthored
Commits on Apr 22, 2020
bpo-40334: PEP 617 implementation: New PEG parser for CPython (GH-19503)
Show description for c5fc156authoredbpo-39562: Prevent collision of future and compiler flags (GH-19230)
Show description for 4454057authored
Commits on Mar 18, 2020
bpo-39220: Do not optimise annotation if 'from __future__ import annotations' is used (GH-17866)
Show description for d112c60authored
Commits on Jun 13, 2019
bpo-37253: Add _PyCompilerFlags_INIT macro (GH-14018)
Show description for 37d66d7authored
Commits on May 21, 2019
bpo-34616: Add PyCF_ALLOW_TOP_LEVEL_AWAIT to allow top-level await (GH-13148)
Show description for 565b4f1andcommitted
Commits on Mar 7, 2019
bpo-35975: Support parsing earlier minor versions of Python 3 (GH-12086)
Show description for 495da29authored andcommitted
Commits on Jan 31, 2019
- authored andcommitted
Commits on Sep 18, 2018
bpo-32455: Add jump parameter to dis.stack_effect(). (GH-6610)
Show description for 7bdf282authored
Commits on Jan 26, 2018
String annotations [PEP 563] (#4390)
Show description for 95e4d58authored andcommitted
Commits on Dec 25, 2017
Commits on Dec 14, 2017
Commits on May 23, 2017
bpo-22257: Small changes for PEP 432. (#1728)
Show description for 6b4be19authored
Commits on May 9, 2015
PEP 479: Change StopIteration handling inside generators.
Show description for 8170e8ccommitted
Yury Selivanov
Commits on Nov 23, 2013
Issue #19722: Added opcode.stack_effect(), which accurately
Show description for 3a90797committed
Commits on Aug 26, 2013
Close #11619: The parser and the import machinery do not encode Unicode
Show description for 14e461dcommitted
Commits on Sep 28, 2011
- committed
Victor Stinner
Commits on Dec 27, 2010
- committed
Victor Stinner - committed
Victor Stinner
Commits on Dec 3, 2010
- committed
Commits on Apr 1, 2009
Commits on Nov 3, 2008
Merged revisions 67028,67040,67044,67046,67052,67065,67070,67077,67082 via svnmerge from
Show description for c0747cfcommitted
Commits on Mar 26, 2008
Merged revisions 61952-61953 via svnmerge from
Show description for 4d6ec85committed
Commits on Mar 20, 2008
Add __future__ import for print_function. It's a no-op in 3.0, but it needs to not be a syntax error.
Show description for 8782408committed
Commits on Apr 21, 2006
Merge p3yk branch with the trunk up to revision 45595. This breaks a fair
Show description for 49fd7facommitted
Commits on Feb 28, 2006
Move #include to outside "extern C {}", before Tim figures out it'll break
Show description for ca82a8bcommitted- committed
from __future__ import with_statement addon for 'with', mostly written by
Show description for 34aa7bacommittedSF patch #1438387, PEP 328: relative and absolute imports.
Show description for f7f438bcommitted
Commits on Dec 17, 2005
Merge from ast-arena. This reduces the code in Python/ast.c by ~300 lines,
Show description for adb69fccommitted