Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
P
persistent
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
persistent
Commits
0d13d0e9
Commit
0d13d0e9
authored
Jun 30, 2012
by
Tres Seaver
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Group changes by type; include some overlooked changes.
parent
5284f2f1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
28 additions
and
9 deletions
+28
-9
CHANGES.txt
CHANGES.txt
+28
-9
No files found.
CHANGES.txt
View file @
0d13d0e9
``persistent`` Changelog
========================
4.0 (unreleased)
-----------------
- Removed all ``ZODB``-dependent tests.
4.0.0 (unreleased)
------------------
- 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.
-
Dropped explicit support for Python < 2.6.
-
Removed all ``ZODB``-dependent tests:
- Added support for continuous integration using ``tox`` and ``jenkins``.
- Rewrote some to avoid the dependency
- Cloned the remainder into new ``ZODB.tests`` modules.
- Added ``setup.py docs`` alias (installs ``Sphinx`` and
``repoze.sphinx.autointerface``).
- 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``.
- Initial release, branched from ZODB trunk on 2011-02-16.
Documentation Changes
---------------------
- Refactored many Doctests as Sphinx documentation (snippets are exercised
via 'tox').
- Added ``setup.py docs`` alias (installs ``Sphinx`` and
``repoze.sphinx.autointerface``).
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment