Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | SF bug #1060825: Error in difflib docs | Raymond Hettinger | 2004-11-05 | 1 | -1/+1 |
| | |||||
* | SF bug 1046690: difflib.HtmlDiff doc errors. | Tim Peters | 2004-10-14 | 1 | -24/+16 |
| | | | | | | Easy doc corrections from Dan Gass. Also repaired the LaTeX for optional keyword arguments throughout, which was (incorrectly) nested instead of flat. | ||||
* | HtmlDiff corrections from Dan Gass, + trimmed trailing whitespace. | Tim Peters | 2004-09-12 | 1 | -29/+32 |
| | |||||
* | Typo fix: 'comparisions' is not a word | Andrew M. Kuchling | 2004-09-10 | 1 | -1/+1 |
| | |||||
* | Patch #914575: difflib side by side diff support, diff.py s/b/s HTML option. | Martin v. Löwis | 2004-08-29 | 1 | -0/+73 |
| | |||||
* | add direct link to the article in DDJ | Fred Drake | 2004-01-21 | 1 | -1/+2 |
| | | | | closes SF bug #871402 | ||||
* | - update Tim's email address | Fred Drake | 2003-12-30 | 1 | -4/+2 |
| | | | | - remove spurious blank lines | ||||
* | Add docs for get_grouped_opcodes(). | Raymond Hettinger | 2003-06-11 | 1 | -2/+17 |
| | |||||
* | Document context_diff() and unified_diff() | Raymond Hettinger | 2003-06-09 | 1 | -0/+63 |
| | |||||
* | Remove extra ")" in example. | Fred Drake | 2002-12-06 | 1 | -1/+1 |
| | |||||
* | Mostly in SequenceMatcher.{__chain_b, find_longest_match}: | Tim Peters | 2002-04-29 | 1 | -14/+18 |
| | | | | | | | | | | | | This now does a dynamic analysis of which elements are so frequently repeated as to constitute noise. The primary benefit is an enormous speedup in find_longest_match, as the innermost loop can have factors of 100s less potential matches to worry about, in cases where the sequences have many duplicate elements. In effect, this zooms in on sequences of non-ubiquitous elements now. While I like what I've seen of the effects so far, I still consider this experimental. Please give it a try! | ||||
* | writeline() --> writelines() | Fred Drake | 2001-11-29 | 1 | -1/+1 |
| | | | | This closes SF bug #487147. | ||||
* | Enforce a bit of markup consistency. | Fred Drake | 2001-10-26 | 1 | -13/+12 |
| | | | | | | When describing a Boolean return value, use "true" and "false" instead of "1" and "0". Style-guide conformance: no "iff" -- to obscure for many readers. ;-( | ||||
* | Make difflib.ndiff() and difflib.Differ.compare() generators. This | Tim Peters | 2001-09-22 | 1 | -12/+14 |
| | | | | | restores the 2.1 ability of Tools/scripts/ndiff.py to start producing output before the entire comparison is complete. | ||||
* | David Goodger <dgoodger@atsautomation.com>: | Fred Drake | 2001-08-13 | 1 | -27/+240 |
| | | | | | | | Documentation for difflib/ndiff refactoring: more of the ndiff functionality has been moved to the underlying library (difflib). This closes SF patch #445413. | ||||
* | --sigh-- | Fred Drake | 2001-05-11 | 1 | -1/+1 |
| | | | | | Finish the last set of changes to these files so the conversion does not break. | ||||
* | Replace "\begin{classdesc}{SomeClass}{\unspecified}" with | Fred Drake | 2001-05-11 | 1 | -1/+3 |
| | | | | | "\begin{classdesc*}{SomeClass}" -- the rendering of \unspecified was identical to \moreargs, so this helps clarify things just a little. | ||||
* | Add note that difflib was added in Python 2.1. | Fred Drake | 2001-04-10 | 1 | -0/+3 |
| | |||||
* | Add reference to the DDJ article discussing a similar algorithm. | Fred Drake | 2001-04-10 | 1 | -0/+9 |
| | |||||
* | Fix extra backslash in example. | Fred Drake | 2001-02-23 | 1 | -4/+1 |
| | |||||
* | Improve accuracy. In the .tex file, note the new "% BUG:" comments: an | Tim Peters | 2001-02-20 | 1 | -7/+12 |
| | | | | extra backslash is getting displayed in the generated HTML. | ||||
* | Documentation for the difflib module, converted from the module docstrings. | Fred Drake | 2001-02-19 | 1 | -0/+315 |