COMMITS
/ Modules/_localemodule.c March 24, 2026
K
gh-128341: Use _Py_ABI_SLOT in stdlib modules (#145770)
Karolina Surma committed
February 27, 2026
S
Fix unlikely potential reference leak in _locale._getdefaultlocale (GH-145250)
Serhiy Storchaka committed
October 16, 2025
S
gh-130567: Remove optimistic allocation in locale.strxfrm() (GH-137143)
Serhiy Storchaka committed
September 23, 2025
S
gh-130567: Fix possible crash in locale.strxfrm() (GH-138940)
Serhiy Storchaka committed
September 3, 2025
S
gh-60462: Fix locale.strxfrm() on Solaris (GH-138242)
Serhiy Storchaka committed
August 1, 2025
S
gh-137273: Fix debug assertion failure in locale.setlocale() on Windows (GH-137300)
Serhiy Storchaka committed
July 3, 2025
S
gh-133740: Fix regression in locale.nl_langinfo(ALT_DIGITS) (GH-136237)
Serhiy Storchaka committed
May 22, 2025
V
gh-133740: Fix locale.nl_langinfo(ALT_DIGITS) (#134468)
Victor Stinner committed
February 13, 2025
B
Fix a typo in `_localemodule.c` (GH-130085)
Bartosz Sławecki committed
November 21, 2024
S
gh-126727: Fix locale.nl_langinfo(locale.ERA) (GH-126730)
Serhiy Storchaka committed
October 21, 2024
S
gh-124969: Make locale.nl_langinfo(locale.ALT_DIGITS) returning a string again (GH-125774)
Serhiy Storchaka committed
October 9, 2024
S
gh-124969: Fix locale.nl_langinfo(locale.ALT_DIGITS) (GH-124974)
Serhiy Storchaka committed
October 8, 2024
S
gh-69998: Fix decoding error in locale.nl_langinfo() (GH-124963)
Serhiy Storchaka committed
October 2, 2024
V
gh-111178: Fix locale_free() signature (#124896)
Victor Stinner committed
July 19, 2024
S
gh-121905: Consistently use "floating-point" instead of "floating point" (GH-121907)
Serhiy Storchaka committed
May 3, 2024
B
gh-116322: Add Py_mod_gil module slot (#116882)
Brett Simmers committed
September 3, 2023
V
gh-108765: Python.h no longer includes <ctype.h> (#108831)
Victor Stinner committed
August 28, 2023
S
gh-108494: Argument Clinic: fix support of Limited C API (GH-108536)
Serhiy Storchaka committed
August 26, 2023
S
gh-107913: Fix possible losses of OSError error codes (GH-107930)
Serhiy Storchaka committed
July 25, 2023
S
gh-86493: Modernize modules initialization code (GH-106858)
Serhiy Storchaka committed
July 2, 2023
I
gh-104922: remove PY_SSIZE_T_CLEAN (#106315)
Inada Naoki committed
May 5, 2023
E
gh-99113: Add Py_MOD_PER_INTERPRETER_GIL_SUPPORTED (gh-104205)
Eric Snow committed
March 9, 2023
M
gh-102255: Improve build support for Windows API partitions (GH-102256)
Max Bachmann committed
April 9, 2022
I
bpo-47000: Add `locale.getencoding()` (GH-32068)
Inada Naoki committed
December 1, 2020
V
bpo-42519: Replace PyMem_MALLOC() with PyMem_Malloc() (GH-23586)
Victor Stinner committed
November 16, 2020
K
bpo-42087: Remove support for AIX 5.3 and below (GH-22830)
Kevin Adler committed
November 1, 2020
V
bpo-42236: Enhance _locale._get_locale_encoding() (GH-23083)
Victor Stinner committed
October 31, 2020
V
bpo-42208: Add _locale._get_locale_encoding() (GH-23052)
Victor Stinner committed
October 20, 2020
T
bpo-38324: Fix test__locale.py Windows failures (GH-20529)
TIGirardi committed
July 15, 2020
Z
bpo-20183: Convert _locale to the Argument Clinic (GH-14201)
Zackery Spytz committed
April 12, 2020
S
bpo-39943: Add the const qualifier to pointers on non-mutable PyBytes data. (GH-19472)
Serhiy Storchaka committed
April 2, 2020
H
bpo-1635741: Fix refleak in _locale init error handling (GH-19307)
Hai Shi committed
March 19, 2020
H
bpo-39824: Convert PyModule_GetState() to get_module_state() (GH-19076)
Hai Shi committed
March 17, 2020
V
bpo-39824: module_traverse() don't call m_traverse if md_state=NULL (GH-18738)
Victor Stinner committed
March 11, 2020
March 13, 2019
S
bpo-36254: Fix invalid uses of %d in format strings in C. (GH-12264)
Serhiy Storchaka committed
December 8, 2018
Z
bpo-35441: Remove dead and buggy code related to PyList_SetItem(). (GH-11033)
Zackery Spytz committed
November 20, 2018
V
bpo-28604: Fix localeconv() for different LC_MONETARY (GH-10606)
Victor Stinner committed
August 28, 2018
V
bpo-34485: Enhance init_sys_streams() (GH-8978)
Victor Stinner committed
April 29, 2018
S
bpo-33012: Fix invalid function cast warnings with gcc 8 for METH_NOARGS. (GH-6030)
Siddhesh Poyarekar committed
January 15, 2018
V
bpo-31900: Fix localeconv() encoding for LC_NUMERIC (#4174)
Victor Stinner committed
V
bpo-29240: Fix locale encodings in UTF-8 Mode (#5170)
Victor Stinner committed
June 28, 2017
S
[security] bpo-13617: Reject embedded null characters in wchar* strings. (#2302)
Serhiy Storchaka committed
March 8, 2017
B
allow the first call to wcsxfrm to return ERANGE (#536)
Benjamin Peterson committed
March 6, 2017
S
bpo-15954: Check return code of wcsxfrm(). (#508)
Serhiy Storchaka committed
September 17, 2016
M
Issue #28139: Merge indentation fixes from 3.5 into 3.6
Martin Panter committed
M
Issue #28139: Fix messed up indentation
Martin Panter committed
September 8, 2016
C
Add NULL checks to the initializer of the locale module
Christian Heimes committed
December 25, 2015
S
Issue #25923: Added more const qualifiers to signatures of static and private functions.
Serhiy Storchaka committed