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
*
[3.12] gh-89928: Fix integer conversion of device numbers (GH-31794) (GH-120054)
Serhiy Storchaka
2024-06-04
1
-22/+10
*
[3.12] Revert "[3.12] gh-69214: Fix fcntl.ioctl() request type (#119498) (#1â...
Victor Stinner
2024-06-01
1
-6/+5
*
gh-119690: Adds Unicode support for named pipes in _winapi (GH-119717)
Steve Dower
2024-05-30
1
-9/+15
*
gh-118263: Add additional arguments to path_t (Argument Clinic type) in posix...
Nice Zombies
2024-05-28
1
-77/+104
*
[3.12] gh-69214: Fix fcntl.ioctl() request type (#119498) (#119505)
Victor Stinner
2024-05-24
1
-5/+6
*
[3.12] gh-119213: Be More Careful About _PyArg_Parser.kwtuple Across Interpre...
Eric Snow
2024-05-22
1
-1/+61
*
gh-118507 : Refactor ntpath native functions (gh-119381)
Nice Zombies
2024-05-22
1
-68/+56
*
[3.12] gh-71592: Add ability to trace Tcl commands executed by Tkinter (GH-11...
Serhiy Storchaka
2024-05-06
1
-1/+28
*
gh-90329: Add _winapi.GetLongPathName and GetShortPathName and use in venv to...
Steve Dower
2024-04-15
1
-1/+141
*
[3.12] gh-115398: Expose Expat >=2.6.0 reparse deferral API (CVE-2023-52425) ...
Sebastian Pipping
2024-03-06
2
-2/+66
*
[3.12] gh-115015: Argument Clinic: fix generated code for METH_METHOD methods...
Erlend E. Aasland
2024-02-06
16
-47/+69
*
Use Unicode unconditionally for _winapi.CreateFile (GH-114611)
Steve Dower
2024-01-26
1
-5/+8
*
[3.12] gh-112358: Fix Python 3.12 regression with subclassing struct.Struct (...
Mark Dickinson
2023-11-27
1
-8/+8
*
[3.12] GH-111804: Drop posix.fallocate() under WASI (GH-111869) (GH-111919)
Brett Cannon
2023-11-09
1
-3/+3
*
[3.12] gh-109782: Ensure `os.path.isdir` has the same signature on all platfo...
Alex Waygood
2023-10-02
1
-8/+8
*
[3.12] gh-107801: Improve the accuracy of os.lseek docs (#107935) (#108136)
Erlend E. Aasland
2023-08-19
1
-4/+13
*
[3.12] gh-106844: Fix issues in _winapi.LCMapStringEx (GH-107832) (#107874)
Serhiy Storchaka
2023-08-16
1
-7/+5
*
gh-88745: Add _winapi.CopyFile2 and update shutil.copy2 to use it (GH-105055)
Miss Islington (bot)
2023-05-30
1
-1/+71
*
gh-104803: Implement ntpath.isdevdrive for checking whether a path is on a Wi...
Miss Islington (bot)
2023-05-29
1
-1/+69
*
gh-94906: Support multiple steps in math.nextafter (#103881)
Matthias Görgens
2023-05-19
1
-8/+47
*
gh-104615: don't make unsafe swaps in apply_static_swaps (#104620)
Carl Meyer
2023-05-18
1
-9/+14
*
gh-99108: Replace SHA3 implementation HACL* version (#103597)
Jonathan Protzenko
2023-05-08
1
-0/+196
*
gh-104240: make _PyCompile_CodeGen support different compilation modes (#104241)
Irit Katriel
2023-05-07
1
-9/+20
*
gh-64631: Test exception messages in cloned Argument Clinic funcs (#104167)
Erlend E. Aasland
2023-05-05
1
-1/+259
*
gh-87092: Expose assembler to unit tests (#103988)
Irit Katriel
2023-05-01
1
-1/+63
*
gh-97696: asyncio eager tasks factory (#102853)
Itamar Ostricher
2023-05-01
1
-9/+194
*
gh-94518: Port 23-argument `_posixsubprocess.fork_exec` to Argument Clinic (#...
Oleg Iarygin
2023-04-24
1
-0/+162
*
gh-103092: Isolate `_collections` (#103093)
Erlend E. Aasland
2023-04-12
1
-2/+2
*
GH-75586: Make shutil.which() on Windows more consistent with the OS (GH-103179)
Charles Machalow
2023-04-04
1
-1/+41
*
gh-103092: Isolate `_pickle` module (#102982)
Erlend E. Aasland
2023-04-04
1
-11/+65
*
GH-102833: Mention the key function in the docstrings (GH-103009)
Raymond Hettinger
2023-03-25
1
-5/+13
*
gh-102839: remove AC for math.log (GH-102863)
Sergey B Kirpichev
2023-03-21
1
-44/+1
*
gh-102519: Add os.listdrives, os.listvolumes and os.listmounts on Windows (GH...
Steve Dower
2023-03-10
1
-1/+127
*
gh-102255: Improve build support for Windows API partitions (GH-102256)
Max Bachmann
2023-03-09
1
-5/+5
*
bpo-23224: Fix segfaults and multiple leaks in the lzma and bz2 modules (GH-7...
Zackery Spytz
2023-02-23
2
-10/+83
*
Add missing 'is' to `cmath.log()` docstring (#102049)
Owain Davies
2023-02-19
1
-2/+2
*
gh-101881: Support (non-)blocking read/write functions on Windows pipes (GH-1...
Rayyan Ansari
2023-02-16
1
-17/+1
*
gh-99108: Refactor _sha256 & _sha512 into _sha2. (#101924)
Gregory P. Smith
2023-02-16
3
-450/+440
*
gh-99138: Isolate _zoneinfo (#99218)
Erlend E. Aasland
2023-02-15
1
-14/+201
*
gh-101277: Finalise isolating itertools (GH-101305)
Erlend E. Aasland
2023-02-10
1
-3/+3
*
gh-101277: Port more itertools static types to heap types (#101304)
Erlend E. Aasland
2023-02-08
1
-3/+3
*
gh-101196: Make isdir/isfile/exists faster on Windows (GH-101324)
Michael Droettboom
2023-02-08
1
-1/+253
*
Revert "gh-89381: Fix invalid signatures of math/cmath.log (#101404)" (#101580)
Mark Dickinson
2023-02-05
2
-24/+29
*
gh-101277: Port more `itertools` static types to heap types (#101303)
Erlend E. Aasland
2023-02-03
1
-5/+5
*
gh-101277: Isolate itertools, add group and _grouper types to module state (#...
Erlend E. Aasland
2023-02-01
1
-4/+4
*
gh-101409: Improve generated clinic code for self type checks (#101411)
Erlend E. Aasland
2023-01-31
5
-39/+36
*
gh-89381: Fix invalid signatures of math/cmath.log (#101404)
Sergey B Kirpichev
2023-01-29
2
-29/+24
*
gh-92123: Adapt _elementtree to multi-phase init (PEP 489) (#101285)
Erlend E. Aasland
2023-01-24
1
-48/+161
*
GH-92123: Move _elementtree heap types to module state (#101187)
Erlend E. Aasland
2023-01-21
1
-7/+7
*
gh-92123: Convert `_elementtree` types to heap types (#99221)
Erlend E. Aasland
2023-01-20
1
-7/+7
[next]