Sign in
chromium
/
external
/
github.com
/
python
/
cpython
/
refs/tags/v3.13.0
/
Modules
tag
3f27099d916c7b885e3daf1fabedcc119462014d
tagger
Thomas Wouters <thomas@python.org>
Mon Oct 07 05:02:14 2024
object
60403a5409ff2c3f3b07dd2ca91a7a3e096839c7
Python 3.13.0
e0eb44a
[3.13] GH-124567: Revert the Incremental GC in 3.13 (#124770)
by T. Wouters
· 11 months ago
99185bd
[3.13] gh-123836: workaround fmod(x, y) bug on Windows (GH-124171) (#124187)
by Sergey B Kirpichev
· 11 months ago
dbfc37a
[3.13] gh-123797: Check for runtime availability of `ptsname_r` on macos (GH-123806) (#124270)
by Miss Islington (bot)
· 11 months ago
dddae66
[3.13] gh-124248: Fix crash in struct when processing 0p fields (GH-124251) (#124277)
by Miss Islington (bot)
· 11 months ago
8169d29
[3.13] gh-123017: Add Android to the list of platforms where `strftime` doesn't support negative years (GH-124467) (#124674)
by Miss Islington (bot)
· 11 months ago
9f5b921
[3.13] gh-123014: Disable pidfd API on older Android versions (GH-124458) (#124543)
by Malcolm Smith
· 11 months ago
9d21c46
[3.13] gh-121023: Improve `_xxtestfuzz/README.rst` (GH-121024) (#124140)
by Miss Islington (bot)
· 11 months ago
de8dc92
[3.13] gh-123880: Allow recursive import of single-phase-init modules (GH-123950) (#124273)
by Miss Islington (bot)
· 11 months ago
e443187
[3.13] gh-123657: Fix crash and refleak in `decimal.getcontext()` (GH-123703) (GH-123774)
by Miss Islington (bot)
· 12 months ago
9810dfa
[3.13] gh-123678: Upgrade libexpat 2.6.3 (GH-123689) (GH-123707)
by Miss Islington (bot)
· 12 months ago
d655c65
[3.13] gh-123091: Use more _Py_IsImmortalLoose() (GH-123602) (GH-123622)
by Petr Viktorin
· 12 months ago
ab29053
[3.13] gh-123431: Harmonize extension code checks in pickle (GH-123434) (#123459)
by Miss Islington (bot)
· 12 months ago
cbcb9e1
[3.13] gh-111495: Add tests for PyNumber C API (GH-111996) (#123375)
by Miss Islington (bot)
· 12 months ago
d9e4c4b
[3.13] gh-123213: Fixed xml.etree.ElementTree.Element.extend and assignment to no longer hide exceptions (GH-123214) (#123257)
by Miss Islington (bot)
· 12 months ago
8b6dd92
[3.13] gh-122688: Fix support of var-positional parameter in Argument Clinic (GH-122689) (#122852)
by Serhiy Storchaka
· 12 months ago
f070398
[3.13] gh-100256: Skip inaccessible registry keys in the WinAPI mimetype implementation (GH-122047) (#122786)
by Miss Islington (bot)
· 12 months ago
bd29ce8
[3.13] gh-123448: Move `_PyNoDefault_Type` to the static types array (GH-123449) (#123450)
by Miss Islington (bot)
· 12 months ago
ee46430
[3.13] gh-111495: Add tests for PyTuple C API (GH-118757) (GH-123371)
by Sergey B Kirpichev
· 12 months ago
a65fe07
[3.13] gh-123243: Fix reference leak in `_decimal` (GH-123244) (#123280)
by Miss Islington (bot)
· 12 months ago
032b646
[3.13] gh-122081: fixed crash in decimal.IEEEContext() (GH-122082) (#123136)
by Miss Islington (bot)
· 12 months ago
69cf92f
[3.13] gh-116622: Don't expose `FICLONE` ioctl on Android (GH-122522) (#122539)
by Miss Islington (bot)
· 1 year ago
42005c7
[3.13] gh-116622: Rename build variable MODULE_LDFLAGS back to LIBPYTHON (GH-122764) (GH-122842)
by Miss Islington (bot)
· 1 year ago
e8fb088
[3.13] gh-122695: Fix double-free when using `gc.get_referents` with a freed `_asyncio.FutureIter` (#122837)
by Peter Bierma
· 1 year ago
1fd1c6c
[3.13] gh-118814: Fix the TypeVar constructor when name is passed by keyword (GH-122664) (GH-122806)
by Serhiy Storchaka
· 1 year ago
5c161cb
[3.13] gh-122728: Fix SystemError in PyEval_GetLocals() (GH-122735) (#122757)
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
d8701e2
[3.13] gh-122311: Fix a refleak in pickle (GH-122411) (GH-122415)
by Miss Islington (bot)
· 1 year, 1 month ago
9f6f879
Revert "[3.13] gh-120713: Normalize year with century for datetime.strftime (GH-120820) (GH-121144)" (GH-122408)
by Serhiy Storchaka
· 1 year, 1 month ago
c26dd27
[3.13] gh-122311: Fix some error messages in pickle (GH-122386) (GH-122387)
by Miss Islington (bot)
· 1 year, 1 month ago
6b9a5af
[3.13] gh-122332: Fix missing `NULL` check in `asyncio.Task.get_coro` (GH-122338) (#122344)
by Miss Islington (bot)
· 1 year, 1 month ago
aca41cf
[3.13] GH-121832: Assert that the version number of static builtin types is not changed by PyType_Modified (gh-122290)
by Miss Islington (bot)
· 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
984f8aa
[3.13] gh-82951: Fix serializing by name in pickle protocols < 4 (GH-122149) (GH-122264)
by Miss Islington (bot)
· 1 year, 1 month ago
6933c4a
[3.13] gh-113785: csv: fields starting with escapechar are not quoted (GH-122110) (GH-122258)
by Miss Islington (bot)
· 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
48154e7
[3.13] gh-120974: Make _asyncio._enter_task atomic in the free-threaded build (GH-122138) (#122152)
by Miss Islington (bot)
· 1 year, 1 month ago
148beb6
[3.13] gh-121957: Emit audit events for `python -i` and `python -m asyncio` (GH-121958) (GH-122115)
by Miss Islington (bot)
· 1 year, 1 month ago
f3c79cb
[3.13] gh-121621: Disable asyncio freelist in free-threaded build (GH-122046) (#122048)
by Sam Gross
· 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
e992cc3
[3.13] gh-120289: Add external timer in traverse of _lsprof.Profiler (GH-121998) (#122000)
by Miss Islington (bot)
· 1 year, 1 month ago
721a7dd
[3.13] gh-120289: Disallow disable() and clear() in external timer to prevent use-after-free (GH-120297) (#121984)
by Miss Islington (bot)
· 1 year, 1 month ago
afa5321
[3.13] gh-121621: Move asyncio_running_loop to private struct (GH-121939) (#121943)
by Miss Islington (bot)
· 1 year, 1 month ago
449529a
[3.13] gh-121925: Fix uninitialized variables in `main.c` (GH-121926) (#121931)
by Miss Islington (bot)
· 1 year, 1 month ago
3d9692d
[3.13] gh-120678: pyrepl: Include globals from modules passed with `-i` (GH-120904) (#121916)
by Miss Islington (bot)
· 1 year, 1 month ago
4395d68
[3.13] gh-113993: Don't immortalize in PyUnicode_InternInPlace; keep immortalizing in other API (GH-121364) (GH-121854)
by Petr Viktorin
· 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
93ee63a
[3.13] gh-121791: Check for `NULL` in `MethodDescriptor2_new` in `_testcapi` (GH-121792) (#121839)
by Miss Islington (bot)
· 1 year, 1 month ago
835f4ad
[3.13] gh-76785: Expand How Interpreter Channels Handle Interpreter Finalization (gh-121811)
by Miss Islington (bot)
· 1 year, 1 month ago
f19ccfd
[3.13] gh-76785: Expand How Interpreter Queues Handle Interpreter Finalization (gh-121807)
by Miss Islington (bot)
· 1 year, 1 month ago
a2a4f5e
[3.13] gh-121621: Use PyMutex for writes to asyncio state (GH-121622) (#121774)
by Sam Gross
· 1 year, 1 month ago
15c875a
[3.13] Update retroactive comments from GH-117741 (segfault in `FutureIter_dealloc`) (GH-121638) (GH-121642)
by Miss Islington (bot)
· 1 year, 1 month ago
35f7155
[3.13] gh-121103: Put free-threaded libraries in `lib/python3.14t` (GH-121293) (#121631)
by Miss Islington (bot)
· 1 year, 1 month ago
3b5f8d2
[3.13] gh-121592: Make select.poll() and related objects thread-safe (GH-121594) (#121623)
by Miss Islington (bot)
· 1 year, 1 month ago
5bb1175
[3.13] gh-121596: Fix Sharing Interpreter Channels (gh-121600)
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
bccfd8a
[3.13] gh-121374: Correct docstrings in `_interpchannels` (gh-121501)
by Miss Islington (bot)
· 1 year, 1 month ago
2c3aa52
[3.13] gh-120782: Update internal type cache when reloading datetime (GH-120829) (#120855)
by neonene
· 1 year, 2 months ago
8597149
[3.13] gh-116181: Remove Py_BUILD_CORE_BUILTIN and Py_BUILD_CORE_MODULE in rotatingtree.c (GH-121260) (#121307)
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
009618f
[3.13] gh-120713: Normalize year with century for datetime.strftime (GH-120820) (GH-121144)
by Miss Islington (bot)
· 1 year, 2 months ago
50ea640
[3.13] gh-121137: Add missing Py_DECREF calls for ADDITEMS opcode of _pickle.c (GH-121136) (#121139)
by Miss Islington (bot)
· 1 year, 2 months ago
49e5740
[3.13] gh-121027: Add a future warning in functools.partial.__get__ (GH-121086) (#121092)
by Miss Islington (bot)
· 1 year, 2 months ago
c052b19
[3.13] gh-120838: Add _PyThreadState_WHENCE_FINI (gh-121013)
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
732c005
[3.13] gh-119614: Fix truncation of strings with embedded null characters in Tkinter (GH-120909) (GH-120938)
by Miss Islington (bot)
· 1 year, 2 months ago
99f18ea
[3.13] gh-101830: Fix Tcl_Obj to string conversion (GH-120884) (GH-120905)
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
b8fd80f
[3.13] GH-119462: Enforce invariants of type versioning. Backport of GH-120731. (#120748)
by Mark Shannon
· 1 year, 2 months ago
9be94f9
[3.13] gh-119506: fix `_io.TextIOWrapper.write()` write during flush (GH-119507) (#119964)
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
03b89e3
[3.13] gh-120586: Fix several "unused function" warnings in `posixmodule.c` (GH-120588) (#120616)
by Miss Islington (bot)
· 1 year, 2 months ago
6ee68fb
[3.13] gh-120584: Fix "unused thread_critical_sections" warning in `test_critical_sections` (GH-120585) (#120592)
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
15c3d00
[3.13] gh-117398: Add datetime C-API type check test for subinterpreters (gh-120463)
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
e048092
[3.13] gh-120155: Add assertion to sre.c match_getindex() (GH-120402) (#120409)
by Miss Islington (bot)
· 1 year, 2 months ago
2dd07fd
[3.13] gh-120346: Respect PYTHON_BASIC_REPL when running in interactive inspect mode (GH-120349) (#120351)
by Miss Islington (bot)
· 1 year, 2 months ago
14ff4c9
[3.13] gh-120155: Fix Coverity issue in zoneinfo load_data() (GH-120232) (#120310)
by Miss Islington (bot)
· 1 year, 2 months ago
9b704ce
[3.13] gh-120244: Fix re.sub() reference leak (GH-120245) (GH-120264)
by Miss Islington (bot)
· 1 year, 2 months ago
f0165d0
[3.13] gh-112672: Fix builtin Tkinter with Tcl 9.0 (GH-112681) (GH-120208)
by Miss Islington (bot)
· 1 year, 2 months ago
56a7e04
[3.13] gh-119577: Adjust DeprecationWarning when testing element truth values in ElementTree (GH-119762) (GH-120189)
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
eea45ea
[3.13] gh-119842: Honor PyOS_InputHook in the new REPL (GH-119843) (GH-120066)
by Łukasz Langa
· 1 year, 2 months ago
2acbdc2
[3.13] gh-89928: Fix integer conversion of device numbers (GH-31794) (GH-120053)
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
c348e27
[3.13] gh-117142: Support Importing ctypes in Isolated Interpreters (gh-120008)
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
79fae3b
[3.13] gh-117657: Fix itertools.count thread safety (GH-119268) (#120007)
by Sam Gross
· 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
4e147ca
[3.13] Revert "[3.13] gh-69214: Fix fcntl.ioctl() request type (GH-119498) (… (#119906)
by Victor Stinner
· 1 year, 3 months ago
8e0777d
gh-119690: Adds Unicode support for named pipes in _winapi (GH-119717)
by Miss Islington (bot)
· 1 year, 3 months ago
ea48de4
[3.13] gh-119585: Fix crash involving `PyGILState_Release()` and `PyThreadState_Clear()` (GH-119753) (#119859)
by Miss Islington (bot)
· 1 year, 3 months ago
5539bd9
[3.13] gh-103194: Fix Tkinter’s Tcl value type handling for Tcl 8.7/9.0 (GH-103846) (GH-119830)
by Miss Islington (bot)
· 1 year, 3 months ago
5a037b7
[3.13] gh-117398: Convert datetime.IsoCalendarDate To A Heap Type (gh-119637) (gh-119695)
by Miss Islington (bot)
· 1 year, 3 months ago
322e0ad
[3.13] gh-117142: Slightly hacky fix for memory leak of StgInfo (GH-119424) (GH-119468)
by Miss Islington (bot)
· 1 year, 3 months ago
Next »