1. c9add9a Fix bug that allowed future statements virtually anywhere in a module. by Jeremy Hylton · 19 years ago
  2. 1a4ddae SF patch #1007189, multi-line imports, for instance: by Anthony Baxter · 20 years ago
  3. 95292d6 Constify filenames and scripts. Fixes #651362. by Martin v. Löwis · 22 years ago
  4. 2bbdba3 Removed more hair in support of future-generator stmts. by Tim Peters · 22 years ago
  5. 1e35ce5 Fix SF bug [ #450245 ] Error in parsing future stmts by Jeremy Hylton · 23 years ago
  6. b857ba2 Refactor future feature handling by Jeremy Hylton · 23 years ago
  7. 4668b00 Implement PEP 238 in its (almost) full glory. by Guido van Rossum · 23 years ago
  8. 51d76f1 future.c: insert a cosmetic space. by Tim Peters · 23 years ago
  9. 5ba5866 Part way to allowing "from __future__ import generators" to communicate by Tim Peters · 23 years ago
  10. b09f7ed Preliminary support for "from __future__ import generators" to enable by Guido van Rossum · 23 years ago
  11. 198457a When iterating over the names imported in a future statement, ignore the by Fred Drake · 23 years ago
  12. ad3d3f2 Improve SyntaxErrors for bad future statements. Set file and location by Jeremy Hylton · 23 years ago
  13. 280c81a Need to support single_input explicitly so from __future__ imports by Jeremy Hylton · 23 years ago
  14. 39e2f3f Presumed correct compiler pass for future statements by Jeremy Hylton · 23 years ago
  15. 4db62b1 Improved __future__ parser; still more to do by Jeremy Hylton · 23 years ago