1. 64db5aa Indent code inside if block. (GH-15284) by Miss Islington (bot) · 4 years, 11 months ago
  2. cf52bd0 Fix `SyntaxError` indicator printing too many spaces for multi-line strings (GH-14433) by Miss Islington (bot) · 5 years ago
  3. d8a82e2 bpo-36878: Only allow text after `# type: ignore` if first character ASCII (GH-13504) by Michael J. Sullivan · 5 years ago
  4. 933e150 bpo-36878: Track extra text added to 'type: ignore' in the AST (GH-13479) by Michael J. Sullivan · 5 years ago
  5. abea73b bpo-2180: Treat line continuation at EOF as a `SyntaxError` (GH-13401) by Anthony Sottile · 5 years ago
  6. d8320ec bpo-36878: Allow extra text after `# type: ignore` comments (GH-13238) by Michael J. Sullivan · 5 years ago
  7. f2cf1e3 bpo-36623: Clean parser headers and include files (GH-12253) by Pablo Galindo · 5 years ago
  8. cda139d bpo-36459: Fix a possible double PyMem_FREE() due to tokenizer.c's tok_nextc() (12601) by Zackery Spytz · 5 years ago
  9. cb90c89 bpo-36367: Free buffer if realloc fails in tokenize.c (GH-12442) by Pablo Galindo · 5 years ago
  10. 495da29 bpo-35975: Support parsing earlier minor versions of Python 3 (GH-12086) by Guido van Rossum · 5 years ago
  11. 1f24a71 bpo-35808: Retire pgen and use pgen2 to generate the parser (GH-11814) by Pablo Galindo · 5 years ago
  12. dcfcd14 bpo-35766: Merge typed_ast back into CPython (GH-11645) by Guido van Rossum · 5 years ago
  13. 995d9b9 bpo-16806: Fix `lineno` and `col_offset` for multi-line string tokens (GH-10021) by Anthony Sottile · 5 years ago
  14. 8ac6581 bpo-30455: Generate all token related code and docs from Grammar/Tokens. (GH-10370) by Serhiy Storchaka · 6 years ago
  15. 94cf308 bpo-33306: Improve SyntaxError messages for unbalanced parentheses. (GH-6516) by Serhiy Storchaka · 6 years ago
  16. 4c49da0 bpo-35436: Add missing PyErr_NoMemory() calls and other minor bug fixes. (GH-11015) by Zackery Spytz · 6 years ago
  17. 5061a74 Remove unneeded PyUnicode_READY() in tokenizer.c (GH-9114) by Zackery Spytz · 6 years ago
  18. c884616 Fix Windows compiler warning in tokenize.c (GH-8359) by Victor Stinner · 6 years ago
  19. cf7303e bpo-33305: Improve SyntaxError for invalid numerical literals. (GH-6517) by Serhiy Storchaka · 6 years ago
  20. f2ddc6a tokenizer: Remove unused tabs options (#4422) by Victor Stinner · 7 years ago
  21. ac31770 bpo-30406: Make async and await proper keywords (#1669) by Jelle Zijlstra · 7 years ago
  22. c9ccace bpo-25324: add missing comma in Parser/tokenizer.c (GH-1910) by Albert-Jan Nijburg · 7 years ago
  23. fc354f0 bpo-25324: copy tok_name before changing it (#1608) by Albert-Jan Nijburg · 7 years ago
  24. d2f4404 Issue #28489: Merge from 3.6 by Berker Peksag · 7 years ago
  25. 6f80562 Issue #28489: Fix comment in tokenizer.c by Berker Peksag · 7 years ago
  26. a5ed5f0 Use _PyObject_CallNoArg() by Victor Stinner · 8 years ago
  27. 0651583 Replaced outdated macros _PyUnicode_AsString and _PyUnicode_AsStringAndSize by Serhiy Storchaka · 8 years ago
  28. f5e8e8f merge 3.5 (#24022) by Benjamin Peterson · 8 years ago
  29. 57bda33 merge 3.4 by Benjamin Peterson · 8 years ago
  30. 26d998c properly handle the single null-byte file (closes #24022) by Benjamin Peterson · 8 years ago
  31. 5a715cf merge 3.5 (#27981) by Benjamin Peterson · 8 years ago
  32. 35ee948 restructure fp_setreadl so as to avoid refleaks (closes #27981) by Benjamin Peterson · 8 years ago
  33. a721aba Issue #26331: Implement the parsing part of PEP 515. by Brett Cannon · 8 years ago
  34. c6cc23d Skip unused value in tokenizer code by Christian Heimes · 8 years ago
  35. ec39756 Issue #22570: Renamed Py_SETREF to Py_XSETREF. by Serhiy Storchaka · 8 years ago
  36. 4884271 Issue #22570: Renamed Py_SETREF to Py_XSETREF. by Serhiy Storchaka · 8 years ago
  37. 7285d52 remove duplicated check for fractions and complex numbers (closes #26076) by Benjamin Peterson · 8 years ago
  38. a051bf3 Issue #26581: Use the first coding cookie on a line, not the last one. by Serhiy Storchaka · 8 years ago
  39. e431d3c Issue #26581: Use the first coding cookie on a line, not the last one. by Serhiy Storchaka · 8 years ago
  40. ef1585e Issue #25923: Added more const qualifiers to signatures of static and private functions. by Serhiy Storchaka · 9 years ago
  41. f006940 Issue #20440: Massive replacing unsafe attribute setting code with special by Serhiy Storchaka · 9 years ago
  42. 5a57ade Issue #20440: Massive replacing unsafe attribute setting code with special by Serhiy Storchaka · 9 years ago
  43. 0304729 Issue #25388: Fixed tokenizer crash when processing undecodable source code by Serhiy Storchaka · 9 years ago
  44. 7e2b870 Issue #25388: Fixed tokenizer crash when processing undecodable source code by Serhiy Storchaka · 9 years ago
  45. 0d44111 Issue #25388: Fixed tokenizer crash when processing undecodable source code by Serhiy Storchaka · 9 years ago
  46. 235a6f0 Issue #24965: Implement PEP 498 "Literal String Interpolation". Documentation is still needed, I'll open an issue for that. by Eric V. Smith · 9 years ago
  47. 6408dc8 Fixed indentation. by Eric V. Smith · 9 years ago
  48. 96ec934 Issue #24619: Simplify async/await tokenization. by Yury Selivanov · 9 years ago
  49. 8fb307c Issue #24619: New approach for tokenizing async/await. by Yury Selivanov · 9 years ago
  50. 8085b80 Issue 24226: Fix parsing of many sequential one-line 'def' statements. by Yury Selivanov · 9 years ago
  51. 7544508 PEP 0492 -- Coroutines with async and await syntax. Issue #24017. by Yury Selivanov · 9 years ago
  52. 273a720 merge 3.4 (#24022) by Benjamin Peterson · 9 years ago
  53. d73aca7 do not call into python api if an exception is set (#24022) by Benjamin Peterson · 9 years ago
  54. 3e43979 merge 3.4 (#21642) by Benjamin Peterson · 10 years ago
  55. c416162 allow the keyword else immediately after (no space) an integer (closes #21642) by Benjamin Peterson · 10 years ago
  56. d51374e PEP 465: a dedicated infix operator for matrix multiplication (closes #21176) by Benjamin Peterson · 10 years ago
  57. 78f1e4c Merge with 3.3 by Martin v. Löwis · 10 years ago
  58. 815b41b Issue #20731: Properly position in source code files even if they by Martin v. Löwis · 10 years ago
  59. 5940b92 Do not reset the line number because we already set file position to correct by Serhiy Storchaka · 10 years ago
  60. 1064a13 Do not reset the line number because we already set file position to correct by Serhiy Storchaka · 10 years ago
  61. 7282ff6 Issue #18960: Fix bugs with Python source code encoding in the second line. by Serhiy Storchaka · 10 years ago
  62. 768c16c Issue #18960: Fix bugs with Python source code encoding in the second line. by Serhiy Storchaka · 10 years ago
  63. c679227 Issue #1772673: The type of `char*` arguments now changed to `const char*`. by Serhiy Storchaka · 11 years ago
  64. daf4555 Issue #18571: Implementation of the PEP 446: file descriptors and file handles by Victor Stinner · 11 years ago
  65. 9ed5f27 Issue #18722: Remove uses of the "register" keyword in C code. by Antoine Pitrou · 11 years ago
  66. cb2226c merge 3.3 by Benjamin Peterson · 11 years ago
  67. 265fba4 move declaration to top of block by Benjamin Peterson · 11 years ago
  68. fd9c020 merge 3.3 (closes #18470) by Benjamin Peterson · 11 years ago
  69. 2dbfd88 check the return value of new_string() (closes #18470) by Benjamin Peterson · 11 years ago
  70. 9670543 Issue #18038: SyntaxError raised during compilation sources with illegal by Serhiy Storchaka · 11 years ago
  71. 3af14aa Issue #18038: SyntaxError raised during compilation sources with illegal by Serhiy Storchaka · 11 years ago
  72. 7969773 Issue #9566: Fix compiler warning on Windows 64-bit by Victor Stinner · 11 years ago
  73. d084558 make _PyParser_TokenNames const by Benjamin Peterson · 12 years ago
  74. 0b3847d Issue #15096: Drop support for the ur string prefix by Christian Heimes · 12 years ago
  75. 6ecf77b Basic support for PEP 414 without docs or tests. by Armin Ronacher · 12 years ago
  76. 3a5d4cb Issue #13748: Raw bytes literals can now be written with the `rb` prefix as well as `br`. by Antoine Pitrou · 12 years ago
  77. bd928fe Rename _Py_identifier to _Py_IDENTIFIER. by Martin v. Löwis · 13 years ago
  78. 1ee1b6f Use identifier API for PyObject_GetAttrString. by Martin v. Löwis · 13 years ago
  79. afe55bb Add API for static strings, primarily good for identifiers. by Martin v. Löwis · 13 years ago
  80. d63a3b8 Implement PEP 393. by Martin v. Löwis · 13 years ago
  81. c1935d2 Revert bb62908896fe, but keep the test by Jesus Cea · 13 years ago
  82. 88f7841 Correctly merging #9319 into 3.3? by Jesus Cea · 13 years ago
  83. c68b6aa Issue #9319: Fix a crash on parsing a Python source code without encoding by Victor Stinner · 13 years ago
  84. fe7c5b5 Issue #9319: Include the filename in "Non-UTF8 code ..." syntax error. by Victor Stinner · 13 years ago
  85. 7f2fee3 Issue #10785: Store the filename as Unicode in the Python parser. by Victor Stinner · 13 years ago
  86. 034c753 Issue #10841: don't translate newlines for pgen by Victor Stinner · 13 years ago
  87. 89e3436 Issue #10841: set binary mode on files; the parser translates newlines by Victor Stinner · 13 years ago
  88. aaa4e9a Remove arbitrary string length limits by Victor Stinner · 14 years ago
  89. 83098a4 Issue #10778: decoding_fgets() decodes the filename from the filesystem by Victor Stinner · 14 years ago
  90. 22a351a Issue #10095: fp_setreadl() doesn't reopen the file, reuse instead the file by Victor Stinner · 14 years ago
  91. f95a1b3 Recorded merge of revisions 81029 via svnmerge from by Antoine Pitrou · 14 years ago
  92. 003a5e7 Use PyErr_Format() in decoding_fgets() by Victor Stinner · 14 years ago
  93. 4893abc Merged revisions 79725 via svnmerge from by Benjamin Peterson · 14 years ago
  94. 8daa49e Merged revisions 79723 via svnmerge from by Benjamin Peterson · 14 years ago
  95. 52f6dd7 Merged revisions 78826 via svnmerge from by Victor Stinner · 14 years ago
  96. 6aa278e Merged revisions 78603 via svnmerge from by Victor Stinner · 14 years ago
  97. 8f326b2 Merged revisions 76052,76522,76591,76689,76697,76733 via svnmerge from by Benjamin Peterson · 15 years ago
  98. a0dfa82 Merged revisions 75149,75260-75263,75265-75267,75292,75300,75376,75405,75429-75433,75437,75445,75501,75551,75572,75589-75591,75657,75742,75868,75952-75957,76057,76105,76139,76143,76162,76223 via svnmerge from by Benjamin Peterson · 15 years ago
  99. aeaa592 Merged revisions 76230 via svnmerge from by Benjamin Peterson · 15 years ago
  100. ba1e0f4 Issue 7147 - remove ability to attempt to build Python without complex number support (was broken anyway) by Skip Montanaro · 15 years ago