1. 44a90c9 move unprefixed error into .c file by Benjamin Peterson · 16 years ago
  2. dd96db6 This reverts r63675 based on the discussion in this thread: by Gregory P. Smith · 16 years ago
  3. 593daf5 Renamed PyString to PyBytes by Christian Heimes · 16 years ago
  4. 3c60833 Patch #2477: Added from __future__ import unicode_literals by Christian Heimes · 16 years ago
  5. 7c47894 Backport of the print function, using a __future__ import. by Eric Smith · 16 years ago
  6. 882ed55 #1755: typo. by Georg Brandl · 17 years ago
  7. 18b6adf Handle more mem alloc issues found with failmalloc by Neal Norwitz · 18 years ago
  8. 7b782b6 more low-hanging fruit to make code compile under a C++ compiler. Not by Anthony Baxter · 18 years ago
  9. 14bc4e4 Use PyObject_* allocator since FutureFeatures is small by Neal Norwitz · 18 years ago
  10. cbce280 Don't abbreviate ABS, use long name ABSOLUTE. by Neal Norwitz · 18 years ago
  11. 34aa7ba from __future__ import with_statement addon for 'with', mostly written by Neal. by Thomas Wouters · 19 years ago
  12. f7f438b SF patch #1438387, PEP 328: relative and absolute imports. by Thomas Wouters · 19 years ago
  13. b15ec09 Reduce scope of feature by Neal Norwitz · 19 years ago
  14. c1f213e Remove unused macro, check is done elsewhere by Neal Norwitz · 19 years ago
  15. 6576bd8 Prevent name pollution by making lots of internal functions static. by Neal Norwitz · 19 years ago
  16. 3e0055f Merge ast-branch to head by Jeremy Hylton · 19 years ago
  17. c9add9a Fix bug that allowed future statements virtually anywhere in a module. by Jeremy Hylton · 20 years ago
  18. 1a4ddae SF patch #1007189, multi-line imports, for instance: by Anthony Baxter · 20 years ago
  19. 95292d6 Constify filenames and scripts. Fixes #651362. by Martin v. Löwis · 22 years ago
  20. 2bbdba3 Removed more hair in support of future-generator stmts. by Tim Peters · 22 years ago
  21. 1e35ce5 Fix SF bug [ #450245 ] Error in parsing future stmts by Jeremy Hylton · 23 years ago
  22. b857ba2 Refactor future feature handling by Jeremy Hylton · 23 years ago
  23. 4668b00 Implement PEP 238 in its (almost) full glory. by Guido van Rossum · 23 years ago
  24. 51d76f1 future.c: insert a cosmetic space. by Tim Peters · 23 years ago
  25. 5ba5866 Part way to allowing "from __future__ import generators" to communicate by Tim Peters · 23 years ago
  26. b09f7ed Preliminary support for "from __future__ import generators" to enable by Guido van Rossum · 23 years ago
  27. 198457a When iterating over the names imported in a future statement, ignore the by Fred Drake · 24 years ago
  28. ad3d3f2 Improve SyntaxErrors for bad future statements. Set file and location by Jeremy Hylton · 24 years ago
  29. 280c81a Need to support single_input explicitly so from __future__ imports by Jeremy Hylton · 24 years ago
  30. 39e2f3f Presumed correct compiler pass for future statements by Jeremy Hylton · 24 years ago
  31. 4db62b1 Improved __future__ parser; still more to do by Jeremy Hylton · 24 years ago