59 Commits (89644d080b9663ab1a809113b965e4e33a9a7af1)

Author SHA1 Message Date
Tim Peters 0ca0c64409 SF bug 1054821: difflib HtmlDiff() extra space on inserted 1 character lines 21 years ago
Andrew M. Kuchling 55be9eab38 Typo fix: 'comparisions' is not a word 22 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
Tim Peters bcc95cb7cb Repair typo in docstring. 22 years ago
Brett Cannon d2c5b4b549 SequenceMatcher(None, [], []).get_grouped_opcodes() now returns a generator 22 years ago
Raymond Hettinger aefde435ef Reverse argument order for nsmallest() and nlargest(). 22 years ago
Raymond Hettinger bb6b7346ce Apply heapq.nlargest() to find best matches. 22 years ago
Walter Dörwald 70a6b49821 Replace backticks with repr() or "%r" 22 years ago
Raymond Hettinger 6b59f5f3fd Let library modules use the new keyword arguments for list.sort(). 23 years ago
Raymond Hettinger 83325e9087 Fix faulty doctests. There is no results attribute. 23 years ago
Neal Norwitz e7dfe21bed Fix SF bug #763023, difflib.py: ratio() zero division not caught 23 years ago
Raymond Hettinger 0887c732e7 Fix docstring 23 years ago
Raymond Hettinger 7f2d302a16 For the context and unified diff functions: 23 years ago
Raymond Hettinger f0b1a1fca9 Added functions for creating context diffs and unified diffs. 23 years ago
Raymond Hettinger 39f02f98f5 Added missing names to __all__. 24 years ago
Raymond Hettinger 54f0222547 SF 563203. Replaced 'has_key()' with 'in'. 24 years ago
Tim Peters 81b9251d59 Mostly in SequenceMatcher.{__chain_b, find_longest_match}: 24 years ago
Guido van Rossum 77f6a65eb0 Add the 'bool' type and its values 'False' and 'True', as described in 24 years ago
Tim Peters 496563a514 Remove some now-obsolete generator future statements. 24 years ago
Tim Peters 527e64fd68 Whitespace normalization. 25 years ago
Tim Peters 8a9c284437 Make difflib.ndiff() and difflib.Differ.compare() generators. This 25 years ago
Tim Peters 5e824c37d3 SF patch #445412 extract ndiff functionality to difflib, from 25 years ago
Tim Peters 754ba589b7 Improve accuracy. In the .tex file, note the new "% BUG:" comments: an 25 years ago
Fred Drake f1da6287fc Fix a few small typos in the docstrings. 25 years ago
Tim Peters 9ae2148ada Moved SequenceMatcher from ndiff into new std library module difflib.py. 25 years ago