COMMITS
/ Modules/_localemodule.c 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
July 23, 2008
June 13, 2008
M
Merged revisions 64226 via svnmerge from
Martin v. Löwis committed
June 11, 2008
M
Implement PEP 3121: new module initialization and finalization API.
Martin v. Löwis committed
March 8, 2008
M
Fix another buffer overflow.
Martin v. Löwis committed
M
Fix typo in assertion.
Martin v. Löwis committed
M
Properly size memory blocks in units of wchar_t.
Martin v. Löwis committed
M
Use wchar_t functions in _locale module.
Martin v. Löwis committed
December 2, 2007
C
Cleanup: Replaced most PyInt_ aliases with PyLong_ and disabled the aliases in intobject.h
Christian Heimes committed
October 27, 2007
N
Get the locale and pwd tests working on the Solaris box where there
Neal Norwitz committed
August 26, 2007
N
Use unicode
Neal Norwitz committed
August 23, 2007
N
Use a newer API for creating the module so we don't have to create
Neal Norwitz committed
August 16, 2007
S
Remove RISCOS support
Skip Montanaro committed
August 13, 2007
G
Don't mess with string.letters any more. It is most likely going to disappear.
Guido van Rossum committed