COMMITS
/ Modules/_localemodule.c 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
October 11, 2011
V
Fix a compiler warning in _locale
Victor Stinner committed
September 29, 2011
V
PyLocale_strxfrm() uses the new Unicode API
Victor Stinner committed
October 7, 2010
V
PyUnicode_AsWideCharString() takes a PyObject*, not a PyUnicodeObject*
Victor Stinner committed
September 29, 2010
V
Issue #9979: Use PyUnicode_AsWideCharString() for _locale.strcoll()
Victor Stinner committed
August 24, 2010
June 11, 2010
V
locale.bindtextdomain(): use PyUnicode_FSConverter() to parse the filename
Victor Stinner committed
May 9, 2010
A
Recorded merge of revisions 81029 via svnmerge from
Antoine Pitrou committed
December 1, 2009
A
Merged revisions 76625 via svnmerge from
Amaury Forgeot d'Arc committed
October 27, 2009
G
Only declare variable when it's used.
Georg Brandl committed
October 19, 2009
A
Issue #7080: locale.strxfrm() raises a MemoryError on 64-bit non-Windows
Antoine Pitrou committed
September 16, 2009
M
Merged revisions 74843 via svnmerge from
Mark Dickinson committed
June 7, 2009
R
Fix for issue 6202
Ronald Oussoren committed
May 23, 2009
M
Issue #6093: Fix off-by-one error in locale.strxfrm.
Martin v. Löwis committed
February 1, 2009
M
Issue #1717, stage 2: remove uses of tp_compare in Modules and most
Mark Dickinson committed
September 3, 2008
A
Issue #3696: Error parsing arguments on OpenBSD <= 4.4 and Cygwin.
Antoine Pitrou committed