Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython2
/
aa64c46ac9ff168d7730182d48665b0b51b4f69d
/
Lib
/
difflib.py
4575010
Issue 21635: Fix caching in difflib.SequenceMatcher.get_matching_blocks().
by Raymond Hettinger
· 11 years ago
e0ed2d7
Issue #19936: Added executable bits or shebang lines to Python scripts which
by Serhiy Storchaka
· 11 years ago
f5469cf
#18705: fix a number of typos. Patch by Févry Thibault.
by Ezio Melotti
· 12 years ago
7c9d347
Issue 11747: Fix output format for context diffs.
by Raymond Hettinger
· 14 years ago
c2077b0
#11565: Fix several typos. Patch by Piotr Kasprzyk.
by Ezio Melotti
· 14 years ago
d2d2ae9
#2986 Add autojunk parameter to SequenceMatcher to optionally disable 'popular == junk' heuristic.
by Terry Reedy
· 14 years ago
1a14d3d
Issue #7585: use tab between components in unified and context diff headers.
by R. David Murray
· 15 years ago
5c456e6
Fix for issue1488943 - difflib.Differ() doesn't always add hints for tab
by Senthil Kumaran
· 15 years ago
3e4caeb
Issue #5341: Fix a variety of spelling errors.
by Mark Dickinson
· 16 years ago
4626586
Use functools.reduce() in difflib instead of __builtin__.reduce() to silence
by Brett Cannon
· 17 years ago
4ac8172
Issue 3189: Py3k DeprecationWarning in difflib
by Raymond Hettinger
· 17 years ago
0ff4daf
Improve usability of the SequenceMatcher by returning named tuples describing match ranges.
by Raymond Hettinger
· 17 years ago
0e520b4
SF #1637850: make_table in difflib did not work with unicode
by Raymond Hettinger
· 18 years ago
8826804
[Bug #1622533] Make docstrings raw strings because they contain control characters (\0, \1)
by Andrew M. Kuchling
· 18 years ago
61bdd39
Repaired typo in new comment.
by Tim Peters
· 19 years ago
43898b4
SequenceMatcher.get_matching_blocks(): This now guarantees that
by Tim Peters
· 19 years ago
7ca6677
get_matching_blocks(): rewrote code & comments so they match; added
by Tim Peters
· 19 years ago
b2afe85
Make use of new str.startswith/endswith semantics.
by Georg Brandl
· 19 years ago
54814881
Patch #1413711: Certain patterns of differences were making difflib
by Gustavo Niemeyer
· 19 years ago
7eb4b7d
Fix all wrong instances of "it's".
by Georg Brandl
· 20 years ago
0ca0c64
SF bug 1054821: difflib HtmlDiff() extra space on inserted 1 character lines
by Tim Peters
· 20 years ago
55be9ea
Typo fix: 'comparisions' is not a word
by Andrew M. Kuchling
· 21 years ago
48bd7f3
Whitespace normalization. test_difflib passes again.
by Tim Peters
· 21 years ago
afb5f94
Reverting whitespace normalization. test_difflib fails with it -- the
by Tim Peters
· 21 years ago
45e77c5
Whitespace normalization.
by Tim Peters
· 21 years ago
e064b41
Patch #914575: difflib side by side diff support, diff.py s/b/s HTML option.
by Martin v. Löwis
· 21 years ago
bcc95cb
Repair typo in docstring.
by Tim Peters
· 21 years ago
d2c5b4b
SequenceMatcher(None, [], []).get_grouped_opcodes() now returns a generator
by Brett Cannon
· 21 years ago
aefde43
Reverse argument order for nsmallest() and nlargest().
by Raymond Hettinger
· 21 years ago
bb6b734
Apply heapq.nlargest() to find best matches.
by Raymond Hettinger
· 21 years ago
70a6b49
Replace backticks with repr() or "%r"
by Walter Dörwald
· 21 years ago
6b59f5f
Let library modules use the new keyword arguments for list.sort().
by Raymond Hettinger
· 22 years ago
83325e9
Fix faulty doctests. There is no results attribute.
by Raymond Hettinger
· 22 years ago
e7dfe21
Fix SF bug #763023, difflib.py: ratio() zero division not caught
by Neal Norwitz
· 22 years ago
0887c73
Fix docstring
by Raymond Hettinger
· 22 years ago
7f2d302
For the context and unified diff functions:
by Raymond Hettinger
· 22 years ago
f0b1a1f
Added functions for creating context diffs and unified diffs.
by Raymond Hettinger
· 22 years ago
39f02f9
Added missing names to __all__.
by Raymond Hettinger
· 23 years ago
54f0222
SF 563203. Replaced 'has_key()' with 'in'.
by Raymond Hettinger
· 23 years ago
81b9251
Mostly in SequenceMatcher.{__chain_b, find_longest_match}:
by Tim Peters
· 23 years ago
77f6a65
Add the 'bool' type and its values 'False' and 'True', as described in
by Guido van Rossum
· 23 years ago
496563a
Remove some now-obsolete generator future statements.
by Tim Peters
· 23 years ago
527e64f
Whitespace normalization.
by Tim Peters
· 24 years ago
8a9c284
Make difflib.ndiff() and difflib.Differ.compare() generators. This
by Tim Peters
· 24 years ago
5e824c3
SF patch #445412 extract ndiff functionality to difflib, from David Goodger.
by Tim Peters
· 24 years ago
754ba58
Improve accuracy. In the .tex file, note the new "% BUG:" comments: an
by Tim Peters
· 24 years ago
f1da628
Fix a few small typos in the docstrings.
by Fred Drake
· 24 years ago
9ae2148
Moved SequenceMatcher from ndiff into new std library module difflib.py.
by Tim Peters
· 24 years ago