Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
25cb7dfb0f0c32b51a813869f4ef3ab25cba5b2a
/
Lib
/
difflib.py
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