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.9] bpo-46728: fix docstring of combinations_with_replacement for consisten...
DongGeon Lee
2022-02-15
1
-2/+2
*
[3.9] bpo-45948: Remove constructor discrepancy in C version of ElementTree.X...
Jacob Walls
2022-02-13
1
-2/+2
*
[3.9] bpo-41857: mention timeout argument units in select.poll() and select.d...
Tal Einat
2022-01-21
1
-1/+9
*
[3.9] bpo-41498: Fix build on platforms without sigset_t (GH-29770) (GH-29774)
Christian Heimes
2021-11-25
1
-13/+13
*
bpo-45467: Fix IncrementalDecoder and StreamReader in the "raw-unicode-escape...
Serhiy Storchaka
2021-10-14
1
-5/+18
*
[3.9] bpo-45461: Fix IncrementalDecoder and StreamReader in the "unicode-esca...
Serhiy Storchaka
2021-10-14
1
-5/+18
*
[3.9] [codemod] Fix non-matching bracket pairs (GH-28473) (GH-28512)
Łukasz Langa
2021-09-22
1
-2/+2
*
[3.9] bpo-45060: Get rid of few uses of the equality operators with None (GH-...
Serhiy Storchaka
2021-09-01
1
-2/+2
*
[3.9] bpo-44558: Match countOf `is`/`==` treatment to c (GH-27007). (GH-27055)
Dong-hee Na
2021-07-07
1
-2/+2
*
bpo-43105: Importlib now resolves relative paths when creating module spec ob...
Steve Dower
2021-04-07
1
-1/+46
*
[3.9] bpo-42681: Fix range checks for color and pair numbers in curses (GH-23...
Serhiy Storchaka
2021-01-03
1
-13/+13
*
[3.9] bpo-41052: Fix pickling heap types implemented in C with protocols 0 an...
Serhiy Storchaka
2020-10-25
1
-18/+1
*
bpo-40967: Remove deprecated asyncio.Task.current_task() and asyncio.Task.all...
Miss Islington (bot)
2020-07-02
1
-81/+1
*
[3.9] bpo-31938: Fix default-value signatures of several functions in the sel...
Anthony Sottile
2020-06-23
1
-5/+9
*
[3.9] bpo-41052: Opt out serialization/deserialization for _random.Random (GH...
Dong-hee Na
2020-06-21
1
-1/+18
*
[3.9] bpo-40630: Add tracemalloc.reset_peak (GH-20102) (GH-20545)
Huon Wilson
2020-06-01
1
-1/+21
*
[3.9] bpo-40791: Use CRYPTO_memcmp() for compare_digest (GH-20456) (GH-20461)
Christian Heimes
2020-05-28
1
-1/+41
*
bpo-38580: Document that select() accepts iterables, not just sequences (GH-1...
Miss Islington (bot)
2020-05-26
1
-2/+2
*
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
*
bpo-40138: Fix Windows os.waitpid() for large exit code (GH-19637)
Victor Stinner
2020-04-22
1
-13/+5
*
bpo-40178: Convert the remaining os functions to Argument Clinic. (GH-19360)
Serhiy Storchaka
2020-04-18
1
-1/+558
*
bpo-40179: Fix translation of #elif in Argument Clinic (GH-19364)
Serhiy Storchaka
2020-04-18
1
-3/+3
*
bpo-40286: Add randbytes() method to random.Random (GH-19527)
Victor Stinner
2020-04-17
1
-1/+42
*
bpo-40234: Revert "bpo-37266: Daemon threads are now denied in subinterpreter...
Victor Stinner
2020-04-12
1
-22/+0
*
bpo-40094: Add os.waitstatus_to_exitcode() (GH-19201)
Victor Stinner
2020-04-01
1
-1/+61
*
bpo-39822: Use NULL instead of None for empty attrib in Element. (GH-18735)
Serhiy Storchaka
2020-03-09
1
-1/+5
*
bpo-39802: Only expose set_escdelay and set_tabsize when curses extensions ar...
Batuhan Taşkaya
2020-03-03
1
-1/+33
*
bpo-39495: Remove default value from C impl of TreeBuilder.start (GH-18275)
Shantanu
2020-03-02
1
-7/+7
*
bpo-39648: Expand math.gcd() and math.lcm() to handle multiple arguments. (GH...
Serhiy Storchaka
2020-02-23
1
-61/+1
*
bpo-39479:Add math.lcm() function: Least Common Multiple (#18547)
ananthan-123
2020-02-19
1
-1/+31
*
bpo-39573: Update clinic to use Py_IS_TYPE() function (GH-18507)
Dong-hee Na
2020-02-14
1
-4/+4
*
bpo-39395: putenv() and unsetenv() always available (GH-18135)
Victor Stinner
2020-01-24
1
-5/+5
*
bpo-39413: Implement os.unsetenv() on Windows (GH-18163)
Victor Stinner
2020-01-24
1
-3/+39
*
bpo-39426: Fix outdated default and highest protocols in docs (GH-18154)
Mark Dickinson
2020-01-24
1
-7/+8
*
bpo-39406: Implement os.putenv() with setenv() if available (GH-18128)
Victor Stinner
2020-01-22
1
-5/+5
*
Revert "bpo-39413: Implement os.unsetenv() on Windows (GH-18104)" (GH-18124)
Victor Stinner
2020-01-22
1
-39/+3
[next]