1. 9a4b38f bpo-40267: Fix message when last input character produces a SyntaxError (GH-19521) by Lysandros Nikolaou · 4 years, 4 months ago
  2. 495da29 bpo-35975: Support parsing earlier minor versions of Python 3 (GH-12086) by Guido van Rossum · 5 years ago
  3. dcfcd14 bpo-35766: Merge typed_ast back into CPython (GH-11645) by Guido van Rossum · 6 years ago
  4. 8f59ee0 bpo-35224: PEP 572 Implementation (#10497) by Emily Morehouse · 6 years ago
  5. 8ac6581 bpo-30455: Generate all token related code and docs from Grammar/Tokens. (GH-10370) by Serhiy Storchaka · 6 years ago
  6. ac31770 bpo-30406: Make async and await proper keywords (#1669) by Jelle Zijlstra · 7 years ago
  7. fc354f0 bpo-25324: copy tok_name before changing it (#1608) by Albert-Jan Nijburg · 7 years ago
  8. 7544508 PEP 0492 -- Coroutines with async and await syntax. Issue #24017. by Yury Selivanov · 9 years ago
  9. d51374e PEP 465: a dedicated infix operator for matrix multiplication (closes #21176) by Benjamin Peterson · 10 years ago
  10. d084558 make _PyParser_TokenNames const by Benjamin Peterson · 12 years ago
  11. 3388060 Issue #13629: Renumber the tokens in token.h to match the _PyParser_TokenNames indexes. by Meador Inge · 13 years ago
  12. 4d0d471 Merge branches/pep-0384. by Martin v. Löwis · 14 years ago
  13. 051176f #4499: silence compiler warning on AIX. by R. David Murray · 14 years ago
  14. dde0028 Make ELLIPSIS a separate token. This makes it a syntax error to write ". . ." for Ellipsis. by Georg Brandl · 17 years ago
  15. c150536 PEP 3107 - Function Annotations thanks to Tony Lownds by Neal Norwitz · 18 years ago
  16. 2eca440 Get rid of some more cases of backquotes. parsermodule.c doesn't compile by Neal Norwitz · 18 years ago
  17. c2a5a63 PEP-0318, @decorator-style. In Guido's words: by Anthony Baxter · 20 years ago
  18. 91a681d Excise DL_EXPORT from Include. by Mark Hammond · 22 years ago
  19. 4668b00 Implement PEP 238 in its (almost) full glory. by Guido van Rossum · 23 years ago
  20. 8586991 REMOVED all CWI, CNRI and BeOpen copyright markings. by Guido van Rossum · 24 years ago
  21. 926f1d6 Added prototype for PyToken_ThreeChars(), to remove compiler warning by Fred Drake · 24 years ago
  22. dd8dbdb The real suport for augmented assignment: new opcodes, new PyNumber and by Thomas Wouters · 24 years ago
  23. 3cf4d2b ANSI-fication and Py_PROTO extermination. by Fred Drake · 24 years ago
  24. ffcc381 Change copyright notice - 2nd try. by Guido van Rossum · 24 years ago
  25. fd71b9e Change copyright notice. by Guido van Rossum · 24 years ago
  26. 43466ec Add DL_IMPORT(returntype) for all officially exported functions. by Guido van Rossum · 26 years ago
  27. d266eb4 New permission notice, includes CNRI. by Guido van Rossum · 28 years ago
  28. 3d1f095 changes for ** (power) operator by Guido van Rossum · 29 years ago
  29. caa6380 The great renaming, phase two: all header files have been updated to by Guido van Rossum · 30 years ago
  30. 5799b52 Added 1995 copyright. by Guido van Rossum · 30 years ago
  31. b6775db Merge alpha100 branch back to main trunk by Guido van Rossum · 30 years ago
  32. a330996 * Added support for X11 modules. by Guido van Rossum · 31 years ago
  33. 9bfef44 * Changed all copyright messages to include 1993. by Guido van Rossum · 31 years ago
  34. 5113f5f Copyright for 1992 added by Guido van Rossum · 32 years ago
  35. 7928cd7 Added shift and mask ops. by Guido van Rossum · 33 years ago
  36. 8883aaa Added some new tokens by Guido van Rossum · 33 years ago
  37. f70e43a Added copyright notice. by Guido van Rossum · 33 years ago
  38. 85a5fbb Initial revision by Guido van Rossum · 34 years ago