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
/
unicodedata.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Replace DL_IMPORT with PyMODINIT_FUNC and remove "/export:init..." link
Mark Hammond
2002-07-23
1
-1/+1
*
Patch #568124: Add doc string macros.
Martin v. Löwis
2002-06-13
1
-1/+1
*
_Py prefix is verboten for static entry points
Andrew MacIntyre
2002-06-13
1
-4/+4
*
Remove direct manipulation of the module dict.
Fred Drake
2002-04-03
1
-9/+3
*
OS/2 EMX port changes (Modules part of patch #450267):
Andrew MacIntyre
2002-03-03
1
-4/+4
*
unicodedata_decomposition(): sprintf -> PyOS_snprintf.
Tim Peters
2001-11-30
1
-2/+4
*
Kill a warning on the SGI compiler.
Fred Drake
2001-07-19
1
-1/+1
*
Be a bit more strict in setting up the export of the C API for this
Fred Drake
2001-03-03
1
-6/+6
*
renamed internal functions to avoid name clashes under OpenVMS
Fredrik Lundh
2001-02-18
1
-17/+18
*
stupid typo (for some reason, this only caused problems on OpenVMS).
Fredrik Lundh
2001-02-18
1
-1/+1
*
Move uchhash functionality into unicodedata (after the recent
Fredrik Lundh
2001-01-24
1
-19/+226
*
Unicode nits: Don't include unicodedatabase.h no more. And make sure
Fredrik Lundh
2001-01-21
1
-1/+0
*
compress unicode decomposition tables (this saves another 55k)
Fredrik Lundh
2001-01-21
1
-79/+94
*
unicode database compression, step 2:
Fredrik Lundh
2000-09-25
1
-28/+18
*
unicode database compression, step 1:
Fredrik Lundh
2000-09-24
1
-11/+1
*
Changing the CNRI copyright notice according to CNRI's instructions.
Guido van Rossum
2000-08-03
1
-1/+1
*
Bunch of minor ANSIfications: 'void initfunc()' -> 'void initfunc(void)',
Thomas Wouters
2000-07-21
1
-1/+1
*
Marc-Andre Lemburg: The large unicode database table is broken in
Guido van Rossum
2000-03-31
1
-7/+17
*
Module unicodedata -- Provides access to the Unicode 3.0 data base.
Guido van Rossum
2000-03-10
1
-0/+269