cpython/Modules/clinic
Inada Naoki d5d9a71866
bpo-36346: array: Don't use deprecated APIs (GH-19653)
* Py_UNICODE -> wchar_t
* Py_UNICODE -> unicode in Argument Clinic
* PyUnicode_AsUnicode -> PyUnicode_AsWideCharString
* Don't use "u#" format.

Co-authored-by: Victor Stinner <vstinner@python.org>
2020-05-11 15:37:25 +09:00
..
_abc.c.h
_asynciomodule.c.h
_bz2module.c.h
_codecsmodule.c.h
_collectionsmodule.c.h
_contextvarsmodule.c.h
_cryptmodule.c.h
_curses_panel.c.h
_cursesmodule.c.h
_datetimemodule.c.h
_dbmmodule.c.h
_elementtree.c.h bpo-39822: Use NULL instead of None for empty attrib in Element. (GH-18735) 2020-03-09 15:12:41 +02:00
_gdbmmodule.c.h
_hashopenssl.c.h bpo-9216: Expose OpenSSL FIPS_mode() as _hashlib.get_fips_mode() (GH-19703) 2020-04-29 09:04:22 -07:00
_heapqmodule.c.h
_lzmamodule.c.h
_opcode.c.h
_operator.c.h
_pickle.c.h bpo-39435: Make the first argument of pickle.loads() positional-only. (GH-19846) 2020-05-02 09:38:01 +03:00
_queuemodule.c.h
_randommodule.c.h bpo-40286: Remove C implementation of Random.randbytes() (GH-19797) 2020-04-29 18:49:00 +02:00
_sre.c.h
_ssl.c.h
_statisticsmodule.c.h
_struct.c.h
_testmultiphase.c.h bpo-38787: C API for module state access from extension methods (PEP 573) (GH-19936) 2020-05-07 15:39:59 +02:00
_tkinter.c.h
_tracemalloc.c.h
_weakref.c.h
_winapi.c.h
arraymodule.c.h bpo-36346: array: Don't use deprecated APIs (GH-19653) 2020-05-11 15:37:25 +09:00
audioop.c.h
binascii.c.h
cmathmodule.c.h
fcntlmodule.c.h
gcmodule.c.h
grpmodule.c.h
itertoolsmodule.c.h
mathmodule.c.h
md5module.c.h
posixmodule.c.h bpo-40549: Convert posixmodule.c to multiphase init (GH-19982) 2020-05-10 11:05:29 +02:00
pwdmodule.c.h
pyexpat.c.h
resource.c.h
selectmodule.c.h
sha1module.c.h
sha256module.c.h
sha512module.c.h
signalmodule.c.h
spwdmodule.c.h
symtablemodule.c.h
unicodedata.c.h
zlibmodule.c.h