- 14 Apr, 2016 3 commits
-
-
Tres Seaver authored
Don't use/poison global wheel cache when building w/ PURE_PYTHON.
-
Tres Seaver authored
[ci skip].
-
Tres Seaver authored
-
- 11 Apr, 2016 1 commit
-
-
Tres Seaver authored
-
- 25 Mar, 2016 4 commits
-
-
Jim Fulton authored
Drop support for Python 2.6 and 3.2.
-
Tres Seaver authored
- 2.6 is long out-of-maintenance, and a security quagmire. - 3.2 cannot be tested on Travis.
-
Tres Seaver authored
[ci skip]
-
Tres Seaver authored
[ci skip]
-
- 08 Nov, 2015 1 commit
-
-
Marius Gedminas authored
-
- 02 Jun, 2015 3 commits
-
-
Tres Seaver authored
-
Tres Seaver authored
-
Marius Gedminas authored
Fixes #27. Test plan: - run detox to generate ALL THE WEIRD FILES - run check-manifest to see if any made it into the sdist
-
- 19 May, 2015 27 commits
-
-
Tres Seaver authored
-
Tres Seaver authored
-
Tres Seaver authored
Support for ZODB on PyPy
-
Jason Madden authored
-
Jason Madden authored
-
Jason Madden authored
-
Jason Madden authored
Remove aliasing of PickleCache's target_size/cache_size; just use cache_size as specified in the interface.
-
Jason Madden authored
Replace all remaining uses of 'self.__X' in persistence.py with _OGA/OSA for consistency; also avoid some duplicate calls through __getattribute__ which were more obvious in the OGA form.
-
Jason Madden authored
-
Jason Madden authored
-
Jason Madden authored
Remove superflous comment about interning of unicode dict keys on Python2. The existing behaviour matches the C implementation.
-
Jason Madden authored
Use _p_deactivate unconditionally in test_del_jar_of_inactive_object. I'm not sure why I was reaching into the internals of the Python implementation.
-
Jason Madden authored
-
Jason Madden authored
-
Jason Madden authored
-
Jason Madden authored
-
Jason Madden authored
Remove mention of Jython, although not the supporting bits. Hopefully tox/virtualenv/pip come together soon to allow official testing and mention.
-
Jason Madden authored
-
Jason Madden authored
-
Jason Madden authored
-
Jason Madden authored
-
Jason Madden authored
Add an explicit assertion that the status of an object is no longer a ghost after accessing _p_mtime...that the value of _p_mtime is set is implicitly confiramtion of this because it gets set during loading, but explicit is better than implicit.
-
Jason Madden authored
-
Jason Madden authored
-
Jason Madden authored
-
Jason Madden authored
-
Jason Madden authored
-
- 06 May, 2015 1 commit
-
-
Jason Madden authored
Make the Python impl match the C impl by automatically unghostifying the object when _p_mtime is accessed.
-