Translucent persistent objects
Project description
persistent: automatic persistence for Python objects
This package contains a generic persistence implementation for Python. It forms the core protocol for making objects interact “transparently” with a database such as the ZODB.
Please see the Sphinx documentation (docs/index.rst) for further information.
persistent Changelog
4.0.5 (2012-12-14)
Fixed the C-extensions under Py3k (previously they compiled but were not importable).
4.0.4 (2012-12-11)
Added support for Python 3.3.
C extenstions now build under Python 3.2, passing the same tests as the pure-Python reference implementation.
4.0.3 (2012-11-19)
Fixed: In the C implimentation, an integer was compared with a pointer, with undefined results and a compiler warning.
Fixed: the Python implementation of the _p_estimated_size propety didn’t support deletion.
Simplified implementation of the _p_estimated_size property to only accept integers. A TypeError is raised if an incorrect type is provided.
4.0.2 (2012-08-27)
Correct initialization functions in renamed _timestamp extension.
4.0.1 (2012-08-26)
Worked around test failure due to overflow to long on 32-bit systems.
Renamed TimeStamp extension module to avoid clash with pure-Python timestamp module on case-insensitive filesystems.
N.B: the canonical way to import the TimeStamp class is now:
from persistent.timestamp import TimeStamp
which will yield the class from the extension module (if available), falling back to the pure-Python reference implementation.
4.0.0 (2012-08-11)
Platform Changes
Added explicit support for Python 3.2 and PyPy.
Note that the C implementations of Persistent, PickleCache, and Timestamp are not built (yet) on these platforms.
Dropped support for Python < 2.6.
Testing Changes
100% unit test coverage.
Removed all ZODB-dependent tests:
Rewrote some to avoid the dependency
Cloned the remainder into new ZODB.tests modules.
Refactored some doctests refactored as unittests.
Completed pure-Python reference implementations of ‘Persistent’, ‘PickleCache’, and ‘TimeStamp’.
All covered platforms tested under tox.
Added support for continuous integration using tox and jenkins.
Added setup.py dev alias (installs nose and coverage).
Dropped dependency on zope.testing / zope.testrunner: tests now run with setup.py test.
Documentation Changes
Refactored many Doctests as Sphinx documentation (snippets are exercised via ‘tox’).
Added setup.py docs alias (installs Sphinx and repoze.sphinx.autointerface).
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distributions
Hashes for persistent-4.0.5-py2.7-win-amd64.egg
Algorithm | Hash digest | |
---|---|---|
SHA256 | ab3ddb173262296aba3e35e0f347747548dea3ba67027e977f12f3cf0bcae11d |
|
MD5 | 12941a94b6d1ed9cf9bee48c936ebd64 |
|
BLAKE2b-256 | 12ff8892a71164ed97494e70eeeb49a070c4fe9e9edf96b178691851075ab069 |
Hashes for persistent-4.0.5-py2.7-win32.egg
Algorithm | Hash digest | |
---|---|---|
SHA256 | d5b8d4bd36fc8d1f58fcea4a15f08bf6669396e6432ba5d5a8fd7d6b29de3366 |
|
MD5 | 99e2cb0ffc5528db88f6b0bcd0bc77fe |
|
BLAKE2b-256 | 57ad985caaacbf278c2103cfb51cb1284e9e13a16258bae9ef6e950763d1a214 |
Hashes for persistent-4.0.5-py2.6-win-amd64.egg
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7902d3ebe8889ec9524757cf6ecbe3eacda235f9a38213c88a10d0befff05744 |
|
MD5 | a7b0c00ee709cdbbc41996254e5a4593 |
|
BLAKE2b-256 | 018b80a242534ef4cdb2b036a396fd69fc1c296a1231f888dd7761a6fc4476ad |
Hashes for persistent-4.0.5-py2.6-win32.egg
Algorithm | Hash digest | |
---|---|---|
SHA256 | 654add10ae09a19952adbcf4282c7f1c29c6e1d2023d100aa852bdc69ca9fd25 |
|
MD5 | 32e6f96fca7d8e4588e98097602ad7d9 |
|
BLAKE2b-256 | a7dc48a30925a1d12195d4ea9ca03359bcb583f173ef327d107b07f138f58720 |