- 27 Mar, 2018 3 commits
-
-
Jason Madden authored
Add zodbpickle to server_find_global.
-
Jason Madden authored
Some of the tests are being killed because we don't produce any output when running parallel tests in a layer with -v1. The amount of warnings made it hard to see real failures. Also use more recent PyPy, and test on Py 3.6 (which produces the 'async' warnings we'll use to fix #104)
-
Jason Madden authored
-
- 26 Mar, 2018 2 commits
-
-
Tres Seaver authored
Return early after decode error.
-
Tres Seaver authored
Closes #107.
-
- 19 Jan, 2018 2 commits
-
-
Tres Seaver authored
Add coverage for ZEO module convenience functions. Closes #102.
-
Tres Seaver authored
Closes #102.
-
- 18 Jan, 2018 4 commits
-
-
Tres Seaver authored
-
Tres Seaver authored
-
Tres Seaver authored
-
Tres Seaver authored
-
- 18 Dec, 2017 2 commits
-
-
Jim Fulton authored
-
Jim Fulton authored
-
- 15 Nov, 2017 1 commit
-
-
Philip Bauer authored
fix ZopeUndo.Prefix decode on python 2
-
- 10 Nov, 2017 2 commits
-
-
Jens W. Klein authored
-
Jens W. Klein authored
-
- 09 Nov, 2017 2 commits
-
-
Mauro Amico authored
-
Philip Bauer authored
-
- 28 Oct, 2017 1 commit
-
-
Mauro Amico authored
-
- 05 Sep, 2017 1 commit
-
-
Mauro Amico authored
-
- 11 Jul, 2017 7 commits
-
-
Jason Madden authored
Use python_requires and extras_require for version-specific deps
-
Jason Madden authored
Fixes #93. Fixes #92 Example: ``` $ pip install . Processing /.../ZEO ZEO requires Python '>=2.7.9,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*' but the running Python is 3.3.6` ```
-
Jason Madden authored
runzeo clears socket files no matter what type of string address is
-
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 3 commits
-
-
Jim Fulton authored
Msgpack
-
Jim Fulton authored
-
Jim Fulton authored
-