index
:
delta/cpython.git
2.0
2.1
2.2
2.3
2.4
2.5
2.6
2.7
3.0
3.1
3.2
3.3
3.4
3.5
3.6
baserock/2.7.9-mips64
baserock/markdoffman/py2-symlink
baserock/markdoffman/py2-symlink-v2
baserock/morph-2.7
legacy-trunk
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Lib
/
__future__.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
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