- 02 Jul, 2014 1 commit
-
-
Kirill Smelkov authored
For this script verbose mode was added in 57bca1f0 (Add -v option to control whether tracebacks are printed.) and was later broken in 6dd809d2 (Converted to a buildout and converted externals to dependencies.) - the change forgot to add global specifier for VERBOSE variable while moving its assignment into function context. As a result currently we have $ python ./src/ZODB/scripts/fsrefs.py -v data.fs Traceback (most recent call last): File "./src/ZODB/scripts/fsrefs.py", line 155, in <module> main() File "./src/ZODB/scripts/fsrefs.py", line 104, in main VERBOSE += 1 UnboundLocalError: local variable 'VERBOSE' referenced before assignment Fix it.
-
- 04 Jun, 2014 1 commit
-
-
Adam Groszer authored
-
- 03 Jun, 2014 1 commit
-
-
Jim Fulton authored
Fix for #16 Thanks!
-
- 10 Mar, 2014 3 commits
-
-
Godefroid Chapelle authored
-
-
-
- 19 Feb, 2014 1 commit
-
-
Tres Seaver authored
-
- 18 Feb, 2014 1 commit
-
-
Jason Madden authored
For pypy, set the persistent_id attribute of the pickler, since it uses a python implementation even in Py2
-
- 17 Dec, 2013 1 commit
-
-
Gediminas Paulauskas authored
-
- 05 Nov, 2013 3 commits
-
-
Tres Seaver authored
This adds 'repozo --verify' to check your backup integrity
-
Tres Seaver authored
-
Marius Gedminas authored
Extract size/checksum computation logic into separate functions for gzipped and non-gzipped files.
-
- 10 Oct, 2013 3 commits
-
-
Marius Gedminas authored
-
Marius Gedminas authored
-
Marius Gedminas authored
Could be used as a workaround for https://bugs.launchpad.net/zodb/+bug/906057
-
- 18 Sep, 2013 3 commits
-
-
Jim Fulton authored
-
Jim Fulton authored
-
Jim Fulton authored
-
- 15 Jul, 2013 1 commit
- 12 Jul, 2013 2 commits
-
-
Marius Gedminas authored
-
Marius Gedminas authored
Should fix a test failure on Windows: http://winbot.zope.org/builders/ZODB_dev%20py_265_win32/builds/1083/steps/test/logs/stdio
-
- 13 Jun, 2013 2 commits
-
-
Tres Seaver authored
-
Tres Seaver authored
Also, avoid shadowing the 'file' builtin / alias with locals.
-
- 11 Jun, 2013 3 commits
-
-
Tres Seaver authored
-
Tres Seaver authored
-
Tres Seaver authored
-
- 08 Jun, 2013 7 commits
-
-
Tres Seaver authored
-
Tres Seaver authored
-
Tres Seaver authored
-
Tres Seaver authored
-
Tres Seaver authored
-
Tres Seaver authored
-
Tres Seaver authored
-
- 07 Jun, 2013 5 commits
-
-
Tres Seaver authored
-
Tres Seaver authored
-
Tres Seaver authored
-
Tres Seaver authored
-
Tres Seaver authored
- Allow protocol 3 under Python 3. - Do not stori bytes as strings under Python 3. Fixes issue #4.
-
- 29 May, 2013 2 commits
-
-
Marius Gedminas authored
That doesn't work, just causes all but one of the functional test layers to be silently skipped (thanks to zopefoundation/zope.testrunner#5 and zopefoundation/zope.testrunner#6).
-
Marius Gedminas authored
I don't know why zope.testrunner quits after the first layer. I don't want to know. Let's try running tests exactly the same way as tox.ini.
-