Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | On 17-Mar-2000, Marc-Andre Lemburg said: | Barry Warsaw | 2000-03-20 | 1 | -0/+1 |
| | | | | | | | | | | | | | Attached you find an update of the Unicode implementation. The patch is against the current CVS version. I would appreciate if someone with CVS checkin permissions could check the changes in. The patch contains all bugs and patches sent this week and also fixes a leak in the codecs code and a bug in the free list code for Unicode objects (which only shows up when compiling Python with Py_DEBUG; thanks to MarkH for spotting this one). | ||||
* | Marc-Andre Lemburg: test script for Unicode implementation. | Guido van Rossum | 2000-03-10 | 1 | -10/+53 |
| | |||||
* | Added a couple of endswith test cases for bugs reported by Timbot. | Barry Warsaw | 1999-06-15 | 1 | -0/+8 |
| | | | | | Also added a short circuit for the regression test suite since CVS insisted on putting this file in the main branch. :( | ||||
* | Added more tests of join | Barry Warsaw | 1999-06-14 | 1 | -0/+9 |
| | |||||
* | Two extra startswith tests | Barry Warsaw | 1999-06-11 | 1 | -0/+3 |
| | |||||
* | Harness can now test object methods directly, if they aren't available | Barry Warsaw | 1999-06-11 | 1 | -2/+14 |
| | | | | | | in the string module. Add a bunch of new tests for extended startswith/endswith arguments. | ||||
* | Regression test for the new string methods. | Barry Warsaw | 1999-06-10 | 1 | -0/+110 |