1. 384f3c5 closes bpo-39721: Fix constness of members of tok_state struct. (GH-18600) by Andy Lester · 4 years, 5 months ago
  2. f2cf1e3 bpo-36623: Clean parser headers and include files (GH-12253) by Pablo Galindo · 5 years ago
  3. 495da29 bpo-35975: Support parsing earlier minor versions of Python 3 (GH-12086) by Guido van Rossum · 5 years ago
  4. 1f24a71 bpo-35808: Retire pgen and use pgen2 to generate the parser (GH-11814) by Pablo Galindo · 5 years ago
  5. dcfcd14 bpo-35766: Merge typed_ast back into CPython (GH-11645) by Guido van Rossum · 6 years ago
  6. 995d9b9 bpo-16806: Fix `lineno` and `col_offset` for multi-line string tokens (GH-10021) by Anthony Sottile · 6 years ago
  7. 94cf308 bpo-33306: Improve SyntaxError messages for unbalanced parentheses. (GH-6516) by Serhiy Storchaka · 6 years ago
  8. f2ddc6a tokenizer: Remove unused tabs options (#4422) by Victor Stinner · 7 years ago
  9. ac31770 bpo-30406: Make async and await proper keywords (#1669) by Jelle Zijlstra · 7 years ago
  10. cf1958a Remove obsolete declaration in tokenizer.h (#962) by Jim Fasarakis-Hilliard · 7 years ago
  11. 96ec934 Issue #24619: Simplify async/await tokenization. by Yury Selivanov · 9 years ago
  12. 8fb307c Issue #24619: New approach for tokenizing async/await. by Yury Selivanov · 9 years ago
  13. 7544508 PEP 0492 -- Coroutines with async and await syntax. Issue #24017. by Yury Selivanov · 9 years ago
  14. c679227 Issue #1772673: The type of `char*` arguments now changed to `const char*`. by Serhiy Storchaka · 11 years ago
  15. fe7c5b5 Issue #9319: Include the filename in "Non-UTF8 code ..." syntax error. by Victor Stinner · 13 years ago
  16. 7f2fee3 Issue #10785: Store the filename as Unicode in the Python parser. by Victor Stinner · 13 years ago
  17. 2b15bd8 #10222: fix for overzealous AIX compiler. by Georg Brandl · 14 years ago
  18. 4c7c8c3 Issue #9713, #10114: Parser functions (eg. PyParser_ASTFromFile) expects by Victor Stinner · 14 years ago
  19. 22a351a Issue #10095: fp_setreadl() doesn't reopen the file, reuse instead the file by Victor Stinner · 14 years ago
  20. f95a1b3 Recorded merge of revisions 81029 via svnmerge from by Antoine Pitrou · 14 years ago
  21. aeaa592 Merged revisions 76230 via svnmerge from by Benjamin Peterson · 15 years ago
  22. f5b5224 ignore the coding cookie in compile(), exec(), and eval() if the source is a string #4626 by Benjamin Peterson · 15 years ago
  23. da78043 Latin-1 source code was not being properly decoded when passed through by Brett Cannon · 16 years ago
  24. 40d20bc Issue 1267, continued. by Guido van Rossum · 17 years ago
  25. ce3a72a Patch 1267 by Christian Heimes. by Guido van Rossum · 17 years ago
  26. 3f993c3 Use an enum for decoding_state. It makes the code a little more understandable. by Neil Schemenauer · 17 years ago
  27. 89d996e Merged revisions 57778-58052 via svnmerge from by Thomas Wouters · 17 years ago
  28. 85bcc66 Convert code from sys.stdin.encoding to UTF-8 in interactive mode. Fixes #1100. by Martin v. Löwis · 17 years ago
  29. 49c5da1 Patch #1440601: Add col_offset attribute to AST nodes. by Martin v. Löwis · 18 years ago
  30. 66485ae Remove unused field. by Martin v. Löwis · 18 years ago
  31. 95292d6 Constify filenames and scripts. Fixes #651362. by Martin v. Löwis · 22 years ago
  32. f62a89b Ignore encoding declarations inside strings. Fixes #603509. by Martin v. Löwis · 22 years ago
  33. 1ee99d3 Make pgen compile with pydebug. Duplicate normalized names, as it may by Martin v. Löwis · 22 years ago
  34. 00f1e3f Patch #534304: Implement phase 1 of PEP 263. by Martin v. Löwis · 22 years ago
  35. 8586991 REMOVED all CWI, CNRI and BeOpen copyright markings. by Guido van Rossum · 24 years ago
  36. dbd9ba6 Nuke all remaining occurrences of Py_PROTO and Py_FPROTO. by Tim Peters · 24 years ago
  37. ffcc381 Change copyright notice - 2nd try. by Guido van Rossum · 24 years ago
  38. fd71b9e Change copyright notice. by Guido van Rossum · 24 years ago
  39. 926f13a Add checking for inconsistent tab usage by Guido van Rossum · 26 years ago
  40. 86bea46 Another directory quickly renamed. by Guido van Rossum · 27 years ago
  41. d266eb4 New permission notice, includes CNRI. by Guido van Rossum · 28 years ago
  42. b9f8d6e Added 1995 to copyright message. by Guido van Rossum · 30 years ago
  43. 1d5735e Merge back to main trunk by Guido van Rossum · 30 years ago
  44. 248a50c * Grammar: corrected old typo (class instead of 'class') by Guido van Rossum · 31 years ago
  45. a330996 * Added support for X11 modules. by Guido van Rossum · 31 years ago
  46. a849b83 * selectmodule.c: fix (another!) two memory leaks -- this time in list2set by Guido van Rossum · 31 years ago
  47. 6ac258d * pythonrun.c: Print exception type+arg *after* stack trace instead of by Guido van Rossum · 31 years ago
  48. 9bfef44 * Changed all copyright messages to include 1993. by Guido van Rossum · 31 years ago
  49. 5113f5f Copyright for 1992 added by Guido van Rossum · 32 years ago
  50. f70e43a Added copyright notice. by Guido van Rossum · 33 years ago
  51. 85a5fbb Initial revision by Guido van Rossum · 34 years ago