Skip to content

Tags: gary02/diff-match-patch

Tags

v20200713

Toggle v20200713's commit message

Verified

This tag was signed with the committer’s verified signature.
amyreese Amethyst Reese
Maintenance release

- Pulls in upstream change to use raw strings for regex
- Updates to how the package builds, tests, and runs lint
- Uses PEP 517/518 metadata for build requirements/backend
- Formatting improvements, including use of isort

v20181111

Toggle v20181111's commit message

Verified

This tag was signed with the committer’s verified signature.
amyreese Amethyst Reese
Version v20181111:

- Rename module to diff-match-patch to supercede existing PyPI module
- Match existing module version scheme
- Update readme, tests, etc for import names

v2018.11.06.1

Toggle v2018.11.06.1's commit message

Verified

This tag was signed with the committer’s verified signature.
amyreese Amethyst Reese
Bug fix v2018.11.06.1:

- Remove pathlib import from setup.py to fix py2 builds

v2018.11.06

Toggle v2018.11.06's commit message

Verified

This tag was signed with the committer’s verified signature.
amyreese Amethyst Reese
Release v2018.11.06:

- Add support for Python 2.7 using conditional imports.
  Includes the upstream python2 implementation and tests,
  and selects them at import time as appropriate.

v2018.11.05

Toggle v2018.11.05's commit message

Verified

This tag was signed with the committer’s verified signature.
amyreese Amethyst Reese
Initial release v2018.11.05