- 26 Aug, 2019 2 commits
-
-
Marius Gedminas authored
Use of --configure option instead of --configuration
-
Stéphane Blondon authored
-
- 31 Jul, 2019 1 commit
-
-
Gil Forcada Codinachs authored
-
- 26 Apr, 2019 2 commits
-
-
Dieter Maurer authored
fix Py3 SSL tests by providing proper CA test certificates
-
dieter authored
-
- 25 Apr, 2019 4 commits
-
-
Marius Gedminas authored
Fix typo
-
Jürgen Gmach authored
-
Marius Gedminas authored
Use a temporary directory in tests
-
Marius Gedminas authored
Otherwise when you run `tox` this test will create a `data.fs` using Python 2 and then the same test will fail on Python 3 because there already is a `data.fs` in the current working directory, but it has an incompatible format.
-
- 11 Apr, 2019 1 commit
-
-
Alessandro Pisa authored
-
- 09 Feb, 2019 2 commits
-
-
Jim Fulton authored
-
Jim Fulton authored
-
- 23 Jan, 2019 2 commits
-
-
Jason Madden authored
Stop calling the deprecated checkSecure method.
-
Jason Madden authored
Fixes #134.
-
- 17 Dec, 2018 1 commit
-
-
Julien Muchembled authored
-
- 03 Dec, 2018 1 commit
-
-
Michael Howitz authored
* Additionally test PyPy3 on TravisCI. * Handle additional `context` argument of Python 3.7 gracefully. Fixes #116.
-
- 25 Nov, 2018 2 commits
-
-
Jim Fulton authored
Fix tests under ZODB 5.5
-
Jason Madden authored
Based on discussion beginning https://github.com/zopefoundation/ZODB/pull/222#issuecomment-441398381
-
- 09 Nov, 2018 1 commit
-
-
Marius Gedminas authored
-
- 02 Oct, 2018 1 commit
-
-
Fred Drake authored
-
- 28 Mar, 2018 13 commits
-
-
Jim Fulton authored
-
Jim Fulton authored
-
Jim Fulton authored
-
Jason Madden authored
Use pickle protocol 3 on the wire.
-
Jason Madden authored
-
Jim Fulton authored
Rename all 'async' to 'async_' for compatibility with Python 3.7.
-
Jason Madden authored
Travis is using 3.4.6. I can't reproduce the failures locally with 3.4.4 or 3.6.4.
-
Jason Madden authored
-
Jason Madden authored
Fixes #113
-
Jason Madden authored
Fixes #104. I don't think any of those attributes were part of ZEO's public API.
-
Jason Madden authored
Disallow using strings as addresses on Windows. Fixes #106.
-
Jason Madden authored
No specific test case, though.
-
Jason Madden authored
Move non-test parts of ZEO.tests.forker to ZEO._forker for ZEO.server.
-
- 27 Mar, 2018 7 commits
-
-
Jason Madden authored
FIxes #105.
-
Jim Fulton authored
-
Jim Fulton authored
-
Jim Fulton authored
-
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
-