summaryrefslogtreecommitdiffstats
path: root/Lib/test/output/test_difflib
Commit message (Collapse)AuthorAgeFilesLines
* Changed doctest to run tests in alphabetic order of name.Tim Peters2001-03-211-29/+29
| | | | | | This makes verbose-mode output easier to dig thru, and removes an accidental dependence on the order of dict.items() (made visible by recent changes to dictobject.c).
* Moved SequenceMatcher from ndiff into new std library module difflib.py.Tim Peters2001-02-101-0/+280
Guido told me to do this <wink>. Greatly expanded docstrings, and fleshed out with examples. New std test. Added new get_close_matches() function for ESR. Needs docs, but LaTeXification of the module docstring is all it needs. \CVS: ----------------------------------------------------------------------