summaryrefslogtreecommitdiffstats
path: root/Doc/lib/libdifflib.tex
Commit message (Collapse)AuthorAgeFilesLines
* David Goodger <dgoodger@atsautomation.com>:Fred Drake2001-08-131-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 Drake2001-05-111-1/+1
| | | | | Finish the last set of changes to these files so the conversion does not break.
* Replace "\begin{classdesc}{SomeClass}{\unspecified}" withFred Drake2001-05-111-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 Drake2001-04-101-0/+3
|
* Add reference to the DDJ article discussing a similar algorithm.Fred Drake2001-04-101-0/+9
|
* Fix extra backslash in example.Fred Drake2001-02-231-4/+1
|
* Improve accuracy. In the .tex file, note the new "% BUG:" comments: anTim Peters2001-02-201-7/+12
| | | | extra backslash is getting displayed in the generated HTML.
* Documentation for the difflib module, converted from the module docstrings.Fred Drake2001-02-191-0/+315