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
*
#18803: fix more typos. Patch by Févry Thibault.
Ezio Melotti
2013-08-25
1
-1/+1
*
#18466: fix more typos. Patch by Févry Thibault.
Ezio Melotti
2013-08-17
1
-1/+1
*
#16681: use "bidirectional class" instead of "bidirectional category" in the ...
Ezio Melotti
2012-12-14
1
-1/+1
*
Remove all other uses of the C tolower()/toupper() which could break with a T...
Antoine Pitrou
2011-10-04
1
-2/+2
*
Merged revisions 87442 via svnmerge from
Alexander Belopolsky
2010-12-28
1
-4/+9
*
Issue #10459: Update CJK character names to Unicode 5.2.
Martin v. Löwis
2010-11-22
1
-2/+3
*
Untabify C files. Will watch buildbots.
Antoine Pitrou
2010-05-09
1
-133/+133
*
Backported PyCapsule from 3.1, and converted most uses of
Larry Hastings
2010-03-25
1
-1/+1
*
Link specifically to the UCD version 5.2.0.
Ezio Melotti
2010-03-23
1
-1/+2
*
Update the version number of the Unicode Database in a few more places.
Ezio Melotti
2010-03-22
1
-5/+4
*
Issue #1054943: Fix unicodedata.normalize('NFC', text) for the Public Review
Victor Stinner
2010-03-04
1
-1/+1
*
#1571184: makeunicodedata.py now generates the functions _PyUnicode_ToNumeric,
Amaury Forgeot d'Arc
2009-10-06
1
-1/+1
*
Issue #1734234: Massively speedup `unicodedata.normalize()` when the
Antoine Pitrou
2009-04-27
1
-5/+58
*
Issue #3811: The Unicode database was updated to 5.1.
Martin v. Löwis
2008-09-10
1
-5/+8
*
This reverts r63675 based on the discussion in this thread:
Gregory P. Smith
2008-06-09
1
-6/+6
*
Change all functions that expect one unicode character to accept a pair of
Walter Dörwald
2008-06-02
1
-73/+74
*
Renamed PyString to PyBytes
Christian Heimes
2008-05-26
1
-6/+6
*
#1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFC...
Christian Heimes
2007-12-19
1
-1/+1
*
Bug #1704793: Return UTF-16 pair if unicodedata.lookup cannot
Martin v. Löwis
2007-07-28
1
-16/+11
*
PEP 3123: Provide forward compatibility with Python 3.0, while keeping
Martin v. Löwis
2007-07-21
1
-3/+2
*
Replace C++ comment with C comment (fixes SF bug #1593525).
Walter Dörwald
2006-11-09
1
-1/+1
*
I'm not sure why this code allocates this string for the error message.
Neal Norwitz
2006-08-12
1
-2/+11
*
Update dangling references to the 3.2 database to
Martin v. Löwis
2006-08-10
1
-5/+5
*
No functional change. Add comment and assert to describe why there cannot be...
Neal Norwitz
2006-07-27
1
-2/+9
*
Patch 1494554: Update numeric properties to Unicode 4.1.
Martin v. Löwis
2006-05-27
1
-2/+2
*
No reason to export get_decomp_record, make static
Neal Norwitz
2006-04-17
1
-1/+1
*
Support NFD of very long strings.
Martin v. Löwis
2006-04-13
1
-3/+3
*
Get rid of warnings about using chars as subscripts
Neal Norwitz
2006-04-10
1
-2/+2
*
Adjust CJK Ideograph range to Unicode 4.1.
Martin v. Löwis
2006-03-11
1
-13/+12
*
Fix refcounting bug.
Martin v. Löwis
2006-03-10
1
-0/+1
*
Avoid forward-declaring the methods array.
Martin v. Löwis
2006-03-10
1
-52/+53
*
Update Unicode database to Unicode 4.1.
Martin v. Löwis
2006-03-09
1
-28/+213
*
Remove gcc (4.0.x) warning about uninitialized value by explicitly setting
Thomas Wouters
2006-03-01
1
-2/+1
*
Patch #1213831: Fix typo in unicodedata._getcode.
Martin v. Löwis
2005-09-18
1
-1/+1
*
Correct URL to the official UnicodeData 3.2.0 resource. (Reported
Hye-Shik Chang
2005-06-04
1
-1/+1
*
Fill docstrings for module and functions, extracted from the tex
Hye-Shik Chang
2005-04-04
1
-13/+108
*
SF #989185: Drop unicode.iswide() and unicode.width() and add
Hye-Shik Chang
2004-08-04
1
-0/+21
*
Fix typo.
Hye-Shik Chang
2004-07-15
1
-1/+1
*
Special case normalization of empty strings. Fixes #924361.
Martin v. Löwis
2004-04-17
1
-0/+7
*
Overallocate target buffer for normalization more early. Fixes #834676.
Martin v. Löwis
2003-11-06
1
-5/+7
*
Fix SF bug #694816, remove comparison of unsigned value < 0
Neal Norwitz
2003-02-28
1
-2/+2
*
Remove C++ comment.
Martin v. Löwis
2002-12-07
1
-1/+1
*
Add unidata_version. Bump generator version number.
Martin v. Löwis
2002-11-25
1
-0/+2
*
Verify that the code in CJK UNIFIED IDEOGRAPH- actually denotes an ideograph.
Martin v. Löwis
2002-11-23
1
-3/+12
*
Patch #626485: Support Unicode normalization.
Martin v. Löwis
2002-11-23
1
-15/+279
*
Implement names for CJK unified ideographs. Add name to KeyError output.
Martin v. Löwis
2002-11-23
1
-1/+39
*
Fix off-by-one error.
Martin v. Löwis
2002-11-23
1
-1/+1
*
Patch #626548: Support Hangul syllable names.
Martin v. Löwis
2002-11-23
1
-2/+109
*
Update to Unicode 3.2 database.
Martin v. Löwis
2002-10-18
1
-3/+3
*
Replace DL_IMPORT with PyMODINIT_FUNC and remove "/export:init..." link
Mark Hammond
2002-07-23
1
-1/+1
[next]