20 Commits (d858df20d0d82eeefbdbe9982cfd68207a0cd446)

Author SHA1 Message Date
Raymond Hettinger 3780542039 Issue 11747: Fix output format for context diffs. 15 years ago
Senthil Kumaran d884f8a9c4 Merged revisions 76469 via svnmerge from 16 years ago
Philip Jenvey a27c5bd2bd Merged revisions 72979 via svnmerge from 17 years ago
Benjamin Peterson ee8712cda4 #2621 rename test.test_support to test.support 18 years ago
Georg Brandl a18af4e7a2 PEP 3114: rename .next() to .__next__() and add next() builtin. 19 years ago
Thomas Wouters 49fd7fa443 Merge p3yk branch with the trunk up to revision 45595. This breaks a fair 20 years ago
Gustavo Niemeyer 548148810b Patch #1413711: Certain patterns of differences were making difflib 20 years ago
Tim Peters 48bd7f3a71 Whitespace normalization. test_difflib passes again. 22 years ago
Tim Peters afb5f94217 Reverting whitespace normalization. test_difflib fails with it -- the 22 years ago
Tim Peters 45e77c55ff Whitespace normalization. 22 years ago
Martin v. Löwis e064b41f5a Patch #914575: difflib side by side diff support, diff.py s/b/s HTML option. 22 years ago
Brett Cannon d2c5b4b549 SequenceMatcher(None, [], []).get_grouped_opcodes() now returns a generator 22 years ago
Tim Peters 58eb11cf62 Whitespace normalization. 22 years ago
Raymond Hettinger 43d790c087 Exercise Jim Fulton's new doctest extension for running doctests in a 23 years ago
Neal Norwitz e7dfe21bed Fix SF bug #763023, difflib.py: ratio() zero division not caught 23 years ago
Barry Warsaw 04f357cffe Get rid of relative imports in all unittests. Now anything that 24 years ago
Tim Peters a0a6222509 Teach regrtest how to pass on doctest failure msgs. This is done via a 25 years ago
Tim Peters f5f6c436c6 Remove test_doctest's expected-output file. 25 years ago
Tim Peters dec4a6143c Remove test_difflib's output file and change test_difflib to stop 25 years ago
Tim Peters 9ae2148ada Moved SequenceMatcher from ndiff into new std library module difflib.py. 25 years ago