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-38256: Fix binascii.crc32() when inputs are 4+GiB (GH-32000)
Gregory P. Smith
2022-03-20
1
-3/+8
*
bpo-47039: Normalize repr() of asyncio future and task objects (GH-31950)
Andrew Svetlov
2022-03-17
1
-35/+1
*
bpo-46994: Accept explicit contextvars.Context in asyncio create_task() API (...
Andrew Svetlov
2022-03-14
1
-7/+14
*
bpo-47003: Cleanup _overlapped module (GH-31848)
Andrew Svetlov
2022-03-13
1
-21/+46
*
bpo-46805: Add low level UDP socket functions to asyncio (GH-31455)
Alex Grönholm
2022-03-13
1
-1/+39
*
bpo-46937: convert remaining functions to AC in _weakref (GH-31705)
Kumar Aditya
2022-03-07
1
-1/+47
*
bpo-46771: Implement task cancel requests counter (GH-31513)
Tin Tvrtković
2022-02-24
1
-10/+9
*
bpo-46541: Remove usage of _Py_IDENTIFIER from array module (GH-31376)
Dong-hee Na
2022-02-17
1
-25/+70
*
bpo-46752: Add TaskGroup; add Task..cancelled(),.uncancel() (GH-31270)
Guido van Rossum
2022-02-15
1
-1/+48
*
bpo-46728: fix docstring of combinations_with_replacement for consistency (GH...
DongGeon Lee
2022-02-15
1
-2/+2
*
bpo-45948: Remove constructor discrepancy in C version of ElementTree.XMLPars...
Jacob Walls
2022-02-12
1
-2/+2
*
bpo-46613: Add PyType_GetModuleByDef to the public API (GH-31081)
Petr Viktorin
2022-02-11
1
-3/+3
*
bpo-40280: Address more test failures on Emscripten (GH-31050)
Christian Heimes
2022-02-05
1
-1/+9
*
bpo-46433: _PyType_GetModuleByDef: handle static types in MRO (GH-30696)
Petr Viktorin
2022-02-02
1
-1/+31
*
bpo-41857: mention timeout argument units in select.poll() and select.depoll(...
Zane Bitter
2022-01-20
1
-1/+9
*
bpo-46315: Add ifdef HAVE_ feature checks for WASI compatibility (GH-30507)
Christian Heimes
2022-01-13
1
-1/+9
*
bpo-45582: Port getpath[p].c to Python (GH-29041)
Steve Dower
2021-12-03
1
-1/+33
*
bpo-41498: Fix build on platforms without sigset_t (GH-29770)
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/+13
*
bpo-45461: Fix IncrementalDecoder and StreamReader in the "unicode-escape" co...
Serhiy Storchaka
2021-10-14
1
-5/+13
*
bpo-41710: Add private _PyDeadline_Get() function (GH-28674)
Victor Stinner
2021-10-01
1
-5/+5
*
[codemod] Fix non-matching bracket pairs (GH-28473)
Mohamad Mansour
2021-09-21
1
-2/+2
*
bpo-43413: Fix handling keyword arguments in subclasses of some buitin classe...
Serhiy Storchaka
2021-09-12
5
-22/+39
*
bpo-40563: Support pathlike objects on dbm/shelve (GH-21849)
Henry-Joseph Audéoud
2021-09-10
2
-16/+2
*
bpo-38371: Remove deprecated `tkinter` split() method (GH-28237)
Erlend Egeberg Aasland
2021-09-08
1
-9/+1
*
bpo-43613: Faster implementation of gzip.compress and gzip.decompress (GH-27941)
Ruben Vorderman
2021-09-02
1
-10/+22
*
bpo-45085: Remove the binhex module (GH-28117)
Victor Stinner
2021-09-02
1
-140/+1
*
bpo-45060: Get rid of few uses of the equality operators with None (GH-28087)
Serhiy Storchaka
2021-08-31
1
-2/+2
*
bpo-41818: Add termios.tcgetwinsize(), termios.tcsetwinsize(). (GH-23686)
Soumendra Ganguly
2021-08-27
1
-1/+65
*
bpo-44725 : expose specialization stats in python (GH-27192)
Irit Katriel
2021-07-29
1
-1/+19
*
bpo-42854: Correctly use size_t for _ssl._SSLSocket.read and _ssl._SSLSocket....
Pablo Galindo Salgado
2021-07-23
1
-6/+6
*
bpo-44353: Implement typing.NewType __call__ method in C (#27262)
Yurii Karabas
2021-07-22
1
-0/+12
*
bpo-43086: Add handling for out-of-spec data in a2b_base64 (GH-24402)
Idan Moral
2021-07-19
1
-8/+29
*
bpo-44582: Accelerate mimetypes.init on Windows with a native accelerator (GH...
Steve Dower
2021-07-08
1
-1/+37
*
bpo-44558: Match countOf `is`/`==` treatment to c (GH-27007)
Rupert Tombs
2021-07-07
1
-2/+2
*
Update bisect docstrings (GH-26548)
hrchu
2021-06-06
1
-5/+5
*
Do not use Py_ssize_clean_t (GH-25940)
Inada Naoki
2021-05-08
3
-12/+11
*
bpo-18233: Add internal methods to access peer chain (GH-25467)
Christian Heimes
2021-04-26
1
-1/+35
*
bpo-39529: Deprecate creating new event loop in asyncio.get_event_loop() (GH-...
Serhiy Storchaka
2021-04-25
1
-1/+40
*
bpo-43538: Add extra arguments to os.startfile (GH-25538)
Steve Dower
2021-04-23
1
-16/+71
*
bpo-35114: Make ssl.RAND_status() return a bool (GH-20063)
Zackery Spytz
2021-04-23
1
-2/+2
*
bpo-42333: Port _ssl extension to multiphase initialization (PEP 489) (GH-23253)
Christian Heimes
2021-04-17
1
-10/+10
*
bpo-43669: Remove OpenSSL 0.9 to 1.1.0 specific documentation (GH-25453)
Christian Heimes
2021-04-17
1
-39/+1
*
bpo-43669: PEP 644: Require OpenSSL 1.1.1 or newer (GH-23014)
Christian Heimes
2021-04-17
2
-97/+4
*
bpo-43105: Importlib now resolves relative paths when creating module spec ob...
Steve Dower
2021-04-07
1
-1/+46
*
bpo-43084: Return bool instead of int from curses.window.enclose() (GH-24398)
Serhiy Storchaka
2021-04-05
1
-8/+3
*
bpo-31956: Add start and stop parameters to array.index() (GH-25059)
Zackery Spytz
2021-04-02
1
-4/+41
*
bpo-40645: use C implementation of HMAC (GH-24920)
Christian Heimes
2021-03-27
1
-31/+7
*
bpo-43172: readline now passes its tests when built against libedit (GH-24499)
Gregory P. Smith
2021-02-12
1
-4/+6
*
bpo-1635741: Port pyexpat to multi-phase init (PEP 489) (GH-22222)
Mohamed Koubaa
2021-01-04
1
-69/+50
[next]