Sign in
chromium
/
external
/
github.com
/
python
/
cpython
/
refs/tags/v3.12.7
/
PC
tag
c30085b0b5da62db9f0eba78e794772ff61b03cc
tagger
Thomas Wouters <thomas@python.org>
Tue Oct 01 02:08:48 2024
object
0b05ead877f909b7efe712db758012d9dbece7ce
Python 3.12.7
49f6beb
[3.12] gh-113993: Make interned strings mortal (GH-120520, GH-121364, GH-121903, GH-122303) (#123065)
by Petr Viktorin
· 11 months ago
a4916e6
[3.12] gh-124487: Update Windows API version to Windows 8.1 (#124676)
by Steve Dower
· 11 months ago
bc01c5d
gh-119070: Fix py.exe handling of /usr/bin/env commands missing extension (GH-119426)
by Steve Dower
· 1 year, 3 months ago
2430729
gh-118876: Ensure PC/layout sets ns.temp before using it (GH-118880)
by Miss Islington (bot)
· 1 year, 3 months ago
8bfaf3a
Fix some missing null checks. (GH-118721)
by Miss Islington (bot)
· 1 year, 3 months ago
667a574
gh-112278: Improve error handling in wmi module and tests (GH-117818)
by Steve Dower
· 1 year, 4 months ago
1ea85e2
Fix get_packagefamilyname helper function on Windows 32-bit (GH-117153)
by Miss Islington (bot)
· 1 year, 5 months ago
eb74573
gh-115543: Update py.exe to know about Python 3.13 and to install 3.12 by default (GH-115544)
by Miss Islington (bot)
· 1 year, 6 months ago
90d1037
gh-115049: Fix py.exe failing when user has no LocalAppData. (GH-115185)
by Miss Islington (bot)
· 1 year, 6 months ago
ac5ed8a
gh-100107: Make py.exe launcher ignore app aliases that launch Microsoft Store (GH-114358)
by Miss Islington (bot)
· 1 year, 7 months ago
b902671
gh-81489: Use Unicode APIs for mmap tagname on Windows (GH-14133)
by Miss Islington (bot)
· 1 year, 7 months ago
2bbb557
[3.12] gh-102304: Fix Py_INCREF() stable ABI in debug mode (#104763) (#105352)
by Victor Stinner
· 2 years, 2 months ago
82ab13c
[3.12] gh-102304: doc: Add links to Stable ABI and Limited C API (#105345) (#105371)
by Victor Stinner
· 2 years, 2 months ago
f87c6d1
[3.12] gh-102304: Fix 2 New Stable ABI Functions (gh-104762) (gh-105123)
by Eric Snow
· 2 years, 3 months ago
56722ef
gh-103646: Remove --include-pip-user from default APPX package build (GH-105064)
by Miss Islington (bot)
· 2 years, 3 months ago
a9c6e06
gh-99113: Add Py_MOD_PER_INTERPRETER_GIL_SUPPORTED (gh-104205)
by Eric Snow
· 2 years, 4 months ago
cd9a56c
gh-103509: PEP 697 -- Limited C API for Extending Opaque Types (GH-103511)
by Petr Viktorin
· 2 years, 4 months ago
bd2ed06
gh-83004: Harden msvcrt further (#103420)
by Erlend E. Aasland
· 2 years, 4 months ago
78cac52
gh-95299: Remove lingering setuptools reference in installer scripts (GH-103613)
by Steve Dower
· 2 years, 4 months ago
d83faf7
gh-103092: Isolate winreg (#103250)
by AN Long
· 2 years, 4 months ago
dce2d38
gh-103092: Isolate msvcrt (#103248)
by AN Long
· 2 years, 4 months ago
f80014a
gh-103092: Isolate winsound (#103249)
by AN Long
· 2 years, 4 months ago
5ed2f19
gh-83004: Harden winreg init (#103386)
by Erlend E. Aasland
· 2 years, 4 months ago
c3cd3d1
gh-83004: Harden `msvcrt` init (#103383)
by Erlend E. Aasland
· 2 years, 4 months ago
6d97e52
gh-83004: Harden winsound init (#103385)
by Erlend E. Aasland
· 2 years, 4 months ago
119f67d
gh-103167: Fix `-Wstrict-prototypes` warnings by using `(void)` for functions with no args (GH-103168)
by Nikita Sobolev
· 2 years, 5 months ago
3f9285a
gh-102755: Add PyErr_DisplayException(exc) (#102756)
by Irit Katriel
· 2 years, 5 months ago
c6858d1
gh-102255: Improve build support for Windows API partitions (GH-102256)
by Max Bachmann
· 2 years, 5 months ago
7d801f2
Remove or update bitbucket links (GH-101963)
by sblondon
· 2 years, 5 months ago
c1748ed
gh-102344: Reimplement winreg QueryValue / SetValue using QueryValueEx / SetValueEx (GH-102345)
by Max Bachmann
· 2 years, 6 months ago
e5e1c1f
Remove references to old Windows source files from internal documentation (GH-102216)
by Max Bachmann
· 2 years, 6 months ago
1fa3890
gh-102141: replace use of getpid on Windows with GetCurrentProcessId (GH-102142)
by Max Bachmann
· 2 years, 6 months ago
4d8959b
gh-101758: Add _PyState_AddModule() Back for the Stable ABI (gh-101956)
by Eric Snow
· 2 years, 6 months ago
0b13575
gh-99108: Refactor _sha256 & _sha512 into _sha2. (#101924)
by Gregory P. Smith
· 2 years, 6 months ago
b2fc549
gh-101758: Clean Up Uses of Import State (gh-101919)
by Eric Snow
· 2 years, 6 months ago
eb0c485
gh-101819: Remove _PyWindowsConsoleIO_Type from the Windows DLL (GH-101904)
by Erlend E. Aasland
· 2 years, 6 months ago
feec49c
GH-101578: Normalize the current exception (GH-101607)
by Mark Shannon
· 2 years, 6 months ago
c67b005
gh-101524: Split Up the _xxsubinterpreters Module (gh-101526)
by Eric Snow
· 2 years, 7 months ago
eda6091
gh-101467: Correct py.exe handling of prefix matches and cases when only one runtime is installed (GH-101468)
by Steve Dower
· 2 years, 7 months ago
737d367
gh-77532: Minor tweaks to allow compiling with PlatformToolset=ClangCL on Windows (GH-101352)
by Steve Dower
· 2 years, 7 months ago
8d18d1f
gh-99834: Update bundled copy of Tcl/Tk to 8.6.13.0 on Windows (GH-101307)
by Steve Dower
· 2 years, 7 months ago
daec3a4
gh-101135: Add backwards compatibility to Windows launcher for older 32-bit versions (GH-101138)
by Martin Boisvert
· 2 years, 7 months ago
468c3bf
gh-100247: Fix py.exe launcher not using entire shebang command for finding custom commands (GH-100944)
by Steve Dower
· 2 years, 7 months ago
f082098
gh-99191: Use correct check for MSVC C++ version support in _wmimodule.cpp (GH-100381)
by C.A.M. Gerlach
· 2 years, 7 months ago
11f9932
Update copyright years to 2023. (gh-100848)
by Benjamin Peterson
· 2 years, 7 months ago
158b8a0
gh-79218: Define `MS_WIN64` macro for Mingw-w64 64bit on Windows (GH-100137)
by GalaxySnail
· 2 years, 8 months ago
a29a7b9
bpo-43984: Allow winreg.SetValueEx to set -1 without treating it as an error (GH-25775)
by Shreyan Avigyan
· 2 years, 8 months ago
71a4a2d
Use faster APIs to calculate paths at startup for Store packaged Python on Windows (GH-99345)
by Steve Dower
· 2 years, 9 months ago
a220c6d
gh-99442: Fix handling in py.exe launcher when argv[0] does not include a file extension (GH-99542)
by Steve Dower
· 2 years, 9 months ago
f5e326e
gh-99300: Use Py_NewRef() in PC/ directory (#99479)
by Victor Stinner
· 2 years, 9 months ago
be0d500
GH-90699: Remove remaining `_Py_IDENTIFIER` stdlib usage (GH-99067)
by Kumar Aditya
· 2 years, 9 months ago
0faa0ba
gh-92584: Remove the distutils package (#99061)
by Victor Stinner
· 2 years, 10 months ago
88297e2
gh-98692: Enable treating shebang lines as executables in py.exe launcher (GH-98732)
by Steve Dower
· 2 years, 10 months ago
25811d9
gh-98745: Allow py.exe launcher to install 3.11 by default and 3.12 on request (GH-98780)
by Steve Dower
· 2 years, 10 months ago
e60892f
gh-98586: Add vector call APIs to the Limited API (GH-98587)
by Wenzel Jakob
· 2 years, 10 months ago
4bd63f6
gh-98414: py.exe launcher does not use defaults for -V:company/ option (GH-98460)
by Steve Dower
· 2 years, 10 months ago
1863302
gh-97669: Create Tools/build/ directory (#97963)
by Victor Stinner
· 2 years, 10 months ago
64fe343
gh-97681: Remove Tools/demo/ directory (#97682)
by Victor Stinner
· 2 years, 11 months ago
0ee9619
gh-97728: Argument Clinic: Fix uninitialized variable in the Py_UNICODE converter (GH-97729)
by Serhiy Storchaka
· 2 years, 11 months ago
73942e4
gh-97649: The Tools directory is no longer installed on Windows (GH-97653)
by Steve Dower
· 2 years, 11 months ago
95d6330
gh-96684: Silently suppress COM security errors in _wmi module (GH-96690)
by Steve Dower
· 3 years ago
b65686c
gh-96665: Fixes build break on older MSVC versions due to C++20 features in argument clinic (GH-96667)
by Steve Dower
· 3 years ago
de33df2
gh-89545: Updates platform module to use new internal _wmi module on Windows to directly query OS properties (GH-96289)
by Steve Dower
· 3 years ago
4114bcc
gh-96577: Fixes buffer overrun in _msi module (GH-96633)
by Steve Dower
· 3 years ago
80a9bd2
gh-96559: Fixes Windows launcher handling of defaults using old-style tags, and adds What's New section (GH-96595)
by Steve Dower
· 3 years ago
f07adf8
gh-90928: Improve static initialization of keywords tuple in AC (#95907)
by Erlend E. Aasland
· 3 years ago
6f6a4e6
gh-90928: Statically Initialize the Keywords Tuple in Clinic-Generated Code (gh-95860)
by Eric Snow
· 3 years ago
73d8ffe
gh-95733: Allow installing Store package on older Windows versions (GH-95862)
by Steve Dower
· 3 years ago
656dad7
gh-93274: Expose receiving vectorcall in the Limited API (GH-95717)
by Petr Viktorin
· 3 years ago
67840ed
gh-94399: Restore PATH search behaviour of py.exe launcher for '/usr/bin/env' shebang lines (GH-95582)
by Steve Dower
· 3 years, 1 month ago
ebd6601
gh-95423: Update winreg.DeleteKeyEx documentation and remove dynamic function load (GH-95521)
by Derek Kim
· 3 years, 1 month ago
38bb206
gh-95359: Fix py.exe launcher handling of per-user py.ini and command names (GH-95399)
by Steve Dower
· 3 years, 1 month ago
8b24d60
gh-95174: WASI: skip missing sockets functions (GH-95179)
by Christian Heimes
· 3 years, 1 month ago
7ac5bb3
gh-95285: py.exe launcher fails with short argv0 (GH-95295)
by Steve Dower
· 3 years, 1 month ago
0d35a59
gh-95174: Handle missing dup() and constants in WASI (GH-95229)
by Christian Heimes
· 3 years, 1 month ago
4b4439d
gh-90844: Allow virtual environments to correctly launch when they have spaces in the path (GH-94903)
by Steve Dower
· 3 years, 1 month ago
407ff65
gh-94772: Fix off-by-one error in Windows launcher (GH-94779)
by Paul Moore
· 3 years, 1 month ago
9b50f76
gh-94512: Fix forced arg format in AC-processed winreg (GH-94513)
by Oleg Iarygin
· 3 years, 2 months ago
21f6b4d
gh-94512: Fix forced arg format in AC-processed msvcrtmodule (GH-94514)
by Oleg Iarygin
· 3 years, 2 months ago
9ef50c1
Delete DOS-only PC/testpy.py (GH-94419)
by Oleg Iarygin
· 3 years, 2 months ago
63c772d
Delete unused PC/empty.c (GH-94418)
by Oleg Iarygin
· 3 years, 2 months ago
47e3562
gh-84623: Remove unused imports (#94132)
by Victor Stinner
· 3 years, 2 months ago
3124d9a
gh-93491: Add support tier detection to configure (GH-93492)
by Christian Heimes
· 3 years, 2 months ago
cb04a09
GH-93207: Remove HAVE_STDARG_PROTOTYPES configure check for stdarg.h (#93215)
by Kumar Aditya
· 3 years, 3 months ago
5e34b49
gh-60074: add new stable API function PyType_FromMetaclass (GH-93012)
by Wenzel Jakob
· 3 years, 3 months ago
949dbf9
gh-93005: Fixes launcher test when no Python install is available (GH-93007)
by Steve Dower
· 3 years, 3 months ago
9bc616c
gh-91061: also accept pathlib.Path for winsound.PlaySound (#91489)
by Mori Bellamy
· 3 years, 3 months ago
73473fd
gh-92817: Fix precedence of options to py.exe launcher (GH-92988)
by Steve Dower
· 3 years, 3 months ago
f9c9354
gh-92536: PEP 623: Remove wstr and legacy APIs from Unicode (GH-92537)
by Inada Naoki
· 3 years, 3 months ago
f1bbcba
gh-76773: Update docs mentioning no-longer-supported Windows versions & features (GH-92529)
by CAM Gerlach
· 3 years, 3 months ago
d284e8b
Update CPyhton configuration for 3.12 (#92451)
by Dong-hee Na
· 3 years, 3 months ago
b270b82
gh-91320: Argument Clinic uses _PyCFunction_CAST() (#32210)
by Victor Stinner
· 3 years, 4 months ago
d414f7e
gh-90822: Make `PY_SSIZE_T_MAX` and `PY_SSIZE_T_MIN` constant expression (GH-92071)
by Ganesh Kathiresan
· 3 years, 4 months ago
6dcbc08
gh-91324: List feature macros in the stable ABI manifest, improve tests (GH-32415)
by Petr Viktorin
· 3 years, 4 months ago
ac4ffd3
bpo-47169: Export PyOS_CheckStack on Windows (GH-32414)
by Petr Viktorin
· 3 years, 4 months ago
7173fd5
Remove the ancient Pynche color editor (#91554)
by Barry Warsaw
· 3 years, 4 months ago
5d421d7
gh-90501: Add PyErr_GetHandledException and PyErr_SetHandledException (GH-30531)
by Irit Katriel
· 3 years, 4 months ago
2390b22
bpo-47239: Fixes py.exe output when run in a virtual environment. (GH-32364)
by Steve Dower
· 3 years, 4 months ago
bad86a6
bpo-46566: Add new py.exe launcher implementation (GH-32062)
by Steve Dower
· 3 years, 5 months ago
3751b6b
bpo-47086: Remove .chm from Windows installer and add HTML docs (GH-32038)
by Steve Dower
· 3 years, 5 months ago
Next »