Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | SequenceMatcher(None, [], []).get_grouped_opcodes() now returns a generator | Brett Cannon | 2004-07-10 | 1 | -0/+7 |
* | Whitespace normalization. | Tim Peters | 2004-01-18 | 1 | -1/+0 |
* | Exercise Jim Fulton's new doctest extension for running doctests in a | Raymond Hettinger | 2003-07-16 | 1 | -2/+5 |
* | Fix SF bug #763023, difflib.py: ratio() zero division not caught | Neal Norwitz | 2003-07-01 | 1 | -0/+12 |
* | Get rid of relative imports in all unittests. Now anything that | Barry Warsaw | 2002-07-23 | 1 | -1/+2 |
* | Teach regrtest how to pass on doctest failure msgs. This is done via a | Tim Peters | 2001-09-09 | 1 | -3/+2 |
* | Remove test_doctest's expected-output file. | Tim Peters | 2001-05-23 | 1 | -1/+2 |
* | Remove test_difflib's output file and change test_difflib to stop | Tim Peters | 2001-05-23 | 1 | -1/+1 |
* | Moved SequenceMatcher from ndiff into new std library module difflib.py. | Tim Peters | 2001-02-10 | 1 | -0/+2 |