.. |
_abc.c.h
|
…
|
|
_asynciomodule.c.h
|
bpo-40967: Remove deprecated asyncio.Task.current_task() and asyncio.Task.all_tasks() (GH-20874)
|
2020-07-01 20:41:21 -07:00 |
_bisectmodule.c.h
|
bpo-40792: Make the result of PyNumber_Index() always having exact type int. (GH-20443)
|
2020-05-28 10:33:45 +03:00 |
_bz2module.c.h
|
bpo-40077: Convert _bz2 module to use PyType_FromSpec (GH-20960)
|
2020-06-20 00:56:13 +09:00 |
_codecsmodule.c.h
|
…
|
|
_collectionsmodule.c.h
|
bpo-40792: Make the result of PyNumber_Index() always having exact type int. (GH-20443)
|
2020-05-28 10:33:45 +03:00 |
_contextvarsmodule.c.h
|
…
|
|
_cryptmodule.c.h
|
…
|
|
_curses_panel.c.h
|
bpo-1635741 port _curses_panel to multi-phase init (PEP 489) (GH-21986)
|
2020-09-07 17:14:25 +02:00 |
_cursesmodule.c.h
|
bpo-36982: Add support for extended color functions in ncurses 6.1 (GH-17536)
|
2020-08-03 23:51:33 -04:00 |
_datetimemodule.c.h
|
…
|
|
_dbmmodule.c.h
|
bpo-1635741: Port _dbm module to multiphase initialization (GH-20848)
|
2020-06-16 01:20:54 +09:00 |
_elementtree.c.h
|
bpo-40792: Make the result of PyNumber_Index() always having exact type int. (GH-20443)
|
2020-05-28 10:33:45 +03:00 |
_gdbmmodule.c.h
|
bpo-1635741: Port _gdbm module to multiphase initialization (GH-20920)
|
2020-06-17 01:41:23 +09:00 |
_hashopenssl.c.h
|
bpo-40792: Make the result of PyNumber_Index() always having exact type int. (GH-20443)
|
2020-05-28 10:33:45 +03:00 |
_heapqmodule.c.h
|
…
|
|
_localemodule.c.h
|
bpo-20183: Convert _locale to the Argument Clinic (GH-14201)
|
2020-07-15 12:07:34 +03:00 |
_lzmamodule.c.h
|
bpo-1635741: Port _lzma module to multiphase initialization (GH-19382)
|
2020-06-23 00:53:07 +09:00 |
_opcode.c.h
|
…
|
|
_operator.c.h
|
bpo-40792: Make the result of PyNumber_Index() always having exact type int. (GH-20443)
|
2020-05-28 10:33:45 +03:00 |
_pickle.c.h
|
…
|
|
_queuemodule.c.h
|
…
|
|
_randommodule.c.h
|
bpo-41052: Opt out serialization/deserialization for _random.Random (GH-21002)
|
2020-06-21 18:44:58 +09:00 |
_sre.c.h
|
bpo-40792: Make the result of PyNumber_Index() always having exact type int. (GH-20443)
|
2020-05-28 10:33:45 +03:00 |
_ssl.c.h
|
…
|
|
_statisticsmodule.c.h
|
…
|
|
_struct.c.h
|
bpo-40792: Make the result of PyNumber_Index() always having exact type int. (GH-20443)
|
2020-05-28 10:33:45 +03:00 |
_testmultiphase.c.h
|
…
|
|
_tkinter.c.h
|
…
|
|
_tracemalloc.c.h
|
…
|
|
_weakref.c.h
|
…
|
|
_winapi.c.h
|
bpo-36346: Make using the legacy Unicode C API optional (GH-21437)
|
2020-07-10 23:26:06 +03:00 |
arraymodule.c.h
|
bpo-40792: Make the result of PyNumber_Index() always having exact type int. (GH-20443)
|
2020-05-28 10:33:45 +03:00 |
audioop.c.h
|
bpo-40792: Make the result of PyNumber_Index() always having exact type int. (GH-20443)
|
2020-05-28 10:33:45 +03:00 |
binascii.c.h
|
…
|
|
cmathmodule.c.h
|
…
|
|
fcntlmodule.c.h
|
…
|
|
gcmodule.c.h
|
…
|
|
grpmodule.c.h
|
…
|
|
itertoolsmodule.c.h
|
bpo-40792: Make the result of PyNumber_Index() always having exact type int. (GH-20443)
|
2020-05-28 10:33:45 +03:00 |
mathmodule.c.h
|
…
|
|
md5module.c.h
|
bpo-1635741: Port _sha1, _sha512, _md5 to multiphase init (GH-21818)
|
2020-09-06 12:09:51 +02:00 |
overlapped.c.h
|
bpo-20179: Convert the _overlapped module to the Argument Clinic (GH-14275)
|
2020-07-10 20:43:37 +03:00 |
posixmodule.c.h
|
bpo-36346: Undeprecate private function _PyUnicode_AsUnicode(). (GH-21336)
|
2020-07-05 18:53:45 +03:00 |
pwdmodule.c.h
|
…
|
|
pyexpat.c.h
|
…
|
|
readline.c.h
|
bpo-20181: Convert the readline module to the Argument Clinic (#14326)
|
2020-07-12 19:01:03 +03:00 |
resource.c.h
|
…
|
|
selectmodule.c.h
|
bpo-31938: Fix default-value signatures of several functions in the select module (GH-21066)
|
2020-06-23 23:49:56 +02:00 |
sha1module.c.h
|
bpo-1635741: Port _sha1, _sha512, _md5 to multiphase init (GH-21818)
|
2020-09-06 12:09:51 +02:00 |
sha256module.c.h
|
bpo-1635741: Convert _sha256 types to heap types (GH-22134)
|
2020-09-08 11:16:14 +02:00 |
sha512module.c.h
|
bpo-1635741: Port _sha1, _sha512, _md5 to multiphase init (GH-21818)
|
2020-09-06 12:09:51 +02:00 |
signalmodule.c.h
|
bpo-41146: Convert signal.default_int_handler() to Argument Clinic (GH-21197)
|
2020-07-12 19:15:20 +03:00 |
spwdmodule.c.h
|
…
|
|
symtablemodule.c.h
|
…
|
|
unicodedata.c.h
|
…
|
|
zlibmodule.c.h
|
bpo-1635741 port zlib module to multi-phase init (GH-21995)
|
2020-09-07 10:27:55 +02:00 |