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-41052: Fix pickling heap types implemented in C with protocols 0 and 1 (G...
Serhiy Storchaka
2020-10-24
3
-88/+3
*
bpo-4356: Add key function support to the bisect module (GH-20556)
Raymond Hettinger
2020-10-20
1
-29/+73
*
bpo-20184: Convert termios to Argument Clinic. (GH-22693)
Serhiy Storchaka
2020-10-18
1
-0/+225
*
bpo-41919, test_codecs: Move codecs.register calls to setUp() (GH-22513)
Hai Shi
2020-10-16
1
-38/+1
*
bpo-41985: Add _PyLong_FileDescriptor_Converter and AC converter for "fildes"...
Serhiy Storchaka
2020-10-09
3
-20/+20
*
bpo-41842: Add codecs.unregister() function (GH-22360)
Hai Shi
2020-09-28
1
-1/+12
*
bpo-1635741: Port _lsprof extension to multi-phase init (PEP 489) (GH-22220)
Mohamed Koubaa
2020-09-23
1
-5/+16
*
bpo-1635741: Convert an _lsprof method to argument clinic (GH-22240)
Mohamed Koubaa
2020-09-21
1
-0/+44
*
bpo-1635741: Convert _sha256 types to heap types (GH-22134)
Mohamed Koubaa
2020-09-08
1
-5/+16
*
bpo-1635741 port _curses_panel to multi-phase init (PEP 489) (GH-21986)
Mohamed Koubaa
2020-09-07
1
-41/+117
*
bpo-1635741 port zlib module to multi-phase init (GH-21995)
Mohamed Koubaa
2020-09-07
1
-95/+141
*
bpo-1635741: Port _sha1, _sha512, _md5 to multiphase init (GH-21818)
Mohamed Koubaa
2020-09-06
3
-15/+48
*
bpo-36982: Add support for extended color functions in ncurses 6.1 (GH-17536)
Hans Petter Jansson
2020-08-04
1
-195/+55
*
bpo-20183: Convert _locale to the Argument Clinic (GH-14201)
Zackery Spytz
2020-07-15
1
-0/+587
*
bpo-41146: Convert signal.default_int_handler() to Argument Clinic (GH-21197)
Serhiy Storchaka
2020-07-12
1
-1/+37
*
bpo-20181: Convert the readline module to the Argument Clinic (#14326)
Zackery Spytz
2020-07-12
1
-0/+686
*
bpo-36346: Make using the legacy Unicode C API optional (GH-21437)
Serhiy Storchaka
2020-07-10
1
-11/+53
*
bpo-20179: Convert the _overlapped module to the Argument Clinic (GH-14275)
Zackery Spytz
2020-07-10
1
-0/+908
*
bpo-36346: Undeprecate private function _PyUnicode_AsUnicode(). (GH-21336)
Serhiy Storchaka
2020-07-05
1
-7/+1
*
bpo-40967: Remove deprecated asyncio.Task.current_task() and asyncio.Task.all...
RĂ©mi Lapeyre
2020-07-02
1
-81/+1
*
bpo-36346: Prepare for removing the legacy Unicode C API (AC only). (GH-21223)
Serhiy Storchaka
2020-06-30
2
-10/+68
*
bpo-31938: Fix default-value signatures of several functions in the select mo...
Anthony Sottile
2020-06-23
1
-5/+9
*
bpo-1635741: Port _lzma module to multiphase initialization (GH-19382)
Dong-hee Na
2020-06-22
1
-34/+35
*
bpo-41052: Opt out serialization/deserialization for _random.Random (GH-21002)
Dong-hee Na
2020-06-21
1
-1/+18
*
bpo-41056: Use the fildes converter for fd to please Coverity. (GH-21011)
Gregory P. Smith
2020-06-20
1
-3/+2
*
bpo-40077: Convert _bz2 module to use PyType_FromSpec (GH-20960)
Dong-hee Na
2020-06-19
1
-60/+23
*
bpo-1635741: Port _gdbm module to multiphase initialization (GH-20920)
Dong-hee Na
2020-06-16
1
-28/+75
*
bpo-1635741: Port _dbm module to multiphase initialization (GH-20848)
Dong-hee Na
2020-06-15
1
-15/+30
*
bpo-40792: Make the result of PyNumber_Index() always having exact type int. ...
Serhiy Storchaka
2020-05-28
14
-61/+61
*
bpo-37129: Add os.RWF_APPEND flag for os.pwritev() (GH-20336)
YoSTEALTH
2020-05-27
1
-1/+2
*
bpo-40791: Use CRYPTO_memcmp() for compare_digest (#20456)
Christian Heimes
2020-05-27
1
-1/+41
*
bpo-37999: No longer use __int__ in implicit integer conversions. (GH-15636)
Serhiy Storchaka
2020-05-26
32
-1743/+65
*
bpo-38580: Document that select() accepts iterables, not just sequences (GH-1...
Jakub Stasiak
2020-05-25
1
-2/+2
*
Let the argument clinic do the type checking for heapq (GH-20284)
Raymond Hettinger
2020-05-22
1
-1/+97
*
bpo-40630: Add tracemalloc.reset_peak (GH-20102)
Huon Wilson
2020-05-22
1
-1/+21
*
bpo-31033: Improve the traceback for cancelled asyncio tasks (GH-19951)
Chris Jerdonek
2020-05-18
1
-1/+43
*
bpo-40665: Use Argument Clinic for the bisect module (GH-20163)
Shantanu
2020-05-18
1
-0/+306
*
bpo-37630: Fix spelling shake128 -> shake_128 (GH-20154)
Christian Heimes
2020-05-17
1
-27/+27
*
bpo-40645: Implement HMAC in C (GH-20129)
Christian Heimes
2020-05-17
1
-8/+167
*
bpo-37630: Use SHA3 and SHAKE XOF from OpenSSL (GH-16049)
Christian Heimes
2020-05-16
1
-1/+473
*
bpo-24416: Return named tuple from date.isocalendar() (GH-20113)
Paul Ganssle
2020-05-16
1
-1/+55
*
bpo-31033: Add a msg argument to Future.cancel() and Task.cancel() (GH-19979)
Chris Jerdonek
2020-05-15
1
-11/+49
*
bpo-40479: Fix hashlib issue with OpenSSL 3.0.0 (GH-20107)
Christian Heimes
2020-05-15
1
-4/+6
*
bpo-40549: posixmodule.c uses defining_class (GH-20075)
Victor Stinner
2020-05-14
1
-56/+35
*
bpo-36346: array: Don't use deprecated APIs (GH-19653)
Inada Naoki
2020-05-11
1
-7/+10
*
bpo-40549: Convert posixmodule.c to multiphase init (GH-19982)
Victor Stinner
2020-05-10
1
-12/+11
*
bpo-38787: C API for module state access from extension methods (PEP 573) (GH...
Petr Viktorin
2020-05-07
1
-0/+101
*
bpo-39435: Make the first argument of pickle.loads() positional-only. (GH-19846)
Serhiy Storchaka
2020-05-02
1
-3/+3
*
bpo-40286: Remove C implementation of Random.randbytes() (GH-19797)
Victor Stinner
2020-04-29
1
-42/+1
*
bpo-9216: Expose OpenSSL FIPS_mode() as _hashlib.get_fips_mode() (GH-19703)
Victor Stinner
2020-04-29
1
-1/+42
[next]