27 Commits (bbfe6c3986dc61eecd592fb3a290fce6c089c4e7)

Author SHA1 Message Date
Greg Ward 4d9d2563f5 #17445: difflib: add diff_bytes(), to compare bytes rather than str 11 years ago
Berker Peksag 102029dfd6 Issue #2052: Add charset parameter to HtmlDiff.make_file(). 11 years ago
Raymond Hettinger fabefc3c5b Issue 21635: Fix caching in difflib.SequenceMatcher.get_matching_blocks(). 12 years ago
Raymond Hettinger 7c9d34722d Issue 11747: Fix output format for context diffs. 15 years ago
Raymond Hettinger 9180deb59c Issue 11747: Fix output format for context diffs. 15 years ago
Raymond Hettinger f03d3028e0 Issue 11747: Fix output format for context diffs. 15 years ago
Raymond Hettinger 3780542039 Issue 11747: Fix output format for context diffs. 15 years ago
Raymond Hettinger 49353d0e8f Issue #11747: Fix range formatting in context and unified diffs. 15 years ago
Terry Reedy 17a59252e8 Issue 10534, difflib: tweak doc; test new SequenceMatcher instance attributes; avoid unneeded lists of SM.b2j keys and items in .__chain_b. Do not backport. 16 years ago
Terry Reedy 99f9637de8 Issue 2986: Add autojunk paramater to SequenceMatcher to turn off heuristic. Patch by Terry Reedy, Eli Bendersky, and Simon Cross 16 years ago
Terry Reedy d2d2ae91c5 #2986 Add autojunk parameter to SequenceMatcher to optionally disable 'popular == junk' heuristic. 16 years ago
R. David Murray b2416e54b1 Merged revisions 80004 via svnmerge from 16 years ago
R. David Murray 1a14d3d169 Issue #7585: use tab between components in unified and context diff headers. 16 years ago
Senthil Kumaran d884f8a9c4 Merged revisions 76469 via svnmerge from 17 years ago
Senthil Kumaran 758025cb1f Merged revisions 76464 via svnmerge from 17 years ago
Senthil Kumaran 4702aef1ad Merged revisions 76464 via svnmerge from 17 years ago
Senthil Kumaran 5c456e6f45 Fix for issue1488943 - difflib.Differ() doesn't always add hints for tab 17 years ago
Philip Jenvey a27c5bd2bd Merged revisions 72979 via svnmerge from 17 years ago
Philip Jenvey 6a111027f2 explicitly close files 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 21 years ago
Neal Norwitz ce4a9c9019 Fix tests so they pass in -R mode 21 years ago
Gustavo Niemeyer 548148810b Patch #1413711: Certain patterns of differences were making difflib 21 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. 23 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. 26 years ago