1. 0651583 Replaced outdated macros _PyUnicode_AsString and _PyUnicode_AsStringAndSize by Serhiy Storchaka · 8 years ago
  2. 3b73ea1 Issue #28701: Replace PyUnicode_CompareWithASCIIString with _PyUnicode_EqualToASCIIString. by Serhiy Storchaka · 8 years ago
  3. f4934ea Issue #28701: Replace PyUnicode_CompareWithASCIIString with _PyUnicode_EqualToASCIIString. by Serhiy Storchaka · 8 years ago
  4. f2c1aa1 Add ast.Constant by Victor Stinner · 8 years ago
  5. 8170e8c PEP 479: Change StopIteration handling inside generators. by Yury Selivanov · 9 years ago
  6. 14e461d Close #11619: The parser and the import machinery do not encode Unicode by Victor Stinner · 11 years ago
  7. aa14dc3 C89 compliance by Benjamin Peterson · 11 years ago
  8. 2d6acd2 reject non-docs strings between future imports (closes #17434) by Benjamin Peterson · 11 years ago
  9. c5d47d5 Fix typo when "PyObject*" was changed to "identifier" by Kristján Valur Jónsson · 12 years ago
  10. 9faf5ee this should technicaly be identifier by Benjamin Peterson · 12 years ago
  11. ab79c71 check for NULL by Benjamin Peterson · 12 years ago
  12. a4e4e35 check by equality for __future__ not identity (closes #14378) by Benjamin Peterson · 12 years ago
  13. e5b99f0 Remove redundant includes of headers that are already included by Python.h. by Georg Brandl · 13 years ago
  14. d4efd9e add column offset to all syntax errors by Benjamin Peterson · 14 years ago
  15. f95a1b3 Recorded merge of revisions 81029 via svnmerge from by Antoine Pitrou · 14 years ago
  16. e3944a5 The BDFL has retired! Long live the FLUFL (Friendly Language Uncle For Life)! by Brett Cannon · 15 years ago
  17. c0747cf Merged revisions 67028,67040,67044,67046,67052,67065,67070,67077,67082 via svnmerge from by Benjamin Peterson · 16 years ago
  18. 4cc0f24 Rename PyUnicode_AsString -> _PyUnicode_AsString and by Marc-André Lemburg · 16 years ago
  19. 4d6ec85 Merged revisions 61952-61953 via svnmerge from by Christian Heimes · 16 years ago
  20. 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
  21. 043d6f6 Copied doc for reload() from trunk's function.rst to imp.rst by Christian Heimes · 16 years ago
  22. a369c5a Use unicode by Neal Norwitz · 17 years ago
  23. 5b22213 Make identifiers str (not str8) objects throughout. by Martin v. Löwis · 17 years ago
  24. 0e3f591 Merged revisions 46753-51188 via svnmerge from by Thomas Wouters · 18 years ago
  25. 49fd7fa Merge p3yk branch with the trunk up to revision 45595. This breaks a fair by Thomas Wouters · 18 years ago
  26. 45aecf4 Checkpoint. 218 tests are okay; 53 are failing. Done so far: by Guido van Rossum · 18 years ago
  27. 34aa7ba from __future__ import with_statement addon for 'with', mostly written by Neal. by Thomas Wouters · 18 years ago
  28. f7f438b SF patch #1438387, PEP 328: relative and absolute imports. by Thomas Wouters · 18 years ago
  29. b15ec09 Reduce scope of feature by Neal Norwitz · 18 years ago
  30. c1f213e Remove unused macro, check is done elsewhere by Neal Norwitz · 18 years ago
  31. 6576bd8 Prevent name pollution by making lots of internal functions static. by Neal Norwitz · 19 years ago
  32. 3e0055f Merge ast-branch to head by Jeremy Hylton · 19 years ago
  33. c9add9a Fix bug that allowed future statements virtually anywhere in a module. by Jeremy Hylton · 19 years ago
  34. 1a4ddae SF patch #1007189, multi-line imports, for instance: by Anthony Baxter · 20 years ago
  35. 95292d6 Constify filenames and scripts. Fixes #651362. by Martin v. Löwis · 21 years ago
  36. 2bbdba3 Removed more hair in support of future-generator stmts. by Tim Peters · 22 years ago
  37. 1e35ce5 Fix SF bug [ #450245 ] Error in parsing future stmts by Jeremy Hylton · 23 years ago
  38. b857ba2 Refactor future feature handling by Jeremy Hylton · 23 years ago
  39. 4668b00 Implement PEP 238 in its (almost) full glory. by Guido van Rossum · 23 years ago
  40. 51d76f1 future.c: insert a cosmetic space. by Tim Peters · 23 years ago
  41. 5ba5866 Part way to allowing "from __future__ import generators" to communicate by Tim Peters · 23 years ago
  42. b09f7ed Preliminary support for "from __future__ import generators" to enable by Guido van Rossum · 23 years ago
  43. 198457a When iterating over the names imported in a future statement, ignore the by Fred Drake · 23 years ago
  44. ad3d3f2 Improve SyntaxErrors for bad future statements. Set file and location by Jeremy Hylton · 23 years ago
  45. 280c81a Need to support single_input explicitly so from __future__ imports by Jeremy Hylton · 23 years ago
  46. 39e2f3f Presumed correct compiler pass for future statements by Jeremy Hylton · 23 years ago
  47. 4db62b1 Improved __future__ parser; still more to do by Jeremy Hylton · 23 years ago