summaryrefslogtreecommitdiffstats
path: root/Modules/_localemodule.c
Commit message (Expand)AuthorAgeFilesLines
* Rationalize use of limits.h, moving the inclusion to Python.h.Fred Drake2000-09-261-1/+0
* Don't call Py_FatalError in module initializationJeremy Hylton2000-09-011-3/+0
* init_locale(): This file defines the _locale module, so theBarry Warsaw2000-08-181-1/+1
* Clean up compiler warning exposed by GCC's -Wall option: make sureFred Drake2000-08-101-2/+2
* Use METH_VARARGS instead of numeric constant 1 in method def. tablesAndrew M. Kuchling2000-08-031-4/+8
* Bunch of minor ANSIfications: 'void initfunc()' -> 'void initfunc(void)',Thomas Wouters2000-07-211-1/+1
* Implemented getdefaultlocale() for macintosh, after an idea by Fredrik.Jack Jansen2000-07-151-2/+10
* - _getdefaultlocale shouldn't accept argumentsFredrik Lundh2000-07-081-8/+11
* - added _getdefaultlocale implementation for WIN32Fredrik Lundh2000-07-081-269/+351
* Trent Mick: use size_t instead of int where appropriate (in strxfrm(),Guido van Rossum2000-06-281-1/+1
* Vladimir Marangozov:Guido van Rossum2000-05-031-5/+5
* Massive patch by Skip Montanaro to add ":name" to as manyGuido van Rossum2000-02-291-3/+3
* Add DL_EXPORT() to all modules that could possibly be usedGuido van Rossum1998-12-041-1/+1
* Changes for BeOS, QNX and long long, by Chris Herborth.Guido van Rossum1998-08-041-3/+3
* Added <ctype.h>, needed for Windows.Guido van Rossum1998-06-191-0/+1
* Type casts, and added a strdup() declaration for the Mac.Guido van Rossum1998-04-281-4/+7
* LC_MESSAGES is not defined on all systems; use #ifdef LC_MESSAGES.Guido van Rossum1997-12-091-0/+2
* Martin von Loewis' _locale module (locale.py follows tomorrow).Guido van Rossum1997-11-181-0/+355