summaryrefslogtreecommitdiff
path: root/Lib/__future__.py
Commit message (Expand)AuthorAgeFilesLines
* String annotations [PEP 563] (#4390)Guido van Rossum2018-01-261-7/+13
* PEP 479: Change StopIteration handling inside generators.Yury Selivanov2015-05-091-0/+6
* #14494: Document that absolute imports became default in 3.0 instead of 2.7.Petri Lehtinen2012-05-191-1/+1
* barry has already been causing test breakageBenjamin Peterson2009-04-011-0/+1
* The BDFL has retired! Long live the FLUFL (Friendly Language Uncle For Life)!Brett Cannon2009-04-011-0/+5
* Merged revisions 61952-61953 via svnmerge fromChristian Heimes2008-03-261-0/+6
* Add __future__ import for print_function. It's a no-op in 3.0, but it needs ...Eric Smith2008-03-201-0/+6
* Merge p3yk branch with the trunk up to revision 45595. This breaks a fairThomas Wouters2006-04-211-2/+2
* Make __future__ features similar for with and absolute import since they were...Neal Norwitz2006-02-281-2/+2
* from __future__ import with_statement addon for 'with', mostly written byThomas Wouters2006-02-281-0/+6
* SF patch #1438387, PEP 328: relative and absolute imports.Thomas Wouters2006-02-281-0/+6
* Finish removal of CO_GENERATOR_ALLOWED.Neal Norwitz2006-02-271-1/+1
* Repair repr of future-features (wasn't updated to include the newTim Peters2001-08-241-2/+3
* Back out trying to use the C values for CO_xxx.Tim Peters2001-08-241-10/+10
* Avoid total dependency on the new module. This addresses the problemGuido van Rossum2001-08-191-1/+7
* Expose the CO_xxx flags via the "new" module (re-solving a problem "theTim Peters2001-08-181-11/+4
* A self-contained piece of Michael Hudson's patchTim Peters2001-08-171-7/+40
* Implement PEP 238 in its (almost) full glory.Guido van Rossum2001-08-081-0/+1
* Preliminary support for "from __future__ import generators" to enableGuido van Rossum2001-07-151-0/+1
* Remove now-unnecessary "from __future__ import nested_scopes" stmts.Tim Peters2001-07-121-1/+1
* Remove redundant "__future__:" from module docstring.Ka-Ping Yee2001-03-151-1/+1
* Typo repair.Tim Peters2001-03-021-1/+1
* Make names in __future__.py bind to class instances instead of 2-tuples.Tim Peters2001-03-021-7/+32
* Whitespace normalization.Tim Peters2001-02-281-4/+4
* Add __future__.py to std library, + dull test to verify that assignmentsTim Peters2001-02-261-0/+44