- 26 Aug, 2012 1 commit
-
-
Tres Seaver authored
Avoids clash w/ 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.
-
- 11 Aug, 2012 3 commits
-
-
Tres Seaver authored
-
Tres Seaver authored
-
Tres Seaver authored
-
- 30 Jun, 2012 3 commits
-
-
Tres Seaver authored
-
Tres Seaver authored
-
Tres Seaver authored
-
- 29 Jun, 2012 21 commits
-
-
Tres Seaver authored
-
Tres Seaver authored
-
Tres Seaver authored
-
Tres Seaver authored
Fix a couple of discrepancies in the Python persistence implementation uncovered thereby.
-
Tres Seaver authored
The doctest snippets moved to docs/api/attributes.
-
Tres Seaver authored
-
Tres Seaver authored
-
Tres Seaver authored
-
Tres Seaver authored
- Moar OIDS-must-be-bytes. - Moar SERIALS-must-be-bytes. - Moar list()'ing of dict items.
-
Tres Seaver authored
- Bytes everywhere for OID / serials. - Different obejct comparison semantics. - Replace class advice 'implments' w/ 'implementer' decorator. - Flatten 'items()' / 'keys()' iterators for testing.
-
Tres Seaver authored
-
Tres Seaver authored
-
Tres Seaver authored
-
Tres Seaver authored
- (Temporary) Disable C extension building under Py3k. - Work around move of UserDict / UserList. - Make test of 'cmp' conditional on PYTHON2. - Make '__setslice__' / '__delslice__' conditional on PYTHON2.
-
Tres Seaver authored
-
Tres Seaver authored
-
Tres Seaver authored
- Work around rename of 'copy_reg' -> 'copyreg'. - Fix deprecated class advice. - Drop unneeded unicode literals.
-
Tres Seaver authored
-
Tres Seaver authored
-
Tres Seaver authored
-
Tres Seaver authored
-
- 28 Jun, 2012 12 commits
-
-
Tres Seaver authored
Fixed a typo in PWRD.update found by coverage.
-
Tres Seaver authored
-
Tres Seaver authored
-
Tres Seaver authored
-
Tres Seaver authored
-
Tres Seaver authored
-
Tres Seaver authored
It is now examples for the doctests, and no longer a test module.
-
Tres Seaver authored
-
Tres Seaver authored
It is now the canonical test for both C and Python implementations.
-
Tres Seaver authored
-
Tres Seaver authored
It no longer contains tests, only examples to be pickled.
-
Tres Seaver authored
-