0
0
mirror of https://github.com/python/cpython.git synced 2024-11-24 08:52:25 +01:00
cpython/Modules
Serhiy Storchaka 4803cd0244
gh-126727: Fix locale.nl_langinfo(locale.ERA) (GH-126730)
It now returns multiple era description segments separated by semicolons.
Previously it only returned the first segment on platforms with Glibc.
2024-11-21 13:16:08 +02:00
..
_ctypes gh-126554: ctypes: Correctly handle NULL dlsym values (GH-126555) 2024-11-15 11:05:51 +01:00
_decimal gh-126133: Only use start year in PSF copyright, remove end years (#126236) 2024-11-12 15:59:19 +02:00
_hacl gh-126433: Update hacl-star (GH-126791) 2024-11-15 00:22:50 +00:00
_io
_multiprocessing
_sqlite
_sre gh-101955: Fix SystemError in possesive quantifier with alternative and group (GH-111362) 2024-11-18 13:43:44 +02:00
_ssl
_testcapi gh-123619: Add an unstable C API function for enabling deferred reference counting (GH-123635) 2024-11-13 13:27:16 +00:00
_testinternalcapi
_testlimitedcapi
_xxtestfuzz
cjkcodecs
clinic gh-118201: Simplify conv_confname (#126089) 2024-11-19 10:42:19 -05:00
expat gh-126623: Update libexpat to 2.6.4, make future updates easier (GH-126792) 2024-11-13 18:31:20 +00:00
_abc.c
_asynciomodule.c gh-126405: fix use-after-free in _asyncio.Future.remove_done_callback (#126733) 2024-11-12 18:01:34 +05:30
_bisectmodule.c
_bz2module.c
_codecsmodule.c
_collectionsmodule.c
_complex.h
_contextvarsmodule.c
_csv.c
_curses_panel.c
_cursesmodule.c
_datetimemodule.c
_dbmmodule.c
_elementtree.c
_functoolsmodule.c gh-126133: Only use start year in PSF copyright, remove end years (#126236) 2024-11-12 15:59:19 +02:00
_gdbmmodule.c
_hashopenssl.c
_heapqmodule.c
_interpchannelsmodule.c gh-76785: Improved Subinterpreters Compatibility with 3.12 (2/2) (gh-126707) 2024-11-12 10:41:51 -07:00
_interpqueuesmodule.c gh-76785: Improved Subinterpreters Compatibility with 3.12 (2/2) (gh-126707) 2024-11-12 10:41:51 -07:00
_interpreters_common.h gh-76785: Improved Subinterpreters Compatibility with 3.12 (2/2) (gh-126707) 2024-11-12 10:41:51 -07:00
_interpretersmodule.c gh-76785: Improved Subinterpreters Compatibility with 3.12 (2/2) (gh-126707) 2024-11-12 10:41:51 -07:00
_json.c gh-95382: Use cache for indentations in the JSON encoder (GH-118636) 2024-11-12 17:19:15 +00:00
_localemodule.c gh-126727: Fix locale.nl_langinfo(locale.ERA) (GH-126730) 2024-11-21 13:16:08 +02:00
_lsprof.c
_lzmamodule.c
_math.h
_opcode.c
_operator.c
_pickle.c gh-126991: Fix reference leak in loading pickle's opcode BUILD (GH-126990) 2024-11-19 18:00:35 +02:00
_posixsubprocess.c
_queuemodule.c
_randommodule.c
_scproxy.c
_ssl_data_31.h
_ssl_data_111.h
_ssl_data_300.h
_ssl.c
_ssl.h
_stat.c
_statisticsmodule.c
_struct.c
_suggestions.c
_sysconfig.c
_testbuffer.c
_testcapi_feature_macros.inc
_testcapimodule.c
_testclinic_limited.c gh-116322: Rename PyModule_ExperimentalSetGIL to PyUnstable_Module_SetGIL (GH-118645) 2024-05-06 18:59:36 +02:00
_testclinic.c
_testexternalinspection.c
_testimportmultiple.c
_testinternalcapi.c Revert "GH-126491: GC: Mark objects reachable from roots before doing cycle collection (GH-126502)" (#126983) 2024-11-19 11:25:09 +02:00
_testlimitedcapi.c
_testmultiphase.c
_testsinglephase.c
_threadmodule.c
_tkinter.c gh-124111: Update tkinter for compatibility with Tcl/Tk 9.0.0 (GH-124156) 2024-11-14 12:45:08 -06:00
_tracemalloc.c
_typingmodule.c
_uuidmodule.c
_weakref.c
_winapi.c
_zoneinfo.c
addrinfo.h
arraymodule.c
atexitmodule.c gh-116322: Add Py_mod_gil module slot (#116882) 2024-05-03 11:30:55 -04:00
binascii.c
blake2module.c
cmathmodule.c
config.c.in
errnomodule.c gh-116322: Add Py_mod_gil module slot (#116882) 2024-05-03 11:30:55 -04:00
faulthandler.c
fcntlmodule.c
gc_weakref.txt
gcmodule.c
getaddrinfo.c
getbuildinfo.c
getnameinfo.c
getpath_noop.c bpo-45582: Port getpath[p].c to Python (GH-29041) 2021-12-03 00:08:42 +00:00
getpath.c
getpath.py getpath: fix warning typo (#126978) 2024-11-18 23:50:01 +00:00
grpmodule.c
hashlib.h
itertoolsmodule.c gh-126595: fix a crash when calling itertools.count(sys.maxsize) (#126617) 2024-11-12 14:10:10 +01:00
ld_so_aix.in
main.c gh-121957: Emit audit events for python -i and python -m asyncio (GH-121958) 2024-07-22 13:04:08 +02:00
makesetup
makexp_aix
mathmodule.c
md5module.c
mmapmodule.c
overlapped.c
posixmodule.c gh-118201: Simplify conv_confname (#126089) 2024-11-19 10:42:19 -05:00
posixmodule.h
pwdmodule.c
pyexpat.c
readline.c
README
resource.c
rotatingtree.c
rotatingtree.h
selectmodule.c
Setup
Setup.bootstrap.in
Setup.stdlib.in
sha1module.c
sha2module.c
sha3module.c
signalmodule.c
socketmodule.c gh-126876: Fix socket internal_select() for large timeout (#126968) 2024-11-19 09:08:42 +01:00
socketmodule.h
symtablemodule.c
syslogmodule.c
termios.c
timemodule.c
tkappinit.c
tkinter.h
unicodedata_db.h
unicodedata.c
unicodename_db.h
winreparse.h
xxlimited_35.c
xxlimited.c
xxmodule.c
xxsubtype.c
zlibmodule.c

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