1. af4cd16 Do not remove x bit from published directories (GH-24101) by Steve Dower · 3 years, 7 months ago
  2. 3bcc4ea Add small validator utility for PEG grammars (GH-23519) by Pablo Galindo · 3 years, 7 months ago
  3. 5ae9be6 bpo-36876: [c-analyzer tool] Additional CLI updates for "capi" command. (gh-23929) by Eric Snow · 3 years, 7 months ago
  4. 7ec59d8 bpo-36876: [c-analyzer tool] Add a "capi" subcommand to the c-analyzer tool. (gh-23918) by Eric Snow · 3 years, 7 months ago
  5. b57ada9 closes bpo-42726: gdb libpython: InstanceProxy support for py3 (GH-23912) by Augusto Hack · 3 years, 7 months ago
  6. 3d569fd bpo-42630: Improve error reporting in Tkinter for absent default root (GH-23781) by Serhiy Storchaka · 3 years, 7 months ago
  7. 1c653f1 bpo-42613: Fix freeze.py config directory (GH-23792) by Victor Stinner · 3 years, 7 months ago
  8. 0911411 Update stable ABI script for MacOS and update list of exported symbols (GH-23783) by Pablo Galindo · 3 years, 7 months ago
  9. 79c1849 bpo-42545: Improve the error message in the stable API script (GH-23648) by Pablo Galindo · 3 years, 8 months ago
  10. 85f1ded bpo-42545: Check that all symbols in the limited ABI are exported (GH-23616) by Pablo Galindo · 3 years, 8 months ago
  11. ac7d016 bpo-42212: smelly.py also checks the dynamic library (GH-23423) by Victor Stinner · 3 years, 8 months ago
  12. 9f02b47 bpo-36876: [c-analyzer tool] Tighten up the results and output. (GH-23431) by Eric Snow · 3 years, 8 months ago
  13. 8fba952 bpo-42398: Fix "make regen-all" race condition (GH-23362) by Victor Stinner · 3 years, 8 months ago
  14. 9b69342 bpo-40754: Adds _testinternalcapi to Windows installer for test suite (GH-23271) by Steve Dower · 3 years, 8 months ago
  15. 877df85 bpo-42246: Partial implementation of PEP 626. (GH-23113) by Mark Shannon · 3 years, 8 months ago
  16. bfc6b63 bpo-36310: Allow pygettext.py to detect calls to gettext in f-strings. (GH-19875) by jack1142 · 3 years, 8 months ago
  17. 1f73c32 bpo-41712: Avoid runaway regex match in upload scripts (GH-23166) by Yash Shete · 3 years, 8 months ago
  18. db6434c Enable signing of nuget.org packages and update to supported timestamp server (GH-23132) by Steve Dower · 3 years, 9 months ago
  19. 02cdfc9 bpo-42218: Correctly handle errors in left-recursive rules (GH-23065) by Lysandros Nikolaou · 3 years, 9 months ago
  20. 4fe7209 bpo-36876: Small adjustments to the C-analyzer tool. (GH-23045) by Eric Snow · 3 years, 9 months ago
  21. b9ee4af bpo-42208: Fix test_gdb for gc_collect_main() name (GH-23041) by Victor Stinner · 3 years, 9 months ago
  22. c310185 bpo-42161: Remove private _PyLong_Zero and _PyLong_One (GH-23003) by Victor Stinner · 3 years, 9 months ago
  23. bca7014 bpo-42123: Run the parser two times and only enable invalid rules on the second run (GH-22111) by Lysandros Nikolaou · 3 years, 9 months ago
  24. 345cd37 bpo-36876: Fix the C analyzer tool. (GH-22841) by Eric Snow · 3 years, 9 months ago
  25. 47ecfd8 bpo-41971: Fix test failure in test.test_tools.test_c_analyzer when mutating global state (GH-22652) by Pablo Galindo · 3 years, 9 months ago
  26. 9975cc5 bpo-41985: Add _PyLong_FileDescriptor_Converter and AC converter for "fildes". (GH-22620) by Serhiy Storchaka · 3 years, 9 months ago
  27. e8a2076 Revert "Fix all Python Cookbook links (#22205)" (GH-22424) by Andre Delfino · 3 years, 10 months ago
  28. 19c3ac9 bpo-41834: Remove _Py_CheckRecursionLimit variable (GH-22359) by Victor Stinner · 3 years, 10 months ago
  29. dcfaa52 bpo-41715: Fix potential catastrofic backtracking in c_analyzer. (GH-22091) by Serhiy Storchaka · 3 years, 10 months ago
  30. a5634c4 bpo-41746: Add type information to asdl_seq objects (GH-22223) by Pablo Galindo · 3 years, 10 months ago
  31. ac0333e Fix all Python Cookbook links (#22205) by Andre Delfino · 3 years, 10 months ago
  32. 7c11a9a bpo-41744: Package python.props with correct name in NuGet package (GH-22154) by Václav Slavík · 3 years, 10 months ago
  33. e55a0e9 Fix 'gather' rules in the python parser generator (GH-22021) by Pablo Galindo · 3 years, 11 months ago
  34. 6444ca9 bpo-41526: Fixed layout of final page of the installer (GH-21871) by Steve Dower · 4 years ago
  35. fabd7bb bpo-41521: Replace whitelist/blacklist with allowlist/denylist (GH-21822) by Victor Stinner · 4 years ago
  36. 582aaf1 bpo-41463: Generate information about jumps from 'opcode.py' rather than duplicating it in 'compile.c' (GH-21714) by Mark Shannon · 4 years ago
  37. 37a06cb bpo-41412 and bpo-40948: Windows installer updates (GH-21656) by Steve Dower · 4 years ago
  38. b3fbff7 bpo-40939: Remove even more references to the old parser (GH-21642) by Lysandros Nikolaou · 4 years ago
  39. 508ed2d Delete remaining references to Grammar/Grammar from docs (#21624) by Guido van Rossum · 4 years ago
  40. 8182cc2 bpo-39573: Use the Py_TYPE() macro (GH-21433) by Victor Stinner · 4 years ago
  41. 10772ec bpo-41173: Copy test results file from ARM worker before uploading (GH-21305) by Steve Dower · 4 years ago
  42. 1ac0cbc bpo-41215: Don't use NULL by default in the PEG parser keyword list (GH-21355) by Pablo Galindo · 4 years ago
  43. b3dd5cd bpo-36346: Undeprecate private function _PyUnicode_AsUnicode(). (GH-21336) by Serhiy Storchaka · 4 years ago
  44. 349f76c bpo-36346: Prepare for removing the legacy Unicode C API (AC only). (GH-21223) by Serhiy Storchaka · 4 years, 1 month ago
  45. bbf36e8 bpo-41070: Simplify pyshellext.dll build (GH-21037) by Nikita Nemkin · 4 years, 1 month ago
  46. 314858e bpo-40939: Remove the old parser (Part 2) (GH-21005) by Lysandros Nikolaou · 4 years, 1 month ago
  47. 55460ee bpo-41044: Generate valid PEG python parsers for opt+seq rules (GH-20995) by Batuhan Taskaya · 4 years, 1 month ago
  48. 9355868 bpo-41043: Escape literal part of the path for glob(). (GH-20994) by Serhiy Storchaka · 4 years, 1 month ago
  49. 5fc4f8a Fix trailing whitespace in keyword.py (GH-20881) by Pablo Galindo · 4 years, 1 month ago
  50. 78319e3 Include soft keywords in keyword.py (GH-20877) by Pablo Galindo · 4 years, 1 month ago
  51. 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
  52. 436b648 bpo-40939: Remove some extra references to PYTHONOLDPARSER (GH-20815) by Pablo Galindo · 4 years, 1 month ago
  53. 1ed83ad bpo-40939: Remove the old parser (GH-20768) by Pablo Galindo · 4 years, 1 month ago
  54. 9727694 bpo-40939: Generate keyword.py using the new parser (GH-20800) by Lysandros Nikolaou · 4 years, 1 month ago
  55. ba6fd87 Refactor scripts in Tools/peg_generator/scripts (GH-20401) by Lysandros Nikolaou · 4 years, 1 month ago
  56. a871f69 bpo-30008: Fix OpenSSL no-deprecated compilation (GH-20397) by Christian Heimes · 4 years, 2 months ago
  57. 5f4b229d bpo-40792: Make the result of PyNumber_Index() always having exact type int. (GH-20443) by Serhiy Storchaka · 4 years, 2 months ago
  58. 404b23b Fix lookahead of soft keywords in the PEG parser (GH-20436) by Pablo Galindo · 4 years, 2 months ago
  59. b45af1a Add soft keywords (GH-20370) by Guido van Rossum · 4 years, 2 months ago
  60. 578c395 bpo-37999: No longer use __int__ in implicit integer conversions. (GH-15636) by Serhiy Storchaka · 4 years, 2 months ago
  61. a2bbedc Fix peg_generator compiler warnings under MSVC (GH-20405) by Ammar Askar · 4 years, 2 months ago
  62. 9645930 bpo-40688: Use the correct parser in the peg_generator scripts (GH-20235) by Lysandros Nikolaou · 4 years, 2 months ago
  63. 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
  64. 800a35c6 bpo-40750: Support -d flag in the new parser (GH-20340) by Pablo Galindo · 4 years, 2 months ago
  65. cba5031 bpo-40334: Support suppressing of multiple optional variables in Pegen (GH-20367) by Batuhan Taskaya · 4 years, 2 months ago
  66. b831129 Fix debug output in PEG parser generator (GH-20308) by Pablo Galindo · 4 years, 2 months ago
  67. d10fef3 Fix typing problems reported by mypy in pegen (GH-20297) by Pablo Galindo · 4 years, 2 months ago
  68. f50516e bpo-40334: Correctly generate C parser when assigned var is None (GH-20296) by Batuhan Taskaya · 4 years, 2 months ago
  69. 8c862e5 bpo-39631: Fix file association MIME type in the Windows installer (GH-20205) by Zackery Spytz · 4 years, 2 months ago
  70. 3764069 bpo-40669: Use requirements.pip when installing PEG dependencies (GH-20194) by Pablo Galindo · 4 years, 2 months ago
  71. dc31800 bpo-40669: Install PEG benchmarking dependencies in a venv (GH-20183) by Lysandros Nikolaou · 4 years, 2 months ago
  72. 7b7a21b bpo-40661: Fix segfault when parsing invalid input (GH-20165) by Lysandros Nikolaou · 4 years, 2 months ago
  73. 2c8cd06 bpo-40334: Improvements to error-handling code in the PEG parser (GH-20003) by Lysandros Nikolaou · 4 years, 2 months ago
  74. 62972d9 bpo-40503: PEP 615: Tests and implementation for zoneinfo (GH-19909) by Paul Ganssle · 4 years, 2 months ago
  75. 6e8cda9 bpo-40457: Support OpenSSL without TLS 1.0/1.1 (GH-19862) by Christian Heimes · 4 years, 2 months ago
  76. 938717f bpo-40163: Fix multissltest download of old OpenSSL (GH-19329) by Christian Heimes · 4 years, 2 months ago
  77. 62d618c bpo-40479: Test with latest OpenSSL versions (GH-20108) by Christian Heimes · 4 years, 2 months ago
  78. 97e1568 bpo-38787: Fix Argument Clinic defining_class_converter (GH-20074) by Victor Stinner · 4 years, 2 months ago
  79. d6b727e bpo-40501: Replace ctypes code in uuid with native module (GH-19948) by Steve Dower · 4 years, 2 months ago
  80. ac7a92c bpo-40334: Avoid collisions between parser variables and grammar variables (GH-19987) by Pablo Galindo · 4 years, 2 months ago
  81. 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
  82. e1becf4 bpo-38787: C API for module state access from extension methods (PEP 573) (GH-19936) by Petr Viktorin · 4 years, 2 months ago
  83. 470aac4 bpo-40334: Generate comments in the parser code to improve debugging (GH-19966) by Pablo Galindo · 4 years, 2 months ago
  84. c95e691 Clean up unused imports for the peg generator module (GH-19891) by Anthony Shaw · 4 years, 3 months ago
  85. d2baff4 bpo-40334: regenerate metaparser as part of regen-all (GH-19854) by Pablo Galindo · 4 years, 3 months ago
  86. 9dbaa8d Fix some scripts in the peg generator folder (GH-19853) by Pablo Galindo · 4 years, 3 months ago
  87. 7ba08ff bpo-40334: use the TOKENS file when checking dangling rules (GH-19849) by Pablo Galindo · 4 years, 3 months ago
  88. 6bd99d5 Fix the Tools/peg_generator/scripts/benchmark.py script (GH-19848) by Pablo Galindo · 4 years, 3 months ago
  89. b796b3f bpo-40334: Simplify type handling in the PEG c_generator (GH-19818) by Pablo Galindo · 4 years, 3 months ago
  90. 113feb3 bpo-40328: Add tool for generating cjk mapping headers (GH-19602) by Dong-hee Na · 4 years, 3 months ago
  91. 4db245e bpo-40334: refactor and cleanup for the PEG generators (GH-19775) by Pablo Galindo · 4 years, 3 months ago
  92. 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
  93. 2b74c83 bpo-40334: Support CO_FUTURE_BARRY_AS_BDFL in the new parser (GH-19721) by Pablo Galindo · 4 years, 3 months ago
  94. f828077 closes bpo-40385: Remove Tools/scripts/checkpyc.py (GH-19709) by Ammar Askar · 4 years, 3 months ago
  95. 24ffe70 bpo-40334: Rewrite test_c_parser to avoid memory leaks (GH-19694) by Lysandros Nikolaou · 4 years, 3 months ago
  96. 50f28de bpo-40334: Allow to run make regen-pegen without distutils (GH-19684) by Pablo Galindo · 4 years, 3 months ago
  97. 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
  98. 1df5a9e bpo-40334: Fix build errors and warnings in test_peg_generator (GH-19672) by Pablo Galindo · 4 years, 3 months ago
  99. 0b7829e Compile extensions in test_peg_generator with C99 (GH-19668) by Pablo Galindo · 4 years, 3 months ago
  100. c5fc156 bpo-40334: PEP 617 implementation: New PEG parser for CPython (GH-19503) by Pablo Galindo · 4 years, 3 months ago