- 21 May, 2015 4 commits
-
-
Adam Groszer authored
fixed ResolveableWhenStateDoesNotChange, changed show_tryToResolveConflict_log_output to check both cases
-
Adam Groszer authored
-
Adam Groszer authored
-
Adam Groszer authored
-
- 12 Feb, 2015 1 commit
-
-
Adam Groszer authored
-
- 11 Feb, 2015 1 commit
-
-
Adam Groszer authored
-
- 21 Jan, 2015 2 commits
-
-
Godefroid Chapelle authored
-
Marius Gedminas authored
-
- 14 Jan, 2015 1 commit
-
-
Jim Fulton authored
-
- 12 Jan, 2015 4 commits
-
-
Marius Gedminas authored
Add tests for repozo's parseargs().
-
Marius Gedminas authored
Fixes https://github.com/zopefoundation/ZODB/issues/28
-
Marius Gedminas authored
It didn't work for me, because nose would crawl inside manual_tests, try to run test_fstest.py, and fail (because that test is manual and requires extra setup, like putting fstest.py on PYTHONPATH). I also don't think that we want to exclude test layers from coverage measurements (nose doesn't support them). This change makes 'tox -e coverage' use zope.testrunner like it does for regular tests.
-
-
- 11 Jan, 2015 6 commits
-
-
Jim Fulton authored
-
Jim Fulton authored
Cleaned up exception logging and changed pins
-
Jim Fulton authored
-
Jim Fulton authored
-
Jim Fulton authored
- Always use logger.exception rather than logging.error when logging exceptions ar the error level. - Fixed an incorrect call to logging.exceotion (like PR #26, but better :). - Removed dependency pins and added one to overcome some breakage in zope.testrunner. None of this seems to be CHANGES worthy.
-
Jim Fulton authored
Conflicts: CHANGES.rst setup.py
-
- 07 Jan, 2015 1 commit
-
-
Marius Gedminas authored
-
- 27 Dec, 2014 1 commit
-
-
Tres Seaver authored
We have been registering our custom level names ("BLATHER", "TRACE) in the wrong order since 2004. Before Python 3.4, the stdlib ``logging`` module masked the error by registering them in *both* directions.
-
- 26 Dec, 2014 3 commits
-
-
Tres Seaver authored
-
Tres Seaver authored
'width=1' causes excess wrapping.
-
Tres Seaver authored
-
- 22 Dec, 2014 2 commits
-
-
Marius Gedminas authored
-
Tres Seaver authored
-
- 18 Dec, 2014 1 commit
-
- 06 Nov, 2014 1 commit
-
-
Marius Gedminas authored
Downloaded from http://downloads.buildout.org/2/bootstrap.py
-
- 24 Jul, 2014 2 commits
-
-
Tres Seaver authored
Small fixups while learning ZODB
-
Kirill Smelkov authored
As noted in recent commit, verbose option handling in fsrefs.py was broken. On review Tres suggested to make VERBOSE a local variable as currently it is used only in one function main(). Suggested-by: Tres Seaver
-
- 13 Jul, 2014 2 commits
-
-
Jim Fulton authored
-
Jim Fulton authored
-
- 10 Jul, 2014 1 commit
-
-
Kirill Smelkov authored
Currently that script does not run because of import error: $ python src/ZODB/scripts/netspace.py Traceback (most recent call last): File "src/ZODB/scripts/netspace.py", line 13, in <module> from ZODB.referencesf import referencesf ImportError: No module named referencesf and that ZODB.referencesf module was moved to ZODB.serialize long ago in ec014812 (Move referencesf to ZODB.serialize.) ae7e113e (Ack! Deleted the wrong file in the last checkin.) 355ff4ac (One more try. Commit the version with referencesf.) only the conversion missed the netspace.py script. Fix it.
-
- 09 Jul, 2014 2 commits
-
-
Jim Fulton authored
provide more information when logging setstate failures
-
Fred Drake authored
-
- 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 2 commits
-
-
Godefroid Chapelle authored
-
-