1. b796b3f bpo-40334: Simplify type handling in the PEG c_generator (GH-19818) by Pablo Galindo · 4 years, 5 months ago
  2. 113feb3 bpo-40328: Add tool for generating cjk mapping headers (GH-19602) by Dong-hee Na · 4 years, 5 months ago
  3. 4db245e bpo-40334: refactor and cleanup for the PEG generators (GH-19775) by Pablo Galindo · 4 years, 5 months ago
  4. 5b9f498 bpo-40334: Refactor peg_generator to receive a Tokens file when building c code (GH-19745) by Pablo Galindo · 4 years, 5 months ago
  5. 2b74c83 bpo-40334: Support CO_FUTURE_BARRY_AS_BDFL in the new parser (GH-19721) by Pablo Galindo · 4 years, 5 months ago
  6. f828077 closes bpo-40385: Remove Tools/scripts/checkpyc.py (GH-19709) by Ammar Askar · 4 years, 5 months ago
  7. 24ffe70 bpo-40334: Rewrite test_c_parser to avoid memory leaks (GH-19694) by Lysandros Nikolaou · 4 years, 5 months ago
  8. 50f28de bpo-40334: Allow to run make regen-pegen without distutils (GH-19684) by Pablo Galindo · 4 years, 6 months ago
  9. 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, 6 months ago
  10. 1df5a9e bpo-40334: Fix build errors and warnings in test_peg_generator (GH-19672) by Pablo Galindo · 4 years, 6 months ago
  11. 0b7829e Compile extensions in test_peg_generator with C99 (GH-19668) by Pablo Galindo · 4 years, 6 months ago
  12. c5fc156 bpo-40334: PEP 617 implementation: New PEG parser for CPython (GH-19503) by Pablo Galindo · 4 years, 6 months ago
  13. 12446e6 bpo-40179: Fix translation of #elif in Argument Clinic (GH-19364) by Serhiy Storchaka · 4 years, 6 months ago
  14. 9a4b38f bpo-40267: Fix message when last input character produces a SyntaxError (GH-19521) by Lysandros Nikolaou · 4 years, 6 months ago
  15. 584a3cf closes bpo-40266, closes bpo-39953: Use numeric lib code if compiling against old OpenSSL. (GH-19506) by Benjamin Peterson · 4 years, 6 months ago
  16. 909b87d closes bpo-39953: Generate ifdefs around library code definitions. (GH-19490) by Benjamin Peterson · 4 years, 6 months ago
  17. 3e0dd37 closes bpo-39953: Update OpenSSL error codes table. (GH-19082) by Benjamin Peterson · 4 years, 6 months ago
  18. e7c98f0 bpo-40094: Fix which.py script exit code (GH-19286) by Victor Stinner · 4 years, 6 months ago
  19. cd16661 closes bpo-40125: Update multissltests.py to use OpenSSL 1.1.1f. (GH-19248) by Benjamin Peterson · 4 years, 6 months ago
  20. 7bf069b bpo-40019: Skip test_gdb if Python was optimized (GH-19081) by Victor Stinner · 4 years, 7 months ago
  21. 2dd4174 bpo-39930: Ensure vcruntime140.dll is included in all Windows packages (GH-18918) by Steve Dower · 4 years, 7 months ago
  22. 51796e5 Update some www.unicode.org URLs to use HTTPS. (GH-18912) by Benjamin Peterson · 4 years, 7 months ago
  23. 051b9d0 closes bpo-39926: Update Unicode to 13.0.0. (GH-18910) by Benjamin Peterson · 4 years, 7 months ago
  24. 6d0ee60 bpo-36184: Port python-gdb.py to FreeBSD (GH-18873) by Victor Stinner · 4 years, 7 months ago
  25. 03153dd bpo-39789: Update Windows release build machines to VS 2019 (GH-18695) by Steve Dower · 4 years, 7 months ago
  26. 9aeb0ef bpo-39573: Update clinic to use Py_IS_TYPE() function (GH-18507) by Dong-hee Na · 4 years, 8 months ago
  27. 9af0e47 bpo-39156: Break up COMPARE_OP into four logically distinct opcodes. (GH-17754) by Mark Shannon · 4 years, 9 months ago
  28. 5136e72 argument-clinic: Simplify multi-line string handling (GH-17852) by Dong-hee Na · 4 years, 9 months ago
  29. 78018bb Remove outdated mention of hg.exe from Tools/msi/README.txt (GH-17792) by Anthony Shaw · 4 years, 9 months ago
  30. 27fc3b6 bpo-38870: Expose a function to unparse an ast object in the ast module (GH-17302) by Pablo Galindo · 4 years, 11 months ago
  31. 892221b bpo-38839: Fix some unused functions in tests (GH-17189) by Adam Johnson · 4 years, 11 months ago
  32. ae7aa42 Remove code commented for more than 10 years (GH-16965) by Victor Stinner · 5 years ago
  33. 0ac6137 bpo-38589: Fixes HTML Help shortcut when Windows is not installed to C drive (GH-16968) by Steve Dower · 5 years ago
  34. 794616f bpo-38534: Replace wrong KB number references (GH-16955) by benedwards14 · 5 years ago
  35. ea6041c bpo-38539: Finish rename of ss1.py to spreadsheet.py (GH-16896) by Raymond Hettinger · 5 years ago
  36. a4aeb33 bpo-38539: Update demo files (GH-16890) by Julin S · 5 years ago
  37. 20bf8e0 bpo-38419: fix "check-c-globals" path (GH-16680) by AMIR · 5 years ago
  38. a9ed91e bpo-27961: Replace PY_LONG_LONG with long long. (GH-15386) by Sergey Fedoseev · 5 years ago
  39. e4c431e bpo-36876: Re-organize the c-analyzer tool code. (gh-16841) by Eric Snow · 5 years ago
  40. 2b7dc40 bpo-38347: find pathfix for Python scripts whose name contain a '-' (GH-16536) by Ruediger Pluem · 5 years ago
  41. 6693f73 bpo-38187: Fix a refleak in Tools/c-analyzer. (gh-16304) by Eric Snow · 5 years ago
  42. 1dc1acb bpo-37064: Add option -a to pathfix.py tool (GH-15717) by PatrikKopkan · 5 years ago
  43. 6f53d34 closes bpo-16637: libpython: construct integer object directly from gdbvalue (GH-15232) by Marc Hartmayer · 5 years ago
  44. 6fbc924 bpo-38187: Fix reference leak in test_tools (GH-16233) by Pablo Galindo · 5 years ago
  45. 279f446 bpo-37206: Unrepresentable default values no longer represented as None. (GH-13933) by Serhiy Storchaka · 5 years ago
  46. a44f3dc Move Eric's TODO file into his directory. (GH-16072) by Benjamin Peterson · 5 years ago
  47. 088b63e bpo-36876: Fix the globals checker tool. (gh-16058) by Eric Snow · 5 years ago
  48. a65678c bpo-37760: Convert from length-18 lists to a dataclass, in makeunicodedata. (GH-15265) by Greg Price · 5 years ago
  49. ee536b2 bpo-36876: Add a tool that identifies unsupported global C variables. (#15877) by Eric Snow · 5 years ago
  50. 58ab134 bpo-38117: Test with OpenSSL 1.1.1d (GH-15983) by Christian Heimes · 5 years ago
  51. 7a6873c bpo-37151: remove special case for PyCFunction from PyObject_Call (GH-14684) by Jeroen Demeyer · 5 years ago
  52. 55d12ce bpo-36511: clean up python process before deploy on ARM Windows buildbots (GH-14431) by Paul Monson · 5 years ago
  53. 3cbc23a bpo-37758: Cut always-constant conditionals on sys.maxunicode. (GH-15302) by Greg Price · 5 years ago
  54. fa3a38d Mark files as executable that are meant as scripts. (GH-15354) by Greg Price · 5 years ago
  55. 3a0ddbc bpo-37283: Ensure command-line and unattend.xml setting override previously detected states in Windows installer (GH-15759) by Steve Dower · 5 years ago
  56. 50254ac bpo-37064: Add option -k to Tools/scripts/pathfix.py (GH-15548) by PatrikKopkan · 5 years ago
  57. 4901fe2 bpo-37034: Display argument name on errors with keyword arguments with Argument Clinic. (GH-13593) by Rémi Lapeyre · 5 years ago
  58. 0dac68f bpo-36743: __get__ is sometimes called without the owner argument (#12992) by Raymond Hettinger · 5 years ago
  59. aef9ad8 bpo-37942: Improve argument clinic float converter (GH-15470) by Raymond Hettinger · 5 years ago
  60. 3e4498d bpo-37760: Avoid cluttering work tree with downloaded Unicode files. (GH-15128) by Greg Price · 5 years ago
  61. c03e698 bpo-37760: Factor out standard range-expanding logic in makeunicodedata. (GH-15248) by Greg Price · 5 years ago
  62. 99d208e bpo-37760: Constant-fold some old options in makeunicodedata. (GH-15129) by Greg Price · 5 years ago
  63. ef2af1a bpo-37760: Factor out the basic UCD parsing logic of makeunicodedata. (GH-15130) by Greg Price · 5 years ago
  64. ed70a34 bpo-36511: Fix failures in Windows ARM32 buildbot (GH-15181) by Paul Monson · 5 years ago
  65. 662db12 bpo-37685: Fixed __eq__, __lt__ etc implementations in some classes. (GH-14952) by Serhiy Storchaka · 5 years ago
  66. c4cacc8 Fix typos in comments, docs and test names (#15018) by Min ho Kim · 5 years ago
  67. 27eeaf0 bpo-37704: Remove Tools/scripts/h2py.py (GH-15000) by Victor Stinner · 5 years ago
  68. fe330fc Fix publishing of Windows release (GH-15006) by Steve Dower · 5 years ago
  69. 994a3b8 Enable publish of Windows releases through Azure Pipelines (GH-14720) by Steve Dower · 5 years ago
  70. 0d722f3 bpo-36974: separate vectorcall functions for each calling convention (GH-13781) by Jeroen Demeyer · 5 years ago
  71. 36456df bpo-37392: Remove sys.setcheckinterval() (GH-14355) by Victor Stinner · 5 years ago
  72. f569092 bpo-37351: Removes libpython38.a from standard Windows distribution (#14276) by Steve Dower · 5 years ago
  73. f8dd77d bpo-36511: Fix -u parameters for ARM32 tests (GH-14280) by Paul Monson · 5 years ago
  74. a195212 bpo-36511: Improve ARM32 buildbot scripts (GH-14251) by Paul Monson · 5 years ago
  75. 7e1a9aa bpo-37151: remove _PyCFunction_FastCallDict (GH-14269) by Jeroen Demeyer · 5 years ago
  76. f355069 bpo-36511: Add buildbot scripts and fix tests for Windows ARM32 buildbot (GH-13454) by Paul Monson · 5 years ago
  77. 749e730 Fix Windows release build issues (GH-14091) by Steve Dower · 5 years ago
  78. 21a92f8 Implement Windows release builds in Azure Pipelines (GH-14065) by Steve Dower · 5 years ago
  79. e7e5039 bpo-37181: Fix test_regrtest failures on Windows arm64 (GH-13872) by Paul Monson · 5 years ago
  80. e0c0c7e bpo-37156: Fix libssl DLL tag in MSI sources (GH-13866) by Steve Dower · 5 years ago
  81. e35d1ba bpo-34271: Fix compatibility with 1.0.2 (GH-13728) by Christian Heimes · 5 years ago
  82. 06651ee bpo-37081: Test with OpenSSL 1.1.1c (GH-13631) by Christian Heimes · 5 years ago
  83. 5df4025 Add description to the command line help of the argument clinic (GH-8518) by Tim Hoffmann · 5 years ago
  84. faa2948 Clean up and reduce visual clutter in the makeunicode.py script. (GH-7558) by Stefan Behnel · 5 years ago
  85. 37788bc bpo-36974: rename _FastCallKeywords -> _Vectorcall (GH-13653) by Jeroen Demeyer · 5 years ago
  86. fecb75c bpo-36974: Fix GDB integration (GH-13665) by Petr Viktorin · 5 years ago
  87. aaf47ca bpo-37053: handle strings like u"bar" correctly in Tools/parser/unparse.py (GH-13583) by Chih-Hsuan Yen · 5 years ago
  88. 51394b8 bpo-36511: Ensure error code propagates out of batch files (GH-13529) by Paul Monson · 5 years ago
  89. 4f82072 bpo-36511: Windows arm32 buildbot changes (remove extra space) (GH-13351) by Paul Monson · 5 years ago
  90. 67ff6a1 bpo-36511: Windows ARM32 buildbot changes (GH-12917) by Paul Monson · 5 years ago
  91. 3aca40d closes bpo-36861: Update Unicode database to 12.1.0. (GH-13214) by Benjamin Peterson · 5 years ago
  92. c4e78b1 bpo-14546: Fix the argument handling in Tools/scripts/lll.py (GH-13026) by Zackery Spytz · 5 years ago
  93. 8c77b8c bpo-36540: PEP 570 -- Implementation (GH-12701) by Pablo Galindo · 5 years ago
  94. d59b662 bpo-36690: Fix typo in Tools/demo/rpython.py (GH-12903) by 周家未 · 5 years ago
  95. 6fec905 bpo-36642: make unicodedata const (GH-12855) by Inada Naoki · 5 years ago
  96. 2b7f93b bpo-36345: Update wsgiref example (GH-12562) by Stéphane Wirtel · 5 years ago
  97. 606c66a Allow Windows layout builds to fully skip code signing (GH-12808) by Steve Dower · 5 years ago
  98. aa25d5d Enable building nuget packages for ARM32 (GH-12669) by Paul Monson · 5 years ago
  99. 2a4ce43 Tools/importbench: Fix a misplaced stderr= (GH-12690) by Anthony Sottile · 6 years ago
  100. 79da388 bpo-36085: Add installer check for KB2533625 (GH-12636) by Steve Dower · 6 years ago