- 11 Jul, 2017 4 commits
-
-
Jason Madden authored
-
Jason Madden authored
We need to use six.string_types in a few other places to account for the change in ZConfig. unix_domain_sockets() was failing before this on Python 2.
-
Jason Madden authored
They now expire in the year 4755.
-
Jason Madden authored
Fixes #90 Also remove an unused and duplicate import from that file and the redundant `test_suite` declaration from the test file. There was also a duplicate method definition in the test file that was removed.
-
- 17 Apr, 2017 1 commit
-
-
Jim Fulton authored
Make all classes new-style. This is especially good for PyPy
-
- 13 Apr, 2017 1 commit
-
-
Jason Madden authored
See https://github.com/zopefoundation/ZODB/pull/160 for rationale. Also restore PyPy to the build matrix.
-
- 03 Apr, 2017 7 commits
-
-
Jim Fulton authored
-
Jim Fulton authored
-
Jim Fulton authored
-
Jim Fulton authored
- Better intro - ReST improvements - Spelling - Less misleading WRT daemonization - Removed dead log-configuration link
-
Jim Fulton authored
Fix (maybe) zeoctl and remove zeopasswd
-
Jim Fulton authored
-
Jim Fulton authored
Although it's hard to tell because IDK how to make earlier versions work.
-
- 01 Apr, 2017 1 commit
-
-
Jim Fulton authored
-
- 12 Jan, 2017 5 commits
-
-
Jim Fulton authored
Msgpack
-
Jim Fulton authored
-
Jim Fulton authored
-
Jim Fulton authored
-
Jim Fulton authored
AttributeError 'server' when StorageServer creation fails Thanks!
-
- 11 Jan, 2017 1 commit
-
-
Jim Fulton authored
-
- 08 Jan, 2017 1 commit
-
-
Jim Fulton authored
-
- 18 Nov, 2016 14 commits
-
-
Jim Fulton authored
-
Jim Fulton authored
Please travis!
-
Jim Fulton authored
-
Jim Fulton authored
-
Jim Fulton authored
-
Jim Fulton authored
Conflicts: CHANGES.rst setup.py
-
Jim Fulton authored
-
Jim Fulton authored
Fixed: ZEO needed changes to work with recent transaction changes.
-
Jim Fulton authored
Conflicts: CHANGES.rst setup.py
-
Jim Fulton authored
-
Jim Fulton authored
-
Jim Fulton authored
-
Jim Fulton authored
transaction until we can sort out some recent breakage.
-
Jim Fulton authored
-
- 13 Nov, 2016 5 commits
-
-
Jim Fulton authored
-
Jim Fulton authored
-
Jim Fulton authored
-
Jim Fulton authored
-
Jim Fulton authored
- Need to handle exception instances embedded within others. I dealt with this in msgpack using a "default" option (essentially a msgpack/json form of reduce). For pickle, we're still creating instance pickles in this case. :/ - Use a python-msgpack option to produce tuples rather than lists. The ZEO protocol uses tuples far more often than lists. This really mostly or entirely affects tests. Removed workarounds for some test code that expected tuples and added some for test code that expects lists. :)
-