| Commit message (Expand) | Author | Age | Files | Lines |
* | #1571184: makeunicodedata.py now generates the functions _PyUnicode_ToNumeric, | Amaury Forgeot d'Arc | 2009-10-06 | 1 | -581/+4 |
|
|
* | Issue #4971: Fix titlecase for characters that are their own | Martin v. Löwis | 2009-04-26 | 1 | -6/+1 |
|
|
* | Issue #3811: The Unicode database was updated to 5.1. | Martin v. Löwis | 2008-09-10 | 1 | -0/+8 |
|
|
* | Patch 1494554: Update numeric properties to Unicode 4.1. | Martin v. Löwis | 2006-05-27 | 1 | -6/+327 |
|
|
* | Enhance the performance of two important Unicode character | Marc-André Lemburg | 2005-10-20 | 1 | -10/+52 |
|
|
* | SF #989185: Drop unicode.iswide() and unicode.width() and add | Hye-Shik Chang | 2004-08-04 | 1 | -10/+0 |
|
|
* | - SF #962502: Add two more methods for unicode type; width() and | Hye-Shik Chang | 2004-06-02 | 1 | -1/+11 |
|
|
* | Fix gcc 3.3 warnings related to Py_UNICODE_WIDE. | Hye-Shik Chang | 2003-12-29 | 1 | -1/+4 |
|
|
* | Make lower/upper/title work for non-BMP characters. | Martin v. Löwis | 2002-10-18 | 1 | -24/+15 |
|
|
* | Update to Unicode 3.2 database. | Martin v. Löwis | 2002-10-18 | 1 | -1/+1 |
|
|
* | removed "register const" from scalar arguments to the unicode | Fredrik Lundh | 2001-06-27 | 1 | -20/+20 |
|
|
* | use Py_UNICODE_WIDE instead of USE_UCS4_STORAGE and Py_UNICODE_SIZE | Fredrik Lundh | 2001-06-27 | 1 | -3/+3 |
|
|
* | Encode surrogates in UTF-8 even for a wide Py_UNICODE. | Martin v. Löwis | 2001-06-27 | 1 | -8/+27 |
|
|
* | more unicode tweaks: fix unicodectype for sizeof(Py_UNICODE) > | Fredrik Lundh | 2001-06-26 | 1 | -2/+3 |
|
|
* | unicode database compression, step 3: | Fredrik Lundh | 2000-09-25 | 1 | -10021/+72 |
|
|
* | Add the current Win64 compiler to the list of those that need the | Trent Mick | 2000-08-12 | 1 | -1/+5 |
|
|
* | Changing the CNRI copyright notice according to CNRI's instructions. | Guido van Rossum | 2000-08-03 | 1 | -1/+1 |
|
|
* | Conditionally (currently on ifdef macintosh) break the large switch up | Jack Jansen | 2000-07-06 | 1 | -0/+15 |
|
|
* | Added new lookup API which matches all alphabetic Unicode characters, | Marc-André Lemburg | 2000-07-05 | 1 | -0/+5295 |
|
|
* | Marc-Andre Lemburg: | Guido van Rossum | 2000-04-11 | 1 | -2/+6 |
|
|
* | Unicode character type helpers, written by Marc-Andre Lemburg. | Guido van Rossum | 2000-03-10 | 1 | -0/+5043 |
|
|