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
*
bpo-43105: Importlib now resolves relative paths when creating module spec ob...
Steve Dower
2021-04-09
1
-1/+46
*
[3.8] [3.9] bpo-42681: Fix range checks for color and pair numbers in curses ...
Serhiy Storchaka
2021-01-04
1
-13/+13
*
[3.8] bpo-36589: Fix the error handling in curses.update_lines_cols(). (GH-12...
Serhiy Storchaka
2021-01-01
1
-13/+3
*
[3.8] bpo-31938: Fix default-value signatures of several functions in the sel...
Anthony Sottile
2020-06-23
1
-5/+9
*
[3.8] bpo-38580: Document that select() accepts iterables, not just sequences...
Tal Einat
2020-05-26
1
-2/+2
*
[3.8] bpo-40179: Fix translation of #elif in Argument Clinic (GH-19364) (GH-1...
Serhiy Storchaka
2020-04-18
1
-3/+3
*
bpo-39426: Fix outdated default and highest protocols in docs (GH-18154)
Miss Islington (bot)
2020-01-24
1
-7/+8
*
[3.8] bpo-37206: Unrepresentable default values no longer represented as None...
Serhiy Storchaka
2019-09-14
11
-55/+55
*
bpo-38132: Simplify _hashopenssl code (GH-16023) (#16040)
Miss Islington (bot)
2019-09-12
1
-1/+223
*
bpo-38134: Remove PKBDF2_HMAC_fast from _hashopenssl (GH-16028)
Miss Islington (bot)
2019-09-12
1
-9/+1
*
[3.8] bpo-37034: Display argument name on errors with keyword arguments with ...
Serhiy Storchaka
2019-08-29
29
-281/+281
*
[3.8] bpo-37942: Improve argument clinic float converter (GH-15470) (GH-15480)
Raymond Hettinger
2019-08-25
5
-92/+266
*
bpo-37798: Add C fastpath for statistics.NormalDist.inv_cdf() (GH-15266) (GH-...
Miss Islington (bot)
2019-08-23
1
-0/+50
*
bpo-37834: Normalise handling of reparse points on Windows (GH-15370)
Steve Dower
2019-08-21
1
-18/+1
*
Delete leftover clinic-generated file for C zipimport. (GH-15174)
Miss Islington (bot)
2019-08-10
1
-325/+0
*
bpo-37691: Let math.dist() accept sequences and iterables for coordinates (GH...
Miss Islington (bot)
2019-07-27
1
-11/+3
*
bpo-37178: Allow a one argument form of math.perm() (GH-13905) (GH-13919)
Miss Islington (bot)
2019-06-08
1
-4/+11
*
bpo-37165: Convert _count_elements to the argument clinic (GH-13848)
Miss Islington (bot)
2019-06-05
1
-1/+32
*
bpo-35431: Drop the k <= n requirement (GH-13798)
Raymond Hettinger
2019-06-04
1
-9/+13
*
bpo-37128: Add math.perm(). (GH-13731)
Serhiy Storchaka
2019-06-02
1
-1/+36
*
bpo-35431: Refactor math.comb() implementation. (GH-13725)
Serhiy Storchaka
2019-06-01
1
-18/+6
*
bpo-35431: Implemented math.comb (GH-11414)
Yash Aggarwal
2019-06-01
1
-1/+50
*
bpo-26826: Expose copy_file_range in the os module (GH-7255)
Pablo Galindo
2019-05-31
1
-1/+107
*
bpo-36999: Add asyncio.Task.get_coro() (GH-13680)
Alex Grönholm
2019-05-30
1
-1/+18
*
bpo-26836: Add os.memfd_create() (#13567)
Zackery Spytz
2019-05-29
1
-1/+60
*
bpo-22385: Support output separators in hex methods. (#13578)
Gregory P. Smith
2019-05-29
1
-17/+98
*
bpo-37001: Makes symtable.symtable have parity with compile for input (#13483)
Dino Viehland
2019-05-28
1
-18/+6
*
bpo-36785: PEP 574 implementation (GH-7076)
Antoine Pitrou
2019-05-26
1
-80/+148
*
bpo-37021: Port _randommodule to the argument clinic (GH-13532)
Pablo Galindo
2019-05-24
1
-0/+117
*
bpo-31904: Add posix module support for VxWorks (GH-12118)
pxinwr
2019-05-21
1
-5/+5
*
bpo-36887: add math.isqrt (GH-13244)
Mark Dickinson
2019-05-18
1
-1/+10
*
bpo-36673: Implement comment/PI parsing support for the TreeBuilder in Elemen...
Stefan Behnel
2019-05-01
1
-6/+122
*
bpo-36085: Enable better DLL resolution on Windows (GH-12302)
Steve Dower
2019-03-29
1
-1/+97
*
bpo-36297: remove "unicode_internal" codec (GH-12342)
Inada Naoki
2019-03-18
1
-103/+1
*
bpo-36127: Argument Clinic: inline parsing code for keyword parameters. (GH-1...
Serhiy Storchaka
2019-03-14
28
-535/+3816
*
bpo-36101: remove non-ascii characters in docstring (GH-12018)
animalize
2019-02-24
1
-3/+3
*
bpo-35813: Tests and docs for shared_memory (#11816)
Davin Potts
2019-02-24
1
-1/+153
*
bpo-36016: Add generation option to gc.getobjects() (GH-11909)
Pablo Galindo
2019-02-23
1
-7/+25
*
Remove stray quote in os.replace docstring. (GH-11556)
Anthony Sottile
2019-02-13
1
-2/+2
*
bpo-35606: Implement math.prod (GH-11359)
Pablo Galindo
2019-02-07
1
-1/+38
*
bpo-35537: Add setsid parameter to os.posix_spawn() and os.posix_spawnp() (GH...
Joannah Nanjekye
2019-02-01
1
-18/+26
*
bpo-35674: Add os.posix_spawnp() (GH-11554)
Joannah Nanjekye
2019-01-16
1
-1/+74
*
bpo-34838: Use subclass_of for math.dist. (GH-9659)
Ammar Askar
2019-01-12
1
-1/+9
*
bpo-35582: Argument Clinic: Optimize the "all boring objects" case. (GH-11520)
Serhiy Storchaka
2019-01-11
11
-230/+308
*
bpo-35582: Argument Clinic: inline parsing code for positional parameters. (G...
Serhiy Storchaka
2019-01-11
33
-446/+4262
*
bpo-35568: add 'raise_signal' function (GH-11335)
Vladimir Matveev
2019-01-08
1
-1/+34
*
Dead code removal from _hashopenssl. (GH-11379)
Gregory P. Smith
2018-12-31
1
-41/+1
*
bpo-32492: 1.6x speed up in namedtuple attribute access using C fast-path (#1...
Pablo Galindo
2018-12-30
1
-0/+28
*
bpo-20182: AC convert remaining functions/methods in _hashopenssl.c (GH-9213)
Tal Einat
2018-12-27
1
-1/+194
*
bpo-23867: Argument Clinic: inline parsing code for a single positional param...
Serhiy Storchaka
2018-12-25
25
-178/+913
[next]