COMMITS
/ Lib/__future__.py July 5, 2022
K
gh-93626: Set the release for `__future__.annotations` to `None` (GH-93628)
KotlinIsland committed
April 25, 2021
A
Set the release for `__future__.annotations` to 3.11 (#25596)
Anthony Sottile committed
March 22, 2021
H
bpo-35134: Add include/cpython/compile.h (GH-24922)
Hai Shi committed
July 25, 2020
Y
bpo-41314: fixed annotations __future__ version (GH-21616)
YoSTEALTH committed
April 22, 2020
B
bpo-39562: Prevent collision of future and compiler flags (GH-19230)
Batuhan Taşkaya committed
December 19, 2018
C
bpo-35526: make __future__.barry_as_FLUFL mandatory for Python 4.0 (#11218)
Chris Rands committed
January 26, 2018
G
String annotations [PEP 563] (#4390)
Guido van Rossum committed
May 9, 2015
Y
PEP 479: Change StopIteration handling inside generators.
Yury Selivanov committed
May 19, 2012
P
#14494: Document that absolute imports became default in 3.0 instead of 2.7.
Petri Lehtinen committed
April 1, 2009
B
barry has already been causing test breakage
Benjamin Peterson committed
B
The BDFL has retired! Long live the FLUFL (Friendly Language Uncle For Life)!
Brett Cannon 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
N
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
February 27, 2006
N
Finish removal of CO_GENERATOR_ALLOWED.
Neal Norwitz committed
August 24, 2001
T
Repair repr of future-features (wasn't updated to include the new
Tim Peters committed
T
Back out trying to use the C values for CO_xxx.
Tim Peters committed
August 19, 2001
G
Avoid total dependency on the new module. This addresses the problem
Guido van Rossum committed
August 18, 2001
T
Expose the CO_xxx flags via the "new" module (re-solving a problem "the
Tim Peters committed
August 17, 2001
T
A self-contained piece of Michael Hudson's patch
Tim Peters committed
August 8, 2001
G
Implement PEP 238 in its (almost) full glory.
Guido van Rossum committed
July 15, 2001
G
Preliminary support for "from __future__ import generators" to enable
Guido van Rossum committed
July 12, 2001
T
Remove now-unnecessary "from __future__ import nested_scopes" stmts.
Tim Peters committed
March 15, 2001
K
Remove redundant "__future__:" from module docstring.
Ka-Ping Yee committed
March 2, 2001
T
Typo repair.
Tim Peters committed
T
Make names in __future__.py bind to class instances instead of 2-tuples.
Tim Peters committed
February 28, 2001
T
Whitespace normalization.
Tim Peters committed
February 26, 2001
T
Add __future__.py to std library, + dull test to verify that assignments
Tim Peters committed