GitWeb
Get Gentoo!
gentoo.org sites
gentoo.org
Wiki
Bugs
Forums
Packages
Planet
Archives
Sources
Infra Status
Home
Gentoo Repository
Repositories
Projects
Developer Overlays
User Overlays
Data
Websites
index
:
fork/cpython.git
3.6
3.7
3.8
3.9
backport-e35ca41-3.11
gentoo
gentoo-2.7-vanilla
main
master
Gentoo fork of Python
Python project <python@gentoo.org>
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Lib
/
__future__.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpo-41314: fixed annotations __future__ version (GH-21616)
YoSTEALTH
2020-07-25
1
-12
/
+13
*
bpo-39562: Prevent collision of future and compiler flags (GH-19230)
Batuhan Taşkaya
2020-04-22
1
-8
/
+8
*
bpo-35526: make __future__.barry_as_FLUFL mandatory for Python 4.0 (#11218)
Chris Rands
2018-12-19
1
-1
/
+1
*
String annotations [PEP 563] (#4390)
Guido van Rossum
2018-01-26
1
-7
/
+13
*
PEP 479: Change StopIteration handling inside generators.
Yury Selivanov
2015-05-09
1
-0
/
+6
*
#14494: Document that absolute imports became default in 3.0 instead of 2.7.
Petri Lehtinen
2012-05-19
1
-1
/
+1
*
barry has already been causing test breakage
Benjamin Peterson
2009-04-01
1
-0
/
+1
*
The BDFL has retired! Long live the FLUFL (Friendly Language Uncle For Life)!
Brett Cannon
2009-04-01
1
-0
/
+5
*
Merged revisions 61952-61953 via svnmerge from
Christian Heimes
2008-03-26
1
-0
/
+6
*
Add __future__ import for print_function. It's a no-op in 3.0, but it needs ...
Eric Smith
2008-03-20
1
-0
/
+6
*
Merge p3yk branch with the trunk up to revision 45595. This breaks a fair
Thomas Wouters
2006-04-21
1
-2
/
+2
*
Make __future__ features similar for with and absolute import since they were...
Neal Norwitz
2006-02-28
1
-2
/
+2
*
from __future__ import with_statement addon for 'with', mostly written by
Thomas Wouters
2006-02-28
1
-0
/
+6
*
SF patch #1438387, PEP 328: relative and absolute imports.
Thomas Wouters
2006-02-28
1
-0
/
+6
*
Finish removal of CO_GENERATOR_ALLOWED.
Neal Norwitz
2006-02-27
1
-1
/
+1
*
Repair repr of future-features (wasn't updated to include the new
Tim Peters
2001-08-24
1
-2
/
+3
*
Back out trying to use the C values for CO_xxx.
Tim Peters
2001-08-24
1
-10
/
+10
*
Avoid total dependency on the new module. This addresses the problem
Guido van Rossum
2001-08-19
1
-1
/
+7
*
Expose the CO_xxx flags via the "new" module (re-solving a problem "the
Tim Peters
2001-08-18
1
-11
/
+4
*
A self-contained piece of Michael Hudson's patch
Tim Peters
2001-08-17
1
-7
/
+40
*
Implement PEP 238 in its (almost) full glory.
Guido van Rossum
2001-08-08
1
-0
/
+1
*
Preliminary support for "from __future__ import generators" to enable
Guido van Rossum
2001-07-15
1
-0
/
+1
*
Remove now-unnecessary "from __future__ import nested_scopes" stmts.
Tim Peters
2001-07-12
1
-1
/
+1
*
Remove redundant "__future__:" from module docstring.
Ka-Ping Yee
2001-03-15
1
-1
/
+1
*
Typo repair.
Tim Peters
2001-03-02
1
-1
/
+1
*
Make names in __future__.py bind to class instances instead of 2-tuples.
Tim Peters
2001-03-02
1
-7
/
+32
*
Whitespace normalization.
Tim Peters
2001-02-28
1
-4
/
+4
*
Add __future__.py to std library, + dull test to verify that assignments
Tim Peters
2001-02-26
1
-0
/
+44