Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: 0k/kids.cache

Tags

0.0.7

Toggle 0.0.7's commit message
fix: doc: ReST inconsistency between generated changelog and ``README…

….rst``.

This prevented PyPI page to be rendered properly.

0.0.6

Toggle 0.0.6's commit message
chg: pkg: updating to new packaging tools.

- Simplifies travis files, and add dovis packaging checks.
- Update licence info, as it is now part of the checks.
- Windows appveyor checks added, windows compatibility of the packaging tools.

0.0.4

Toggle 0.0.4's commit message
chg: typo and small rephrasing in docs !minor

0.0.3

Toggle 0.0.3's commit message
fix: nasty cache collision if two custom objects shared the same hash…

… and type but where not ``equal``.

And as a matter of fact, this happens. For instance, all instance of
``object`` or any subclass will inherit a special ``hash`` method that
uses ``id``, but in some version of python (the recent ones), the ``id``
value is divided by ``16``. And hash collisions are to be expected
anyway, and of course should not cause cache collisions.

0.0.2

Toggle 0.0.2's commit message
chg: pkg: update packaging tests.

- removed non usefull call to ``autogen.sh``
- test distant pip installability
- test importability
- test uninstallability

0.0.1

Toggle 0.0.1's commit message
first import.