René's URL Explorer Experiment


Title: 7.4. difflib — Helpers for computing deltas — Python 2.7.18 documentation

direct link

Domain: docs.python.org

Links:

no longer supportedhttps://devguide.python.org/devcycle/#end-of-life-branches
Python documentation for the current stable releasehttps://docs.python.org/3/library/difflib.html
indexhttps://docs.python.org/2/genindex.html
moduleshttps://docs.python.org/2/py-modindex.html
nexthttps://docs.python.org/2/library/stringio.html
previoushttps://docs.python.org/2/library/struct.html
Pythonhttps://www.python.org/
Python 2.7.18 documentationhttps://docs.python.org/2/index.html
The Python Standard Libraryhttps://docs.python.org/2/library/index.html
7. String Serviceshttps://docs.python.org/2/library/strings.html
difflibhttps://docs.python.org/2/library/difflib.html#module-difflib
https://docs.python.org/2/library/difflib.html#module-difflib
filecmphttps://docs.python.org/2/library/filecmp.html#module-filecmp
https://docs.python.org/2/library/difflib.html#difflib.SequenceMatcher
hashablehttps://docs.python.org/2/glossary.html#term-hashable
SequenceMatcherhttps://docs.python.org/2/library/difflib.html#difflib.SequenceMatcher
SequenceMatcherhttps://docs.python.org/2/library/difflib.html#difflib.SequenceMatcher
SequenceMatcherhttps://docs.python.org/2/library/difflib.html#difflib.SequenceMatcher
https://docs.python.org/2/library/difflib.html#difflib.Differ
SequenceMatcherhttps://docs.python.org/2/library/difflib.html#difflib.SequenceMatcher
Differhttps://docs.python.org/2/library/difflib.html#difflib.Differ
https://docs.python.org/2/library/difflib.html#difflib.HtmlDiff
https://docs.python.org/2/library/difflib.html#difflib.HtmlDiff.__init__
HtmlDiffhttps://docs.python.org/2/library/difflib.html#difflib.HtmlDiff
ndiff()https://docs.python.org/2/library/difflib.html#difflib.ndiff
HtmlDiffhttps://docs.python.org/2/library/difflib.html#difflib.HtmlDiff
ndiff()https://docs.python.org/2/library/difflib.html#difflib.ndiff
https://docs.python.org/2/library/difflib.html#difflib.HtmlDiff.make_file
https://docs.python.org/2/library/difflib.html#difflib.HtmlDiff.make_table
make_file()https://docs.python.org/2/library/difflib.html#difflib.HtmlDiff.make_file
https://docs.python.org/2/library/difflib.html#difflib.context_diff
generatorhttps://docs.python.org/2/glossary.html#term-generator
file.readlines()https://docs.python.org/2/library/stdtypes.html#file.readlines
file.writelines()https://docs.python.org/2/library/stdtypes.html#file.writelines
A command-line interface to difflibhttps://docs.python.org/2/library/difflib.html#difflib-interface
https://docs.python.org/2/library/difflib.html#difflib.get_close_matches
https://docs.python.org/2/library/difflib.html#difflib.ndiff
Differhttps://docs.python.org/2/library/difflib.html#difflib.Differ
generatorhttps://docs.python.org/2/glossary.html#term-generator
IS_LINE_JUNK()https://docs.python.org/2/library/difflib.html#difflib.IS_LINE_JUNK
SequenceMatcherhttps://docs.python.org/2/library/difflib.html#difflib.SequenceMatcher
IS_CHARACTER_JUNK()https://docs.python.org/2/library/difflib.html#difflib.IS_CHARACTER_JUNK
https://docs.python.org/2/library/difflib.html#difflib.restore
Differ.compare()https://docs.python.org/2/library/difflib.html#difflib.Differ.compare
ndiff()https://docs.python.org/2/library/difflib.html#difflib.ndiff
https://docs.python.org/2/library/difflib.html#difflib.unified_diff
generatorhttps://docs.python.org/2/glossary.html#term-generator
file.readlines()https://docs.python.org/2/library/stdtypes.html#file.readlines
file.writelines()https://docs.python.org/2/library/stdtypes.html#file.writelines
A command-line interface to difflibhttps://docs.python.org/2/library/difflib.html#difflib-interface
https://docs.python.org/2/library/difflib.html#difflib.IS_LINE_JUNK
ndiff()https://docs.python.org/2/library/difflib.html#difflib.ndiff
https://docs.python.org/2/library/difflib.html#difflib.IS_CHARACTER_JUNK
ndiff()https://docs.python.org/2/library/difflib.html#difflib.ndiff
Pattern Matching: The Gestalt Approachhttp://www.drdobbs.com/database/pattern-matching-the-gestalt-approach/184407970
Dr. Dobb’s Journalhttp://www.drdobbs.com/
https://docs.python.org/2/library/difflib.html#sequencematcher-objects
SequenceMatcherhttps://docs.python.org/2/library/difflib.html#difflib.SequenceMatcher
hashablehttps://docs.python.org/2/glossary.html#term-hashable
SequenceMatcherhttps://docs.python.org/2/library/difflib.html#difflib.SequenceMatcher
https://docs.python.org/2/library/difflib.html#difflib.SequenceMatcher.set_seqs
SequenceMatcherhttps://docs.python.org/2/library/difflib.html#difflib.SequenceMatcher
set_seq2()https://docs.python.org/2/library/difflib.html#difflib.SequenceMatcher.set_seq2
set_seq1()https://docs.python.org/2/library/difflib.html#difflib.SequenceMatcher.set_seq1
https://docs.python.org/2/library/difflib.html#difflib.SequenceMatcher.set_seq1
https://docs.python.org/2/library/difflib.html#difflib.SequenceMatcher.set_seq2
https://docs.python.org/2/library/difflib.html#difflib.SequenceMatcher.find_longest_match
find_longest_match()https://docs.python.org/2/library/difflib.html#difflib.SequenceMatcher.find_longest_match
named tuplehttps://docs.python.org/2/glossary.html#term-named-tuple
https://docs.python.org/2/library/difflib.html#difflib.SequenceMatcher.get_matching_blocks
https://docs.python.org/2/library/difflib.html#difflib.SequenceMatcher.get_opcodes
https://docs.python.org/2/library/difflib.html#difflib.SequenceMatcher.get_grouped_opcodes
generatorhttps://docs.python.org/2/glossary.html#term-generator
get_opcodes()https://docs.python.org/2/library/difflib.html#difflib.SequenceMatcher.get_opcodes
get_opcodes()https://docs.python.org/2/library/difflib.html#difflib.SequenceMatcher.get_opcodes
https://docs.python.org/2/library/difflib.html#difflib.SequenceMatcher.ratio
get_matching_blocks()https://docs.python.org/2/library/difflib.html#difflib.SequenceMatcher.get_matching_blocks
get_opcodes()https://docs.python.org/2/library/difflib.html#difflib.SequenceMatcher.get_opcodes
quick_ratio()https://docs.python.org/2/library/difflib.html#difflib.SequenceMatcher.quick_ratio
real_quick_ratio()https://docs.python.org/2/library/difflib.html#difflib.SequenceMatcher.real_quick_ratio
https://docs.python.org/2/library/difflib.html#difflib.SequenceMatcher.quick_ratio
ratio()https://docs.python.org/2/library/difflib.html#difflib.SequenceMatcher.ratio
https://docs.python.org/2/library/difflib.html#difflib.SequenceMatcher.real_quick_ratio
ratio()https://docs.python.org/2/library/difflib.html#difflib.SequenceMatcher.ratio
https://docs.python.org/2/library/difflib.html#sequencematcher-examples
get_close_matches()https://docs.python.org/2/library/difflib.html#difflib.get_close_matches
SequenceMatcherhttps://docs.python.org/2/library/difflib.html#difflib.SequenceMatcher
Simple version control recipehttps://code.activestate.com/recipes/576729/
SequenceMatcherhttps://docs.python.org/2/library/difflib.html#difflib.SequenceMatcher
https://docs.python.org/2/library/difflib.html#differ-objects
Differhttps://docs.python.org/2/library/difflib.html#difflib.Differ
Differhttps://docs.python.org/2/library/difflib.html#difflib.Differ
Differhttps://docs.python.org/2/library/difflib.html#difflib.Differ
https://docs.python.org/2/library/difflib.html#difflib.Differ.compare
readlines()https://docs.python.org/2/library/stdtypes.html#file.readlines
writelines()https://docs.python.org/2/library/stdtypes.html#file.writelines
https://docs.python.org/2/library/difflib.html#differ-example
readlines()https://docs.python.org/2/library/stdtypes.html#file.readlines
Differhttps://docs.python.org/2/library/difflib.html#difflib.Differ
Differ()https://docs.python.org/2/library/difflib.html#difflib.Differ
https://docs.python.org/2/library/difflib.html#a-command-line-interface-to-difflib
Table of Contentshttps://docs.python.org/2/contents.html
7.4. difflib — Helpers for computing deltashttps://docs.python.org/2/library/difflib.html
7.4.1. SequenceMatcher Objectshttps://docs.python.org/2/library/difflib.html#sequencematcher-objects
7.4.2. SequenceMatcher Exampleshttps://docs.python.org/2/library/difflib.html#sequencematcher-examples
7.4.3. Differ Objectshttps://docs.python.org/2/library/difflib.html#differ-objects
7.4.4. Differ Examplehttps://docs.python.org/2/library/difflib.html#differ-example
7.4.5. A command-line interface to difflibhttps://docs.python.org/2/library/difflib.html#a-command-line-interface-to-difflib
7.3. struct — Interpret strings as packed binary datahttps://docs.python.org/2/library/struct.html
7.5. StringIO — Read and write strings as fileshttps://docs.python.org/2/library/stringio.html
Show Sourcehttps://docs.python.org/2/_sources/library/difflib.rst.txt
indexhttps://docs.python.org/2/genindex.html
moduleshttps://docs.python.org/2/py-modindex.html
nexthttps://docs.python.org/2/library/stringio.html
previoushttps://docs.python.org/2/library/struct.html
Pythonhttps://www.python.org/
Python 2.7.18 documentationhttps://docs.python.org/2/index.html
The Python Standard Libraryhttps://docs.python.org/2/library/index.html
7. String Serviceshttps://docs.python.org/2/library/strings.html
Copyrighthttps://docs.python.org/2/copyright.html
Please donate.https://www.python.org/psf/donations/
Found a bughttps://docs.python.org/2/bugs.html
Sphinxhttp://sphinx.pocoo.org/

URLs of crawlers that visited me.