1. 8170e8c PEP 479: Change StopIteration handling inside generators. by Yury Selivanov · 9 years ago
  2. 079bfc9 #14494: Document that absolute imports became default in 3.0 instead of 2.7. by Petri Lehtinen · 12 years ago
  3. 91d7dfd barry has already been causing test breakage by Benjamin Peterson · 15 years ago
  4. e3944a5 The BDFL has retired! Long live the FLUFL (Friendly Language Uncle For Life)! by Brett Cannon · 15 years ago
  5. 4d6ec85 Merged revisions 61952-61953 via svnmerge from by Christian Heimes · 16 years ago
  6. 8782408 Add __future__ import for print_function. It's a no-op in 3.0, but it needs to not be a syntax error. by Eric Smith · 16 years ago
  7. 49fd7fa Merge p3yk branch with the trunk up to revision 45595. This breaks a fair by Thomas Wouters · 18 years ago
  8. 9193491 Make __future__ features similar for with and absolute import since they were both added before a1 by Neal Norwitz · 18 years ago
  9. 34aa7ba from __future__ import with_statement addon for 'with', mostly written by Neal. by Thomas Wouters · 18 years ago
  10. f7f438b SF patch #1438387, PEP 328: relative and absolute imports. by Thomas Wouters · 18 years ago
  11. 0023a2f Finish removal of CO_GENERATOR_ALLOWED. by Neal Norwitz · 18 years ago
  12. 16c018d Repair repr of future-features (wasn't updated to include the new by Tim Peters · 23 years ago
  13. 8967507 Back out trying to use the C values for CO_xxx. by Tim Peters · 23 years ago
  14. 8cb00e2 Avoid total dependency on the new module. This addresses the problem by Guido van Rossum · 23 years ago
  15. aa32070 Expose the CO_xxx flags via the "new" module (re-solving a problem "the by Tim Peters · 23 years ago
  16. de642bd A self-contained piece of Michael Hudson's patch by Tim Peters · 23 years ago
  17. 4668b00 Implement PEP 238 in its (almost) full glory. by Guido van Rossum · 23 years ago
  18. b09f7ed Preliminary support for "from __future__ import generators" to enable by Guido van Rossum · 23 years ago
  19. c4889c4 Remove now-unnecessary "from __future__ import nested_scopes" stmts. by Tim Peters · 23 years ago
  20. 3bda4f0 Remove redundant "__future__:" from module docstring. by Ka-Ping Yee · 23 years ago
  21. fd85a4e Typo repair. by Tim Peters · 23 years ago
  22. d74bc43 Make names in __future__.py bind to class instances instead of 2-tuples. by Tim Peters · 23 years ago
  23. 85ba673 Whitespace normalization. by Tim Peters · 23 years ago
  24. ffc215a Add __future__.py to std library, + dull test to verify that assignments by Tim Peters · 23 years ago