🌐 AI搜索 & 代理
🔍
主页
Sign in
chromium
/
external
/
github.com
/
python
/
cpython
/
refs/heads/3.13
/
Modules
08d665d
[3.13] gh-112127: Fix possible use-after-free in atexit.unregister() (GH-114092) (GH-142880)
by Serhiy Storchaka
· 3 days ago
53ca3b7
[3.13] Fix os.posix_spawn() error handling (GH-142532) (#142581)
by Miss Islington (bot)
· 3 days ago
88b8e63
[3.13] gh-142783: Fix possible use after free in zoneinfo module (GH-142790) (GH-142861)
by Miss Islington (bot)
· 3 days ago
9361207
[3.13] gh-142495: Make `defaultdict` keep existed value when racing with `__missing__` (GH-142668) (GH-142858)
by Serhiy Storchaka
· 3 days ago
4480f5b
[3.13] gh-142595: Amend be5e0dcdedb (fix NULL pointer dereference) (GH-142775) (GH-142789)
by Miss Islington (bot)
· 4 days ago
affd2f2
[3.13] gh-142594: fix by property calls io.TextIOWrapper.detach (GH-142706) (GH-142757)
by Cody Maloney
· 4 days ago
f666849
[3.13] gh-142595: add type check for namedtuple call during decimal initialization (GH-142608) (GH-142622)
by Miss Islington (bot)
· 5 days ago
2d05a0c
[3.13] gh-140042: Removing unsafe call to sqlite3_shutdown (GH-141793) (#141812)
by Prithviraj Chaudhuri
· 3 weeks ago
66e2b4a
[3.13] gh-141801: Use accessors for ASN1_STRING fields in libssl (GH-141802) (#141848)
by Miss Islington (bot)
· 4 weeks ago
af94f62
[3.13] gh-141659: Fix bad file descriptor error in subprocess on AIX (GH-141660) (#141828)
by Hugo van Kemenade
· 4 weeks ago
61a24ea
[3.13] gh-137109: refactor warning about threads when forking (GH-141438) (GH-141614) (GH-141639)
by Miss Islington (bot)
· 5 weeks ago
83bd868
[3.13] gh-124111: Fix TCL 9 thread detection (GH-141483)
by Miss Islington (bot)
· 5 weeks ago
7c62bd5
[3.13] gh-141311: Avoid assertion in BytesIO.readinto() (GH-141333) (GH-141478)
by Cody Maloney
· 5 weeks ago
18b883b
[3.13] gh-132657: add regression test for `PySet_Contains` with unhashable type (GH-141411) (#141467)
by Miss Islington (bot)
· 5 weeks ago
8402c28
[3.13] gh-141314: Fix TextIOWrapper.tell() assertion failure with standalone carriage return (GH-141331) (GH-141452)
by Mohsin Mehmood
· 5 weeks ago
873f0d0
[3.13] gh-100218: correctly set `errno` when `socket.if_{nametoindex,indextoname}` raise `OSError` (GH-140905) (#141285)
by Bénédikt Tran
· 6 weeks ago
731832a
[3.13] gh-140615: Update docstrings in the fcntl module (GH-140619) (GH-141231) (GH-141232)
by Serhiy Storchaka
· 6 weeks ago
3ecf637
[3.13] Fix a compiler warning in _randommodule.c (GH-141058) (#141064)
by Miss Islington (bot)
· 6 weeks ago
fd9be78
[3.13] gh-140979: Fix off-by-one error in the RE code validator (GH-140984) (GH-141000)
by Miss Islington (bot)
· 7 weeks ago
bc36bd1
[3.13] gh-90949: add Expat API to prevent XML deadly allocations (CVE-2025-59375) (GH-139234) (#139367)
by Sebastian Pipping
· 7 weeks ago
a1a71ef
[3.13] gh-140607: Validate returned byte count in RawIOBase.read (GH-140611) (#140730)
by Cody Maloney
· 7 weeks ago
bec053c
[3.13] GH-140590: Fix setstate for functools.partial C-module (GH-140671) (#140699)
by Miss Islington (bot)
· 8 weeks ago
9c8eade
[3.13] gh-140634: Fix a reference counting bug in os.sched_param.__reduce__() (GH-140667) (GH-140686)
by Miss Islington (bot)
· 8 weeks ago
7abbf51
[3.13] gh-140593: Fix a memory leak in function `my_ElementDeclHandler` of `pyexpat` (GH-140602) (#140630)
by Sebastian Pipping
· 8 weeks ago
01f9c51
[3.13] Remove unreachable break statements in _ctypes_test.c (GH-140585) (#140588)
by Miss Islington (bot)
· 8 weeks ago
640bc25
[3.13] gh-140474: Fix memory leak in `array.array` (GH-140478) (GH-140499)
by Miss Islington (bot)
· 8 weeks ago
d7473f7
[3.13] gh-140306: Fix memory leaks in cross-interpreter data handling (GH-140307) (GH-140357)
by Serhiy Storchaka
· 9 weeks ago
0231a39
[3.13] gh-140272: Fix memory leak in _gdbm.gdbm.clear() (GH-140274) (GH-140289)
by Serhiy Storchaka
· 9 weeks ago
c5ec267
[3.13] gh-101828: Fix `jisx0213` codecs removing null characters (gh-139340) (gh-140112)
by Stan Ulbrych
· 10 weeks ago
bfb9639
[3.13] gh-102431: Clarify constraints on operands of Decimal logical operations (GH-102836) (#140106)
by Sergey B Kirpichev
· 10 weeks ago
7b49ec7
[3.13] gh-139748: Fix socket.if_nametoindex() Argument Clinic (#139815)
by Victor Stinner
· 2 months ago
dac827c
[3.13] gh-139748: fix leaks in AC error paths when using unicode FS-b… (#139792)
by Kumar Aditya
· 2 months ago
0404ca7
[3.13] gh-137920: Fix semantically relevant typo in `curses.window.attron` (GH-137940) (GH-138507)
by Stan Ulbrych
· 2 months ago
7bb51bd
[3.13] gh-139283: correctly handle `size` limit in `cursor.fetchmany()` (GH-139296) (#139444)
by Bénédikt Tran
· 2 months ago
be8f3a6
[3.13] gh-139327: fix some reference leaks in `sqlite3` error branches (GH-139328) (#139472)
by Miss Islington (bot)
· 2 months ago
69ab8fb
[3.13] gh-139400: Make sure that parent parsers outlive their subparsers in `pyexpat` (GH-139403) (GH-139608)
by Sebastian Pipping
· 2 months ago
f48128b
[3.13] gh-139210: Fix use-after-free in xml.etree.ElementTree.iterparse() (GH-139211) (GH-139456)
by Miss Islington (bot)
· 3 months ago
a461f25
[3.13] gh-139312: Update bundled libexpat to 2.7.3 (GH-139319) (#139377)
by Miss Islington (bot)
· 3 months ago
d1f6b39
[3.13] gh-130567: Fix possible crash in locale.strxfrm() (GH-138940) (GH-139266)
by Miss Islington (bot)
· 3 months ago
135198d
[3.13] gh-138008: Fix segfaults in _ctypes due to invalid argtypes (GH-138285) (#138746)
by Petr Viktorin
· 3 months ago
ccf4b3e
[3.13] gh-138998: Upgrade vendored expat to 2.7.2 (GH-138999) (#139025)
by Miss Islington (bot)
· 3 months ago
5f84c1d
[3.13] gh-138736: Fix sqlite3.Connection.blobopen 'row' parameter type and naming (#138738) (#139063)
by Erlend E. Aasland
· 3 months ago
d8b3a83
[3.13] gh-137490: Fix signal.sigwaitinfo() on NetBSD (GH-137523) (GH-138936)
by Miss Islington (bot)
· 3 months ago
dbe5e39
[3.13] gh-138779: Use the dev_t converter for st_rdev (GH-138780) (GH-138927)
by Miss Islington (bot)
· 3 months ago
7160f9f
[3.13] gh-137017: Ensure `Thread.is_alive()` only returns False after the underlying OS thread exits (gh-137315) (gh-138917)
by Miss Islington (bot)
· 3 months ago
6aa7fa0
[3.13] gh-138659: Typo in the gc module docstring (GH-138660) (#138663)
by Miss Islington (bot)
· 3 months ago
837df27
[3.13] fix comment reference from man 7 signal to man 7 signal-safety (GH-138554) (#138595)
by Miss Islington (bot)
· 3 months ago
afec2c7
[3.13] gh-116946: fully implement GC protocol for `_curses_panel.panel` (GH-138333) (#138428)
by Bénédikt Tran
· 3 months ago
a7fd73e
[3.13] gh-60462: Fix locale.strxfrm() on Solaris (GH-138242) (GH-138449)
by Miss Islington (bot)
· 4 months ago
06dbf81
[3.13] gh-138204: Forbid expansion of a shared anonymous mmap on Linux (GH-138220) (GH-138387)
by Miss Islington (bot)
· 4 months ago
a38f026
[3.13] gh-116946: Revert GC protocol for immutable empty heap types (GH-138322, GH-138323, GH-138326) (#138337)
by Bénédikt Tran
· 4 months ago
d25d2d6
[3.13] gh-116946: fully implement GC protocol for `zlib` objects (GH-138290) (#138328)
by Bénédikt Tran
· 4 months ago
21b5932
[3.13] gh-116946: fully implement GC protocol for `_hashlib` objects (GH-138289) (#138326)
by Bénédikt Tran
· 4 months ago
828682d
[3.13] gh-116946: fully implement GC protocol for `lzma` objects (GH-138288) (#138323)
by Bénédikt Tran
· 4 months ago
90036f5
[3.13] gh-116946: fully implement GC protocol for `bz2` objects (GH-138266) (#138322)
by Bénédikt Tran
· 4 months ago
502ca0d
[3.13] bpo-41839: Fix error checking in sched_get_priority_ functions (GH-22374) (GH-138202)
by Miss Islington (bot)
· 4 months ago
59068df
[3.13] gh-137986: Fix and improve the csv functions docstrings (GH-137987) (GH-138108)
by Serhiy Storchaka
· 4 months ago
9face21
[3.13] gh-87135: Hang non-main threads that attempt to acquire the GIL during finalization (GH-105805) (GH-137827)
by Gregory P. Smith
· 4 months ago
da39cb9
[3.13] gh-137583: Only lock the SSL context, not the SSL socket (GH-137588) (GH-137613)
by Peter Bierma
· 4 months ago
8905f7a
[3.13] gh-137044: Support large limit values in getrlimit() and setrlimit() (GH-137338) (GH-137507)
by Miss Islington (bot)
· 4 months ago
3c37483
[3.13] gh-132710: only use stable `_uuid.generate_time_safe()` to deduce MAC address (GH-132901) (#134704)
by Bénédikt Tran
· 5 months ago
17392a7
[3.13] gh-135839: Fix `module_traverse` and `module_clear` in subinterp modules (GH-135937) (GH-135943)
by sobolevn
· 5 months ago
a32bd11
[3.13] gh-137273: Fix debug assertion failure in locale.setlocale() on Windows (GH-137300) (GH-137306)
by Miss Islington (bot)
· 5 months ago
4a37dd6
[3.13] gh-134698: Hold a lock when the thread state is detached in ssl (GH-134724) (#137126)
by Gregory P. Smith
· 5 months ago
89f256e
[3.13] gh-126662: naming consistency for `signal.ItimerError` (GH-126712) (#137123)
by Miss Islington (bot)
· 5 months ago
fddb58a
[3.13] gh-136710: Fix bad indentation in `os.chdir` docstring (GH-136721)
by Zachary Ware
· 5 months ago
d733a1e
[3.13] gh-136549: Fix signature of threading.excepthook() (GH-136559) (GH-136590)
by Miss Islington (bot)
· 5 months ago
a717ed9
[3.13] gh-136288: Fix error message in `_testcapi/vectorcall.c` (GH-136258) (GH-136295)
by Miss Islington (bot)
· 6 months ago
67c7439
[3.13] Fix comments for `heapq.siftup_max` (GH-135359) (#136233)
by Miss Islington (bot)
· 6 months ago
e3a277c
[3.13] gh-135607: remove null checking of weakref list in dealloc of extension modules and objects (#135614) (#136126)
by Victor Stinner
· 6 months ago
ad1b0c9
[3.13] gh-108765: fix comment about macro definitions in `_stat.c` post GH-108854 (GH-136027) (#136044)
by Miss Islington (bot)
· 6 months ago
28c5adf
[3.13] gh-135839: Fix `module_traverse` and `module_clear` in `_interpchannelsmodule` (GH-135840) (#135919)
by sobolevn
· 6 months ago
3e43628
[3.13] gh-135855: Raise TypeError When Passing Non-dict Object to `_interpreters.set___main___attrs` (gh-135903)
by Brian Schubert
· 6 months ago
666795a
[3.13] gh-135698: Fix Cross-interpreter Queue.full() With Negative/Default max_size (gh-135778)
by Eric Snow
· 6 months ago
3bfb7da
[3.13] gh-135641: Fix flaky `test_capi.test_lock_two_threads` test case (gh-135642) (gh-135688)
by Miss Islington (bot)
· 6 months ago
871adc8
[3.13] gh-135321: Always raise a correct exception for BINSTRING argument > 0x7fffffff in pickle (GH-135322) (GH-135383)
by Miss Islington (bot)
· 6 months ago
37027ab
[3.13] gh-135326: Restore support of __index__ in random.getrandbits() (#135332)
by Serhiy Storchaka
· 6 months ago
7620805
[3.13] gh-134160: Use PyModuleDef.m_free in the example module xxlimited (GH-135174) (GH-135214)
by Miss Islington (bot)
· 7 months ago
e2a9a3f
[3.13] gh-131884: Fix incorrect formatting in json.dumps() when using indent and skipkeys=True (GH-132200) (GH-135061)
by Serhiy Storchaka
· 7 months ago
9d5543a
[3.13] gh-135108: Fix utmp.h inclusion in posixmodule.c on NetBSD (GH-135109) (GH-135128)
by Miss Islington (bot)
· 7 months ago
b21d15f
[3.13] gh-127081: use `getlogin_r` if available (gh-132751) (#135098)
by Sam Gross
· 7 months ago
3e1b8d6
[3.13] gh-133489: Remove size restrictions on getrandbits() and randbytes() (GH-133658) (GH-134965)
by Serhiy Storchaka
· 7 months ago
a9b8ffd
[3.13] gh-134908: Protect `textiowrapper_iternext` with critical section (gh-134910) (gh-135040)
by Sam Gross
· 7 months ago
2c325e2
[3.13] gh-134696: align OpenSSL and HACL*-based hash functions constructors AC signatures (GH-134713) (#134962)
by Bénédikt Tran
· 7 months ago
5fb05ea
[3.13] gh-134210: handle signals in `_curses.window.getch` (GH-134326) (#134784)
by Bénédikt Tran
· 7 months ago
e483dcf
[3.13] gh-132876: workaround broken ldexp() on Windows 10 (GH-133135) (#134685)
by Sergey B Kirpichev
· 7 months ago
e4c4ecc
[3.13] gh-134381: Fix RuntimeError when starting not-yet started Thread after fork (gh-134514) (gh-134597)
by Miss Islington (bot)
· 7 months ago
532acbd
[3.13] gh-133904: Fix `math.factorial` documentation (GH-133907) (#133922)
by mkaraev
· 7 months ago
9718880
[3.13] gh-133009: fix UAF in `xml.etree.ElementTree.Element.__deepcopy__` (GH-133010) (#133806)
by Miss Islington (bot)
· 7 months ago
973e2d3
[3.13] gh-122559: Synchronize C and Python implementation of the io module about pickling (GH-122628) (GH-133381)
by Serhiy Storchaka
· 8 months ago
3c9d177
[3.13] bpo-44172: Keep reference to original window in curses subwindow objects (GH-26226) (GH-133370)
by Serhiy Storchaka
· 8 months ago
e75f528
[3.13] gh-133290: Use PyObject_SetAttr to set _type_ (GH-133292) (GH-133295)
by Miss Islington (bot)
· 8 months ago
3ff35ba
[3.13] gh-132527: Added missing `w` typecode to array() error message (GH-132529) (#132938)
by Miss Islington (bot)
· 8 months ago
3c29fb2
[3.13] gh-132753: Argument Clinic: Fix support of c_default for the bool converter (GH-132754) (GH-132766)
by Serhiy Storchaka
· 8 months ago
47c8df6
[3.13] gh-132673: Fix a crash with zero-alignment in `ctypes.Structure` (#132695)
by Peter Bierma
· 8 months ago
83cb89b
[3.13] gh-129719: Restore missing `socket.CAN_RAW_ERR_FILTER` on Linux (GH-129721) (#132702)
by Miss Islington (bot)
· 8 months ago
b787282
[3.13] gh-132674: fix `_hashopenssl.c` compiler warnings on free-threaded build (GH-132675) (#132677)
by Miss Islington (bot)
· 8 months ago
ff3f658
[3.13] gh-130052: Fix search_map_for_section() error handling (GH-132594) (#132598)
by Miss Islington (bot)
· 8 months ago
d321b6e
[3.13] gh-132099: Harmonize Bluetooth address handling (GH-132486) (GH-132497)
by Serhiy Storchaka
· 8 months ago
5be7505
[3.13] gh-132429: Fix support of Bluetooth sockets on NetBSD and DragonFly BSD (GH-132431) (GH-132458)
by Serhiy Storchaka
· 8 months ago
Next »