Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | This patch removes all uses of "assert" in the regression test suite | Marc-André Lemburg | 2001-01-17 | 1 | -26/+27 |
| | | | | | | | and replaces them with a new API verify(). As a result the regression suite will also perform its tests in optimization mode. Written by Marc-Andre Lemburg. Copyright assigned to Guido van Rossum. | ||||
* | Make reindent.py happy (convert everything to 4-space indents!). | Fred Drake | 2000-10-23 | 1 | -5/+5 |
| | |||||
* | Fixed encoding to use an endianness independent format. | Marc-André Lemburg | 2000-09-27 | 1 | -1/+3 |
| | |||||
* | Added test suite for the complete Unicode database. The test previously | Marc-André Lemburg | 2000-09-26 | 1 | -7/+79 |
| | | | | only tested a few cases. | ||||
* | Marc-Andre Lemburg: | Guido van Rossum | 2000-03-28 | 1 | -0/+50 |
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. |