Sign in
chromium
/
external
/
github.com
/
python
/
cpython
/
refs/tags/v3.13.0
/
Include
tag
3f27099d916c7b885e3daf1fabedcc119462014d
tagger
Thomas Wouters <thomas@python.org>
Mon Oct 07 05:02:14 2024
object
60403a5409ff2c3f3b07dd2ca91a7a3e096839c7
Python 3.13.0
60403a5
Python 3.13.0
by Thomas Wouters
· 10 months ago
v3.13.0
e6fb7fa
Post 3.13.0rc3
by Thomas Wouters
· 11 months ago
fae84c7
Python 3.13.0rc3
by Thomas Wouters
· 11 months ago
v3.13.0rc3
e0eb44a
[3.13] GH-124567: Revert the Incremental GC in 3.13 (#124770)
by T. Wouters
· 11 months ago
4618c0e
[3.13] gh-124609: Fix _Py_ThreadId for Windows builds using MinGW (GH-124663) (#124698)
by Miss Islington (bot)
· 11 months ago
660baa1
Post 3.13.0rc2
by Thomas Wouters
· 11 months ago
ec61006
Python 3.13.0rc2
by Thomas Wouters
· 11 months ago
v3.13.0rc2
d053204
[3.13] gh-123747: Avoid static_assert() in internal header files (#123779) (#123785)
by Victor Stinner
· 12 months ago
10735bf
[3.13] gh-123091: Use _Py_IsImmortalLoose() (#123511) (#123600)
by Victor Stinner
· 12 months ago
8ef277e
[3.13] gh-123484: Fix the debug offsets for PyLongObject (GH-123485) (#123499)
by Miss Islington (bot)
· 12 months ago
01ce10c
[3.13] Add debug offsets for free threaded builds (GH-123041) (#123055)
by Miss Islington (bot)
· 12 months ago
7ee7558
[3.13] gh-122584: Import mimalloc headers in a C++ context (GH-122587) (#123035)
by Miss Islington (bot)
· 1 year ago
9fb6bfb
[3.13] gh-122581: Avoid data races when collecting parser statistics (GH-122694) (#122733)
by Miss Islington (bot)
· 1 year ago
c1efeb3
[3.13] gh-120974: Make asyncio `swap_current_task` safe in free-threaded build (GH-122317) (#122612)
by Miss Islington (bot)
· 1 year, 1 month ago
4588980
Post 3.13.0rc1
by Thomas Wouters
· 1 year, 1 month ago
e4a3e78
Python 3.13.0rc1
by Thomas Wouters
· 1 year, 1 month ago
v3.13.0rc1
55554fd
[3.13] GH-116090: Fire RAISE events from _FOR_ITER_TIER_TWO (GH-122419)
by Brandt Bucher
· 1 year, 1 month ago
dd270f6
[3.13] gh-121489: Export private _PyBytes_Join() again (GH-122267) (#122287)
by Miss Islington (bot)
· 1 year, 1 month ago
716c677
[3.13] gh-117482: Simplify the Fix For Builtin Types Slot Wrappers (gh-121932)
by Eric Snow
· 1 year, 1 month ago
77ab53a
[3.13] gh-120974: Make _asyncio._leave_task atomic in the free-threaded build (GH-122139) (#122186)
by Miss Islington (bot)
· 1 year, 1 month ago
82db815
[3.13] gh-118124: fix assert related C++ checks on Solaris/Illumos (GH-121974) (#122108)
by Jakub Kulík
· 1 year, 1 month ago
bf7f4f3
[3.13] gh-120973: Fix thread-safety issues with `threading.local` (GH-121655) (#122042)
by Miss Islington (bot)
· 1 year, 1 month ago
a45d905
[3.13] gh-121905: Consistently use "floating-point" instead of "floating point" (GH-121907) (GH-122012)
by Serhiy Storchaka
· 1 year, 1 month ago
233ed46
[3.13] gh-118934: Make PyEval_GetLocals return borrowed reference (GH-119769) (#121869)
by Miss Islington (bot)
· 1 year, 1 month ago
98e7d44
Post 3.13.0b4
by Thomas Wouters
· 1 year, 1 month ago
567c38b
Python 3.13.0b4
by Thomas Wouters
· 1 year, 1 month ago
v3.13.0b4
afa5321
[3.13] gh-121621: Move asyncio_running_loop to private struct (GH-121939) (#121943)
by Miss Islington (bot)
· 1 year, 1 month ago
f7b2b2a
[3.13] gh-121528: Fix _PyObject_Init() assertion for stable ABI (GH-121725) (#121936)
by Miss Islington (bot)
· 1 year, 1 month ago
f888636
[3.13] GH-121583: Remove dependency from pystats.h to internal header file (GH-121880)
by Miss Islington (bot)
· 1 year, 1 month ago
06d76c4
[3.13] gh-121621: Move asyncio running loop to thread state (GH-121695) (GH-121864)
by Miss Islington (bot)
· 1 year, 1 month ago
0a634e3
[3.13] gh-121546: Disable contextvar caching on free-threading build (GH-121740) (#121808)
by Miss Islington (bot)
· 1 year, 1 month ago
8f3ffb4
[3.13] gh-121700 Emscripten trampolines not quite right since GH-106219 (GH-121701) (GH-121744)
by Miss Islington (bot)
· 1 year, 1 month ago
48a96d2
[3.13] gh-120642: Move _PyCode_CODE() to the internal C API (GH-121644) (#121729)
by Miss Islington (bot)
· 1 year, 1 month ago
cd74ed0
[3.13] gh-120198: Stop the world when setting __class__ on free-threaded build (#121591)
by Ken Jin
· 1 year, 1 month ago
c6dbfbb
[3.13] gh-117482: Fix Builtin Types Slot Wrappers (gh-121630)
by Miss Islington (bot)
· 1 year, 1 month ago
0504f45
[3.13] gh-89364: Export PySignal_SetWakeupFd() function (GH-121537) (#121582)
by Miss Islington (bot)
· 1 year, 1 month ago
c128718
[3.13] gh-121368: Fix seq lock memory ordering in _PyType_Lookup (GH-121388) (#121505)
by Miss Islington (bot)
· 1 year, 1 month ago
eef5c64
[3.13] gh-121487: Fix deprecation warning for ATOMIC_VAR_INIT in mimalloc (gh-121488) (#121504)
by Miss Islington (bot)
· 1 year, 1 month ago
273c993
[3.13] gh-106597: Remove unnecessary CFrame offsets (GH-121369) (#121370)
by Miss Islington (bot)
· 1 year, 1 month ago
3d4e533
[3.13] gh-112136: Restore removed _PyArg_Parser (GH-121262) (#121344)
by Miss Islington (bot)
· 1 year, 2 months ago
d3e586e
[3.13] gh-106597: Add more offsets to _Py_DebugOffsets (GH-121311) (#121312)
by Miss Islington (bot)
· 1 year, 2 months ago
89bf337
[3.13] gh-115773: Add sizes to debug offset structure (GH-120112) (#121283)
by Miss Islington (bot)
· 1 year, 2 months ago
06fd745
[3.13] gh-117657: Fix data races reported by TSAN in some set methods (GH-120914) (#121240)
by Miss Islington (bot)
· 1 year, 2 months ago
82777cd
[3.13] gh-113565: Improve and harden detection of curses dependencies (GH-119816) (#121202)
by Miss Islington (bot)
· 1 year, 2 months ago
7776179
[3.13] gh-119447: Fix build with _PY_SHORT_FLOAT_REPR == 0 (GH-121178) (#121179)
by Miss Islington (bot)
· 1 year, 2 months ago
58a3c3c
gh-121115: Skip __index__ in PyLong_AsNativeBytes by default (GH-121118)
by Miss Islington (bot)
· 1 year, 2 months ago
71d41f4
Post 3.13.0b3
by Thomas Wouters
· 1 year, 2 months ago
7b41395
Python 3.13.0b3
by Thomas Wouters
· 1 year, 2 months ago
v3.13.0b3
c052b19
[3.13] gh-120838: Add _PyThreadState_WHENCE_FINI (gh-121013)
by Miss Islington (bot)
· 1 year, 2 months ago
64c4139
[3.13] gh-120593: Fix const qualifier in pyatomic.h (GH-121055) (#121057)
by Miss Islington (bot)
· 1 year, 2 months ago
e26e098
[3.13] gh-120642: Move private PyCode APIs to the internal C API (#120643) (#121043)
by Victor Stinner
· 1 year, 2 months ago
9769b7a
[3.13] gh-113993: Allow interned strings to be mortal, and fix related issues (GH-120520) (GH-120945)
by Petr Viktorin
· 1 year, 2 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
4dc27bc
[3.13] gh-119344: Make critical section API public (GH-119353) (#120856)
by Sam Gross
· 1 year, 2 months ago
3cb6c4c
[3.13] gh-117511: Make PyMutex public in the non-limited API (GH-117731) (#120800)
by Sam Gross
· 1 year, 2 months ago
7c7aa5a
[3.13] gh-119258: Backport optimizer frame fixes in GH-119365 (GH-120699)
by Ken Jin
· 1 year, 2 months ago
b8fd80f
[3.13] GH-119462: Enforce invariants of type versioning. Backport of GH-120731. (#120748)
by Mark Shannon
· 1 year, 2 months ago
5d19490
[3.13] Fix typos in comments (GH-120481) (#120774)
by Miss Islington (bot)
· 1 year, 2 months ago
1ce5984
[3.13] gh-118789: Add `PyUnstable_Object_ClearWeakRefsNoCallbacks` (GH-118807) (#120695)
by Miss Islington (bot)
· 1 year, 2 months ago
7c47f93
[3.13] gh-119933: Improve ``SyntaxError`` message for invalid type parameters expressions (GH-119976) (#120641)
by Jelle Zijlstra
· 1 year, 2 months ago
cbcb526
[3.13] gh-117657: Make PyType_HasFeature (exported version) atomic (GH-120484) (#120554)
by Miss Islington (bot)
· 1 year, 2 months ago
18ea22a
[3.13] gh-120161: Fix a Crash in the _datetime Module (gh-120518)
by Miss Islington (bot)
· 1 year, 2 months ago
3067c62
[3.13] gh-117657: Make PyType_HasFeature atomic (GH-120210) (#120443)
by Miss Islington (bot)
· 1 year, 2 months ago
0041087
[3.13] gh-71587: Drop local reference cache to `_strptime` module in `_datetime` (gh-120424)
by Miss Islington (bot)
· 1 year, 2 months ago
8e5caa7
[3.13] gh-120326: Include <intrin.h> on Windows with Free Threading (GH-120329) (#120414)
by Miss Islington (bot)
· 1 year, 2 months ago
91c4444
[3.13] gh-117657: Make Py_TYPE and Py_SET_TYPE thread safe (GH-120165) (GH-120403)
by Miss Islington (bot)
· 1 year, 2 months ago
517733c
[3.13] gh-117657: Fix TSAN race involving import lock (GH-118523) (#120169)
by Miss Islington (bot)
· 1 year, 2 months ago
1ba3cce
Post 3.13.0b2
by Thomas Wouters
· 1 year, 2 months ago
3a83b17
Python 3.13.0b2
by Thomas Wouters
· 1 year, 2 months ago
v3.13.0b2
ee7d268
[3.13] gh-117657: Fix race involving GC and heap initialization (GH-119923) (#120038)
by Miss Islington (bot)
· 1 year, 2 months ago
1177897
[3.13] gh-111389: Add PyHASH_MULTIPLIER constant (GH-119214) (#119334)
by Miss Islington (bot)
· 1 year, 2 months ago
e5fb3a2
[3.13] gh-117398: Use Per-Interpreter State for the _datetime Static Types (gh-120009)
by Miss Islington (bot)
· 1 year, 2 months ago
39510da
[3.13] gh-117398: Add datetime Module State (gh-120004)
by Miss Islington (bot)
· 1 year, 2 months ago
ae70531
[3.13] gh-117657: Fix race involving immortalizing objects (GH-119927) (#120005)
by Sam Gross
· 1 year, 2 months ago
cc663b7
[3.13] gh-119336: Restore removed _PyLong_NumBits() function (GH-119418) (#119970)
by Miss Islington (bot)
· 1 year, 3 months ago
9d3de7b
[3.13] gh-117657: Fix TSAN reported race in `_PyEval_IsGILEnabled`. (GH-119921) (#119939)
by Miss Islington (bot)
· 1 year, 3 months ago
a055984
[3.13] gh-119821: Support non-dict globals in LOAD_FROM_DICT_OR_GLOBALS (#119822) (#119889)
by Jelle Zijlstra
· 1 year, 3 months ago
67ac191
[3.13] gh-119799: Add missing `_Py_IncRefTotal` to `_Py_NewRefWithLock` (GH-119800) (#119878)
by Miss Islington (bot)
· 1 year, 3 months ago
6394a72
[3.13] gh-119311: Fix name mangling with PEP 695 generic classes (#119464) (#119643)
by Jelle Zijlstra
· 1 year, 3 months ago
c864efb
[3.13] gh-118692: Avoid creating unnecessary StopIteration instances for monitoring (GH-119216) (#119497)
by Miss Islington (bot)
· 1 year, 3 months ago
d98d6b1
[3.13] gh-118727: Don't drop the GIL in `drop_gil()` unless the current thread holds it (GH-118745) (#119474)
by Miss Islington (bot)
· 1 year, 3 months ago
0841606
[3.13] gh-119247: Add macros to use PySequence_Fast safely in free-threaded build (GH-119315) (#119419)
by Miss Islington (bot)
· 1 year, 3 months ago
bfd9c3e
[3.13] gh-119213: Be More Careful About _PyArg_Parser.kwtuple Across Interpreters (gh-119331) (gh-119410)
by Miss Islington (bot)
· 1 year, 3 months ago
6df4913
[3.13] gh-118895: Call PyType_Ready() on typing.NoDefault (GH-118897) (#118914)
by Miss Islington (bot)
· 1 year, 3 months ago
0becae3
[3.13] gh-117657: Fix QSBR race condition (GH-118843) (#118905)
by Miss Islington (bot)
· 1 year, 3 months ago
bb5bf24
[3.13] gh-118789: Restore hidden `_PyWeakref_ClearRef` (GH-118797) (GH-118903)
by Miss Islington (bot)
· 1 year, 3 months ago
b62cb52
[3.13] Revert "gh-115432: Add critical section variant that handles a NULL object (GH-115433)" (GH-118861) (#118872)
by Miss Islington (bot)
· 1 year, 3 months ago
0a23970
[3.13] gh-116984: Make mimalloc header includes relative to the current file (GH-118808) (#118866)
by Miss Islington (bot)
· 1 year, 3 months ago
7b9ca26
[3.13] gh-117657: Fix data races when writing / reading `ob_gc_bits` (GH-118292) (#118796)
by Miss Islington (bot)
· 1 year, 3 months ago
c844b14
Post 3.13.0b1
by Thomas Wouters
· 1 year, 3 months ago
2268289
Python 3.13.0b1
by Thomas Wouters
· 1 year, 3 months ago
v3.13.0b1
853163d
gh-116322: Enable the GIL while loading C extension modules (#118560)
by Brett Simmers
· 1 year, 3 months ago
ff6cbb2
gh-112075: use per-thread dict version pool (#118676)
by Dino Viehland
· 1 year, 3 months ago
723d4d2
gh-118527: Intern code consts in free-threaded build (#118667)
by Sam Gross
· 1 year, 3 months ago
636b8d9
gh-112075: Fix race in constructing dict for instance (#118499)
by Dino Viehland
· 1 year, 3 months ago
616b745
GH-115709: Invalidate executors when a local variable is changed via frame.f_locals (#118639)
by Mark Shannon
· 1 year, 3 months ago
5a1618a
gh-118362: Fix thread safety around lookups from the type cache in the face of concurrent mutators (#118454)
by Dino Viehland
· 1 year, 3 months ago
417dd3a
gh-116322: Rename PyModule_ExperimentalSetGIL to PyUnstable_Module_SetGIL (GH-118645)
by Petr Viktorin
· 1 year, 3 months ago
153b3f7
gh-118465: Add __firstlineno__ attribute to class (GH-118475)
by Serhiy Storchaka
· 1 year, 3 months ago
40cc809
gh-117549: Don't use designated initializers in headers (#118580)
by Guido van Rossum
· 1 year, 3 months ago
Next »