summaryrefslogtreecommitdiffstats
path: root/Modules
Commit message (Expand)AuthorAgeFilesLines
* gh-111178: Fix function signatures for test_os (#131227)Victor Stinner2025-03-142-3/+6
* gh-111178: Fix function signatures in `_asynciomodule.c` (#131228)Victor Stinner2025-03-141-65/+76
* gh-111178: Fix function signatures to fix undefined behavior (#131191)Victor Stinner2025-03-141-3/+3
* gh-130382: add missing `_PyReftracerTrack` to ceval `Py_DECREF` (#130689)Tomasz Pytel2025-03-131-0/+26
* gh-111178: Fix function signatures in misc files (#131180)Victor Stinner2025-03-133-7/+10
* gh-130947: Add again PySequence_Fast() to the limited C API (#130948)Victor Stinner2025-03-132-0/+38
* gh-130099: Fix CAN socket fallthrough annotation for NetBSD compatibility (#1...Furkan Onder2025-03-131-0/+2
* Remove vestigial code in socketmodule.c for Mac OS X 10.1 (#131090)Max Bachmann2025-03-131-15/+0
* gh-111178: Change Argument Clinic signature for `@classmethod` (#131157)Victor Stinner2025-03-127-25/+51
* gh-123471: make `itertools.batched` thread-safe (#129416)Pieter Eendebak2025-03-121-2/+11
* gh-111178: Change Argument Clinic signature for METH_O (#130682)Victor Stinner2025-03-1141-114/+588
* Replace K&R function declarations with ANSI declarations (#114818)Max Bachmann2025-03-112-25/+6
* gh-131082: Add missing guards for WIN32_LEAN_AND_MEAN (#131044)Max Bachmann2025-03-112-2/+4
* gh-117151: IO performance improvement, increase io.DEFAULT_BUFFER_SIZE to 128...morotti2025-03-073-11/+11
* gh-129011: Update comments in FileIO to match current code (#129012)Cody Maloney2025-03-072-13/+29
* gh-124878: Fix race conditions during interpreter finalization (#130649)Sam Gross2025-03-062-4/+1
* gh-130824: Clean up test wrappers for PyLong_*AndOverflow functions (GH-130871)Serhiy Storchaka2025-03-051-4/+2
* gh-130824: Add tests for `NULL` in `PyLong_*AndOverflow` functions (GH-130828)Peter Bierma2025-03-051-2/+4
* gh-105499: Merge typing.Union and types.UnionType (#105511)Jelle Zijlstra2025-03-041-2/+6
* gh-130790: Remove references about unicode's readiness from comments (#130801)Sergey Miryanov2025-03-032-4/+3
* gh-100388: Change undefined __DATE__ to the Unix epoch (#100389)Samuel Tyler2025-03-031-2/+2
* gh-127667: fix memory leaks in `hashlib` (#127668)Bénédikt Tran2025-03-031-58/+78
* gh-128002: use efficient linked list implementation for eager tasks in asynci...Kumar Aditya2025-03-031-41/+33
* gh-130740: Move some `stdbool.h` includes after `Python.h` (#130738)Hugo Beauzée-Luyssen2025-03-021-1/+1
* Revert "gh-128942: make `array` module thread safe (#128943)" (#130707)Sam Gross2025-02-282-517/+159
* gh-130617 : fix time_clockid_converter on DragonFlyBSD (#130634)leleliu0082025-02-281-0/+2
* gh-128942: make `array` module thread safe (#128943)Tomasz Pytel2025-02-272-159/+517
* gh-129288: Add optional l2_cid and l2_bdaddr_type in BTPROTO_L2CAP socket add...Fredrik Ahlberg2025-02-271-5/+22
* gh-130519: Fix crash in QSBR when destructor reenters QSBR (gh-130553)Sam Gross2025-02-261-0/+8
* gh-111178: fix UBSan failures in `Modules/_hashopenssl.c` (GH-129802)Bénédikt Tran2025-02-261-44/+44
* gh-111178: fix UBSan failures in `Modules/_tkinter.c` (GH-129795)Bénédikt Tran2025-02-261-66/+92
* gh-111178: fix UBSan failures in `Modules/_zoneinfo.c` (GH-129798)Bénédikt Tran2025-02-261-34/+31
* gh-130163: Fix crashes related to PySys_GetObject() (GH-130503)Serhiy Storchaka2025-02-256-36/+79
* gh-111178: fix UBSan failures in `Modules/unicodedata.c` (GH-129801)Bénédikt Tran2025-02-251-3/+5
* gh-111178: fix UBSan failures in `Modules/xx*.c` (GH-129797)Bénédikt Tran2025-02-254-77/+112
* GH-130396: Use computed stack limits on linux (GH-130398)Mark Shannon2025-02-252-2/+4
* gh-129405: Fix doc for Py_mod_multiple_interpreters default, and add test (GH...Petr Viktorin2025-02-241-0/+18
* gh-111178: fix UBSan failures in `Modules/_winapi.c` (GH-129796)Bénédikt Tran2025-02-241-3/+7
* gh-111178: fix UBSan failures in `Modules/_threadmodule.c` (GH-129794)Bénédikt Tran2025-02-241-76/+83
* gh-111178: fix UBSan failures in `Modules/selectmodule.c` (GH-129792)Bénédikt Tran2025-02-241-44/+65
* gh-111178: fix UBSan failures in `Modules/posixmodule.c` (GH-129788)Bénédikt Tran2025-02-241-20/+31
* gh-111178: fix UBSan failures in `Modules/pyexpat.c` (GH-129789)Bénédikt Tran2025-02-241-98/+147
* GH-91079: Revert "GH-91079: Implement C stack limits using addresses, not cou...Petr Viktorin2025-02-242-5/+2
* gh-130151: Fix reference leaks in `_hashlib.hmac_{new,digest}` (GH-130152)Bénédikt Tran2025-02-241-18/+18
* gh-111178: fix UBSan failures in `Modules/_struct.c` (#129793)Bénédikt Tran2025-02-231-28/+45
* gh-111178: fix clang-cl compilation of `Modules/mmapmodule.c` post gh-129784 ...Chris Eibl2025-02-221-1/+1
* gh-111178: fix UBSan failures in `Modules/_randommodule.c` (GH-129791)Bénédikt Tran2025-02-211-3/+4
* gh-111178: fix UBSan failures in `Modules/_queuemodule.c` (GH-129790)Bénédikt Tran2025-02-211-8/+14
* gh-111178: fix UBSan failures in `Modules/_functoolsmodule.c` (GH-129778)Bénédikt Tran2025-02-211-29/+46
* gh-129569: The function unicodedata.normalize() always returns built-in str (...Hizuru2025-02-211-5/+5