Skip to content

Tags: rmdes/diffengine

Tags

v0.1.2

Toggle v0.1.2's commit message
updated

v0.1.1

Toggle v0.1.1's commit message
updated

v0.1.0

Toggle v0.1.0's commit message
v0.1.0 release

v0.0.40

Toggle v0.0.40's commit message
fingerprinting

Added a _fingerprint function that will take the summary text and bleach
out all html and remove all whitespace. The test for equality uses
this function to determine if the page content has changed. Hopefully this
will catch instances where whitespace is changing, and triggering an empty diff.

v0.0.38

Toggle v0.0.38's commit message
removed errant debug print

v0.0.37

Toggle v0.0.37's commit message
new version

v0.0.36

Toggle v0.0.36's commit message
handle timeouts

This commit includes an explicit timeout of 60 seconds, and all http
requests are going through Python requests now.

Fixes DocNow#25 (hopefully)

v0.0.35

Toggle v0.0.35's commit message
doublecheck htmldiff

This commit includes an extra check in Entry.get_latest to make sure that the
generated diff has either an <ins> or <del> in it. If it doesn't that means
while the readability summaries are different the resulting diff didn't catch
any changes. This can happen with <br> and other whitespace changes.

This change also explicitly sets the coding on diffengine.__init__. Fixes DocNow#24

v0.0.32

Toggle v0.0.32's commit message
new version

v0.0.30

Toggle v0.0.30's commit message
upped version