1. 6787a38 Issue #15204: Deprecated the 'U' mode in file-like objects. by Serhiy Storchaka · 11 years ago
  2. 90f5ba5 convert shebang lines: python -> python3 by Benjamin Peterson · 14 years ago
  3. 6afaeb7 Convert print statements to function calls in Tools/. by Collin Winter · 17 years ago
  4. b940e11 SF patch 1631942 by Collin Winter: by Guido van Rossum · 18 years ago
  5. 130e37f Read the text files to be compared in universal-newline mode. by Tim Peters · 20 years ago
  6. a2f7728 Prevent script from allowing '-r12' by Andrew M. Kuchling · 21 years ago
  7. 2c9aa5e Generalize file.writelines() to allow iterable objects. by Tim Peters · 23 years ago
  8. 42b6877 Fix restore (difflib.restore() became a generator too). by Tim Peters · 23 years ago
  9. 8a9c284 Make difflib.ndiff() and difflib.Differ.compare() generators. This by Tim Peters · 23 years ago
  10. 5e824c3 SF patch #445412 extract ndiff functionality to difflib, from David Goodger. by Tim Peters · 23 years ago
  11. 9ae2148 Moved SequenceMatcher from ndiff into new std library module difflib.py. by Tim Peters · 23 years ago
  12. 2f1aeb9 SF bug 124051: ndiff "?" lines can be confusing. Well, they still can, but by Tim Peters · 24 years ago
  13. 0d430e2 Hack ndiff to display lines w/ leading tabs more intuitively. This synchs by Tim Peters · 24 years ago
  14. 02ef28b Tim Peters writes: by Guido van Rossum · 25 years ago
  15. a3433e8 Tim Peters writes: by Guido van Rossum · 25 years ago
  16. 27c225e Add the specific sed statement to recover the second output file to by Guido van Rossum · 26 years ago
  17. 83b8518 Adding Tim Peters' ndiff utility. by Guido van Rossum · 26 years ago