- 4233ff3 Fix typo in launcher.c (GH-24497) by Ikko Ashimine · 3 years, 9 months ago
- 8a8b5df bpo-43155: Add PyCMethod_New to PC/python3dll.c (GH-24500) by Zackery Spytz · 3 years, 9 months ago
- 28873a7 Fix signed/unsigned comparison to avoid compilation warning (GH-24441) by Ken Jin · 3 years, 9 months ago
- e8e66ea bpo-41713: Remove PyOS_InitInterrupts() from python3dll.c (GH-24257) by Victor Stinner · 3 years, 10 months ago
- 2396614 bpo-1635741: Fix PyModule_AddObjectRef to use EXPORT_FUNC (GH-24205) by Dong-hee Na · 3 years, 10 months ago
- 0e2a0f7 bpo-42802: Remove distutils bdist_wininst command (GH-24043) by Victor Stinner · 3 years, 10 months ago
- de6f20a Bring Python into the new year. (GH-24036) by Dong-hee Na · 3 years, 11 months ago
- fcc6935 Add symbols of the stable ABI to python3dll.c (GH-23598) by Victor Stinner · 4 years ago
- b5c7b38 bpo-42591: Export missing Py_FrozenMain() symbol (GH-23730) by Victor Stinner · 4 years ago
- c168b50 bpo-42111: Make the xxlimited module an example of best extension module practices (GH-23226) by Petr Viktorin · 4 years ago
- 32bd68c bpo-42519: Replace PyObject_MALLOC() with PyObject_Malloc() (GH-23587) by Victor Stinner · 4 years ago
- 00d7abd bpo-42519: Replace PyMem_MALLOC() with PyMem_Malloc() (GH-23586) by Victor Stinner · 4 years ago
- 9cc9e27 bpo-42120: Remove macro defining copysign to _copysign on Windows (GH-23326) by Steve Dower · 4 years ago
- f62dad1 bpo-38506: Fix the Windows py.exe launcher's misordering of 3.10 (GH-18307) by Zackery Spytz · 4 years ago
- c640915 Bump magic number. (GH-23245) by Mark Shannon · 4 years ago
- 0b9c4c6 bpo-42171: Add PEP573-related items to the limited API (GH-23009) by Petr Viktorin · 4 years ago
- 53a03aa bpo-42262: Add Py_NewRef() and Py_XNewRef() (GH-23152) by Victor Stinner · 4 years ago
- 6d883fb bpo-38439: Update the Windows Store package's icons for IDLE. Artwork by Andrew Clover (GH-22817) by Steve Dower · 4 years, 1 month ago
- 1438c2a bpo-41845: Move PyObject_GenericGetDict() back into the limited API (GH22646) by Zackery Spytz · 4 years, 1 month ago
- 3a8fdb2 bpo-41784: make PyUnicode_AsUTF8AndSize part of the limited API (GH-22252) by Alex Gaynor · 4 years, 1 month ago
- cfb0f57 bpo-41756: Export PyGen_Send and wrap it in if-defs (#22677) by Vladimir Matveev · 4 years, 1 month ago
- 19c3ac9 bpo-41834: Remove _Py_CheckRecursionLimit variable (GH-22359) by Victor Stinner · 4 years, 2 months ago
- 31c9828 bpo-41729: Fix test_winconsole failures (3) and hang (GH-22146) by Terry Jan Reedy · 4 years, 2 months ago
- 15edaec bpo-40989: Fix compiler warning in winreg.c (GH-21722) by Victor Stinner · 4 years, 3 months ago
- 936a660 bpo-41304: Ensure python3x._pth is loaded on Windows (GH-21495) by Steve Dower · 4 years, 4 months ago
- 4c8f09d bpo-36346: Make using the legacy Unicode C API optional (GH-21437) by Serhiy Storchaka · 4 years, 4 months ago
- 8182cc2 bpo-39573: Use the Py_TYPE() macro (GH-21433) by Victor Stinner · 4 years, 4 months ago
- dcbaa1b bpo-29778: Ensure python3.dll is loaded from correct locations when Python is embedded (GH-21297) by Steve Dower · 4 years, 4 months ago
- b3dd5cd bpo-36346: Undeprecate private function _PyUnicode_AsUnicode(). (GH-21336) by Serhiy Storchaka · 4 years, 4 months ago
- 5d5c84e bpo-41187: Convert the _msi module to Argument Clinic (GH-21264) by Serhiy Storchaka · 4 years, 5 months ago
- ba67d73 bpo-41142: Add support of non-ASCII paths for CAB files. (GH-21195) by Serhiy Storchaka · 4 years, 5 months ago
- 349f76c bpo-36346: Prepare for removing the legacy Unicode C API (AC only). (GH-21223) by Serhiy Storchaka · 4 years, 5 months ago
- 6f8a6ee bpo-41103: Remove old buffer protocol support (#21117) by Inada Naoki · 4 years, 5 months ago
- 55939b1 bpo-41074: Fix support of non-ASCII names and SQL in msilib. (GH-21126) by Serhiy Storchaka · 4 years, 5 months ago
- 33b79b1 bpo-41038: Fix non-ASCII string corruption in Win32 resource files (GH-20985) by Nikita Nemkin · 4 years, 5 months ago
- bbf36e8 bpo-41070: Simplify pyshellext.dll build (GH-21037) by Nikita Nemkin · 4 years, 5 months ago
- 2c6e4e9 bpo-41039: Simplify python3.dll build (GH-20989) by Nikita Nemkin · 4 years, 5 months ago
- 4efc336 bpo-41054: Simplify resource compilation on Windows (GH-21004) by Nikita Nemkin · 4 years, 5 months ago
- fe2a48c bpo-41089: Filters and other issues in Visual Studio projects (GH-21070) by Nikita Nemkin · 4 years, 5 months ago
- 04fc4f2 bpo-40989: PyObject_INIT() becomes an alias to PyObject_Init() (GH-20901) by Victor Stinner · 4 years, 5 months ago
- b3e6783 bpo-37556 Extend help to include latest overrides (GH-14701) by Steve (Gadget) Barnes · 4 years, 5 months ago
- 1ed83ad bpo-40939: Remove the old parser (GH-20768) by Pablo Galindo · 4 years, 5 months ago
- f6e58ae bpo-40826: Fix test_repl.test_close_stdin() on Windows (GH-20779) by Victor Stinner · 4 years, 5 months ago
- e81f6e6 bpo-40910: Export Py_GetArgcArgv() function (GH-20721) by Victor Stinner · 4 years, 5 months ago
- 578c395 bpo-37999: No longer use __int__ in implicit integer conversions. (GH-15636) by Serhiy Storchaka · 4 years, 6 months ago
- d4fe098 Python 3.10.0a0 (GH-20198) by Pablo Galindo · 4 years, 6 months ago
- 98e42d1 bpo-35890: Use RegQueryInfoKeyW and CryptAcquireContextW explicitly (GH-19974) by Minmin Gong · 4 years, 6 months ago
- ae00a5a bpo-40428: Remove PyTuple_ClearFreeList() function (GH-19769) by Victor Stinner · 4 years, 7 months ago
- c5fc156 bpo-40334: PEP 617 implementation: New PEG parser for CPython (GH-19503) by Pablo Galindo · 4 years, 7 months ago
- 361dcdc bpo-40268: Remove unused osdefs.h includes (GH-19532) by Victor Stinner · 4 years, 7 months ago
- 4a21e57 bpo-40268: Remove unused structmember.h includes (GH-19530) by Victor Stinner · 4 years, 7 months ago
- e5014be bpo-40268: Remove a few pycore_pystate.h includes (GH-19510) by Victor Stinner · 4 years, 7 months ago
- 9205520 bpo-40170: PyObject_NEW() becomes an alias to PyObject_New() (GH-19379) by Victor Stinner · 4 years, 7 months ago
- 48b069a bpo-39481: Implementation for PEP 585 (#18239) by Guido van Rossum · 4 years, 7 months ago
- 6e623ff bpo-40158: Fix CPython MSBuild Properties in NuGet Package (GH-19343) by Chris Martinez · 4 years, 8 months ago
- 676b1051 bpo-8901: Windows registry path is now ignored with the -E option (GH-18169) by Zackery Spytz · 4 years, 8 months ago
- 7668a8b Use calloc-based functions, not malloc. (GH-19152) by Andy Lester · 4 years, 8 months ago
- fde44ae bpo-39930: Convert error to warning for more silent failure (GH-18921) by Steve Dower · 4 years, 8 months ago
- 8510f43 bpo-1294959: Add sys.platlibdir attribute (GH-18381) by Victor Stinner · 4 years, 8 months ago
- 815280e bpo-39794: Add --without-decimal-contextvar (#18702) by Stefan Krah · 4 years, 9 months ago
- 03153dd bpo-39789: Update Windows release build machines to VS 2019 (GH-18695) by Steve Dower · 4 years, 9 months ago
- d644891 bpo-38403: Update nuspec file for deprecated field and git repository (GH-18657) by Steve Dower · 4 years, 9 months ago
- 6c444d0 bpo-39184: Fix incorrect return value (GH-18580) by Steve Dower · 4 years, 9 months ago
- 7514f4f bpo-39184: Add audit events to functions in `fcntl`, `msvcrt`, `os`, `resource`, `shutil`, `signal`, `syslog` (GH-18407) by Saiyang Gou · 4 years, 9 months ago
- 877ea88 bpo-38644: Add Py_EnterRecursiveCall() to python3.def (GH-18399) by Victor Stinner · 4 years, 9 months ago
- b439a71 bpo-39553: Delete HAVE_SXS protected code (GH-18356) by Zackery Spytz · 4 years, 10 months ago
- 6a65eba bpo-39401: Avoid unsafe DLL load on Windows 7 and earlier (GH-18231) by Steve Dower · 4 years, 10 months ago
- 9af0e47 bpo-39156: Break up COMPARE_OP into four logically distinct opcodes. (GH-17754) by Mark Shannon · 4 years, 10 months ago
- d0802d0 bpo-39012: Fix RC version suffix for nuget release files (GH-17564) by Steve Dower · 5 years ago
- ee17e37 bpo-39007: Add auditing events to functions in winreg (GH-17541) by Steve Dower · 5 years ago
- e89e159 Fix APPX registry key generation (GH-17489) by Steve Dower · 5 years ago
- d68b592 bpo-38896: Remove PyUnicode_ClearFreeList() function (GH-17354) by Victor Stinner · 5 years ago
- de148f2 bpo-33125: Add support for building and releasing Windows ARM64 packages (GH-16828) by Steve Dower · 5 years ago
- db7925a Update information about publishing a new version to the Microsoft Store (GH-17262) by Steve Dower · 5 years ago
- edb172a bpo-38519: Internal include files missing on Windows (GH-16921) by Zackery Spytz · 5 years ago
- a9ed91e bpo-27961: Replace PY_LONG_LONG with long long. (GH-15386) by Sergey Fedoseev · 5 years ago
- c02b41b bpo-38353: getpath.c: allocates strings on the heap (GH-16585) by Victor Stinner · 5 years ago
- 353fb1e bpo-38359: Ensures pyw.exe launcher reads correct registry key (GH-16561) by Steve Dower · 5 years ago
- 61691d8 bpo-38353: Cleanup includes in the internal C API (GH-16548) by Victor Stinner · 5 years ago
- b9a8b82 bpo-38343: Fixes version handling for nuget packages (GH-16527) by Steve Dower · 5 years ago
- 8462a49 bpo-38304: PyConfig_InitPythonConfig() cannot fail anymore (GH-16509) by Victor Stinner · 5 years ago
- 3c30a76 bpo-38304: Remove PyConfig.struct_size (GH-16500) (GH-16508) by Victor Stinner · 5 years ago
- dec3971 bpo-38322: Fix gotlandmark() of PC/getpathp.c (GH-16489) by Victor Stinner · 5 years ago
- 89f8177 bpo-38304: Fix PyConfig usage in python_uwp.cpp (GH-16487) by Victor Stinner · 5 years ago
- 8bf39b6 bpo-38234: Add test_init_setpath_config() to test_embed (GH-16402) by Victor Stinner · 5 years ago
- 221fd84 bpo-38234: Cleanup getpath.c (GH-16367) by Victor Stinner · 5 years ago
- 85ce0a7 bpo-38234: read_pth_file() now returns PyStatus (GH-16338) by Victor Stinner · 5 years ago
- 9c42f8c bpo-38234: Fix _PyConfig_InitPathConfig() (GH-16335) by Victor Stinner · 5 years ago
- fcdb027 bpo-38236: Dump path config at first import error (GH-16300) by Victor Stinner · 5 years ago
- e267793 bpo-38234: Fix PyConfig_Read() when Py_SetPath() was called (GH-16298) by Victor Stinner · 5 years ago
- c422167 bpo-38234: Remove _PyPathConfig.dll_path (GH-16307) by Victor Stinner · 5 years ago
- ed93a88 bpo-38133: Allow py.exe launcher to locate installations from the Microsoft Store (GH-16025) by Steve Dower · 5 years ago
- 0b72ccf bpo-32592: Set Windows 8 as the minimum required version for API support (GH-15951) by Steve Dower · 5 years ago
- 19f6940 bpo-38114: Do not include pip.ini in Nuget package (GH-15964) by Steve Dower · 5 years ago
- ef66f31 bpo-32587: Fixes unsafe downcast in PC/winreg.c (GH-15766) by Steve Dower · 5 years ago
- 19052a1 bpo-37705: Improve the implementation of winerror_to_errno() (GH-15623) by Zackery Spytz · 5 years ago
- e223ba1 bpo-32587: Make winreg.REG_MULTI_SZ support zero-length strings (#13239) by Zackery Spytz · 5 years ago
- a656365 bpo-37445: Include FORMAT_MESSAGE_IGNORE_INSERTS in FormatMessageW() calls (GH-14462) by Zackery Spytz · 5 years ago
- 4901fe2 bpo-37034: Display argument name on errors with keyword arguments with Argument Clinic. (GH-13593) by Rémi Lapeyre · 5 years ago
- 5dbe0f5 bpo-37757: Disallow PEP 572 cases that expose implementation details (GH-15131) by Nick Coghlan · 5 years ago