| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | small updates to string_join: | Jeremy Hylton | 2000-07-11 | 1 | -0/+3 |
| | | | | | | | | use PyString_AS_STRING macro on local string object when resizing string, make sure resized string will always be big enough split string containing error message across two lines add test to string_tests that causes resizing | ||||
| * | add more tests of string.join variants to run_method_tests | Jeremy Hylton | 2000-07-11 | 1 | -8/+11 |
| | | |||||
| * | factor out test definitions to string_tests module | Jeremy Hylton | 2000-07-10 | 1 | -0/+196 |
| test_string and test_userstring run same tests for string methods | |||||
