summaryrefslogtreecommitdiffstats
path: root/Lib/test/output/test_unicodedata
Commit message (Collapse)AuthorAgeFilesLines
* Regenerate test_unicodedata output after the change to the UTF-8 codec.Marc-André Lemburg2002-09-241-1/+1
|
* Added 38,642 missing characters to the Unicode database (first-lastFredrik Lundh2000-11-031-2/+2
| | | | | | | ranges) -- but thanks to the 2.0 compression scheme, this doesn't add a single byte to the resulting binaries (!) Closes bug #117524
* Updated hash values to match the new encoding (UTF-8) used in the test.Marc-André Lemburg2000-09-271-1/+1
|
* Test output data for the Unicode database test suite.Marc-André Lemburg2000-09-261-1/+4
|
* Marc-Andre Lemburg:Guido van Rossum2000-03-281-0/+2
The attached patch set includes a workaround to get Python with Unicode compile on BSDI 4.x (courtesy Thomas Wouters; the cause is a bug in the BSDI wchar.h header file) and Python interfaces for the MBCS codec donated by Mark Hammond. Also included are some minor corrections w/r to the docs of the new "es" and "es#" parser markers (use PyMem_Free() instead of free(); thanks to Mark Hammond for finding these). The unicodedata tests are now in a separate file (test_unicodedata.py) to avoid problems if the module cannot be found.