1. 7544508 PEP 0492 -- Coroutines with async and await syntax. Issue #24017. by Yury Selivanov · 9 years ago
  2. d51374e PEP 465: a dedicated infix operator for matrix multiplication (closes #21176) by Benjamin Peterson · 10 years ago
  3. d084558 make _PyParser_TokenNames const by Benjamin Peterson · 12 years ago
  4. 3388060 Issue #13629: Renumber the tokens in token.h to match the _PyParser_TokenNames indexes. by Meador Inge · 12 years ago
  5. 4d0d471 Merge branches/pep-0384. by Martin v. Löwis · 13 years ago
  6. 051176f #4499: silence compiler warning on AIX. by R. David Murray · 14 years ago
  7. dde0028 Make ELLIPSIS a separate token. This makes it a syntax error to write ". . ." for Ellipsis. by Georg Brandl · 17 years ago
  8. c150536 PEP 3107 - Function Annotations thanks to Tony Lownds by Neal Norwitz · 17 years ago
  9. 2eca440 Get rid of some more cases of backquotes. parsermodule.c doesn't compile by Neal Norwitz · 18 years ago
  10. c2a5a63 PEP-0318, @decorator-style. In Guido's words: by Anthony Baxter · 20 years ago
  11. 91a681d Excise DL_EXPORT from Include. by Mark Hammond · 22 years ago
  12. 4668b00 Implement PEP 238 in its (almost) full glory. by Guido van Rossum · 23 years ago
  13. 8586991 REMOVED all CWI, CNRI and BeOpen copyright markings. by Guido van Rossum · 24 years ago
  14. 926f1d6 Added prototype for PyToken_ThreeChars(), to remove compiler warning by Fred Drake · 24 years ago
  15. dd8dbdb The real suport for augmented assignment: new opcodes, new PyNumber and by Thomas Wouters · 24 years ago
  16. 3cf4d2b ANSI-fication and Py_PROTO extermination. by Fred Drake · 24 years ago
  17. ffcc381 Change copyright notice - 2nd try. by Guido van Rossum · 24 years ago
  18. fd71b9e Change copyright notice. by Guido van Rossum · 24 years ago
  19. 43466ec Add DL_IMPORT(returntype) for all officially exported functions. by Guido van Rossum · 25 years ago
  20. d266eb4 New permission notice, includes CNRI. by Guido van Rossum · 28 years ago
  21. 3d1f095 changes for ** (power) operator by Guido van Rossum · 28 years ago
  22. caa6380 The great renaming, phase two: all header files have been updated to by Guido van Rossum · 29 years ago
  23. 5799b52 Added 1995 copyright. by Guido van Rossum · 29 years ago
  24. b6775db Merge alpha100 branch back to main trunk by Guido van Rossum · 30 years ago
  25. a330996 * Added support for X11 modules. by Guido van Rossum · 31 years ago
  26. 9bfef44 * Changed all copyright messages to include 1993. by Guido van Rossum · 31 years ago
  27. 5113f5f Copyright for 1992 added by Guido van Rossum · 32 years ago
  28. 7928cd7 Added shift and mask ops. by Guido van Rossum · 33 years ago
  29. 8883aaa Added some new tokens by Guido van Rossum · 33 years ago
  30. f70e43a Added copyright notice. by Guido van Rossum · 33 years ago
  31. 85a5fbb Initial revision by Guido van Rossum · 34 years ago