- 22 May, 2015 12 commits
-
-
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
-
- 21 Mar, 2014 2 commits
-
-
Patrick Gerken authored
-
Patrick Gerken authored
-
- 03 Oct, 2013 1 commit
-
-
Tres Seaver authored
-