- 16 Nov, 2015 1 commit
-
-
Jason Madden authored
Cleanup tox.ini and .travis.yml as mentioned in #42 (and Python 3.5)
-
- 13 Nov, 2015 1 commit
-
-
Jason Madden authored
-
- 07 Nov, 2015 4 commits
-
-
Jason Madden authored
- (Both) Remove repetition of deps. Only install tests_require deps explicitly. The previous comment in tox.ini about eggs in the working directory doesn't apply, per @mgedmin. - Setup Travis to use the local wheel cache for faster install times.
-
Marius Gedminas authored
-
-
Marius Gedminas authored
Make zodbpickle non-optional.
-
- 03 Nov, 2015 1 commit
-
-
Jason Madden authored
-
- 14 Jul, 2015 1 commit
-
-
Marius Gedminas authored
(IIRC a bug in python-modernize causes duplicate future imports)
-
- 09 Jun, 2015 1 commit
-
-
Marius Gedminas authored
-
- 02 Jun, 2015 4 commits
-
-
Tres Seaver authored
-
Tres Seaver authored
-
Tres Seaver authored
-
Marius Gedminas authored
Use PEP-426 environment markers
-
- 25 May, 2015 4 commits
-
-
Marius Gedminas authored
-
Marius Gedminas authored
Any attempts to use platform_python_implementation or implementation_name result in an "Invalid environment marker" error. Any attempts to use >= to compare python_version result in an "Invalid environment marker" error.
-
Marius Gedminas authored
Augh documentation for all of this is painfully suboptimal.
-
Marius Gedminas authored
Should fix #36
-
- 22 May, 2015 5 commits
-
-
Tres Seaver authored
-
Tres Seaver authored
-
Tres Seaver authored
-
Tres Seaver authored
-
Tres Seaver authored
log ConflictError details, fixes #29
-
- 21 May, 2015 8 commits
-
-
Tres Seaver authored
Update issue #22
-
Jason Madden authored
Incorporate feedback and make the tests run under Python3. Notably, the Grand Exception Unification in Python 3.3 means that IOError is a synonym for OSError in those versions, but not before; deal with this by catching both types and throwing OSError in the doctests (because that's how it prints). Fix #21. Fix #22.
-
Adam Groszer authored
Fix #21, FileStorage: when disk space runs out while packing, do not leave the ``.pack`` file around
-
Adam Groszer authored
-
Adam Groszer authored
fixed ResolveableWhenStateDoesNotChange, changed show_tryToResolveConflict_log_output to check both cases
-
Adam Groszer authored
-
Adam Groszer authored
-
Adam Groszer authored
-
- 20 May, 2015 7 commits
-
-
Tres Seaver authored
Support PyPy.
-
Jason Madden authored
This is a performance optimization for PyPy (profiling shows many recursive calls to Persistent.__getattribute__, and recursive calls seem to trouble the PyPy JIT; this eliminates many of them when loading objects): "Transaction", AFTER BEFORE "Add 3000 Objects", 20205 18505 "Update 3000 Objects", 24191 18807 "Read 3000 Warm Objects", 28920 26671 "Read 3000 Cold Objects", 28745 27487 "Read 3000 Hot Objects", 29563 27487 "Read 3000 Steamin' Objects", 1033758 916587
-
Jason Madden authored
-
Jason Madden authored
-
Jason Madden authored
Go back to assuming that cache.lru_items and cache.cache_data are in sync. Otherwise we have corruption in the cache and, under PyPy, a CFFI-level memory leak; we want tests to fail in that case.
-
Jason Madden authored
Fix test_new_ghost_w_persistent_class under PyPy3, failing due to a bytes/unicode issue. It seems the cPickleCache under Python 3 accepts unicode objects as the oid, but the pure-Python version doesn't.
-
Jason Madden authored
-
- 19 May, 2015 2 commits
-
-
Jason Madden authored
-
Jason Madden authored
-
- 01 May, 2015 1 commit
-
-
Jason Madden authored
-