| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Net result of Tim's checkins to stropmodule.c (2.78, 2.79, 2.80, 2.81), | Thomas Wouters | 2001-05-23 | 1 | -0/+2 |
| | | | | | | | | | stringobject.c (2.114, 2.115) and test_strop.py (1.11, 1.12). Fixes 'replace' behaviour on systems on which 'malloc(0)' returns NULL (together with previous checkins) and re-synchs the string-operation code in stringobject.c and stropmodule.c, with the exception of 'replace', which has the old semantics in stropmodule but the new semantics in stringobjects. | ||||
| * | 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 |
