Sign in
chromium
/
external
/
github.com
/
python
/
cpython
/
refs/tags/v3.13.0
/
PC
tag
3f27099d916c7b885e3daf1fabedcc119462014d
tagger
Thomas Wouters <thomas@python.org>
Mon Oct 07 05:02:14 2024
object
60403a5409ff2c3f3b07dd2ca91a7a3e096839c7
Python 3.13.0
09aecb6
[3.13] gh-124487: Update Windows API version to Windows 8.1 (GH-124676) (#124702)
by Miss Islington (bot)
· 11 months ago
447e07a
[3.13] gh-119521: Rename IncompleteInputError to _IncompleteInputError and remove from public API/ABI (GH-119680, GH-120955) (GH-120944)
by Miss Islington (bot)
· 1 year, 2 months ago
fbdff38
gh-119679: Fix layout of PYD and DLL files on Windows when using PC/layout script (GH-120133)
by Miss Islington (bot)
· 1 year, 2 months ago
671b740
gh-119679: Ensures correct import libraries are included in Windows install packages (GH-119790)
by Miss Islington (bot)
· 1 year, 3 months ago
c3cfc04
gh-119070: Fix py.exe handling of /usr/bin/env commands missing extension (GH-119426)
by Miss Islington (bot)
· 1 year, 3 months ago
44995aa
gh-118876: Ensure PC/layout sets ns.temp before using it (GH-118880)
by Miss Islington (bot)
· 1 year, 3 months ago
d524802
Fix some missing null checks. (GH-118721)
by Miss Islington (bot)
· 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
4230d7c
gh-108996: fix and enable test_msvcrt (#109226)
by AN Long
· 1 year, 11 months ago
869f177
gh-74481: Add missing debug function docs and constants to msvcrt (GH-109650)
by AN Long
· 1 year, 11 months ago
add16f1
gh-108511: Add C API functions which do not silently ignore errors (GH-109025)
by Serhiy Storchaka
· 1 year, 11 months ago
e121fca
gh-109266: Fix msvcrt.kbhit's documented return value (GH-109267)
by AN Long
· 2 years ago
1796c19
gh-108494: Argument Clinic: inline parsing code for positional-only parameters in the limited C API (GH-108622)
by Serhiy Storchaka
· 2 years ago
ad73674
gh-107603: Argument Clinic: Only include pycore_gc.h if needed (#108726)
by Victor Stinner
· 2 years ago
9205dfe
gh-108635: Make parameters of some implementations of special methods positional-only (GH-108636)
by Serhiy Storchaka
· 2 years ago
bc5356b
gh-108494: Argument Clinic: fix support of Limited C API (GH-108536)
by Serhiy Storchaka
· 2 years ago
713afb8
gh-106320: Remove private _PyLong converter functions (#108499)
by Victor Stinner
· 2 years ago
4e5a728
gh-108444: Argument Clinic uses PyLong_AsInt() (#108458)
by Victor Stinner
· 2 years ago
be436e0
gh-108444: Add PyLong_AsInt() public function (#108445)
by Victor Stinner
· 2 years ago
1a3faba
gh-106869: Use new PyMemberDef constant names (#106871)
by Victor Stinner
· 2 years, 1 month ago
41ca164
gh-106004: Add PyDict_GetItemRef() function (#106005)
by Victor Stinner
· 2 years, 1 month ago
a293fa5
gh-86493: Use PyModule_Add() instead of PyModule_AddObjectRef() (GH-106860)
by Serhiy Storchaka
· 2 years, 1 month ago
83ac128
bpo-42327: C API: Add PyModule_Add() function (GH-23443)
by Serhiy Storchaka
· 2 years, 1 month ago
4bf4371
gh-106307: C API: Add PyMapping_GetOptionalItem() function (GH-106308)
by Serhiy Storchaka
· 2 years, 1 month ago
579aa89
gh-106521: Add PyObject_GetOptionalAttr() function (GH-106522)
by Serhiy Storchaka
· 2 years, 1 month ago
1f2921b
gh-106572: Convert PyObject_DelAttr() to a function (#106611)
by Victor Stinner
· 2 years, 1 month ago
d5bd32f
gh-104922: remove PY_SSIZE_T_CLEAN (#106315)
by Inada Naoki
· 2 years, 2 months ago
8bff940
gh-105775: Convert LOAD_CLOSURE to a pseudo-op (#106059)
by hms
· 2 years, 2 months ago
9c44656
gh-105927: Add PyWeakref_GetRef() function (#105932)
by Victor Stinner
· 2 years, 2 months ago
03f1a13
gh-105922: Add PyImport_AddModuleRef() function (#105923)
by Victor Stinner
· 2 years, 2 months ago
92022d8
gh-102304: Fix Py_INCREF() stable ABI in debug mode (#104763)
by Victor Stinner
· 2 years, 2 months ago
bae415a
gh-102304: doc: Add links to Stable ABI and Limited C API (#105345)
by Victor Stinner
· 2 years, 2 months ago
cbb9ba8
gh-92536: Argument Clinic no longer emits PyUnicode_READY() (#105208)
by Victor Stinner
· 2 years, 3 months ago
dd29ae2
gh-105156: Argument Clinic avoids Py_UNICODE type (#105161)
by Victor Stinner
· 2 years, 3 months ago
26e7bbf
gh-102304: Fix 2 New Stable ABI Functions (gh-104762)
by Eric Snow
· 2 years, 3 months ago
6da7015
gh-103646: Remove --include-pip-user from default APPX package build (GH-105064)
by Steve Dower
· 2 years, 3 months ago
f66be6b
gh-104773: PEP 594: Remove the audioop module (#104937)
by Victor Stinner
· 2 years, 3 months ago
98c4333
gh-104773: Remove the msilib package (GH-104911)
by Zachary Ware
· 2 years, 3 months ago
17e1fe0
gh-104773: PEP 594: Remove the nis module (#104897)
by Victor Stinner
· 2 years, 3 months ago
ae00b81
gh-104780: Remove 2to3 program and lib2to3 module (#104781)
by Victor Stinner
· 2 years, 3 months ago
4ded2c5
Update Windows library names for the Python version bump (#104755)
by Kirill Podoprigora
· 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
Next »