Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Guido has Spoken. Restore strop.replace()'s treatment of a 0 count as | Tim Peters | 2001-05-10 | 1 | -1/+3 |
| | | | | | | | meaning infinity -- but at least warn about it in the code! I pissed away a couple hours on this today, and don't wish the same on the next in line. Bugfix candidate. | ||||
* | The strop module and test_strop.py believe replace() with a 0 count | Tim Peters | 2001-05-10 | 1 | -1/+1 |
| | | | | | | | means "replace everything". But the string module, string.replace() amd test_string.py believe a 0 count means "replace nothing". "Nothing" wins, strop loses. Bugfix candidate. | ||||
* | 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. | ||||
* | Make reindent.py happy (convert everything to 4-space indents!). | Fred Drake | 2000-10-23 | 1 | -1/+1 |
| | |||||
* | Mass check-in after untabifying all files that need it. | Guido van Rossum | 1998-03-26 | 1 | -8/+8 |
| | |||||
* | Added strop.split tests when sep is None. | Barry Warsaw | 1997-12-02 | 1 | -0/+6 |
| | |||||
* | Added tests of strop.replace() | Barry Warsaw | 1997-11-29 | 1 | -0/+9 |
| | |||||
* | Added a couple of strop.join() tests for large lists and long items | Barry Warsaw | 1997-01-06 | 1 | -1/+20 |
| | | | | within the lists (new output file to be checked in shortly). | ||||
* | Added tests of all strop module functions, and touching of module | Barry Warsaw | 1996-12-09 | 1 | -2/+35 |
| | | | | variables | ||||
* | Removed debugging print statement | Guido van Rossum | 1996-10-08 | 1 | -1/+0 |
| | |||||
* | Simple test module for strop. | Guido van Rossum | 1996-10-08 | 1 | -0/+21 |