Sign in
chromium
/
external
/
github.com
/
python
/
cpython
/
refs/tags/v3.14.0b1
/
PC
tag
ebbcbdd5d68ad46a2fd47e4b9a2702784c2b2286
tagger
Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
Tue May 06 15:33:52 2025
object
b092705907c758d4f9742028652c9802f9f03dd3
Python 3.14.0b1
ed039b8
gh-132930: Include IDLE path in registry for PyManager packages (GH-133246)
by Steve Dower
· 4 months ago
ae37f3d
gh-132930: Fixes PEP 514 registration for PyManager packages on x64 (GH-133154)
by Steve Dower
· 4 months ago
208d06f
gh-132930: Fix use of ALIAS_WPREFIX in pymanager builds (GH-133120)
by Adam Turner
· 4 months ago
4d54e9c
GH-132930: Display 'free-threaded' in pymanager builds (GH-133119)
by Adam Turner
· 4 months ago
3940e1f
gh-132930: Improve the names of IDLE and PyDoc shortcuts (GH-133091)
by Steve Dower
· 4 months ago
e20ca6d
gh-132930: Implement PEP 773 (GH-132931)
by Steve Dower
· 4 months ago
96bc172
gh-111178: fix incorrect function signatures for Windows builds (#133072)
by Bénédikt Tran
· 4 months ago
09b624b
gh-132639: Adds PyLong_AsNativeBytes, PyLong_FromNativeBytes and PyLong_FromUnsignedNativeBytes to the limited API (GH-132640)
by Steve Dower
· 4 months ago
b87189d
gh-132649: Allow passing --include-tcltk to PC\layout on Windows ARM64 (GH-132650)
by Steve Dower
· 4 months ago
231a50f
gh-109599: Expose `CapsuleType` via the `_types` module (#131969)
by Adam Turner
· 5 months ago
0a97427
gh-99108: Implement HACL* HMAC (#130157)
by Bénédikt Tran
· 5 months ago
7cbcb6e
GH-131296: Fix parenthesis warnings on Windows-specific code (GH-131905)
by Chris Eibl
· 5 months ago
8614f86
gh-131525: Cache the result of tuple_hash (#131529)
by Michael Droettboom
· 5 months ago
9ef9d68
gh-131712: Build _suggestions extension on Windows (#131759)
by Victor Stinner
· 5 months ago
a04c0a9
GH-131296: Remove unused variable from _wmimodule.cpp (GH-131587)
by Chris Eibl
· 5 months ago
00a9844
gh-131453: Add additional constants to winsound module (GH-131454)
by AN Long
· 5 months ago
486d537
Fix Windows build warnings (#131487)
by Victor Stinner
· 5 months ago
63a638c
gh-91349: Replace zlib with zlib-ng in Windows build (GH-131438)
by Steve Dower
· 5 months ago
ef4fe70
GH-131291: Suppress clang-specific warning in python_uwp.cpp (GH-131292)
by Chris Eibl
· 5 months ago
bf4c1bf
gh-131327: Document winsound.SND_APPLICATION (#131328)
by AN Long
· 5 months ago
e82c2ca
GH-131296: fix clang-cl warnings on Windows in pyshellext.cpp (GH-131300)
by Chris Eibl
· 5 months ago
36ef3bf
gh-131020: py.exe launcher does not correctly detect a BOM when searching for the shebang (GH-131021)
by Chris Eibl
· 5 months ago
c3487c9
gh-82909: Update PC/pyconfig.h to allow disabling pragma based auto-linking (GH-19740)
by Jean-Christophe Fillion-Robin
· 5 months ago
537296c
gh-111178: Generate correct signature for most self converters (#128447)
by Erlend E. Aasland
· 7 months ago
81159fc
gh-59705: Make PYTHREAD_NAME_MAXLEN macro private (#128945)
by Victor Stinner
· 7 months ago
d7f703d
gh-59705: Implement _thread.set_name() on Windows (#128675)
by Victor Stinner
· 7 months ago
1439b81
gh-128629: Add Py_PACK_VERSION and Py_PACK_FULL_VERSION (GH-128630)
by Petr Viktorin
· 7 months ago
bd3e200
Add Windows version comments to the python manifest. (GH-127439)
by AraHaan
· 8 months ago
91f4908
gh-126133: Only use start year in PSF copyright, remove end years (#126236)
by Hugo van Kemenade
· 9 months ago
061e50f
gh-122943: Add the varpos parameter in _PyArg_UnpackKeywords (GH-126564)
by Serhiy Storchaka
· 9 months ago
f51fd84
gh-126074: Removes unnecessary DLLs from embeddable package (GH-126143)
by Steve Dower
· 10 months ago
0b67ce9
gh-126433: Fix compiler warnings on 32-bit Windows (#126444)
by Victor Stinner
· 10 months ago
60c415b
gh-125315: Avoid crashing in _wmimodule due to slow WMI calls on some Windows machines (GH-126141)
by Steve Dower
· 10 months ago
db96327
gh-121654: Add PyType_Freeze() function (#122457)
by Victor Stinner
· 10 months ago
8e7b2a1
gh-125550: Enable py.exe to detect Store installs of 3.14 (GH-125551)
by Steve Dower
· 10 months ago
a7f0727
gh-124502: Add PyUnicode_Equal() function (#124504)
by Victor Stinner
· 10 months ago
fac5e7a
gh-124487: Require at least Windows 10 SDK and update install check (GH-124672)
by Steve Dower
· 11 months ago
9d344fa
gh-124127: Make Py_REFCNT() opaque in limited C API 3.14 (#124128)
by Victor Stinner
· 11 months ago
ad7c778
gh-123990: Good bye WITH_FREELISTS macro (gh-124358)
by Donghee Na
· 11 months ago
646f16b
gh-124153: Implement `PyType_GetBaseByToken()` and `Py_tp_token` slot (GH-124163)
by neonene
· 11 months ago
4c6dca8
gh-120389: Add PyLong_FromInt64() and PyLong_AsInt64() (#120390)
by Victor Stinner
· 12 months ago
e006c73
gh-105201: Add PyIter_NextItem() (#122331)
by Erlend E. Aasland
· 1 year ago
ac61d58
gh-119521: Rename IncompleteInputError to _IncompleteInputError and remove from public API/ABI (GH-119680)
by Pablo Galindo Salgado
· 1 year, 2 months ago
16f8e22
gh-120600: Make Py_TYPE() opaque in limited C API 3.14 (#120601)
by Victor Stinner
· 1 year, 2 months ago
d9b4316
gh-120417: Remove unused imports in Tools (#120623)
by Victor Stinner
· 1 year, 2 months ago
cccc9f6
gh-119679: Fix layout of PYD and DLL files on Windows when using PC/layout script (GH-120133)
by Steve Dower
· 1 year, 2 months ago
fd01271
gh-119679: Ensures correct import libraries are included in Windows install packages (GH-119790)
by Steve Dower
· 1 year, 3 months ago
df93f5d
gh-119070: Fix py.exe handling of /usr/bin/env commands missing extension (GH-119426)
by Steve Dower
· 1 year, 3 months ago
b313cc6
gh-117557: Improve error messages when a string, bytes or bytearray of length 1 are expected (GH-117631)
by Serhiy Storchaka
· 1 year, 3 months ago
84be524
gh-119180: Update the magic number (#119397)
by Jelle Zijlstra
· 1 year, 3 months ago
d8a82cc
gh-118876: Ensure PC/layout sets ns.temp before using it (GH-118880)
by I-Shen Leong
· 1 year, 3 months ago
7e6fcab
Fix some missing null checks. (GH-118721)
by Steve Dower
· 1 year, 3 months ago
ed2b0fb
Update Windows library names for the Python version bump (#118766)
by Kirill Podoprigora
· 1 year, 3 months ago
853163d
gh-116322: Enable the GIL while loading C extension modules (#118560)
by Brett Simmers
· 1 year, 3 months ago
b034f14
gh-74929: Implement PEP 667 (GH-115153)
by Tian Gao
· 1 year, 4 months ago
c2627d6
gh-116322: Add Py_mod_gil module slot (#116882)
by Brett Simmers
· 1 year, 4 months ago
4b10e20
gh-117786: Fix venv created from Windows Store install by restoring __PYVENV_LAUNCHER__ smuggling (GH-117814)
by Steve Dower
· 1 year, 4 months ago
03e3e31
gh-76785: Rename _xxsubinterpreters to _interpreters (gh-117791)
by Eric Snow
· 1 year, 4 months ago
7d9d6b5
gh-112278: Improve error handling in wmi module and tests (GH-117818)
by Steve Dower
· 1 year, 4 months ago
507896d
gh-116936: Add PyType_GetModuleByDef() to the limited C API (#116937)
by Victor Stinner
· 1 year, 5 months ago
e2e0b4b
gh-113024: C API: Add PyObject_GenericHash() function (GH-113025)
by Serhiy Storchaka
· 1 year, 5 months ago
3be9b9d
Fix get_packagefamilyname helper function on Windows 32-bit (GH-117153)
by Steve Dower
· 1 year, 5 months ago
abdd1f9
gh-85283: Build _testconsole extension with limited C API (#117125)
by Victor Stinner
· 1 year, 5 months ago
8bea6c4
gh-115754: Add Py_GetConstant() function (#116883)
by Victor Stinner
· 1 year, 5 months ago
c432df6
gh-111696, PEP 737: Add PyType_GetModuleName() function (#116824)
by Victor Stinner
· 1 year, 5 months ago
19c3a2f
gh-111696, PEP 737: Add PyType_GetFullyQualifiedName() function (#116815)
by Victor Stinner
· 1 year, 5 months ago
2b67fc5
gh-108494: Fix Argument Clinic LIMITED_CAPI_REGEX (#116610)
by Victor Stinner
· 1 year, 5 months ago
37a13b9
gh-115582: Make default PC/pyconfig.h work for free-threaded builds with manual /DPy_GIL_DISABLED (GH-115850)
by Steve Dower
· 1 year, 6 months ago
6cd18c7
gh-115543: Update py.exe to know about Python 3.13 and to install 3.12 by default (GH-115544)
by Steve Dower
· 1 year, 6 months ago
ea25f32
gh-89240: Enable multiprocessing on Windows to use large process pools (GH-107873)
by Steve Dower
· 1 year, 6 months ago
c39272e
gh-115049: Fix py.exe failing when user has no LocalAppData. (GH-115185)
by Steve Dower
· 1 year, 6 months ago
d0f1307
gh-114329: Add `PyList_GetItemRef` function (GH-114504)
by Sam Gross
· 1 year, 7 months ago
39d102c
gh-113744: Add a new IncompleteInputError exception to improve incomplete input detection in the codeop module (#113745)
by Pablo Galindo Salgado
· 1 year, 7 months ago
d5c21c1
gh-100107: Make py.exe launcher ignore app aliases that launch Microsoft Store (GH-114358)
by Vincent Cunningham
· 1 year, 7 months ago
f56d132
gh-112984 Update Windows build and installer for free-threaded builds (GH-113129)
by Steve Dower
· 1 year, 7 months ago
c86571e
Update copyright years to 2024. (GH-113608)
by solya0x
· 1 year, 7 months ago
b4d4aa9
gh-81489: Use Unicode APIs for mmap tagname on Windows (GH-14133)
by Zackery Spytz
· 1 year, 7 months ago
79dad03
gh-111650: Ensure pyconfig.h includes Py_GIL_DISABLED on Windows (GH-112778)
by Steve Dower
· 1 year, 8 months ago
a49b427
gh-76785: More Fixes for test.support.interpreters (gh-113012)
by Eric Snow
· 1 year, 8 months ago
5a0137c
gh-112278: In _wmi, treat initialization timeout separately from connection timeout (GH-112878)
by AN Long
· 1 year, 8 months ago
a955fd6
gh-112278: Disable WMI queries on Windows after they time out (GH-112658)
by AN Long
· 1 year, 8 months ago
707c37e
Fix typos in variable names, function names, and comments (GH-101868)
by Yang Hau
· 1 year, 9 months ago
3b3ec0d
gh-111863: Rename `Py_NOGIL` to `Py_GIL_DISABLED` (#111864)
by Hugo van Kemenade
· 1 year, 9 months ago
11e8348
gh-111089: Revert PyUnicode_AsUTF8() changes (#111833)
by Victor Stinner
· 1 year, 9 months ago
20cfab9
gh-111506: Implement Py_SET_REFCNT() as opaque function in limited C API (#111508)
by Victor Stinner
· 1 year, 10 months ago
ef83b3f
gh-110968: Py_MOD_PER_INTERPRETER_GIL_SUPPORTED was added to 3.12 (#111584)
by Victor Stinner
· 1 year, 10 months ago
c42347d
gh-90815: Exclude mimalloc .c files from Windows build (#111532)
by Dino Viehland
· 1 year, 10 months ago
6dfb8fe
gh-110481: Implement biased reference counting (gh-110764)
by Sam Gross
· 1 year, 10 months ago
d8f32be
gh-111089: Add PyUnicode_AsUTF8() to the limited C API (#111121)
by Victor Stinner
· 1 year, 10 months ago
2324652
gh-85283: Add PySys_Audit() to the limited C API (#108571)
by Victor Stinner
· 1 year, 10 months ago
6db6b30
gh-85283: Build winsound extension with limited C API (#110978)
by Victor Stinner
· 1 year, 10 months ago
be5e8a0
gh-110964: Remove private _PyArg functions (#110966)
by Victor Stinner
· 1 year, 10 months ago
cc71cc9
gh-85283: Add PyMem_RawMalloc() to the limited C API (#108570)
by Victor Stinner
· 1 year, 10 months ago
eb50cd3
gh-110289: C API: Add PyUnicode_EqualToUTF8() and PyUnicode_EqualToUTF8AndSize() functions (GH-110297)
by Serhiy Storchaka
· 1 year, 10 months ago
64f158e
gh-110397: Add Py_IsFinalizing() to the stable ABI (#110441)
by Victor Stinner
· 1 year, 11 months ago
1f3af03
gh-110147: test_msvcrt: run console I/O tests in new processes (#110268)
by AN Long
· 1 year, 11 months ago
cf6f23b
gh-88402: Add new sysconfig variables on Windows (GH-110049)
by Sam Gross
· 1 year, 11 months ago
4d0d1c3
gh-110014: Remove PY_TIMEOUT_MAX from limited C API (#110217)
by Victor Stinner
· 1 year, 11 months ago
1b3bc61
gh-83180: Made launcher treat shebang 'python' tags as low priority so that active virtual environments are preferred (GH-108101)
by Steve Dower
· 1 year, 11 months ago
74e425e
gh-110014: Fix _POSIX_THREADS and _POSIX_SEMAPHORES usage (#110139)
by Victor Stinner
· 1 year, 11 months ago
Next »