1. 9c45390 bpo-46638: Makes registry virtualisation setting stable when building MSIX packages (GH-31130) by Miss Islington (bot) · 2 years, 8 months ago
  2. 7b5b23c bpo-46629: Update classicAppCompat.sccd for new signing certificate (GH-31111) by Miss Islington (bot) · 2 years, 8 months ago
  3. 34895f6 Optimize images by IMGbot (GH-21348) by Miss Islington (bot) · 2 years, 8 months ago
  4. 35955e4 [3.10] Update copyright year to 2022. (GH-30335) (GH-30336) by Miss Islington (bot) · 2 years, 9 months ago
  5. af39cfa [3.10] bpo-44391: Remove unused argument from a varargs call. (GH-29843) (GH-29849) by Miss Islington (bot) · 2 years, 10 months ago
  6. 3dcbe01 bpo-45901: Fixes argument passing when invoking .py files directly through the Store package (GH-29799) by Miss Islington (bot) · 2 years, 10 months ago
  7. ae065f8 bpo-45616: Let py.exe distinguish between v3.1 and v3.10 (GH-29731) by Miss Islington (bot) · 2 years, 10 months ago
  8. d29f591 bpo-45220: Ensure RT_MANIFEST is defined when compiling Windows resource files (GH-29501) by Miss Islington (bot) · 2 years, 11 months ago
  9. 804ea41 bpo-45720: Drop references to shlwapi.dll on Windows (GH-29417) by Steve Dower · 2 years, 11 months ago
  10. c0f3281 bpo-45220: Remove invalid include from resource definition files on Windows (GH-29396) (GH-29406) by Miss Islington (bot) · 2 years, 11 months ago
  11. dcfbe4f [3.10] Fix typos in the Objects directory (GH-28766) (GH-28797) by Christian Clauss · 3 years ago
  12. 8c1e1da [3.10] [codemod] Fix non-matching bracket pairs (GH-28473) (GH-28511) by Łukasz Langa · 3 years ago
  13. 53257cf bpo-45123: PyAiter_Check and PyObject_GetAiter fix & rename. (GH-28194) (GH-28199) by Miss Islington (bot) · 3 years ago
  14. 6b922da bpo-41103: Resurrect the old buffer protocol. (GH-27437) (GH-27441) by Miss Islington (bot) · 3 years, 2 months ago
  15. 6fc1efa bpo-44740: Lowercase "internet" and "web" where appropriate. (GH-27378) (GH-27380) by Miss Islington (bot) · 3 years, 2 months ago
  16. 84ce737 bpo-44392: Add Py_GenericAlias to C API docs (GH-26724) by Miss Islington (bot) · 3 years, 3 months ago
  17. 68b9c20 bpo-43795: Remove Py_FrozenMain from the Limited API & Stable ABI (GH-26241) (GH-26353) by Miss Islington (bot) · 3 years, 4 months ago
  18. 8f3ef45 bpo-43795: Mark PyCodec_Unregister as a function, not data, in stable ABI (GH-25920) by Miss Islington (bot) · 3 years, 5 months ago
  19. c2931d3 bpo-43916: Move the _PyStructSequence_InitType function to the internal API (GH-25854) by Pablo Galindo · 3 years, 5 months ago
  20. 558df90 bpo-43916: Export the _PyStructSequence_InitType to fix build errors in the curses module (GH-25768) by Pablo Galindo · 3 years, 5 months ago
  21. 14fc2bd bpo-28254: Add PyGC_ functions to the stable ABI manifest (GH-25720) by Petr Viktorin · 3 years, 5 months ago
  22. f6ee4da bpo-43795: Generate python3dll.c and doc data from manifest (PEP 652) (GH-25315) by Petr Viktorin · 3 years, 5 months ago
  23. 5e437fb bpo-30555: Fix WindowsConsoleIO fails in the presence of fd redirection (GH-1927) by Segev Finer · 3 years, 5 months ago
  24. 91b69b7 bpo-43868: Remove PyOS_ReadlineFunctionPointer from the stable ABI list (GH-25442) by Petr Viktorin · 3 years, 5 months ago
  25. 92eebf6 bpo-43795: Sort PC/python3dll.c (GH-25312) by Petr Viktorin · 3 years, 5 months ago
  26. 3359cab bpo-43688: Support the limited C API in debug mode (GH-25131) by Victor Stinner · 3 years, 6 months ago
  27. dec0757 bpo-43179: Generalise alignment for optimised string routines (GH-24624) by Jessica Clarke · 3 years, 6 months ago
  28. dfeec34 bpo-43637: Fix a possible memory leak in winreg.SetValueEx() (GH-25038) by Zackery Spytz · 3 years, 6 months ago
  29. 4827483 bpo-43510: Implement PEP 597 opt-in EncodingWarning. (GH-19481) by Inada Naoki · 3 years, 6 months ago
  30. 28ad12f bpo-43244: Remove symtable.h header file (GH-24910) by Victor Stinner · 3 years, 6 months ago
  31. ba251c2 bpo-43356: Allow passing a signal number to interrupt_main() (GH-24755) by Antoine Pitrou · 3 years, 6 months ago
  32. c994ffe bpo-11717: fix ssize_t redefinition error when targeting 32bit Windows app (GH-24479) by Jozef Grajciar · 3 years, 7 months ago
  33. 4233ff3 Fix typo in launcher.c (GH-24497) by Ikko Ashimine · 3 years, 7 months ago
  34. 8a8b5df bpo-43155: Add PyCMethod_New to PC/python3dll.c (GH-24500) by Zackery Spytz · 3 years, 7 months ago
  35. 28873a7 Fix signed/unsigned comparison to avoid compilation warning (GH-24441) by Ken Jin · 3 years, 8 months ago
  36. e8e66ea bpo-41713: Remove PyOS_InitInterrupts() from python3dll.c (GH-24257) by Victor Stinner · 3 years, 8 months ago
  37. 2396614 bpo-1635741: Fix PyModule_AddObjectRef to use EXPORT_FUNC (GH-24205) by Dong-hee Na · 3 years, 8 months ago
  38. 0e2a0f7 bpo-42802: Remove distutils bdist_wininst command (GH-24043) by Victor Stinner · 3 years, 9 months ago
  39. de6f20a Bring Python into the new year. (GH-24036) by Dong-hee Na · 3 years, 9 months ago
  40. fcc6935 Add symbols of the stable ABI to python3dll.c (GH-23598) by Victor Stinner · 3 years, 9 months ago
  41. b5c7b38 bpo-42591: Export missing Py_FrozenMain() symbol (GH-23730) by Victor Stinner · 3 years, 10 months ago
  42. c168b50 bpo-42111: Make the xxlimited module an example of best extension module practices (GH-23226) by Petr Viktorin · 3 years, 10 months ago
  43. 32bd68c bpo-42519: Replace PyObject_MALLOC() with PyObject_Malloc() (GH-23587) by Victor Stinner · 3 years, 10 months ago
  44. 00d7abd bpo-42519: Replace PyMem_MALLOC() with PyMem_Malloc() (GH-23586) by Victor Stinner · 3 years, 10 months ago
  45. 9cc9e27 bpo-42120: Remove macro defining copysign to _copysign on Windows (GH-23326) by Steve Dower · 3 years, 10 months ago
  46. f62dad1 bpo-38506: Fix the Windows py.exe launcher's misordering of 3.10 (GH-18307) by Zackery Spytz · 3 years, 10 months ago
  47. c640915 Bump magic number. (GH-23245) by Mark Shannon · 3 years, 10 months ago
  48. 0b9c4c6 bpo-42171: Add PEP573-related items to the limited API (GH-23009) by Petr Viktorin · 3 years, 11 months ago
  49. 53a03aa bpo-42262: Add Py_NewRef() and Py_XNewRef() (GH-23152) by Victor Stinner · 3 years, 11 months ago
  50. 6d883fb bpo-38439: Update the Windows Store package's icons for IDLE. Artwork by Andrew Clover (GH-22817) by Steve Dower · 4 years ago
  51. 1438c2a bpo-41845: Move PyObject_GenericGetDict() back into the limited API (GH22646) by Zackery Spytz · 4 years ago
  52. 3a8fdb2 bpo-41784: make PyUnicode_AsUTF8AndSize part of the limited API (GH-22252) by Alex Gaynor · 4 years ago
  53. cfb0f57 bpo-41756: Export PyGen_Send and wrap it in if-defs (#22677) by Vladimir Matveev · 4 years ago
  54. 19c3ac9 bpo-41834: Remove _Py_CheckRecursionLimit variable (GH-22359) by Victor Stinner · 4 years ago
  55. 31c9828 bpo-41729: Fix test_winconsole failures (3) and hang (GH-22146) by Terry Jan Reedy · 4 years ago
  56. 15edaec bpo-40989: Fix compiler warning in winreg.c (GH-21722) by Victor Stinner · 4 years, 2 months ago
  57. 936a660 bpo-41304: Ensure python3x._pth is loaded on Windows (GH-21495) by Steve Dower · 4 years, 2 months ago
  58. 4c8f09d bpo-36346: Make using the legacy Unicode C API optional (GH-21437) by Serhiy Storchaka · 4 years, 2 months ago
  59. 8182cc2 bpo-39573: Use the Py_TYPE() macro (GH-21433) by Victor Stinner · 4 years, 2 months ago
  60. dcbaa1b bpo-29778: Ensure python3.dll is loaded from correct locations when Python is embedded (GH-21297) by Steve Dower · 4 years, 3 months ago
  61. b3dd5cd bpo-36346: Undeprecate private function _PyUnicode_AsUnicode(). (GH-21336) by Serhiy Storchaka · 4 years, 3 months ago
  62. 5d5c84e bpo-41187: Convert the _msi module to Argument Clinic (GH-21264) by Serhiy Storchaka · 4 years, 3 months ago
  63. ba67d73 bpo-41142: Add support of non-ASCII paths for CAB files. (GH-21195) by Serhiy Storchaka · 4 years, 3 months ago
  64. 349f76c bpo-36346: Prepare for removing the legacy Unicode C API (AC only). (GH-21223) by Serhiy Storchaka · 4 years, 3 months ago
  65. 6f8a6ee bpo-41103: Remove old buffer protocol support (#21117) by Inada Naoki · 4 years, 3 months ago
  66. 55939b1 bpo-41074: Fix support of non-ASCII names and SQL in msilib. (GH-21126) by Serhiy Storchaka · 4 years, 3 months ago
  67. 33b79b1 bpo-41038: Fix non-ASCII string corruption in Win32 resource files (GH-20985) by Nikita Nemkin · 4 years, 3 months ago
  68. bbf36e8 bpo-41070: Simplify pyshellext.dll build (GH-21037) by Nikita Nemkin · 4 years, 3 months ago
  69. 2c6e4e9 bpo-41039: Simplify python3.dll build (GH-20989) by Nikita Nemkin · 4 years, 3 months ago
  70. 4efc336 bpo-41054: Simplify resource compilation on Windows (GH-21004) by Nikita Nemkin · 4 years, 3 months ago
  71. fe2a48c bpo-41089: Filters and other issues in Visual Studio projects (GH-21070) by Nikita Nemkin · 4 years, 3 months ago
  72. 04fc4f2 bpo-40989: PyObject_INIT() becomes an alias to PyObject_Init() (GH-20901) by Victor Stinner · 4 years, 3 months ago
  73. b3e6783 bpo-37556 Extend help to include latest overrides (GH-14701) by Steve (Gadget) Barnes · 4 years, 3 months ago
  74. 1ed83ad bpo-40939: Remove the old parser (GH-20768) by Pablo Galindo · 4 years, 3 months ago
  75. f6e58ae bpo-40826: Fix test_repl.test_close_stdin() on Windows (GH-20779) by Victor Stinner · 4 years, 3 months ago
  76. e81f6e6 bpo-40910: Export Py_GetArgcArgv() function (GH-20721) by Victor Stinner · 4 years, 4 months ago
  77. 578c395 bpo-37999: No longer use __int__ in implicit integer conversions. (GH-15636) by Serhiy Storchaka · 4 years, 4 months ago
  78. d4fe098 Python 3.10.0a0 (GH-20198) by Pablo Galindo · 4 years, 4 months ago
  79. 98e42d1 bpo-35890: Use RegQueryInfoKeyW and CryptAcquireContextW explicitly (GH-19974) by Minmin Gong · 4 years, 4 months ago
  80. ae00a5a bpo-40428: Remove PyTuple_ClearFreeList() function (GH-19769) by Victor Stinner · 4 years, 5 months ago
  81. c5fc156 bpo-40334: PEP 617 implementation: New PEG parser for CPython (GH-19503) by Pablo Galindo · 4 years, 5 months ago
  82. 361dcdc bpo-40268: Remove unused osdefs.h includes (GH-19532) by Victor Stinner · 4 years, 5 months ago
  83. 4a21e57 bpo-40268: Remove unused structmember.h includes (GH-19530) by Victor Stinner · 4 years, 5 months ago
  84. e5014be bpo-40268: Remove a few pycore_pystate.h includes (GH-19510) by Victor Stinner · 4 years, 5 months ago
  85. 9205520 bpo-40170: PyObject_NEW() becomes an alias to PyObject_New() (GH-19379) by Victor Stinner · 4 years, 6 months ago
  86. 48b069a bpo-39481: Implementation for PEP 585 (#18239) by Guido van Rossum · 4 years, 6 months ago
  87. 6e623ff bpo-40158: Fix CPython MSBuild Properties in NuGet Package (GH-19343) by Chris Martinez · 4 years, 6 months ago
  88. 676b1051 bpo-8901: Windows registry path is now ignored with the -E option (GH-18169) by Zackery Spytz · 4 years, 6 months ago
  89. 7668a8b Use calloc-based functions, not malloc. (GH-19152) by Andy Lester · 4 years, 6 months ago
  90. fde44ae bpo-39930: Convert error to warning for more silent failure (GH-18921) by Steve Dower · 4 years, 6 months ago
  91. 8510f43 bpo-1294959: Add sys.platlibdir attribute (GH-18381) by Victor Stinner · 4 years, 7 months ago
  92. 815280e bpo-39794: Add --without-decimal-contextvar (#18702) by Stefan Krah · 4 years, 7 months ago
  93. 03153dd bpo-39789: Update Windows release build machines to VS 2019 (GH-18695) by Steve Dower · 4 years, 7 months ago
  94. d644891 bpo-38403: Update nuspec file for deprecated field and git repository (GH-18657) by Steve Dower · 4 years, 7 months ago
  95. 6c444d0 bpo-39184: Fix incorrect return value (GH-18580) by Steve Dower · 4 years, 7 months ago
  96. 7514f4f bpo-39184: Add audit events to functions in `fcntl`, `msvcrt`, `os`, `resource`, `shutil`, `signal`, `syslog` (GH-18407) by Saiyang Gou · 4 years, 7 months ago
  97. 877ea88 bpo-38644: Add Py_EnterRecursiveCall() to python3.def (GH-18399) by Victor Stinner · 4 years, 8 months ago
  98. b439a71 bpo-39553: Delete HAVE_SXS protected code (GH-18356) by Zackery Spytz · 4 years, 8 months ago
  99. 6a65eba bpo-39401: Avoid unsafe DLL load on Windows 7 and earlier (GH-18231) by Steve Dower · 4 years, 8 months ago
  100. 9af0e47 bpo-39156: Break up COMPARE_OP into four logically distinct opcodes. (GH-17754) by Mark Shannon · 4 years, 8 months ago