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-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
*
gh-85283: Fix Argument Clinic for md5 extension (#110976)
Victor Stinner
2023-10-17
1
-2/+2
*
gh-85283: Build md5 extension with limited C API (#110967)
Victor Stinner
2023-10-17
1
-56/+6
*
gh-110864: Fix _PyArg_UnpackKeywordsWithVararg overwriting vararg with NULL (...
Nikita Sobolev
2023-10-16
1
-1/+71
*
gh-108277: Add os.timerfd_create() function (#108382)
Masaru Tsuchiyama
2023-10-07
1
-1/+391
*
gh-82367: Use `FindFirstFile` Win32 API in `ntpath.realpath()` (GH-110298)
박문식
2023-10-05
1
-1/+39
*
gh-88402: Add new sysconfig variables on Windows (GH-110049)
Sam Gross
2023-10-04
1
-0/+22
*
gh-109649: Add os.process_cpu_count() function (#109907)
Victor Stinner
2023-09-30
1
-5/+3
*
gh-109782: Ensure `os.path.isdir` has the same signature on all platforms (GH...
Amin Alaee
2023-09-28
1
-8/+8
*
gh-109723: Disable Py_BUILD_CORE in _testcapi (#109727)
Victor Stinner
2023-09-22
1
-1/+18
*
gh-108717: Speedup `os.DirEntry.is_junction` function (#108718)
Nikita Sobolev
2023-09-06
1
-9/+5
*
gh-106320: Remove private _PyErr_WriteUnraisableMsg() (#108863)
Victor Stinner
2023-09-04
1
-1/+33
*
gh-108494: Argument Clinic: inline parsing code for positional-only parameter...
Serhiy Storchaka
2023-09-03
1
-6/+16
*
gh-107603: Argument Clinic: Only include pycore_gc.h if needed (#108726)
Victor Stinner
2023-08-31
65
-360/+170
*
gh-108494: Argument Clinic: fix support of Limited C API (GH-108536)
Serhiy Storchaka
2023-08-28
1
-3/+2
*
gh-106320: Remove private AC converter functions (#108505)
Victor Stinner
2023-08-26
16
-16/+32
*
gh-106320: Remove private _PyLong_FileDescriptor_Converter() (#108503)
Victor Stinner
2023-08-26
5
-5/+10
*
gh-106320: Remove private _PyLong converter functions (#108499)
Victor Stinner
2023-08-26
6
-6/+12
*
gh-108494: AC supports pos-only args in limited C API (#108498)
Victor Stinner
2023-08-25
1
-1/+33
*
gh-108494: Argument Clinic partial supports of Limited C API (#108495)
Victor Stinner
2023-08-25
1
-0/+53
*
gh-108444: Argument Clinic uses PyLong_AsInt() (#108458)
Victor Stinner
2023-08-24
32
-276/+276
*
gh-95065, gh-107704: Argument Clinic: support multiple '/ [from ...]' and '* ...
Serhiy Storchaka
2023-08-21
1
-32/+331
*
gh-107704: Argument Clinic: add support for deprecating keyword use of parame...
Serhiy Storchaka
2023-08-19
2
-1140/+2095
*
gh-107801: Improve the accuracy of os.lseek docs (#107935)
Erlend E. Aasland
2023-08-18
1
-4/+13
*
gh-105481: opcode.h is no longer generated during the build (#108080)
Irit Katriel
2023-08-17
1
-1/+21
*
gh-107880: Teach Argument Clinic to clone __init__ and __new__ methods (#107885)
Erlend E. Aasland
2023-08-13
1
-1/+167
*
gh-106844: Fix issues in _winapi.LCMapStringEx (GH-107832)
Serhiy Storchaka
2023-08-11
1
-7/+5
[next]