| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Regenerate test_unicodedata output after the change to the UTF-8 codec. | Marc-André Lemburg | 2002-09-24 | 1 | -1/+1 |
| | | |||||
| * | Added 38,642 missing characters to the Unicode database (first-last | Fredrik Lundh | 2000-11-03 | 1 | -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é Lemburg | 2000-09-27 | 1 | -1/+1 |
| | | |||||
| * | Test output data for the Unicode database test suite. | Marc-André Lemburg | 2000-09-26 | 1 | -1/+4 |
| | | |||||
| * | Marc-Andre Lemburg: | Guido van Rossum | 2000-03-28 | 1 | -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. | |||||
