index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Modules
Commit message (
Expand
)
Author
Age
Files
Lines
*
gh-111178: Fix function signatures for test_os (#131227)
Victor Stinner
2025-03-14
2
-3/+6
*
gh-111178: Fix function signatures in `_asynciomodule.c` (#131228)
Victor Stinner
2025-03-14
1
-65/+76
*
gh-111178: Fix function signatures to fix undefined behavior (#131191)
Victor Stinner
2025-03-14
1
-3/+3
*
gh-130382: add missing `_PyReftracerTrack` to ceval `Py_DECREF` (#130689)
Tomasz Pytel
2025-03-13
1
-0/+26
*
gh-111178: Fix function signatures in misc files (#131180)
Victor Stinner
2025-03-13
3
-7/+10
*
gh-130947: Add again PySequence_Fast() to the limited C API (#130948)
Victor Stinner
2025-03-13
2
-0/+38
*
gh-130099: Fix CAN socket fallthrough annotation for NetBSD compatibility (#1...
Furkan Onder
2025-03-13
1
-0/+2
*
Remove vestigial code in socketmodule.c for Mac OS X 10.1 (#131090)
Max Bachmann
2025-03-13
1
-15/+0
*
gh-111178: Change Argument Clinic signature for `@classmethod` (#131157)
Victor Stinner
2025-03-12
7
-25/+51
*
gh-123471: make `itertools.batched` thread-safe (#129416)
Pieter Eendebak
2025-03-12
1
-2/+11
*
gh-111178: Change Argument Clinic signature for METH_O (#130682)
Victor Stinner
2025-03-11
41
-114/+588
*
Replace K&R function declarations with ANSI declarations (#114818)
Max Bachmann
2025-03-11
2
-25/+6
*
gh-131082: Add missing guards for WIN32_LEAN_AND_MEAN (#131044)
Max Bachmann
2025-03-11
2
-2/+4
*
gh-117151: IO performance improvement, increase io.DEFAULT_BUFFER_SIZE to 128...
morotti
2025-03-07
3
-11/+11
*
gh-129011: Update comments in FileIO to match current code (#129012)
Cody Maloney
2025-03-07
2
-13/+29
*
gh-124878: Fix race conditions during interpreter finalization (#130649)
Sam Gross
2025-03-06
2
-4/+1
*
gh-130824: Clean up test wrappers for PyLong_*AndOverflow functions (GH-130871)
Serhiy Storchaka
2025-03-05
1
-4/+2
*
gh-130824: Add tests for `NULL` in `PyLong_*AndOverflow` functions (GH-130828)
Peter Bierma
2025-03-05
1
-2/+4
*
gh-105499: Merge typing.Union and types.UnionType (#105511)
Jelle Zijlstra
2025-03-04
1
-2/+6
*
gh-130790: Remove references about unicode's readiness from comments (#130801)
Sergey Miryanov
2025-03-03
2
-4/+3
*
gh-100388: Change undefined __DATE__ to the Unix epoch (#100389)
Samuel Tyler
2025-03-03
1
-2/+2
*
gh-127667: fix memory leaks in `hashlib` (#127668)
Bénédikt Tran
2025-03-03
1
-58/+78
*
gh-128002: use efficient linked list implementation for eager tasks in asynci...
Kumar Aditya
2025-03-03
1
-41/+33
*
gh-130740: Move some `stdbool.h` includes after `Python.h` (#130738)
Hugo Beauzée-Luyssen
2025-03-02
1
-1/+1
*
Revert "gh-128942: make `array` module thread safe (#128943)" (#130707)
Sam Gross
2025-02-28
2
-517/+159
*
gh-130617 : fix time_clockid_converter on DragonFlyBSD (#130634)
leleliu008
2025-02-28
1
-0/+2
*
gh-128942: make `array` module thread safe (#128943)
Tomasz Pytel
2025-02-27
2
-159/+517
*
gh-129288: Add optional l2_cid and l2_bdaddr_type in BTPROTO_L2CAP socket add...
Fredrik Ahlberg
2025-02-27
1
-5/+22
*
gh-130519: Fix crash in QSBR when destructor reenters QSBR (gh-130553)
Sam Gross
2025-02-26
1
-0/+8
*
gh-111178: fix UBSan failures in `Modules/_hashopenssl.c` (GH-129802)
Bénédikt Tran
2025-02-26
1
-44/+44
*
gh-111178: fix UBSan failures in `Modules/_tkinter.c` (GH-129795)
Bénédikt Tran
2025-02-26
1
-66/+92
*
gh-111178: fix UBSan failures in `Modules/_zoneinfo.c` (GH-129798)
Bénédikt Tran
2025-02-26
1
-34/+31
*
gh-130163: Fix crashes related to PySys_GetObject() (GH-130503)
Serhiy Storchaka
2025-02-25
6
-36/+79
*
gh-111178: fix UBSan failures in `Modules/unicodedata.c` (GH-129801)
Bénédikt Tran
2025-02-25
1
-3/+5
*
gh-111178: fix UBSan failures in `Modules/xx*.c` (GH-129797)
Bénédikt Tran
2025-02-25
4
-77/+112
*
GH-130396: Use computed stack limits on linux (GH-130398)
Mark Shannon
2025-02-25
2
-2/+4
*
gh-129405: Fix doc for Py_mod_multiple_interpreters default, and add test (GH...
Petr Viktorin
2025-02-24
1
-0/+18
*
gh-111178: fix UBSan failures in `Modules/_winapi.c` (GH-129796)
Bénédikt Tran
2025-02-24
1
-3/+7
*
gh-111178: fix UBSan failures in `Modules/_threadmodule.c` (GH-129794)
Bénédikt Tran
2025-02-24
1
-76/+83
*
gh-111178: fix UBSan failures in `Modules/selectmodule.c` (GH-129792)
Bénédikt Tran
2025-02-24
1
-44/+65
*
gh-111178: fix UBSan failures in `Modules/posixmodule.c` (GH-129788)
Bénédikt Tran
2025-02-24
1
-20/+31
*
gh-111178: fix UBSan failures in `Modules/pyexpat.c` (GH-129789)
Bénédikt Tran
2025-02-24
1
-98/+147
*
GH-91079: Revert "GH-91079: Implement C stack limits using addresses, not cou...
Petr Viktorin
2025-02-24
2
-5/+2
*
gh-130151: Fix reference leaks in `_hashlib.hmac_{new,digest}` (GH-130152)
Bénédikt Tran
2025-02-24
1
-18/+18
*
gh-111178: fix UBSan failures in `Modules/_struct.c` (#129793)
Bénédikt Tran
2025-02-23
1
-28/+45
*
gh-111178: fix clang-cl compilation of `Modules/mmapmodule.c` post gh-129784 ...
Chris Eibl
2025-02-22
1
-1/+1
*
gh-111178: fix UBSan failures in `Modules/_randommodule.c` (GH-129791)
Bénédikt Tran
2025-02-21
1
-3/+4
*
gh-111178: fix UBSan failures in `Modules/_queuemodule.c` (GH-129790)
Bénédikt Tran
2025-02-21
1
-8/+14
*
gh-111178: fix UBSan failures in `Modules/_functoolsmodule.c` (GH-129778)
Bénédikt Tran
2025-02-21
1
-29/+46
*
gh-129569: The function unicodedata.normalize() always returns built-in str (...
Hizuru
2025-02-21
1
-5/+5
[next]