- 29 Jun, 2012 11 commits
-
-
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 19 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
-
Tres Seaver authored
-
Tres Seaver authored
-
Tres Seaver authored
-
Tres Seaver authored
Match its behavior in pyPersistence.
-
Tres Seaver authored
This makes the pure-Python implementation match the C version.
-
Tres Seaver authored
-
Tres Seaver authored
-
- 11 Jun, 2012 2 commits
-
-
Tres Seaver authored
Fix copyright holder per repository policy.
-
Tres Seaver authored
-
- 14 May, 2012 8 commits
-
-
Tres Seaver authored
-
Tres Seaver authored
Ensure that Python reference impl. of Timestamp gets tested even if C impl. builds.
-
Tres Seaver authored
-
Tres Seaver authored
Zap fossil timestamp-manipulation functionss: they now live in 'persistent.timestamp'.
-
Tres Seaver authored
Drop can't-get-here condition in PickleCache.__delitem__. Cover PickleCache.debug_info, and fix a bug found thereby.
-
Tres Seaver authored
-
Tres Seaver authored
-
Tres Seaver authored
-