| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Issue #7585: use tab between components in unified and context diff headers. | R. David Murray | 2010-04-12 | 1 | -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 Hettinger | 2009-04-27 | 1 | -2/+9 |
| | | |||||
| * | revert r69777 since all the experts agree that extra import lines distract ↵ | Benjamin Peterson | 2009-02-20 | 1 | -5/+1 |
| | | | | | from the code | ||||
| * | Since we recommend one module per import line, reflect this also in the | Jeroen Ruigrok van der Werven | 2009-02-19 | 1 | -1/+5 |
| | | | | | documentation. | ||||
| * | Remove trailing whitespace. | Georg Brandl | 2009-01-03 | 1 | -1/+1 |
| | | |||||
| * | reformat some documentation of classes so methods and attributes are under ↵ | Benjamin Peterson | 2008-04-25 | 1 | -120/+125 |
| | | | | | the class directive | ||||
| * | Enable doctest running for several other documents. | Georg Brandl | 2008-03-22 | 1 | -36/+31 |
| | | | | | We have now over 640 doctests that are run with "make doctest". | ||||
| * | More difflib examples. Written for GHOP by Josip Dzolonga. | Georg Brandl | 2008-02-23 | 1 | -2/+112 |
| | | |||||
| * | Documentation for r5990[3567]. | Georg Brandl | 2008-01-11 | 1 | -1/+4 |
| | | |||||
| * | Some cleanup in the docs. | Georg Brandl | 2007-12-29 | 1 | -2/+2 |
| | | |||||
| * | Make "hashable" a glossary entry and clarify docs on __cmp__, __eq__ and ↵ | Georg Brandl | 2007-11-02 | 1 | -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 Brandl | 2007-10-21 | 1 | -7/+7 |
| | | |||||
| * | Added a cross-ref to each other. | Mark Summerfield | 2007-10-19 | 1 | -0/+4 |
| | | |||||
| * | Move the 2.6 reST doc tree in place. | Georg Brandl | 2007-08-15 | 1 | -0/+644 |
