summaryrefslogtreecommitdiffstats
path: root/PC
Commit message (Expand)AuthorAgeFilesLines
* gh-102304: Fix Py_INCREF() stable ABI in debug mode (#104763)Victor Stinner2023-06-061-2/+0
* gh-102304: doc: Add links to Stable ABI and Limited C API (#105345)Victor Stinner2023-06-061-1/+0
* gh-92536: Argument Clinic no longer emits PyUnicode_READY() (#105208)Victor Stinner2023-06-013-15/+3
* gh-105156: Argument Clinic avoids Py_UNICODE type (#105161)Victor Stinner2023-05-312-80/+72
* gh-102304: Fix 2 New Stable ABI Functions (gh-104762)Eric Snow2023-05-301-0/+2
* gh-103646: Remove --include-pip-user from default APPX package build (GH-105064)Steve Dower2023-05-291-1/+0
* gh-104773: PEP 594: Remove the audioop module (#104937)Victor Stinner2023-05-251-2/+0
* gh-104773: Remove the msilib package (GH-104911)Zachary Ware2023-05-252-2010/+0
* gh-104773: PEP 594: Remove the nis module (#104897)Victor Stinner2023-05-241-3/+0
* gh-104780: Remove 2to3 program and lib2to3 module (#104781)Victor Stinner2023-05-233-27/+0
* Update Windows library names for the Python version bump (#104755)Kirill Podoprigora2023-05-221-2/+2
* gh-99113: Add Py_MOD_PER_INTERPRETER_GIL_SUPPORTED (gh-104205)Eric Snow2023-05-054-0/+4
* gh-103509: PEP 697 -- Limited C API for Extending Opaque Types (GH-103511)Petr Viktorin2023-05-042-0/+4
* gh-83004: Harden msvcrt further (#103420)Erlend E. Aasland2023-04-191-62/+53
* gh-95299: Remove lingering setuptools reference in installer scripts (GH-103613)Steve Dower2023-04-181-1/+0
* gh-103092: Isolate winreg (#103250)AN Long2023-04-172-144/+181
* gh-103092: Isolate msvcrt (#103248)AN Long2023-04-121-28/+25
* gh-103092: Isolate winsound (#103249)AN Long2023-04-101-25/+22
* gh-83004: Harden winreg init (#103386)Erlend E. Aasland2023-04-101-28/+37
* gh-83004: Harden `msvcrt` init (#103383)Erlend E. Aasland2023-04-101-12/+29
* gh-83004: Harden winsound init (#103385)Erlend E. Aasland2023-04-091-16/+14
* gh-103167: Fix `-Wstrict-prototypes` warnings by using `(void)` for functions...Nikita Sobolev2023-04-052-9/+9
* gh-102755: Add PyErr_DisplayException(exc) (#102756)Irit Katriel2023-03-161-0/+1
* gh-102255: Improve build support for Windows API partitions (GH-102256)Max Bachmann2023-03-097-5/+340
* Remove or update bitbucket links (GH-101963)sblondon2023-03-082-4/+2
* gh-102344: Reimplement winreg QueryValue / SetValue using QueryValueEx / SetV...Max Bachmann2023-03-011-60/+122
* Remove references to old Windows source files from internal documentation (GH...Max Bachmann2023-02-241-5/+0
* gh-102141: replace use of getpid on Windows with GetCurrentProcessId (GH-102142)Max Bachmann2023-02-241-0/+3
* gh-101758: Add _PyState_AddModule() Back for the Stable ABI (gh-101956)Eric Snow2023-02-161-0/+1
* gh-99108: Refactor _sha256 & _sha512 into _sha2. (#101924)Gregory P. Smith2023-02-161-4/+2
* gh-101758: Clean Up Uses of Import State (gh-101919)Eric Snow2023-02-151-1/+0
* gh-101819: Remove _PyWindowsConsoleIO_Type from the Windows DLL (GH-101904)Erlend E. Aasland2023-02-151-2/+9
* GH-101578: Normalize the current exception (GH-101607)Mark Shannon2023-02-081-0/+4
* gh-101524: Split Up the _xxsubinterpreters Module (gh-101526)Eric Snow2023-02-041-0/+2
* gh-101467: Correct py.exe handling of prefix matches and cases when only one ...Steve Dower2023-02-011-9/+56
* gh-77532: Minor tweaks to allow compiling with PlatformToolset=ClangCL on Win...Steve Dower2023-01-272-20/+26
* gh-99834: Update bundled copy of Tcl/Tk to 8.6.13.0 on Windows (GH-101307)Steve Dower2023-01-261-1/+1
* gh-101135: Add backwards compatibility to Windows launcher for older 32-bit v...Martin Boisvert2023-01-241-34/+121
* gh-100247: Fix py.exe launcher not using entire shebang command for finding c...Steve Dower2023-01-131-65/+85
* gh-99191: Use correct check for MSVC C++ version support in _wmimodule.cpp (G...C.A.M. Gerlach2023-01-091-3/+3
* Update copyright years to 2023. (gh-100848)Benjamin Peterson2023-01-081-1/+1
* gh-79218: Define `MS_WIN64` macro for Mingw-w64 64bit on Windows (GH-100137)GalaxySnail2022-12-121-0/+10
* bpo-43984: Allow winreg.SetValueEx to set -1 without treating it as an error ...Shreyan Avigyan2022-12-091-32/+44
* Use faster APIs to calculate paths at startup for Store packaged Python on Wi...Steve Dower2022-11-231-25/+49
* gh-99442: Fix handling in py.exe launcher when argv[0] does not include a fil...Steve Dower2022-11-181-50/+32
* gh-99300: Use Py_NewRef() in PC/ directory (#99479)Victor Stinner2022-11-142-6/+3
* GH-90699: Remove remaining `_Py_IDENTIFIER` stdlib usage (GH-99067)Kumar Aditya2022-11-071-6/+2
* gh-92584: Remove the distutils package (#99061)Victor Stinner2022-11-033-10/+2
* gh-98692: Enable treating shebang lines as executables in py.exe launcher (GH...Steve Dower2022-10-311-3/+68
* gh-98745: Allow py.exe launcher to install 3.11 by default and 3.12 on reques...Steve Dower2022-10-281-1/+4