- 22 May, 2015 15 commits
-
-
Jason Madden authored
Make the nagios metrics come back in a deterministic order. This fixes the nagios test under PyPy, but they still fail under Python 3 for the same reason test_ruok does.
-
Jason Madden authored
test_ruok was hanging under Python3. Now it doesn't hang but just fails with 'struct.error: unpack requires a bytes object of length 4'
-
Jason Madden authored
Fix some test failures under Python3.3+. This loop can also raise a RuntimeError([Errno 9] Bad file descriptor), though, so not all are fixed. But this may be enough to fix the hang.
-
Jason Madden authored
-
Jason Madden authored
-
Jason Madden authored
-
Jason Madden authored
Try to remove use of virtualenv in .travis.yml; all the travis builds were running under Python 2.7.3 because of it.
-
Jason Madden authored
-
Jason Madden authored
-
Jason Madden authored
Make the virtualenv python report its version; seeing /usr/lib/python2.7 in the python2.6 traceback paths is making me nervous.
-
Jason Madden authored
-
Jason Madden authored
-
Jason Madden authored
-
Jason Madden authored
-
Jason Madden authored
-
- 20 May, 2015 1 commit
-
-
Jason Madden authored
- make the locked decorator easier to inline by not creating a new closure every time. - use builtin dicts instead of the pure-python BTrees (only under pypy) "Transaction", AFTER BEFORE "Add 3000 Objects", 10014 8777 "Update 3000 Objects", 12199 8805 "Read 3000 Warm Objects", 4294 3699 "Read 3000 Cold Objects", 4264 3676 "Read 3000 Hot Objects", 79764 58732 "Read 3000 Steamin' Objects", 2667283 2574508
-
- 28 Apr, 2015 1 commit
-
-
Jason Madden authored
-
- 11 Apr, 2015 1 commit
-
-
Jason Madden authored
Rollback some test changes now that Python persistent handles registration during __setstate__ the same way C persistent does.
-
- 10 Apr, 2015 3 commits
-
-
Jason Madden authored
After study, the delayed release of iterators under PyPy seems harmless. Move the gc calls that clear them to the test case.
-
Jason Madden authored
-
Jason Madden authored
-
- 06 Jan, 2015 1 commit
-
-
Jim Fulton authored
-
- 05 Jan, 2015 6 commits
-
-
Fred Drake authored
-
Fred Drake authored
Get status information via the zeo port and a nagios monitor
-
Jim Fulton authored
-
Jim Fulton authored
So we don't have to worry about incomplete sends or recvs.
-
Jim Fulton authored
-
Jim Fulton authored
-
- 04 Jan, 2015 1 commit
-
-
Jim Fulton authored
the ZEO port without creating a full-blown client connection and without logging in the server log.
-
- 27 Dec, 2014 4 commits
-
-
Tres Seaver authored
-
Tres Seaver authored
- Support new Python versions. [ci skip]
-
Tres Seaver authored
Before Python 3.4, the logging module registered them in both directions, but quit doing so in 3.4, breaking doctests which expected to display custom level name ("BLATHER").
-
Tres Seaver authored
-
- 18 Dec, 2014 3 commits
-
-
Tres Seaver authored
-
Tres Seaver authored
-
- 19 Nov, 2014 1 commit
-
-
Patrick Gerken authored
Add server side logging for MTDelay
-
- 13 Aug, 2014 2 commits
-
-
Tres Seaver authored
Log level INFO
-
Bousquie Pierre authored
20 minutes to read the code in order to find where to set the log level :) Hope to help other people ;)
-
- 13 Jul, 2014 1 commit
-
-
Jim Fulton authored
-