| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Backport the following changes: | Walter Dörwald | 2002-04-22 | 1 | -16/+14 |
| | | | | | | | | | | | | | | | | | | | | | Misc/NEWS 1.387->1.388 Lib/test/string_tests.py 1.10->1.11, 1.12->1.14, Lib/test/test_unicode.py 1.50->1.51, 1.53->1.54, 1.55->1.56 Lib/test/test_string.py 1.15->1.16 Lib/string.py 1.61->1.63 Lib/test/test_userstring.py 1.5->1.6, 1.11, 1.12 Objects/stringobject.c 2.156->2.159 Objects/unicodeobject.c 2.137->2.139 Doc/lib/libstdtypes.tec 1.87->1.88 Add a method zfill to str, unicode and UserString and change Lib/string.py accordingly (see SF patch http://www.python.org/sf/536241) This also adds Guido's fix to test_userstring.py and the subinstance checks in test_string.py and test_unicode.py. | ||||
| * | String method conversion. | Eric S. Raymond | 2001-02-09 | 1 | -1/+1 |
| | | | | | (This one was trivial -- no actual string. references in it!) | ||||
| * | a bold attempt to fix things broken by MAL's verify patch: import | Fredrik Lundh | 2001-01-17 | 1 | -1/+1 |
| | | | | | 'verify' iff it's used by a test module... | ||||
| * | This patch removes all uses of "assert" in the regression test suite | Marc-André Lemburg | 2001-01-17 | 1 | -1/+1 |
| | | | | | | | | 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. | ||||
| * | factor out test definitions to string_tests module | Jeremy Hylton | 2000-07-10 | 1 | -184/+2 |
| | | | | | test_string and test_userstring run same tests for string methods | ||||
| * | UserString class from Peter Funk <pf@artcom-gmbh.de>. | Fred Drake | 2000-04-03 | 1 | -0/+227 |
