cpython/Modules
Miss Islington (bot) 0009651d8e
[3.12] gh-124969: Make locale.nl_langinfo(locale.ALT_DIGITS) returning a string again (GH-125774) (GH-125805)
This is a follow up of GH-124974. Only Glibc needed a fix.
Now the returned value is a string consisting of semicolon-separated
symbols on all Posix platforms.
(cherry picked from commit dcc4fb2c90)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
2024-10-21 19:24:45 +00:00
..
_blake2
_ctypes [3.12] gh-113993: Make interned strings mortal (GH-120520, GH-121364, GH-121903, GH-122303) (#123065) 2024-09-27 13:28:48 -07:00
_decimal
_hacl [3.12] gh-99108: Refresh HACL*; update modules accordingly; fix namespacing (GH-117237) (GH-117243) 2024-03-26 01:43:24 +00:00
_io [3.12] gh-113993: Make interned strings mortal (GH-120520, GH-121364, GH-121903, GH-122303) (#123065) 2024-09-27 13:28:48 -07:00
_multiprocessing
_sqlite [3.12] gh-113993: Make interned strings mortal (GH-120520, GH-121364, GH-121903, GH-122303) (#123065) 2024-09-27 13:28:48 -07:00
_sre [3.12] gh-120155: Add assertion to sre.c match_getindex() (GH-120402) (#120410) 2024-06-12 13:57:45 +00:00
_ssl
_testcapi [3.12] gh-111495: Add tests for PyNumber C API (GH-111996) (#123376) 2024-09-06 00:51:26 +02:00
_xxtestfuzz [3.12] gh-121023: Improve _xxtestfuzz/README.rst (GH-121024) (#124141) 2024-09-16 20:29:02 +00:00
cjkcodecs
clinic [3.12] gh-124917: Allow keyword args to os.path.exists/lexists on Windows (GH-124918) (#125334) 2024-10-11 15:18:46 -07:00
expat [3.12] gh-123678: Upgrade libexpat 2.6.3 (GH-123689) (GH-123708) 2024-09-04 20:19:33 +00:00
_abc.c
_asynciomodule.c [3.12] gh-112182: Replace StopIteration with RuntimeError for future (GH-113220) (GH-123033) 2024-08-15 15:34:53 +00:00
_bisectmodule.c
_bz2module.c
_codecsmodule.c
_collectionsmodule.c
_contextvarsmodule.c
_cryptmodule.c
_csv.c [3.12] gh-113785: csv: fields starting with escapechar are not quoted (GH-122110) (GH-122259) 2024-08-09 16:04:29 +00:00
_curses_panel.c
_cursesmodule.c [3.12] gh-120378: Fix crash caused by integer overflow in curses (GH-124555) (#124911) 2024-10-02 21:40:49 +00:00
_datetimemodule.c [3.12] gh-52551: Fix encoding issues in strftime() (GH-125193) (GH-125657) (GH-125661) 2024-10-17 20:04:48 +00:00
_dbmmodule.c
_elementtree.c [3.12] gh-123213: Fixed xml.etree.ElementTree.Element.extend and assignment to no longer hide exceptions (GH-123214) (#123258) 2024-09-06 11:51:18 +03:00
_functoolsmodule.c gh-99113: Add Py_MOD_PER_INTERPRETER_GIL_SUPPORTED (gh-104205) 2023-05-05 21:11:27 +00:00
_gdbmmodule.c
_hashopenssl.c [3.12] gh-117233: Detect support for several hashes at hashlib build time (GH-117234) (#117767) 2024-04-11 18:36:31 +00:00
_heapqmodule.c
_json.c
_localemodule.c [3.12] gh-124969: Make locale.nl_langinfo(locale.ALT_DIGITS) returning a string again (GH-125774) (GH-125805) 2024-10-21 19:24:45 +00:00
_lsprof.c [3.12] gh-120289: Add external timer in traverse of _lsprof.Profiler (GH-121998) (#122001) 2024-07-19 04:05:08 +00:00
_lzmamodule.c
_math.h
_opcode.c
_operator.c [3.12] gh-113993: Make interned strings mortal (GH-120520, GH-121364, GH-121903, GH-122303) (#123065) 2024-09-27 13:28:48 -07:00
_pickle.c [3.12] gh-113993: Make interned strings mortal (GH-120520, GH-121364, GH-121903, GH-122303) (#123065) 2024-09-27 13:28:48 -07:00
_posixsubprocess.c
_queuemodule.c
_randommodule.c
_scproxy.c
_ssl.c [3.12] gh-116810: fix memory leak in ssl module (GH-123249) (GH-124801) 2024-09-30 20:02:13 +00:00
_ssl.h
_ssl_data.h
_ssl_data_31.h
_ssl_data_111.h
_ssl_data_300.h
_stat.c
_statisticsmodule.c
_struct.c [3.12] gh-125118: don't copy arbitrary values to _Bool in the struct module (GH-125169) (#125265) 2024-10-10 14:56:49 +00:00
_testbuffer.c
_testcapi_feature_macros.inc
_testcapimodule.c [3.12] gh-119585: Fix crash involving PyGILState_Release() and PyThreadState_Clear() (GH-119753) (#119861) 2024-05-31 15:42:09 +00:00
_testclinic.c [3.12] gh-118814: Fix the TypeVar constructor when name is passed by keyword (GH-122664) (GH-122807) 2024-08-08 09:49:50 +03:00
_testimportmultiple.c
_testinternalcapi.c [3.12] gh-119213: Be More Careful About _PyArg_Parser.kwtuple Across Interpreters (gh-119331) (gh-119425) 2024-05-22 22:26:58 +00:00
_testmultiphase.c
_testsinglephase.c
_threadmodule.c
_tkinter.c [3.12] gh-119614: Fix truncation of strings with embedded null characters in Tkinter (GH-120909) (GH-120939) 2024-06-24 09:39:56 +00:00
_tracemalloc.c
_typingmodule.c
_uuidmodule.c
_weakref.c
_winapi.c gh-100256: Skip inaccessible registry keys in the WinAPI mimetype implementation (GH-122047) 2024-08-07 19:39:51 +01:00
_xxinterpchannelsmodule.c
_xxsubinterpretersmodule.c
_zoneinfo.c [3.12] gh-120155: Fix Coverity issue in zoneinfo load_data() (GH-120232) (#120311) 2024-06-10 10:12:25 +00:00
addrinfo.h
arraymodule.c [3.12] gh-121905: Consistently use "floating-point" instead of "floating point" (GH-121907) (GH-122013) 2024-07-19 09:08:33 +00:00
atexitmodule.c
audioop.c
binascii.c [3.12] gh-118314: Fix padding edge case in binascii.a2b_base64 strict mode (GH-118320) (GH-118691) 2024-05-07 09:35:49 +00:00
cmathmodule.c
config.c.in
errnomodule.c
faulthandler.c [3.12] gh-121905: Consistently use "floating-point" instead of "floating point" (GH-121907) (GH-122013) 2024-07-19 09:08:33 +00:00
fcntlmodule.c [3.12] Revert "[3.12] gh-69214: Fix fcntl.ioctl() request type (#119498) (#1… (#119905) 2024-06-01 17:08:07 +02:00
gc_weakref.txt
gcmodule.c [3.12] gh-116510: Fix crash during sub-interpreter shutdown (gh-124536) 2024-09-26 17:50:46 -07:00
getaddrinfo.c
getbuildinfo.c
getnameinfo.c
getpath.c
getpath.py
getpath_noop.c
grpmodule.c
hashlib.h
itertoolsmodule.c [3.12] Tee of tee was not producing n independent iterators (gh-123884) (gh-125153) 2024-10-08 20:16:18 +00:00
ld_so_aix.in
main.c [3.12] gh-121957: Emit audit events for python -i and python -m asyncio (GH-122117) 2024-07-22 13:41:23 +02:00
makesetup
makexp_aix
mathmodule.c [3.12] gh-123836: workaround fmod(x, y) bug on Windows (GH-124171) (#124186) 2024-09-17 21:44:52 +02:00
md5module.c [3.12] gh-99108: Refresh HACL*; update modules accordingly; fix namespacing (GH-117237) (GH-117243) 2024-03-26 01:43:24 +00:00
mmapmodule.c
nismodule.c
ossaudiodev.c
overlapped.c
posixmodule.c [3.12] gh-124917: Allow keyword args to os.path.exists/lexists on Windows (GH-124918) (#125334) 2024-10-11 15:18:46 -07:00
posixmodule.h
pwdmodule.c
pyexpat.c
readline.c
README
resource.c
rotatingtree.c
rotatingtree.h
selectmodule.c [3.12] gh-121905: Consistently use "floating-point" instead of "floating point" (GH-121907) (GH-122013) 2024-07-19 09:08:33 +00:00
Setup
Setup.bootstrap.in
Setup.stdlib.in [3.12] gh-117968: Add tests for the part of the PyRun family of the C API (GH-117982) (GH-118011) 2024-04-22 18:59:28 +00:00
sha1module.c [3.12] gh-99108: Refresh HACL*; update modules accordingly; fix namespacing (GH-117237) (GH-117243) 2024-03-26 01:43:24 +00:00
sha2module.c [3.12] gh-99108: Refresh HACL*; update modules accordingly; fix namespacing (GH-117237) (GH-117243) 2024-03-26 01:43:24 +00:00
sha3module.c [3.12] gh-99108: Refresh HACL*; update modules accordingly; fix namespacing (GH-117237) (GH-117243) 2024-03-26 01:43:24 +00:00
signalmodule.c [3.12] gh-121905: Consistently use "floating-point" instead of "floating point" (GH-121907) (GH-122013) 2024-07-19 09:08:33 +00:00
socketmodule.c
socketmodule.h
spwdmodule.c
symtablemodule.c
syslogmodule.c
termios.c
timemodule.c [3.12] gh-52551: Fix encoding issues in strftime() (GH-125193) (GH-125657) (GH-125661) 2024-10-17 20:04:48 +00:00
tkappinit.c
tkinter.h
unicodedata.c
unicodedata_db.h
unicodename_db.h
winreparse.h
xxlimited.c
xxlimited_35.c
xxmodule.c
xxsubtype.c
zlibmodule.c

Source files for standard library extension modules,
and former extension modules that are now builtin modules.