1. 9355868 bpo-41043: Escape literal part of the path for glob(). (GH-20994) by Serhiy Storchaka · 4 years, 1 month ago
  2. 5fc4f8a Fix trailing whitespace in keyword.py (GH-20881) by Pablo Galindo · 4 years, 1 month ago
  3. 78319e3 Include soft keywords in keyword.py (GH-20877) by Pablo Galindo · 4 years, 1 month ago
  4. 756180b bpo-40939: Clean and adapt the peg_generator directory after deleting the old parser (GH-20822) by Pablo Galindo · 4 years, 1 month ago
  5. 436b648 bpo-40939: Remove some extra references to PYTHONOLDPARSER (GH-20815) by Pablo Galindo · 4 years, 1 month ago
  6. 1ed83ad bpo-40939: Remove the old parser (GH-20768) by Pablo Galindo · 4 years, 1 month ago
  7. 9727694 bpo-40939: Generate keyword.py using the new parser (GH-20800) by Lysandros Nikolaou · 4 years, 1 month ago
  8. ba6fd87 Refactor scripts in Tools/peg_generator/scripts (GH-20401) by Lysandros Nikolaou · 4 years, 1 month ago
  9. a871f69 bpo-30008: Fix OpenSSL no-deprecated compilation (GH-20397) by Christian Heimes · 4 years, 1 month ago
  10. 5f4b229d bpo-40792: Make the result of PyNumber_Index() always having exact type int. (GH-20443) by Serhiy Storchaka · 4 years, 2 months ago
  11. 404b23b Fix lookahead of soft keywords in the PEG parser (GH-20436) by Pablo Galindo · 4 years, 2 months ago
  12. b45af1a Add soft keywords (GH-20370) by Guido van Rossum · 4 years, 2 months ago
  13. 578c395 bpo-37999: No longer use __int__ in implicit integer conversions. (GH-15636) by Serhiy Storchaka · 4 years, 2 months ago
  14. a2bbedc Fix peg_generator compiler warnings under MSVC (GH-20405) by Ammar Askar · 4 years, 2 months ago
  15. 9645930 bpo-40688: Use the correct parser in the peg_generator scripts (GH-20235) by Lysandros Nikolaou · 4 years, 2 months ago
  16. deb4355 bpo-40750: Do not expand the new parser debug flags if Py_BUILD_CORE is not defined (GH-20393) by Pablo Galindo · 4 years, 2 months ago
  17. 800a35c6 bpo-40750: Support -d flag in the new parser (GH-20340) by Pablo Galindo · 4 years, 2 months ago
  18. cba5031 bpo-40334: Support suppressing of multiple optional variables in Pegen (GH-20367) by Batuhan Taskaya · 4 years, 2 months ago
  19. b831129 Fix debug output in PEG parser generator (GH-20308) by Pablo Galindo · 4 years, 2 months ago
  20. d10fef3 Fix typing problems reported by mypy in pegen (GH-20297) by Pablo Galindo · 4 years, 2 months ago
  21. f50516e bpo-40334: Correctly generate C parser when assigned var is None (GH-20296) by Batuhan Taskaya · 4 years, 2 months ago
  22. 8c862e5 bpo-39631: Fix file association MIME type in the Windows installer (GH-20205) by Zackery Spytz · 4 years, 2 months ago
  23. 3764069 bpo-40669: Use requirements.pip when installing PEG dependencies (GH-20194) by Pablo Galindo · 4 years, 2 months ago
  24. dc31800 bpo-40669: Install PEG benchmarking dependencies in a venv (GH-20183) by Lysandros Nikolaou · 4 years, 2 months ago
  25. 7b7a21b bpo-40661: Fix segfault when parsing invalid input (GH-20165) by Lysandros Nikolaou · 4 years, 2 months ago
  26. 2c8cd06 bpo-40334: Improvements to error-handling code in the PEG parser (GH-20003) by Lysandros Nikolaou · 4 years, 2 months ago
  27. 62972d9 bpo-40503: PEP 615: Tests and implementation for zoneinfo (GH-19909) by Paul Ganssle · 4 years, 2 months ago
  28. 6e8cda9 bpo-40457: Support OpenSSL without TLS 1.0/1.1 (GH-19862) by Christian Heimes · 4 years, 2 months ago
  29. 938717f bpo-40163: Fix multissltest download of old OpenSSL (GH-19329) by Christian Heimes · 4 years, 2 months ago
  30. 62d618c bpo-40479: Test with latest OpenSSL versions (GH-20108) by Christian Heimes · 4 years, 2 months ago
  31. 97e1568 bpo-38787: Fix Argument Clinic defining_class_converter (GH-20074) by Victor Stinner · 4 years, 2 months ago
  32. d6b727e bpo-40501: Replace ctypes code in uuid with native module (GH-19948) by Steve Dower · 4 years, 2 months ago
  33. ac7a92c bpo-40334: Avoid collisions between parser variables and grammar variables (GH-19987) by Pablo Galindo · 4 years, 2 months ago
  34. db9163c bpo-40555: Check for p->error_indicator in loop rules after the main loop is done (GH-19986) by Pablo Galindo · 4 years, 2 months ago
  35. e1becf4 bpo-38787: C API for module state access from extension methods (PEP 573) (GH-19936) by Petr Viktorin · 4 years, 2 months ago
  36. 470aac4 bpo-40334: Generate comments in the parser code to improve debugging (GH-19966) by Pablo Galindo · 4 years, 2 months ago
  37. c95e691 Clean up unused imports for the peg generator module (GH-19891) by Anthony Shaw · 4 years, 2 months ago
  38. d2baff4 bpo-40334: regenerate metaparser as part of regen-all (GH-19854) by Pablo Galindo · 4 years, 2 months ago
  39. 9dbaa8d Fix some scripts in the peg generator folder (GH-19853) by Pablo Galindo · 4 years, 2 months ago
  40. 7ba08ff bpo-40334: use the TOKENS file when checking dangling rules (GH-19849) by Pablo Galindo · 4 years, 2 months ago
  41. 6bd99d5 Fix the Tools/peg_generator/scripts/benchmark.py script (GH-19848) by Pablo Galindo · 4 years, 2 months ago
  42. b796b3f bpo-40334: Simplify type handling in the PEG c_generator (GH-19818) by Pablo Galindo · 4 years, 2 months ago
  43. 113feb3 bpo-40328: Add tool for generating cjk mapping headers (GH-19602) by Dong-hee Na · 4 years, 3 months ago
  44. 4db245e bpo-40334: refactor and cleanup for the PEG generators (GH-19775) by Pablo Galindo · 4 years, 3 months ago
  45. 5b9f498 bpo-40334: Refactor peg_generator to receive a Tokens file when building c code (GH-19745) by Pablo Galindo · 4 years, 3 months ago
  46. 2b74c83 bpo-40334: Support CO_FUTURE_BARRY_AS_BDFL in the new parser (GH-19721) by Pablo Galindo · 4 years, 3 months ago
  47. f828077 closes bpo-40385: Remove Tools/scripts/checkpyc.py (GH-19709) by Ammar Askar · 4 years, 3 months ago
  48. 24ffe70 bpo-40334: Rewrite test_c_parser to avoid memory leaks (GH-19694) by Lysandros Nikolaou · 4 years, 3 months ago
  49. 50f28de bpo-40334: Allow to run make regen-pegen without distutils (GH-19684) by Pablo Galindo · 4 years, 3 months ago
  50. 9e6a131 bpo-40370: Use the same compile and link args as the interpreter used in test_peg_generator (GH-19674) by Pablo Galindo · 4 years, 3 months ago
  51. 1df5a9e bpo-40334: Fix build errors and warnings in test_peg_generator (GH-19672) by Pablo Galindo · 4 years, 3 months ago
  52. 0b7829e Compile extensions in test_peg_generator with C99 (GH-19668) by Pablo Galindo · 4 years, 3 months ago
  53. c5fc156 bpo-40334: PEP 617 implementation: New PEG parser for CPython (GH-19503) by Pablo Galindo · 4 years, 3 months ago
  54. 12446e6 bpo-40179: Fix translation of #elif in Argument Clinic (GH-19364) by Serhiy Storchaka · 4 years, 3 months ago
  55. 9a4b38f bpo-40267: Fix message when last input character produces a SyntaxError (GH-19521) by Lysandros Nikolaou · 4 years, 3 months ago
  56. 584a3cf closes bpo-40266, closes bpo-39953: Use numeric lib code if compiling against old OpenSSL. (GH-19506) by Benjamin Peterson · 4 years, 3 months ago
  57. 909b87d closes bpo-39953: Generate ifdefs around library code definitions. (GH-19490) by Benjamin Peterson · 4 years, 3 months ago
  58. 3e0dd37 closes bpo-39953: Update OpenSSL error codes table. (GH-19082) by Benjamin Peterson · 4 years, 3 months ago
  59. e7c98f0 bpo-40094: Fix which.py script exit code (GH-19286) by Victor Stinner · 4 years, 3 months ago
  60. cd16661 closes bpo-40125: Update multissltests.py to use OpenSSL 1.1.1f. (GH-19248) by Benjamin Peterson · 4 years, 4 months ago
  61. 7bf069b bpo-40019: Skip test_gdb if Python was optimized (GH-19081) by Victor Stinner · 4 years, 4 months ago
  62. 2dd4174 bpo-39930: Ensure vcruntime140.dll is included in all Windows packages (GH-18918) by Steve Dower · 4 years, 4 months ago
  63. 51796e5 Update some www.unicode.org URLs to use HTTPS. (GH-18912) by Benjamin Peterson · 4 years, 4 months ago
  64. 051b9d0 closes bpo-39926: Update Unicode to 13.0.0. (GH-18910) by Benjamin Peterson · 4 years, 4 months ago
  65. 6d0ee60 bpo-36184: Port python-gdb.py to FreeBSD (GH-18873) by Victor Stinner · 4 years, 4 months ago
  66. 03153dd bpo-39789: Update Windows release build machines to VS 2019 (GH-18695) by Steve Dower · 4 years, 5 months ago
  67. 9aeb0ef bpo-39573: Update clinic to use Py_IS_TYPE() function (GH-18507) by Dong-hee Na · 4 years, 5 months ago
  68. 9af0e47 bpo-39156: Break up COMPARE_OP into four logically distinct opcodes. (GH-17754) by Mark Shannon · 4 years, 6 months ago
  69. 5136e72 argument-clinic: Simplify multi-line string handling (GH-17852) by Dong-hee Na · 4 years, 6 months ago
  70. 78018bb Remove outdated mention of hg.exe from Tools/msi/README.txt (GH-17792) by Anthony Shaw · 4 years, 6 months ago
  71. 27fc3b6 bpo-38870: Expose a function to unparse an ast object in the ast module (GH-17302) by Pablo Galindo · 4 years, 8 months ago
  72. 892221b bpo-38839: Fix some unused functions in tests (GH-17189) by Adam Johnson · 4 years, 8 months ago
  73. ae7aa42 Remove code commented for more than 10 years (GH-16965) by Victor Stinner · 4 years, 9 months ago
  74. 0ac6137 bpo-38589: Fixes HTML Help shortcut when Windows is not installed to C drive (GH-16968) by Steve Dower · 4 years, 9 months ago
  75. 794616f bpo-38534: Replace wrong KB number references (GH-16955) by benedwards14 · 4 years, 9 months ago
  76. ea6041c bpo-38539: Finish rename of ss1.py to spreadsheet.py (GH-16896) by Raymond Hettinger · 4 years, 9 months ago
  77. a4aeb33 bpo-38539: Update demo files (GH-16890) by Julin S · 4 years, 9 months ago
  78. 20bf8e0 bpo-38419: fix "check-c-globals" path (GH-16680) by AMIR · 4 years, 9 months ago
  79. a9ed91e bpo-27961: Replace PY_LONG_LONG with long long. (GH-15386) by Sergey Fedoseev · 4 years, 9 months ago
  80. e4c431e bpo-36876: Re-organize the c-analyzer tool code. (gh-16841) by Eric Snow · 4 years, 9 months ago
  81. 2b7dc40 bpo-38347: find pathfix for Python scripts whose name contain a '-' (GH-16536) by Ruediger Pluem · 4 years, 9 months ago
  82. 6693f73 bpo-38187: Fix a refleak in Tools/c-analyzer. (gh-16304) by Eric Snow · 4 years, 10 months ago
  83. 1dc1acb bpo-37064: Add option -a to pathfix.py tool (GH-15717) by PatrikKopkan · 4 years, 10 months ago
  84. 6f53d34 closes bpo-16637: libpython: construct integer object directly from gdbvalue (GH-15232) by Marc Hartmayer · 4 years, 10 months ago
  85. 6fbc924 bpo-38187: Fix reference leak in test_tools (GH-16233) by Pablo Galindo · 4 years, 10 months ago
  86. 279f446 bpo-37206: Unrepresentable default values no longer represented as None. (GH-13933) by Serhiy Storchaka · 4 years, 10 months ago
  87. a44f3dc Move Eric's TODO file into his directory. (GH-16072) by Benjamin Peterson · 4 years, 10 months ago
  88. 088b63e bpo-36876: Fix the globals checker tool. (gh-16058) by Eric Snow · 4 years, 10 months ago
  89. a65678c bpo-37760: Convert from length-18 lists to a dataclass, in makeunicodedata. (GH-15265) by Greg Price · 4 years, 10 months ago
  90. ee536b2 bpo-36876: Add a tool that identifies unsupported global C variables. (#15877) by Eric Snow · 4 years, 10 months ago
  91. 58ab134 bpo-38117: Test with OpenSSL 1.1.1d (GH-15983) by Christian Heimes · 4 years, 10 months ago
  92. 7a6873c bpo-37151: remove special case for PyCFunction from PyObject_Call (GH-14684) by Jeroen Demeyer · 4 years, 10 months ago
  93. 55d12ce bpo-36511: clean up python process before deploy on ARM Windows buildbots (GH-14431) by Paul Monson · 4 years, 10 months ago
  94. 3cbc23a bpo-37758: Cut always-constant conditionals on sys.maxunicode. (GH-15302) by Greg Price · 4 years, 10 months ago
  95. fa3a38d Mark files as executable that are meant as scripts. (GH-15354) by Greg Price · 4 years, 10 months ago
  96. 3a0ddbc bpo-37283: Ensure command-line and unattend.xml setting override previously detected states in Windows installer (GH-15759) by Steve Dower · 4 years, 10 months ago
  97. 50254ac bpo-37064: Add option -k to Tools/scripts/pathfix.py (GH-15548) by PatrikKopkan · 4 years, 10 months ago
  98. 4901fe2 bpo-37034: Display argument name on errors with keyword arguments with Argument Clinic. (GH-13593) by Rémi Lapeyre · 4 years, 11 months ago
  99. 0dac68f bpo-36743: __get__ is sometimes called without the owner argument (#12992) by Raymond Hettinger · 4 years, 11 months ago
  100. aef9ad8 bpo-37942: Improve argument clinic float converter (GH-15470) by Raymond Hettinger · 4 years, 11 months ago