- 14 Dec, 2012 3 commits
-
-
Tres Seaver authored
-
Tres Seaver authored
-
Tres Seaver authored
-
- 12 Dec, 2012 10 commits
-
-
Tres Seaver authored
-
Tres Seaver authored
-
Tres Seaver authored
-
Tres Seaver authored
-
Tres Seaver authored
-
Tres Seaver authored
-
Tres Seaver authored
-
Tres Seaver authored
-
Tres Seaver authored
-
Tres Seaver authored
-
- 19 Nov, 2012 2 commits
-
-
Jim Fulton authored
-
Jim Fulton authored
-
- 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 6 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
-