index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Modules
/
_localemodule.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix another buffer overflow.
Martin v. Löwis
2008-03-08
1
-1/+1
*
Fix typo in assertion.
Martin v. Löwis
2008-03-08
1
-1/+1
*
Properly size memory blocks in units of wchar_t.
Martin v. Löwis
2008-03-08
1
-4/+4
*
Use wchar_t functions in _locale module.
Martin v. Löwis
2008-03-08
1
-42/+85
*
Cleanup: Replaced most PyInt_ aliases with PyLong_ and disabled the aliases i...
Christian Heimes
2007-12-02
1
-12/+12
*
Get the locale and pwd tests working on the Solaris box where there
Neal Norwitz
2007-10-27
1
-2/+4
*
Use unicode
Neal Norwitz
2007-08-26
1
-39/+14
*
Use a newer API for creating the module so we don't have to create
Neal Norwitz
2007-08-23
1
-5/+1
*
Remove RISCOS support
Skip Montanaro
2007-08-16
1
-4/+0
*
Don't mess with string.letters any more. It is most likely going to disappear.
Guido van Rossum
2007-08-13
1
-62/+0
*
Set sys.stdout.encoding properly.
Martin v. Löwis
2007-08-11
1
-2/+3
*
Merged revisions 55342-55406 via svnmerge from
Guido van Rossum
2007-05-17
1
-10/+3
*
Get rid of all #ifdef Py_USING_UNICODE (it is always present now).
Guido van Rossum
2007-05-03
1
-1/+1
*
Merged revisions 53952-54987 via svnmerge from
Guido van Rossum
2007-04-27
1
-1/+1
*
Merged revisions 46753-51188 via svnmerge from
Thomas Wouters
2006-08-11
1
-1/+1
*
Partially merge trunk into p3yk. The removal of Mac/Tools is confusing svn
Thomas Wouters
2006-06-08
1
-1/+1
*
Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk.
Thomas Wouters
2006-05-27
1
-1/+4
*
Merge ssize_t branch.
Martin v. Löwis
2006-02-15
1
-2/+2
*
Check return result from Py_InitModule*(). This API can fail.
Neal Norwitz
2006-01-19
1
-0/+2
*
Fix grammatical typo in a comment.
Brett Cannon
2005-03-01
1
-1/+1
*
Correct the handling of 0-termination of PyUnicode_AsWideChar()
Marc-André Lemburg
2004-11-22
1
-1/+3
*
Fix the spelling of Fredrik Lundh's last name (unless there really is a
Brett Cannon
2004-08-27
1
-1/+1
*
This change implements the following gettext features, as
Gustavo Niemeyer
2004-07-22
1
-0/+22
*
Moved PyMac_GetScript() to _localemodule, which is the only place where
Jack Jansen
2004-07-15
1
-2/+26
*
Patch #774665: Make Python LC_NUMERIC agnostic.
Martin v. Löwis
2004-06-08
1
-63/+7
*
Bug #920575: Add a workaround for GNU libc nl_langinfo()'s returning NULL.
Hye-Shik Chang
2004-03-21
1
-2/+6
*
Got rid of macglue.h, replacing it by pymactoolbox.h where relevant.
Jack Jansen
2003-11-20
1
-4/+4
*
Getting rid of code dependent on GUSI or the MetroWerks compiler.
Jack Jansen
2003-11-19
1
-1/+1
*
Patch #798145: Return correct information from nl_langinfo(RADIXCHAR).
Martin v. Löwis
2003-09-04
1
-0/+12
*
Use de_DE in example, change message for unknown locale. Fixes #797447.
Martin v. Löwis
2003-09-03
1
-2/+2
*
Fix [ 776721 ] locale.setlocale() leaks
Mark Hammond
2003-07-24
1
-1/+3
*
Always initialize Py_FileSystemDefaultEncoding on Unix in Py_Initialize,
Martin v. Löwis
2003-03-05
1
-20/+0
*
Use wcscoll for _locale.strcoll if available.
Martin v. Löwis
2002-12-21
1
-5/+79
*
We need macglue on MacPython-OS9 too.
Jack Jansen
2002-12-13
1
-1/+1
*
Patch #632973: Implement _getdefaultlocale for OS X.
Martin v. Löwis
2002-11-26
1
-3/+3
*
Excise DL_EXPORT/DL_IMPORT from Modules/*. Required adding a prototype
Mark Hammond
2002-08-02
1
-1/+1
*
WINDOWS_LEAN_AND_MEAN: There is no such symbol, although a very few
Tim Peters
2002-07-14
1
-1/+1
*
Patch #569753: Remove support for WIN16.
Martin v. Löwis
2002-06-30
1
-3/+3
*
Patch #568124: Add doc string macros.
Martin v. Löwis
2002-06-13
1
-26/+21
*
Guard gettext and friends with HAVE_LIBINTL_H. Fixes #549907.
Martin v. Löwis
2002-05-02
1
-1/+1
*
Patch #546194: Check constants individually. Fixes 534143 on OpenBSD.
Martin v. Löwis
2002-04-19
1
-2/+19
*
Expose C library's gettext. Fixes #516412.
Martin v. Löwis
2002-03-27
1
-2/+96
*
Don't imply XPG4 constants from CODESET presence. Fixes #534153.
Martin v. Löwis
2002-03-27
1
-1/+4
*
Remove many uses of PyArg_NoArgs macro, change METH_OLDARGS to METH_NOARGS.
Neal Norwitz
2002-03-25
1
-11/+5
*
Verify arguments for nl_langinfo. Fixes #528879.
Martin v. Löwis
2002-03-12
1
-84/+106
*
sprintf -> PyOS_snprintf in some "obviously safe" cases.
Tim Peters
2001-11-28
1
-1/+1
*
PyLocale_setlocale(): silence compiler warning about free() of a const
Guido van Rossum
2001-09-20
1
-1/+1
*
Patch #449815: Set filesystemencoding based on CODESET.
Martin v. Löwis
2001-09-05
1
-1/+20
*
Fix portability problems with glibc 2.0, as reported in #449157.
Martin v. Löwis
2001-08-15
1
-0/+3
*
_DATE_FMT does not always accompany CODESET.
Martin v. Löwis
2001-08-10
1
-0/+3
[next]