Skip to content

Releases: barseghyanartur/tld

0.11.10-2020-02-05

05 Feb 22:04
Compare
Choose a tag to compare
  • Python 2.7 and 3.5 fixes.

0.11.9-2019-12-26

05 Feb 22:04
Compare
Choose a tag to compare
  • Adding test TLDs list to the package.

0.11.8-2019-12-13

13 Dec 21:40
Compare
Choose a tag to compare
  • Minor fixes in setup.py and manifest. Include missing resources for python 2.7 dist.

0.11.7-2019-12-13

13 Dec 21:38
Compare
Choose a tag to compare

.. note::

There have been no code changes since 0.11.2. The only change is that
support for Python 2.7 and 3.5 has been added.
  • Added support for Python 2.7.

0.11.6-2019-12-12

12 Dec 22:15
Compare
Choose a tag to compare
  • Targeted releases for all supported Python versions.

0.11.1-2019-12-11

10 Dec 23:30
Compare
Choose a tag to compare
  • Minor speed ups.
  • More on adding typing.

0.11-2019-12-09

10 Dec 23:29
Compare
Choose a tag to compare

.. note::

Since introduction of parser classes, usage of
``NAMES_SOURCE_URL`` and ``NAMES_LOCAL_PATH`` of the ``tld.conf``
module is deprecated. Also, ``tld_names_local_path``
and ``tld_names_source_url`` arguments are deprecated as well.
If you want to customise things, implement your own parser (inherit from
``BaseTLDSourceParser``).
  • Drop support for Python versions prior to 3.6.
  • Clean-up dependencies.
  • Introduce parsers.
  • Drop tld_names_source_url and tld_names_local_path introduced
    in the previous release.
  • Minor speed-ups (including tests).

0.10-2019-11-27

27 Nov 20:37
d83fea3
Compare
Choose a tag to compare

.. note::

This is the last release which supports Python 2.
  • Make it possible to provide a custom path to the TLD names file.
  • Make it possible to free up some resources occupied due to loading custom
    tld names by calling the reset_tld_names function
    with tld_names_local_path parameter.

0.9.8-2019-11-15

15 Nov 22:23
Compare
Choose a tag to compare
  • Fix for occasional issue when some domains are not correctly recognised.

0.9.7-2019-11-15

15 Nov 22:23
Compare
Choose a tag to compare

.. note::

This release is dedicated to my newborn daughter. Happy birthday, my dear
Ani.
  • Handling urls that are only a TLD.
  • Accepts already splitted URLs.
  • Tested against Python 3.8.