- 16 Nov, 2012 4 commits
-
-
Tres Seaver authored
-
Tres Seaver authored
-
Jim Fulton authored
pointer, with undefined results and a compiler warning. - Fixed: the Python implementation of the _p_estimated_size propety didn't support deletion. - Simplified implememnntation of the _p_estimated_size property to only accept integers. A TypeError is raised if an incorrect type is provided.
-
Jim Fulton authored
-
- 27 Aug, 2012 4 commits
-
-
Tres Seaver authored
-
Tres Seaver authored
-
Tres Seaver authored
-
Hanno Schlichting authored
-
- 26 Aug, 2012 5 commits
-
-
Tres Seaver authored
-
Tres Seaver authored
-
Tres Seaver authored
-
Tres Seaver authored
-
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
-