summaryrefslogtreecommitdiffstats
path: root/Doc/library/difflib.rst
Commit message (Collapse)AuthorAgeFilesLines
* Issue #7585: use tab between components in unified and context diff headers.R. David Murray2010-04-121-4/+4
| | | | | | | | | | | | Instead of spaces between the filename and date (or whatever the string is that follows the filename, if any) use tabs. This is what the unix 'diff' command does, for example, and difflib was intended to follow the 'standard' way of doing diffs. This improves compatibility with patch tools. The docs and examples are also changed to recommended that the date format used be the ISO 8601 format, which is what modern diff tools emit by default. Patch by Anatoly Techtonik.
* Add example to the seealso section.Raymond Hettinger2009-04-271-2/+9
|
* revert r69777 since all the experts agree that extra import lines distract ↵Benjamin Peterson2009-02-201-5/+1
| | | | from the code
* Since we recommend one module per import line, reflect this also in theJeroen Ruigrok van der Werven2009-02-191-1/+5
| | | | documentation.
* Remove trailing whitespace.Georg Brandl2009-01-031-1/+1
|
* reformat some documentation of classes so methods and attributes are under ↵Benjamin Peterson2008-04-251-120/+125
| | | | the class directive
* Enable doctest running for several other documents.Georg Brandl2008-03-221-36/+31
| | | | We have now over 640 doctests that are run with "make doctest".
* More difflib examples. Written for GHOP by Josip Dzolonga.Georg Brandl2008-02-231-2/+112
|
* Documentation for r5990[3567].Georg Brandl2008-01-111-1/+4
|
* Some cleanup in the docs.Georg Brandl2007-12-291-2/+2
|
* Make "hashable" a glossary entry and clarify docs on __cmp__, __eq__ and ↵Georg Brandl2007-11-021-2/+2
| | | | | | | __hash__. I hope the concept of hashability is better understandable now. Thanks to Tim Hatch for pointing out the flaws here.
* Add :term: for generators.Georg Brandl2007-10-211-7/+7
|
* Added a cross-ref to each other.Mark Summerfield2007-10-191-0/+4
|
* Move the 2.6 reST doc tree in place.Georg Brandl2007-08-151-0/+644