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
/
clinic
Commit message (
Expand
)
Author
Age
Files
Lines
*
gh-99108: Implement HACL* HMAC (#130157)
Bénédikt Tran
2025-04-04
1
-0/+673
*
gh-131525: Cache the result of tuple_hash (#131529)
Michael Droettboom
2025-03-27
44
-44/+720
*
gh-131268: Implement thread names on OpenBSD (#131528)
Xavier G.
2025-03-21
1
-5/+5
*
gh-126895: Fix readline module in free-threaded build (#131208)
Tomasz Pytel
2025-03-17
1
-6/+119
*
gh-111178: Change Argument Clinic signature for `@classmethod` (#131157)
Victor Stinner
2025-03-12
4
-18/+44
*
gh-111178: Change Argument Clinic signature for METH_O (#130682)
Victor Stinner
2025-03-11
15
-25/+391
*
Revert "gh-128942: make `array` module thread safe (#128943)" (#130707)
Sam Gross
2025-02-28
1
-147/+9
*
gh-128942: make `array` module thread safe (#128943)
Tomasz Pytel
2025-02-27
1
-9/+147
*
gh-91048: fix thread safety for asyncio stack introspection APIs (#129399)
Kumar Aditya
2025-02-06
1
-26/+26
*
gh-129205: Add os.readinto() API for reading data into a caller provided buff...
Cody Maloney
2025-01-26
1
-1/+57
*
GH-91048: Add utils for capturing async call stack for asyncio programs and e...
Yury Selivanov
2025-01-22
1
-1/+87
*
gh-111178: Generate correct signature for most self converters (#128447)
Erlend E. Aasland
2025-01-20
32
-830/+830
*
gh-59705: Implement _thread.set_name() on Windows (#128675)
Victor Stinner
2025-01-17
1
-5/+5
*
gh-127614: Correctly check for ttyname_r() in configure (#128503)
Erlend E. Aasland
2025-01-07
1
-3/+3
*
gh-128002: fix many thread safety issues in asyncio (#128147)
Kumar Aditya
2025-01-04
1
-14/+536
*
gh-128277: remove unnecessary critical section from `socket.close` (#128305)
Kumar Aditya
2025-01-01
1
-9/+2
*
gh-128083: Fix macro redefinition warning in clinic. (GH-127950)
Peter Bierma
2024-12-19
1
-1/+49
*
gh-59705: Add _thread.set_name() function (#127338)
Victor Stinner
2024-12-06
1
-0/+104
*
gh-127627: Add `posix._emscripten_debugger` function (#127628)
Hood Chatham
2024-12-06
1
-1/+27
*
gh-126890: Restore stripped `ssl` docstrings (GH-127281)
Peter Bierma
2024-12-02
1
-1/+64
*
gh-127341: Argument Clinic: fix compiler warnings for getters with docstrings...
Peter Bierma
2024-11-29
1
-112/+40
*
gh-126316: Make grp.getgrall() thread-safe: add a mutex (#127055)
Victor Stinner
2024-11-21
1
-11/+77
*
gh-118201: Simplify conv_confname (#126089)
Malcolm Smith
2024-11-19
1
-5/+5
*
gh-125916: Allow functools.reduce() 'initial' to be a keyword argument (#125917)
Sayandip Dutta
2024-11-12
1
-8/+37
*
gh-122943: Add the varpos parameter in _PyArg_UnpackKeywords (GH-126564)
Serhiy Storchaka
2024-11-08
44
-392/+740
*
gh-122943: Rework support of var-positional parameter in Argument Clinic (GH-...
Serhiy Storchaka
2024-11-07
4
-131/+731
*
gh-119793: Prefer `map(..., strict=True)` over starmap/zip in examples (#126407)
Lukas Geiger
2024-11-05
1
-2/+2
*
gh-126220: Adapt `_lsprof` to Argument Clinic (#126233)
sobolevn
2024-11-04
1
-1/+361
*
gh-125916: Adapt functools.reduce() to Argument Clinic (#125999)
Sergey B Kirpichev
2024-11-01
1
-1/+45
*
gh-101123: Adapt vararg functions in the math module to Argument Clinic (#126...
Sergey B Kirpichev
2024-10-31
1
-1/+99
*
gh-90370: Argument Clinic: avoid temporary tuple creation for varargs (#126064)
Sergey B Kirpichev
2024-10-31
2
-57/+30
*
gh-94512: Fix forced arg format in posixmodule.c clinic code (#122516)
Bénédikt Tran
2024-10-26
1
-38/+154
*
gh-124984: Enhance `ssl` thread safety (#124993)
Peter Bierma
2024-10-19
1
-18/+1183
*
gh-125243: Fix ZoneInfo data race in free threading build (#125281)
Sam Gross
2024-10-13
1
-1/+60
*
gh-124917: Allow keyword args to os.path.exists/lexists on Windows (#124918)
Jelle Zijlstra
2024-10-11
1
-9/+69
*
gh-123961: Convert `curses.window` static type into a heap type (#124934)
Bénédikt Tran
2024-10-04
1
-5/+5
*
gh-120378: Fix crash caused by integer overflow in `curses` (#124555)
Peter Bierma
2024-10-02
1
-19/+79
*
gh-124665: Add `_PyCodec_UnregisterError` and `_codecs._unregister_error` (#1...
Bénédikt Tran
2024-09-29
1
-1/+51
*
gh-123014: Disable pidfd API on older Android versions (#124458)
Malcolm Smith
2024-09-25
2
-6/+6
*
gh-102511: Change the `os.path.splitroot` param name from `path` back to `p` ...
sobolevn
2024-09-18
1
-4/+4
*
gh-99108: Add HACL* Blake2 implementation to hashlib (GH-119316)
Jonathan Protzenko
2024-08-13
1
-0/+462
*
gh-122688: Add more tests for var-positional parameters in Argument Clinic (G...
Serhiy Storchaka
2024-08-12
1
-56/+223
*
gh-115808: Add ``is_none`` and ``is_not_none`` to ``operator`` (#115814)
Nico Mexis
2024-08-10
1
-1/+19
*
gh-122688: Fix support of var-positional parameter in Argument Clinic (GH-122...
Serhiy Storchaka
2024-08-09
1
-37/+73
*
gh-118814: Fix the TypeVar constructor when name is passed by keyword (GH-122...
Serhiy Storchaka
2024-08-07
1
-1/+73
*
gh-121381 Remove subprocess._USE_VFORK escape hatch (#121383)
Cody Maloney
2024-07-31
1
-10/+5
*
gh-118830: Bump pickle.DEFAULT_PROTOCOL to 5 (GH-119340)
Rodrigo Oliveira
2024-07-19
1
-4/+4
*
gh-121905: Consistently use "floating-point" instead of "floating point" (GH-...
Serhiy Storchaka
2024-07-19
4
-10/+10
*
gh-121592: Make select.poll() and related objects thread-safe (#121594)
Sam Gross
2024-07-11
1
-5/+46
*
gh-117657: Use critical section to make _socket.socket.close thread safe (GH-...
AN Long
2024-07-01
1
-1/+28
[next]