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-85283: Build _statistics extension with the limited C API (#116927)
Victor Stinner
2024-03-17
1
-32/+13
*
gh-85283: Build termios extension with the limited C API (#116928)
Victor Stinner
2024-03-17
1
-13/+16
*
gh-73468: Add math.fma() function (#116667)
Victor Stinner
2024-03-17
1
-1/+62
*
gh-85283: Build pwd extension with the limited C API (#116841)
Victor Stinner
2024-03-15
1
-4/+2
*
gh-116646, AC: Always use PyObject_AsFileDescriptor() in fildes (#116806)
Victor Stinner
2024-03-14
3
-38/+67
*
gh-116646, AC: Add CConverter.use_converter() method (#116793)
Victor Stinner
2024-03-14
1
-2/+1
*
gh-85283: Build fcntl extension with the limited C API (#116791)
Victor Stinner
2024-03-14
1
-16/+33
*
gh-116646: Add limited C API support to AC fildes converter (#116769)
Victor Stinner
2024-03-14
1
-1/+34
*
gh-85283: Convert grp extension to the limited C API (#116611)
Victor Stinner
2024-03-12
1
-75/+11
*
gh-110850: Fix _PyTime_FromSecondsDouble() API (#116606)
Victor Stinner
2024-03-11
1
-12/+12
*
gh-116417: Avoid PyFloat_AS_DOUBLE() in AC limited C API (#116568)
Victor Stinner
2024-03-10
1
-1/+83
*
gh-115398: Expose Expat >=2.6.0 reparse deferral API (CVE-2023-52425) (GH-115...
Sebastian Pipping
2024-02-29
2
-2/+66
*
gh-112529: Simplify PyObject_GC_IsTracked and PyObject_GC_IsFinalized (#114732)
Sam Gross
2024-02-28
1
-1/+39
*
gh-112050: Make collections.deque thread-safe in free-threaded builds (#113830)
mpage
2024-02-15
1
-8/+149
*
gh-89240: Enable multiprocessing on Windows to use large process pools (GH-10...
Steve Dower
2024-02-13
1
-1/+497
*
gh-114894: add array.array.clear() method (#114919)
Mike Zimin
2024-02-10
1
-1/+19
*
gh-115015: Argument Clinic: fix generated code for METH_METHOD methods withou...
Erlend E. Aasland
2024-02-05
16
-48/+70
*
gh-115026: Argument Clinic: handle PyBuffer_FillInfo errors in generated code...
Nikita Sobolev
2024-02-05
2
-7/+17
*
gh-112919: Speed-up datetime, date and time.replace() (GH-112921)
Eugene Toder
2024-01-30
1
-1/+351
*
gh-85984: Add POSIX pseudo-terminal functions. (GH-102413)
Soumendra Ganguly
2024-01-29
1
-1/+167
*
gh-112050: Adapt collections.deque to Argument Clinic (#113963)
mpage
2024-01-29
1
-1/+417
*
Use Unicode unconditionally for _winapi.CreateFile (GH-114611)
Steve Dower
2024-01-26
1
-5/+8
*
gh-113884: Make queue.SimpleQueue thread-safe when the GIL is disabled (#114161)
mpage
2024-01-23
1
-3/+21
*
gh-89850: Add default C implementations of persistent_id() and persistent_loa...
Serhiy Storchaka
2024-01-10
1
-1/+44
*
gh-113755: Fully adapt gcmodule.c to Argument Clinic (#113756)
Erlend E. Aasland
2024-01-08
1
-1/+123
*
gh-110721: Remove unused code from suggestions.c after moving PyErr_Display t...
Pablo Galindo Salgado
2024-01-08
1
-0/+41
*
gh-113536: Expose `os.waitid` on macOS (#113542)
Ronald Oussoren
2024-01-01
1
-3/+3
*
gh-113191: Add support of os.fchmod() on Windows (GH-113192)
Serhiy Storchaka
2023-12-24
1
-3/+3
*
gh-113202: Add a strict option to itertools.batched() (gh-113203)
Raymond Hettinger
2023-12-16
1
-9/+23
*
gh-59616: Support os.chmod(follow_symlinks=True) and os.lchmod() on Windows (...
Serhiy Storchaka
2023-12-14
1
-5/+6
*
gh-112730: Use color to highlight error locations (gh-112732)
Pablo Galindo Salgado
2023-12-06
1
-1/+27
*
gh-112567: Add _Py_GetTicksPerSecond() function (#112587)
Victor Stinner
2023-12-01
1
-9/+1
*
gh-112071: Make `_random.Random` methods thread-safe in `--disable-gil` build...
Radislav Chugunov
2023-11-28
1
-3/+35
*
gh-63284: Add support for TLS-PSK (pre-shared key) to the ssl module (#103181)
Grant Ramsay
2023-11-27
1
-1/+136
*
gh-112358: Fix Python 3.12 regression with subclassing struct.Struct. (#112424)
Mark Dickinson
2023-11-26
1
-8/+8
*
gh-112213: Update _weakref module to use new AC feature (gh-112250)
Donghee Na
2023-11-19
1
-1/+19
*
gh-111903: Update AC to support "pycore_critical_section.h" header (gh-112251)
Donghee Na
2023-11-19
1
-1/+2
*
gh-112070: make `functools.lru_cache` threadsafe in --disable-gil build (gh-1...
Wanderxjtu
2023-11-17
1
-3/+15
*
gh-111916: Make hashlib related modules thread-safe without the GIL (#111981)
Tomas R
2023-11-15
1
-7/+58
*
GH-111804: Drop posix.fallocate() under WASI (GH-111869)
Brett Cannon
2023-11-09
1
-3/+3
*
socket: Update generated AC code (#111853)
Jelle Zijlstra
2023-11-08
1
-2/+7
*
gh-111662: Update socket module to use AC for optimizing performance (gh-111661)
Bogdan Romanyuk
2023-11-08
1
-1/+164
*
gh-111089: Revert PyUnicode_AsUTF8() changes (#111833)
Victor Stinner
2023-11-07
14
-111/+596
*
gh-108082: Remove _PyErr_WriteUnraisableMsg() (GH-111643)
Serhiy Storchaka
2023-11-03
1
-33/+1
*
gh-111482: Use Argument Clinic for clock_gettime() (#111641)
Victor Stinner
2023-11-02
1
-0/+74
*
gh-111089: Use PyUnicode_AsUTF8() in Argument Clinic (#111585)
Victor Stinner
2023-11-01
14
-596/+111
*
gh-67565: Remove redundant C-contiguity checks (GH-105521)
Furkan Onder
2023-10-23
11
-271/+11
*
gh-110093: Replace trivial Py_BuildValue() with direct C API call (GH-110094)
Serhiy Storchaka
2023-10-20
2
-7/+12
*
gh-85283: Build resource extension with limited C API (#110989)
Victor Stinner
2023-10-17
1
-7/+11
*
gh-110964: Remove private _PyArg functions (#110966)
Victor Stinner
2023-10-17
61
-61/+140
[next]