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 #25523: Merge "a" to "an" fixes from 3.4 into 3.5
Martin Panter
2015-11-02
1
-1/+1
|
\
|
*
Issue #25523: Correct "a" article to "an" article
Martin Panter
2015-11-02
1
-1/+1
*
|
Issue 24237: Raise PendingDeprecationWarning per PEP 479
Yury Selivanov
2015-05-22
1
-2/+8
*
|
PEP 479: Change StopIteration handling inside generators.
Yury Selivanov
2015-05-09
1
-2/+1
*
|
#17445: difflib: add diff_bytes(), to compare bytes rather than str
Greg Ward
2015-04-21
1
-1/+50
*
|
Issue #2052: Add charset parameter to HtmlDiff.make_file().
Berker Peksag
2015-03-14
1
-8/+11
*
|
Use two-argument form of next() and use a return-statement instead of an expl...
Raymond Hettinger
2014-08-04
1
-5/+2
*
|
Make the import private to keep the global namespace clean.
Raymond Hettinger
2014-08-04
1
-2/+2
*
|
Use reversed() instead of creating a new temporary list.
Raymond Hettinger
2014-08-04
1
-1/+1
*
|
merge
Raymond Hettinger
2014-06-21
1
-2/+2
|
\
\
|
|
/
|
*
Issue 21635: Fix caching in difflib.SequenceMatcher.get_matching_blocks().
Raymond Hettinger
2014-06-21
1
-2/+2
*
|
(Merge 3.4) Issue #20976: pyflakes: Remove unused imports
Victor Stinner
2014-03-20
1
-1/+0
|
\
\
|
|
/
|
*
Issue #20976: pyflakes: Remove unused imports
Victor Stinner
2014-03-20
1
-1/+0
*
|
#14332: provide a better explanation of junk in difflib docs
Andrew Kuchling
2014-03-19
1
-13/+13
|
/
*
Issue #19936: Added executable bits or shebang lines to Python scripts which
Serhiy Storchaka
2014-01-16
1
-2/+0
|
\
|
*
Issue #19936: Added executable bits or shebang lines to Python scripts which
Serhiy Storchaka
2014-01-16
1
-2/+0
*
|
#18705: merge with 3.3.
Ezio Melotti
2013-08-17
1
-3/+3
|
\
\
|
|
/
|
*
#18705: fix a number of typos. Patch by Févry Thibault.
Ezio Melotti
2013-08-17
1
-3/+3
*
|
Issue #13248: removed deprecated and undocumented difflib.isbjunk, isbpopular.
Terry Jan Reedy
2013-03-19
1
-14/+0
*
|
utilize yield from
Philip Jenvey
2012-10-01
1
-14/+7
|
/
*
Fix comment in difflib.
Florent Xicluna
2011-12-10
1
-2/+1
*
#13012: use splitlines(keepends=True/False) instead of splitlines(0/1).
Ezio Melotti
2011-09-28
1
-10/+10
*
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
[next]