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-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
*
GH-100485: Add math.sumprod() (GH-100677)
Raymond Hettinger
2023-01-07
1
-1/+38
*
GH-100342: check for allocation failure in AC `*args` parsing (#100343)
Kumar Aditya
2022-12-28
1
-1/+7
*
gh-100344: Add C implementation for `asyncio.current_task` (#100345)
Itamar Ostricher
2022-12-22
1
-1/+61
*
GH-69564: Clarify use of octal format of mode argument in help(os.chmod) (#20...
amaajemyfren
2022-12-21
1
-1/+12
*
GH-98363: Have batched() return tuples (GH-100118)
Raymond Hettinger
2022-12-08
1
-7/+7
*
gh-93453: No longer create an event loop in get_event_loop() (#98440)
Serhiy Storchaka
2022-12-06
1
-63/+1
*
bpo-15999: Accept arbitrary values for boolean parameters. (#15609)
Serhiy Storchaka
2022-12-03
8
-96/+96
*
gh-99845: Use size_t type in __sizeof__() methods (#99846)
Victor Stinner
2022-11-30
2
-14/+14
*
GH-91375: Port `_asyncio` static types to heap types and module state (#99122)
Kumar Aditya
2022-11-29
1
-30/+145
*
bpo-40882: Fix a memory leak in SharedMemory on Windows (GH-20684)
Zackery Spytz
2022-11-25
1
-1/+27
*
gh-64490: Fix bugs in argument clinic varargs processing (#32092)
colorfulappl
2022-11-24
1
-1/+389
*
gh-99240: Fix double-free bug in Argument Clinic str_converter generated code...
colorfulappl
2022-11-24
1
-1/+71
*
gh-64490: Fix refcount error when arguments are packed to tuple in argument c...
colorfulappl
2022-11-24
1
-1/+66
*
gh-99547: Add isjunction methods for checking if a path is a junction (GH-99548)
Charles Machalow
2022-11-22
1
-1/+33
*
gh-96002: Add functional test for Argument Clinic (#96178)
colorfulappl
2022-11-21
1
-0/+2291
*
gh-87092: expose the compiler's codegen to python for unit tests (GH-99111)
Irit Katriel
2022-11-14
1
-1/+64
*
gh-98930: improve the docstring of signal.strsignal (#99290)
ram vikram singh
2022-11-13
1
-3/+4
*
gh-98793: Fix typecheck in `overlapped.c` (#98835)
Charlie Zhao
2022-10-30
1
-1/+9
*
gh-95023: Added os.setns and os.unshare functions (#95046)
Noam Cohen
2022-10-20
1
-1/+150
*
GH-98363: Add itertools.batched() (GH-98364)
Raymond Hettinger
2022-10-17
1
-1/+80
*
gh-95534: Improve gzip reading speed by 10% (#97664)
Ruben Vorderman
2022-10-17
1
-1/+99
*
gh-95011: Migrate syslog module to Argument Clinic (GH-95012)
Noam Cohen
2022-10-08
1
-0/+257
*
gh-96288: Add a sentence to `os.mkdir`'s docstring. (#96271)
Hagai Helman Tov
2022-10-07
1
-2/+3
*
gh-97955: Migrate `zoneinfo` to Argument Clinic (#97958)
Nikita Sobolev
2022-10-07
1
-0/+188
*
gh-64373: Convert `_functools` to Argument Clinic (#96640)
Nikita Sobolev
2022-10-07
1
-0/+104
*
GH-96704: Add {Task,Handle}.get_context(), use it in call_exception_handler()...
Guido van Rossum
2022-10-05
1
-1/+18
*
gh-97728: Argument Clinic: Fix uninitialized variable in the Py_UNICODE conve...
Serhiy Storchaka
2022-10-03
3
-14/+14
*
GH-78724: Initialize struct.Struct in __new__ (GH-94532)
Kumar Aditya
2022-09-25
1
-8/+8
*
gh-93678: add _testinternalcapi.optimize_cfg() and test utils for compiler op...
Irit Katriel
2022-08-24
1
-0/+68
*
gh-90928: Improve static initialization of keywords tuple in AC (#95907)
Erlend E. Aasland
2022-08-13
37
-4137/+1609
*
gh-90928: Statically Initialize the Keywords Tuple in Clinic-Generated Code (...
Eric Snow
2022-08-11
61
-291/+8247
[next]