COMMITS
/ Modules/_localemodule.c 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
February 16, 2015
S
Issue #23446: Use PyMem_New instead of PyMem_Malloc to avoid possible integer
Serhiy Storchaka committed
October 29, 2013
V
Cleanup locale.localeconv(): move Py_DECREF() closer to the error
Victor Stinner committed
July 16, 2013
V
Issue #18408: Fix locale.localeconv(), handle PyDict_SetItemString() failure
Victor Stinner committed
May 31, 2012
K
Issue #14909: A number of places were using PyMem_Realloc() apis and
Kristjan Valur Jonsson committed
February 14, 2012
V
PyUnicode_DecodeLocale() second argument is now a char*, no more an int
Victor Stinner committed
December 16, 2011
V
Add PyUnicode_DecodeLocaleAndSize() and PyUnicode_DecodeLocale()
Victor Stinner committed
November 21, 2011
V
Remove temporary hacks for the issue #13441
Victor Stinner committed
V
Another temporary hack to debug the issue #13441
Victor Stinner committed
V
Issue #13441: _PyUnicode_CheckConsistency() dumps the string if the maximum
Victor Stinner committed