1. 7544508 PEP 0492 -- Coroutines with async and await syntax. Issue #24017. by Yury Selivanov · 9 years ago
  2. 46ba6c8 Issue #22831: Use "with" to avoid possible fd leaks. by Serhiy Storchaka · 9 years ago
  3. d51374e PEP 465: a dedicated infix operator for matrix multiplication (closes #21176) by Benjamin Peterson · 10 years ago
  4. 8f8ec92 Issue #19936: Added executable bits or shebang lines to Python scripts which by Serhiy Storchaka · 10 years ago
  5. b992a0e Issue #19936: Added executable bits or shebang lines to Python scripts which by Serhiy Storchaka · 10 years ago
  6. f7a17b4 Replace IOError with OSError (#16715) by Andrew Svetlov · 11 years ago
  7. ea3eb88 Issue #9260: A finer-grained import lock. by Antoine Pitrou · 12 years ago
  8. 3388060 Issue #13629: Renumber the tokens in token.h to match the _PyParser_TokenNames indexes. by Meador Inge · 12 years ago
  9. e1886bf Fix instructions on how to rebuild some modules by Éric Araujo · 12 years ago
  10. b9d10d0 Issue #10386: Added __all__ to token module; this simplifies importing by Alexander Belopolsky · 14 years ago
  11. 90f5ba5 convert shebang lines: python -> python3 by Benjamin Peterson · 14 years ago
  12. 836baa5 Merged revisions 61038,61042-61045,61047,61050,61053,61055-61056,61061-61064,61066-61080 via svnmerge from by Christian Heimes · 16 years ago
  13. dde0028 Make ELLIPSIS a separate token. This makes it a syntax error to write ". . ." for Ellipsis. by Georg Brandl · 17 years ago
  14. c145ef3 Use better idiom to sort keys. by Guido van Rossum · 17 years ago
  15. b79b781 Fix token.py main code vs. dict views. by Georg Brandl · 17 years ago
  16. cc2b016 - PEP 3106: dict.iterkeys(), .iteritems(), .itervalues() are now gone; by Guido van Rossum · 17 years ago
  17. b940e11 SF patch 1631942 by Collin Winter: by Guido van Rossum · 17 years ago
  18. c150536 PEP 3107 - Function Annotations thanks to Tony Lownds by Neal Norwitz · 17 years ago
  19. 2eca440 Get rid of some more cases of backquotes. parsermodule.c doesn't compile by Neal Norwitz · 18 years ago
  20. c2a5a63 PEP-0318, @decorator-style. In Guido's words: by Anthony Baxter · 20 years ago
  21. adf1606 Updates to track Grammar changes. The patch to token.py loosens the regexp to by Michael W. Hudson · 22 years ago
  22. 8f15bd8 Remove redundant 'import string' (PyChecker). by Guido van Rossum · 23 years ago
  23. a38d260 Regenerated token.py to account for new DOUBLESLASH and DOUBLESLASHEQUAL. by Tim Peters · 23 years ago
  24. 6e025bc String method cleanup. by Eric S. Raymond · 23 years ago
  25. b08b2d3 String method conversion. by Eric S. Raymond · 23 years ago
  26. 3405262 Update for augmented assignment. by Thomas Wouters · 24 years ago
  27. e7b146f The third and final doc-string sweep by Ka-Ping Yee. by Guido van Rossum · 24 years ago
  28. 45e2fbc Mass check-in after untabifying all files that need it. by Guido van Rossum · 26 years ago
  29. 9694fca Convert all remaining *simple* cases of regex usage to re usage. by Guido van Rossum · 27 years ago
  30. e3dbc7e Reduced number of temporary names used at module scope. Use underscores in by Fred Drake · 27 years ago
  31. 4747887 New batch from Fred by Guido van Rossum · 28 years ago
  32. 154a539 Changes for new parser module (Fred Drake) by Guido van Rossum · 28 years ago
  33. b31c7f7 * test_select.py: (some) tests for built-in select module by Guido van Rossum · 31 years ago