Sider

Latest version: v0.3.1

Safety actively analyzes 621114 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 2

0.3.2

-------------

To be released.

- Fixed decoding error of :class:`~sider.types.Tuple` on Python 3.
[:issue:`11` by Paul Muston]

0.3.1

-------------

Released on August 16, 2015.

- Fixed a :exc:`SyntaxError` of :file:`setup.py` script on Python 3.
[:issue:`10` by Swen Mun]

0.3.0

-------------

Released on December 23, 2014. Beta release.

- Now Sider supports Python 3.3 or higher. Of course Python 2.6, Python 2.7,
and PyPy are still supported. Thanks to Eunchong Yu.
[:issue:`4` by Eunchong Yu]
- Fixed a bug that :class:`~sider.types.SortedSet` incorrectly saves
values on Redis 2.4.0 or higher. [:issue:`3` by Eunchong Yu]
- Added :class:`sider.types.UUID` type. [:issue:`5` by Eunchong Yu]
- Fixed missing incrementation of :meth:`List.__iter__()
<sider.list.List.__iter__>`. [:issue:`6` by Eunchong Yu]
- Added a workaround to http://bugs.python.org/issue4806.
[:issue:`7` by Eunchong Yu]

0.2.0

-------------

Released on April 30, 2012. Alpha release.

- Added :mod:`sider.transaction` module.
- Added :mod:`sider.sortedset` module.
- Added :class:`sider.types.SortedSet` type.
- Added :class:`sider.types.Time` and :class:`sider.types.TZTime` types.
- Added :class:`sider.types.TimeDelta` type.
- Introduced :class:`sider.types.Tuple` type for ad-hoc composition of
multiple types.
- The extensible namespace package :mod:`sider.ext` was introduced.
- Added :mod:`sider.threadlocal` module.
- Added :attr:`sider.session.Session.verbose_transaction_error` option.

0.1.3

-------------

Released on April 21, 2012. Pre-alpha release.

- Now :class:`sider.hash.Hash` objects show their contents for :func:`repr()`.
- Now persist objects show their key name for :func:`repr()`.
- Added :data:`sider.lazyimport.exceptions` deferred module.

0.1.2

-------------

Released on April 11, 2012. Pre-alpha release.

- Now :class:`sider.session.Session` takes :class:`redis.client.StrictRedis`
object instead of :class:`redis.client.Redis` which is deprecated.
- Added :mod:`sider.exceptions` module.
- Added :class:`sider.warnings.SiderWarning` base class.
- Fixed a bug of :meth:`sider.list.List.insert()` for index -1.
Previously it simply appends an element to the list (and that is an
incorrect behavior), but now it inserts an element into the right before
of its last element.

Page 1 of 2

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.