COMMITS
/ Modules/_localemodule.c March 1, 2005
B
Fix grammatical typo in a comment.
Brett Cannon committed
November 22, 2004
M
Correct the handling of 0-termination of PyUnicode_AsWideChar()
Marc-André Lemburg committed
August 27, 2004
B
Fix the spelling of Fredrik Lundh's last name (unless there really is a
Brett Cannon committed
July 22, 2004
G
This change implements the following gettext features, as
Gustavo Niemeyer committed
July 15, 2004
J
Moved PyMac_GetScript() to _localemodule, which is the only place where
Jack Jansen committed
June 8, 2004
M
Patch #774665: Make Python LC_NUMERIC agnostic.
Martin v. Löwis committed
March 21, 2004
H
Bug #920575: Add a workaround for GNU libc nl_langinfo()'s returning NULL.
Hye-Shik Chang committed
November 20, 2003
J
Got rid of macglue.h, replacing it by pymactoolbox.h where relevant.
Jack Jansen committed
November 19, 2003
J
Getting rid of code dependent on GUSI or the MetroWerks compiler.
Jack Jansen committed
September 4, 2003
M
Patch #798145: Return correct information from nl_langinfo(RADIXCHAR).
Martin v. Löwis committed
September 3, 2003
M
Use de_DE in example, change message for unknown locale. Fixes #797447.
Martin v. Löwis committed
July 24, 2003
M
Fix [ 776721 ] locale.setlocale() leaks
Mark Hammond committed
March 5, 2003
M
Always initialize Py_FileSystemDefaultEncoding on Unix in Py_Initialize,
Martin v. Löwis committed
December 21, 2002
M
Use wcscoll for _locale.strcoll if available.
Martin v. Löwis committed
December 13, 2002
J
We need macglue on MacPython-OS9 too.
Jack Jansen committed
November 26, 2002
M
Patch #632973: Implement _getdefaultlocale for OS X.
Martin v. Löwis committed
August 2, 2002
M
Excise DL_EXPORT/DL_IMPORT from Modules/*. Required adding a prototype
Mark Hammond committed
July 14, 2002
T
WINDOWS_LEAN_AND_MEAN: There is no such symbol, although a very few
Tim Peters committed
June 30, 2002
M
Patch #569753: Remove support for WIN16.
Martin v. Löwis committed
June 13, 2002
M
Patch #568124: Add doc string macros.
Martin v. Löwis committed
May 2, 2002
M
Guard gettext and friends with HAVE_LIBINTL_H. Fixes #549907.
Martin v. Löwis committed
April 19, 2002
M
Patch #546194: Check constants individually. Fixes 534143 on OpenBSD.
Martin v. Löwis committed
March 27, 2002
M
Expose C library's gettext. Fixes #516412.
Martin v. Löwis committed
M
Don't imply XPG4 constants from CODESET presence. Fixes #534153.
Martin v. Löwis committed
March 25, 2002
N
Remove many uses of PyArg_NoArgs macro, change METH_OLDARGS to METH_NOARGS.
Neal Norwitz committed
March 12, 2002
M
Verify arguments for nl_langinfo. Fixes #528879.
Martin v. Löwis committed
November 28, 2001
T
sprintf -> PyOS_snprintf in some "obviously safe" cases.
Tim Peters committed
September 20, 2001
G
PyLocale_setlocale(): silence compiler warning about free() of a const
Guido van Rossum committed
September 5, 2001
M
Patch #449815: Set filesystemencoding based on CODESET.
Martin v. Löwis committed
August 15, 2001
M
Fix portability problems with glibc 2.0, as reported in #449157.
Martin v. Löwis committed
August 10, 2001
M
_DATE_FMT does not always accompany CODESET.
Martin v. Löwis committed
M
Expose nl_langinfo through locale where available.
Martin v. Löwis committed
March 2, 2001
G
RISCOS changes by dschwertberger
Guido van Rossum committed
September 26, 2000
F
Rationalize use of limits.h, moving the inclusion to Python.h.
Fred Drake committed
September 1, 2000
J
Don't call Py_FatalError in module initialization
Jeremy Hylton committed
August 18, 2000
B
init_locale(): This file defines the _locale module, so the
Barry Warsaw committed
August 10, 2000
F
Clean up compiler warning exposed by GCC's -Wall option: make sure
Fred Drake committed
August 3, 2000
A
Use METH_VARARGS instead of numeric constant 1 in method def. tables
Andrew M. Kuchling committed
July 21, 2000
T
Bunch of minor ANSIfications: 'void initfunc()' -> 'void initfunc(void)',
Thomas Wouters committed
July 15, 2000
J
Implemented getdefaultlocale() for macintosh, after an idea by Fredrik.
Jack Jansen committed
July 8, 2000
F
- _getdefaultlocale shouldn't accept arguments
Fredrik Lundh committed
F
- added _getdefaultlocale implementation for WIN32
Fredrik Lundh committed
June 28, 2000
G
Trent Mick: use size_t instead of int where appropriate (in strxfrm(),
Guido van Rossum committed
May 3, 2000
G
Vladimir Marangozov:
Guido van Rossum committed
February 29, 2000
G
Massive patch by Skip Montanaro to add ":name" to as many
Guido van Rossum committed
December 4, 1998
G
Add DL_EXPORT() to all modules that could possibly be used
Guido van Rossum committed
August 4, 1998
G
Changes for BeOS, QNX and long long, by Chris Herborth.
Guido van Rossum committed
June 19, 1998
G
Added <ctype.h>, needed for Windows.
Guido van Rossum committed
April 28, 1998
G
Type casts, and added a strdup() declaration for the Mac.
Guido van Rossum committed
December 9, 1997
G
LC_MESSAGES is not defined on all systems; use #ifdef LC_MESSAGES.
Guido van Rossum committed