index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Lib
/
difflib.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Let library modules use the new keyword arguments for list.sort().
Raymond Hettinger
2003-10-16
1
-8/+4
*
Fix faulty doctests. There is no results attribute.
Raymond Hettinger
2003-07-16
1
-5/+6
*
Fix SF bug #763023, difflib.py: ratio() zero division not caught
Neal Norwitz
2003-07-01
1
-3/+8
*
Fix docstring
Raymond Hettinger
2003-06-17
1
-1/+1
*
For the context and unified diff functions:
Raymond Hettinger
2003-06-08
1
-15/+9
*
Added functions for creating context diffs and unified diffs.
Raymond Hettinger
2003-06-08
1
-1/+200
*
Added missing names to __all__.
Raymond Hettinger
2002-10-30
1
-1/+1
*
SF 563203. Replaced 'has_key()' with 'in'.
Raymond Hettinger
2002-06-01
1
-1/+1
*
Mostly in SequenceMatcher.{__chain_b, find_longest_match}:
Tim Peters
2002-04-29
1
-18/+55
*
Add the 'bool' type and its values 'False' and 'True', as described in
Guido van Rossum
2002-04-03
1
-7/+7
*
Remove some now-obsolete generator future statements.
Tim Peters
2002-04-01
1
-2/+0
*
Whitespace normalization.
Tim Peters
2001-10-04
1
-1/+1
*
Make difflib.ndiff() and difflib.Differ.compare() generators. This
Tim Peters
2001-09-22
1
-53/+47
*
SF patch #445412 extract ndiff functionality to difflib, from
Tim Peters
2001-08-12
1
-267/+575
*
Improve accuracy. In the .tex file, note the new "% BUG:" comments: an
Tim Peters
2001-02-20
1
-3/+3
*
Fix a few small typos in the docstrings.
Fred Drake
2001-02-19
1
-5/+5
*
Moved SequenceMatcher from ndiff into new std library module difflib.py.
Tim Peters
2001-02-10
1
-0/+781