1. 04fdbb4 [3.10] bpo-47032: Ensure Windows install builds fail correctly with a non-zero exit code when part of the build fails (GH-31921) (GH-31926) by Steve Dower · 2 years, 3 months ago
  2. 58d30b9 bpo-46948: Fix launcher installer build failure due to first part of fix (GH-31920) by Miss Islington (bot) · 2 years, 3 months ago
  3. a59ac1e [3.10] bpo-47024: Update OpenSSL to 1.1.1n (GH-31895) (GH-31916) by Christian Heimes · 2 years, 3 months ago
  4. 136842c bpo-46948: Fix CVE-2022-26488 by ensuring the Windows Installer correctly uses the install path during repair (GH-31727) by Steve Dower · 2 years, 3 months ago
  5. 0ff033b [3.10] Update grammar_grapher with the new forced (&&) directive (GH-31704) (GH-31719) by Luca Chiodini · 2 years, 3 months ago
  6. 14284b0 [3.10] Allow the parser to avoid nested processing of invalid rules (GH-31252). (GH-31257) by Pablo Galindo Salgado · 2 years, 4 months ago
  7. 34895f6 Optimize images by IMGbot (GH-21348) by Miss Islington (bot) · 2 years, 4 months ago
  8. f5ebec4 [3.10] bpo-46576: bpo-46524: Disable compiler optimization within test_peg_generator. (GH-31015) (GH-31089) by Gregory P. Smith · 2 years, 5 months ago
  9. a8912a0 bpo-29844: Remove obsolete paragraph from Tools/msi/README.txt (GH-29141) by Miss Islington (bot) · 2 years, 5 months ago
  10. cf96c27 bpo-46106: Update OpenSSL to 1.1.1m (GH-30211) (GH-30224) by Ned Deily · 2 years, 6 months ago
  11. dc73199 [3.10] bpo-46110: Add a recursion check to avoid stack overflow in the PEG parser (GH-30177) (GH-30214) by Pablo Galindo Salgado · 2 years, 6 months ago
  12. 251d2ea bpo-46114: Fix OpenSSL version check for 3.0.1 (GH-30170) by Miss Islington (bot) · 2 years, 6 months ago
  13. b6defde bpo-45866: pegen strips directory of "generated from" header (GH-29777) (GH-29792) by Victor Stinner · 2 years, 7 months ago
  14. 327c764 bpo-45561: Run smelly.py tool from $(srcdir) (GH-29138) by Miss Islington (bot) · 2 years, 7 months ago
  15. 9e7a2e4 Fix out-of-tree build support for multissltest (GH-29694) by Miss Islington (bot) · 2 years, 7 months ago
  16. b2ae631 [3.10] bpo-45688: Add _scproxy to sys.stdlib_module_names (GH-29358) (GH-29361) by Miss Islington (bot) · 2 years, 8 months ago
  17. 5c9cab5 [3.10] bpo-45494: Fix parser crash when reporting errors involving invalid continuation characters (GH-28993) (GH-29070) by Łukasz Langa · 2 years, 8 months ago
  18. 03bf55d [3.10] Fix typos in the Tools directory (GH-28769) (GH-28801) by Christian Clauss · 2 years, 8 months ago
  19. 93242d7 [3.10] Remove trailing spaces (GH-28709) by Serhiy Storchaka · 2 years, 9 months ago
  20. 8c1e1da [3.10] [codemod] Fix non-matching bracket pairs (GH-28473) (GH-28511) by Łukasz Langa · 2 years, 9 months ago
  21. 89966f5 bpo-44786: Fix a warning in RE in c-analyzer (GH-28351) (GH-28353) by Miss Islington (bot) · 2 years, 9 months ago
  22. 8fc5300 [3.10] Fix typos in pep384_macrocheck.py (GH-28220) (GH-28272) by Miss Islington (bot) · 2 years, 9 months ago
  23. 2fe15db bpo-38820: Test with OpenSSL 3.0.0 final (GH-28205) by Miss Islington (bot) · 2 years, 9 months ago
  24. e2b2930 [3.10] bpo-45060: Get rid of few uses of the equality operators with None (GH-28087). (GH-28092) by Serhiy Storchaka · 2 years, 10 months ago
  25. dc46f4c bpo-45007: Update multissl to openssl 1.1.1l as well (GH-28044) by Miss Islington (bot) · 2 years, 10 months ago
  26. f7f1c26 Update URLs in comments and metadata to use HTTPS (GH-27458) (GH-27478) by Miss Islington (bot) · 2 years, 11 months ago
  27. 6fc1efa bpo-44740: Lowercase "internet" and "web" where appropriate. (GH-27378) (GH-27380) by Miss Islington (bot) · 2 years, 11 months ago
  28. c6cd2ec [3.10] bpo-38820: Test with OpenSSL 3.0.0-beta1 (GH-26769) (GH-26799) by Miss Islington (bot) · 3 years ago
  29. 7fd4010 bpo-43795: Don't list private names in the limited API (GH-26740) by Miss Islington (bot) · 3 years ago
  30. ae1732d bpo-44180: Fix edge cases in invalid assigment rules in the parser (GH-26283) by Miss Islington (bot) · 3 years, 1 month ago
  31. 36843f7 bpo-38820: Test with OpenSSL 3.0.0-alpha17 (GH-26266) by Miss Islington (bot) · 3 years, 1 month ago
  32. 9b59b6f [3.10] Remove a redundant assignment in Tools/unittestgui/unittestgui.py (GH-21438) (GH-26171) by Irit Katriel · 3 years, 1 month ago
  33. 3739371 bpo-43795: PEP 652 user documentation (GH-25668) (GH-26034) by Miss Islington (bot) · 3 years, 1 month ago
  34. 336dc52 bpo-44125: Fix "make patchcheck" on non-English locale (GH-26102) by Miss Islington (bot) · 3 years, 1 month ago
  35. 4cc8369 bpo-44074: let patchcheck infer the base branch name (GH-25991) by Miss Islington (bot) · 3 years, 1 month ago
  36. f8778f9 bpo-38820: Test with OpenSSL 3.0.0-alpha16 (GH-25942) by Miss Islington (bot) · 3 years, 1 month ago
  37. f6ee4da bpo-43795: Generate python3dll.c and doc data from manifest (PEP 652) (GH-25315) by Petr Viktorin · 3 years, 2 months ago
  38. 3c586ca bpo-38820: Old OpenSSL 3.0.0 releases are in /old/3.0/ (GH-25624) by Christian Heimes · 3 years, 2 months ago
  39. dcf6581 bpo-38820: Test with OpenSSL 3.0.0-alpha15 (GH-25537) by Christian Heimes · 3 years, 2 months ago
  40. b0544ba bpo-38605: Revert making 'from __future__ import annotations' the default (GH-25490) by Pablo Galindo · 3 years, 2 months ago
  41. 39258d3 bpo-43669: PEP 644: Require OpenSSL 1.1.1 or newer (GH-23014) by Christian Heimes · 3 years, 2 months ago
  42. b280248 bpo-43822: Improve syntax errors for missing commas (GH-25377) by Pablo Galindo · 3 years, 2 months ago
  43. 95bbb33 bpo-43723: Fix deprecation error caused by thread.setDaemon() (GH-25361) by Christian Heimes · 3 years, 2 months ago
  44. 150af75 bpo-43788: Generate version specific _ssl_data.h (GH-25300) by Christian Heimes · 3 years, 2 months ago
  45. 58bafe4 Sanitize macros and debug functions in pegen.c (GH-25291) by Pablo Galindo · 3 years, 2 months ago
  46. e35dd55 Improve CDN purge script (GH-25251) by Steve Dower · 3 years, 2 months ago
  47. 489c369 bpo-43651: PEP 597: Fix pdeps used locale encoding (GH-25204) by Inada Naoki · 3 years, 2 months ago
  48. 9bb5658 bpo-43688: Support "make regen-limited-abi" in debug mode (GH-25133) by Victor Stinner · 3 years, 3 months ago
  49. fcb55c0 bpo-27129: Use instruction offsets, not byte offsets, in bytecode and internally. (GH-25069) by Mark Shannon · 3 years, 3 months ago
  50. 61092a9 bpo-43690: stable_abi.py no longer parses macros (GH-25136) by Victor Stinner · 3 years, 3 months ago
  51. ad493ed bpo-42955: Add _overlapped to sys.stdlib_module_names (GH-25122) by Victor Stinner · 3 years, 3 months ago
  52. a54fc68 bpo-43631: Update to OpenSSL 1.1.1k (GH-25024) by Christian Heimes · 3 years, 3 months ago
  53. df9ade9 AC: Update unsupported_special_methods (GH-24956) by Dong-hee Na · 3 years, 3 months ago
  54. 8370e07 bpo-43244: Remove the pyarena.h header (GH-25007) by Victor Stinner · 3 years, 3 months ago
  55. 57364ce bpo-43244: Remove parser_interface.h header file (GH-25001) by Victor Stinner · 3 years, 3 months ago
  56. a81fca6 bpo-43244: Add pycore_compile.h header file (GH-25000) by Victor Stinner · 3 years, 3 months ago
  57. 28ad12f bpo-43244: Remove symtable.h header file (GH-24910) by Victor Stinner · 3 years, 3 months ago
  58. 32eba61 bpo-43466: Add --with-openssl-rpath configure option (GH-24820) by Christian Heimes · 3 years, 3 months ago
  59. ff8c77f Fix a typo in c-analyzer (GH-24468) by Ikko Ashimine · 3 years, 3 months ago
  60. 6af528b bpo-43244: Fix test_peg_generators on Windows (GH-24913) by Victor Stinner · 3 years, 3 months ago
  61. e0bf70d bpo-43244: Fix test_peg_generator for PyAST_Validate() (GH-24912) by Victor Stinner · 3 years, 3 months ago
  62. e272528 Remove unnecessary imports in the grammar parser (GH-24904) by Elisha Hollander · 3 years, 3 months ago
  63. d69ae75 Minor updates to the vector demo (GH-24853) by Raymond Hettinger · 3 years, 3 months ago
  64. a9c03d7 bpo-43456: Remove _xxsubinterpreters from sys.stdlib_module_names (GH-24814) by Victor Stinner · 3 years, 3 months ago
  65. 307745a bpo-43445: Add frozen modules to sys.stdlib_module_names (GH-24798) by Victor Stinner · 3 years, 3 months ago
  66. c994ffe bpo-11717: fix ssize_t redefinition error when targeting 32bit Windows app (GH-24479) by Jozef Grajciar · 3 years, 4 months ago
  67. 4a6bf27 bpo-35134: Move non-limited C API files to Include/cpython/ (GH-24561) by Nicholas Sim · 3 years, 4 months ago
  68. ffa55d2 bpo-39448: Add regen-frozen makefile target. (GH-18174) by Neil Schemenauer · 3 years, 4 months ago
  69. 366dc3a bpo-35134: Move Include/{pyarena.h,pyctype.h} to Include/cpython/ (GH-24550) by Nicholas Sim · 3 years, 4 months ago
  70. 801bb0b bpo-43103: Add configure --without-static-libpython (GH-24418) by Victor Stinner · 3 years, 4 months ago
  71. 58fb156 bpo-42997: Improve error message for missing : before suites (GH-24292) by Pablo Galindo · 3 years, 5 months ago
  72. 64fc105 bpo-42955: Remove sub-packages from sys.stdlib_module_names (GH-24353) by Victor Stinner · 3 years, 5 months ago
  73. 9852cb3 bpo-42955: Rename module_names to sys.stdlib_module_names (GH-24332) by Victor Stinner · 3 years, 5 months ago
  74. db584bd bpo-42955: Add sys.modules_names (GH-24238) by Victor Stinner · 3 years, 5 months ago
  75. cad8020 bpo-42955: Add Python/module_names.h (GH-24258) by Victor Stinner · 3 years, 5 months ago
  76. 0e2a0f7 bpo-42802: Remove distutils bdist_wininst command (GH-24043) by Victor Stinner · 3 years, 5 months ago
  77. af4cd16 Do not remove x bit from published directories (GH-24101) by Steve Dower · 3 years, 6 months ago
  78. 3bcc4ea Add small validator utility for PEG grammars (GH-23519) by Pablo Galindo · 3 years, 6 months ago
  79. 5ae9be6 bpo-36876: [c-analyzer tool] Additional CLI updates for "capi" command. (gh-23929) by Eric Snow · 3 years, 6 months ago
  80. 7ec59d8 bpo-36876: [c-analyzer tool] Add a "capi" subcommand to the c-analyzer tool. (gh-23918) by Eric Snow · 3 years, 6 months ago
  81. b57ada9 closes bpo-42726: gdb libpython: InstanceProxy support for py3 (GH-23912) by Augusto Hack · 3 years, 6 months ago
  82. 3d569fd bpo-42630: Improve error reporting in Tkinter for absent default root (GH-23781) by Serhiy Storchaka · 3 years, 6 months ago
  83. 1c653f1 bpo-42613: Fix freeze.py config directory (GH-23792) by Victor Stinner · 3 years, 6 months ago
  84. 0911411 Update stable ABI script for MacOS and update list of exported symbols (GH-23783) by Pablo Galindo · 3 years, 6 months ago
  85. 79c1849 bpo-42545: Improve the error message in the stable API script (GH-23648) by Pablo Galindo · 3 years, 7 months ago
  86. 85f1ded bpo-42545: Check that all symbols in the limited ABI are exported (GH-23616) by Pablo Galindo · 3 years, 7 months ago
  87. ac7d016 bpo-42212: smelly.py also checks the dynamic library (GH-23423) by Victor Stinner · 3 years, 7 months ago
  88. 9f02b47 bpo-36876: [c-analyzer tool] Tighten up the results and output. (GH-23431) by Eric Snow · 3 years, 7 months ago
  89. 8fba952 bpo-42398: Fix "make regen-all" race condition (GH-23362) by Victor Stinner · 3 years, 7 months ago
  90. 9b69342 bpo-40754: Adds _testinternalcapi to Windows installer for test suite (GH-23271) by Steve Dower · 3 years, 7 months ago
  91. 877df85 bpo-42246: Partial implementation of PEP 626. (GH-23113) by Mark Shannon · 3 years, 7 months ago
  92. bfc6b63 bpo-36310: Allow pygettext.py to detect calls to gettext in f-strings. (GH-19875) by jack1142 · 3 years, 7 months ago
  93. 1f73c32 bpo-41712: Avoid runaway regex match in upload scripts (GH-23166) by Yash Shete · 3 years, 7 months ago
  94. db6434c Enable signing of nuget.org packages and update to supported timestamp server (GH-23132) by Steve Dower · 3 years, 8 months ago
  95. 02cdfc9 bpo-42218: Correctly handle errors in left-recursive rules (GH-23065) by Lysandros Nikolaou · 3 years, 8 months ago
  96. 4fe7209 bpo-36876: Small adjustments to the C-analyzer tool. (GH-23045) by Eric Snow · 3 years, 8 months ago
  97. b9ee4af bpo-42208: Fix test_gdb for gc_collect_main() name (GH-23041) by Victor Stinner · 3 years, 8 months ago
  98. c310185 bpo-42161: Remove private _PyLong_Zero and _PyLong_One (GH-23003) by Victor Stinner · 3 years, 8 months ago
  99. bca7014 bpo-42123: Run the parser two times and only enable invalid rules on the second run (GH-22111) by Lysandros Nikolaou · 3 years, 8 months ago
  100. 345cd37 bpo-36876: Fix the C analyzer tool. (GH-22841) by Eric Snow · 3 years, 8 months ago