| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Remove extra ")" in example. | Fred Drake | 2002-12-06 | 1 | -1/+1 |
| | | |||||
| * | 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 |
