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
*
Issue 11747: Fix output format for context diffs.
Raymond Hettinger
2011-04-12
1
-5/+25
*
Issue #11747: Fix range formatting in context and unified diffs.
Raymond Hettinger
2011-04-11
1
-11/+23
*
Cleanup and modernize code prior to working on Issue 11747.
Raymond Hettinger
2011-04-11
1
-26/+27
*
#11565: Merge with 3.1.
Ezio Melotti
2011-03-16
1
-1/+1
|
\
|
*
#11565: Fix several typos. Patch by Piotr Kasprzyk.
Ezio Melotti
2011-03-16
1
-1/+1
|
*
Merged revisions 76469 via svnmerge from
Senthil Kumaran
2009-11-23
1
-4/+5
*
|
Issue 10534, difflib: tweak doc; test new SequenceMatcher instance attributes...
Terry Reedy
2010-12-15
1
-4/+6
*
|
Issue 10534 deprecate isbjunk and isbpopular methods.
Terry Reedy
2010-12-03
1
-17/+16
*
|
(no commit message)
Terry Reedy
2010-12-03
1
-2/+6
*
|
Issue 2986: Add autojunk paramater to SequenceMatcher to turn off heuristic. ...
Terry Reedy
2010-11-25
1
-37/+36
*
|
Merged revisions 80004 via svnmerge from
R. David Murray
2010-04-12
1
-16/+19
*
|
convert shebang lines: python -> python3
Benjamin Peterson
2010-03-11
1
-1/+1
*
|
Merged revisions 76464 via svnmerge from
Senthil Kumaran
2009-11-23
1
-4/+5
|
/
*
Merged revisions 69846 via svnmerge from
Mark Dickinson
2009-02-21
1
-1/+1
*
Merged revisions 59883-59920 via svnmerge from
Christian Heimes
2008-01-11
1
-8/+11
*
Raise statement normalization in Lib/.
Collin Winter
2007-08-30
1
-3/+3
*
Merged revisions 56125-56153 via svnmerge from
Guido van Rossum
2007-07-03
1
-1/+1
*
Merged revisions 56020-56124 via svnmerge from
Guido van Rossum
2007-06-30
1
-1/+1
*
Merged revisions 55007-55179 via svnmerge from
Guido van Rossum
2007-05-07
1
-4/+4
*
Merged revisions 53952-54987 via svnmerge from
Guido van Rossum
2007-04-27
1
-5/+4
*
PEP 3114: rename .next() to .__next__() and add next() builtin.
Georg Brandl
2007-04-21
1
-5/+5
*
- PEP 3106: dict.iterkeys(), .iteritems(), .itervalues() are now gone;
Guido van Rossum
2007-02-11
1
-1/+1
*
Revert doubly-converted doctests.
Guido van Rossum
2007-02-09
1
-8/+8
*
Fix a bunch of doctests with the -d option of refactor.py.
Guido van Rossum
2007-02-09
1
-8/+8
*
Fix most trivially-findable print statements.
Guido van Rossum
2007-02-09
1
-14/+16
*
Merged revisions 53005-53303 via svnmerge from
Thomas Wouters
2007-01-09
1
-1/+1
*
Kill reduce(). A coproduction of John Reese, Jacques Frechet, and Alex M.
Guido van Rossum
2006-08-22
1
-2/+1
*
Get rid of dict.has_key(). Boy this has a lot of repercussions!
Guido van Rossum
2006-08-18
1
-4/+4
*
Merged revisions 46753-51188 via svnmerge from
Thomas Wouters
2006-08-11
1
-20/+45
*
Patch #1413711: Certain patterns of differences were making difflib
Gustavo Niemeyer
2006-01-31
1
-17/+22
*
Fix all wrong instances of "it's".
Georg Brandl
2005-07-22
1
-2/+2
*
SF bug 1054821: difflib HtmlDiff() extra space on inserted 1 character lines
Tim Peters
2004-11-12
1
-2/+2
*
Typo fix: 'comparisions' is not a word
Andrew M. Kuchling
2004-09-10
1
-1/+1
*
Whitespace normalization. test_difflib passes again.
Tim Peters
2004-08-29
1
-31/+31
*
Reverting whitespace normalization. test_difflib fails with it -- the
Tim Peters
2004-08-29
1
-31/+31
*
Whitespace normalization.
Tim Peters
2004-08-29
1
-31/+31
*
Patch #914575: difflib side by side diff support, diff.py s/b/s HTML option.
Martin v. Löwis
2004-08-29
1
-3/+676
*
Repair typo in docstring.
Tim Peters
2004-07-31
1
-1/+1
*
SequenceMatcher(None, [], []).get_grouped_opcodes() now returns a generator
Brett Cannon
2004-07-10
1
-0/+2
*
Reverse argument order for nsmallest() and nlargest().
Raymond Hettinger
2004-06-15
1
-1/+1
*
Apply heapq.nlargest() to find best matches.
Raymond Hettinger
2004-06-13
1
-2/+4
*
Replace backticks with repr() or "%r"
Walter Dörwald
2004-02-12
1
-4/+4
*
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
[next]