49 Commits (d858df20d0d82eeefbdbe9982cfd68207a0cd446)

Author SHA1 Message Date
Raymond Hettinger 3780542039 Issue 11747: Fix output format for context diffs. 15 years ago
Ezio Melotti 13925008dc #11565: Fix several typos. Patch by Piotr Kasprzyk. 15 years ago
Senthil Kumaran d884f8a9c4 Merged revisions 76469 via svnmerge from 16 years ago
Mark Dickinson 934896dc09 Merged revisions 69846 via svnmerge from 17 years ago
Christian Heimes 25bb783c03 Merged revisions 59883-59920 via svnmerge from 18 years ago
Collin Winter ce36ad8a46 Raise statement normalization in Lib/. 19 years ago
Guido van Rossum c1f779cb01 Merged revisions 56125-56153 via svnmerge from 19 years ago
Guido van Rossum 486364b821 Merged revisions 56020-56124 via svnmerge from 19 years ago
Guido van Rossum 805365ee39 Merged revisions 55007-55179 via svnmerge from 19 years ago
Guido van Rossum d8faa3654c Merged revisions 53952-54987 via svnmerge from 19 years ago
Georg Brandl a18af4e7a2 PEP 3114: rename .next() to .__next__() and add next() builtin. 19 years ago
Guido van Rossum cc2b016125 - PEP 3106: dict.iterkeys(), .iteritems(), .itervalues() are now gone; 19 years ago
Guido van Rossum fff80dfa4a Revert doubly-converted doctests. 19 years ago
Guido van Rossum 7131f84400 Fix a bunch of doctests with the -d option of refactor.py. 19 years ago
Guido van Rossum be19ed77dd Fix most trivially-findable print statements. 19 years ago
Thomas Wouters 902d6ebddd Merged revisions 53005-53303 via svnmerge from 19 years ago
Guido van Rossum 89da5d7c3d Kill reduce(). A coproduction of John Reese, Jacques Frechet, and Alex M. 20 years ago
Guido van Rossum e2b70bcf74 Get rid of dict.has_key(). Boy this has a lot of repercussions! 20 years ago
Thomas Wouters 0e3f591aee Merged revisions 46753-51188 via svnmerge from 20 years ago
Gustavo Niemeyer 548148810b Patch #1413711: Certain patterns of differences were making difflib 20 years ago
Georg Brandl 7eb4b7d177 Fix all wrong instances of "it's". 21 years ago
Tim Peters 0ca0c64409 SF bug 1054821: difflib HtmlDiff() extra space on inserted 1 character lines 22 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