Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add two tests for string.zfill | Andrew M. Kuchling | 2002-03-29 | 1 | -0/+3 |
* | Patch #445762: Support --disable-unicode | Martin v. Löwis | 2001-08-17 | 1 | -6/+7 |
* | This patch changes the way the string .encode() method works slightly | Marc-André Lemburg | 2001-05-15 | 1 | -0/+19 |
* | SF bug #422088: [OSF1 alpha] string.replace(). | Tim Peters | 2001-05-09 | 1 | -0/+6 |
* | String method conversion. | Eric S. Raymond | 2001-02-09 | 1 | -2/+2 |
* | Fixed .capitalize() method of Unicode objects to work like the | Marc-André Lemburg | 2001-01-29 | 1 | -0/+2 |
* | Whitespace normalization. Leaving tokenize_tests.py alone for now. | Tim Peters | 2001-01-18 | 1 | -1/+1 |
* | Added checks to prevent PyUnicode_Count() from dumping core | Marc-André Lemburg | 2001-01-16 | 1 | -0/+4 |
* | small updates to string_join: | Jeremy Hylton | 2000-07-11 | 1 | -0/+3 |
* | 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 |