- 17 Jun, 2015 1 commit
-
-
Martin Peeters authored
-
- 19 May, 2015 2 commits
-
-
Tres Seaver authored
-
Tres Seaver authored
-
- 24 Apr, 2015 3 commits
-
-
Tres Seaver authored
In WeakSet, use the `valuerefs` method from Python 2.5 instead of accessing the internal `data` implementation detail.
-
Jason Madden authored
-
Jason Madden authored
-
- 13 Apr, 2015 3 commits
-
-
Jason Madden authored
-
Jason Madden authored
-
Jason Madden authored
In WeakSet, use the `valuerefs` method, added in Python 2.5 instead of accessing the internal `data` implementation detail. This lets us support Jython.
-
- 18 Dec, 2014 2 commits
-
-
Marius Gedminas authored
This was seen on winbot[*]: ValueError: path 'docs/_build/' cannot end with '/' with a traceback ending in "c:\Python26_32\lib\distutils\util.py", line 201, in convert_path. [*] http://winbot.zope.org/builders/transaction_py_265_32/builds/845/steps/buildout/logs/stdio I cannot reproduce the error locally, using Python 2.6.9.
- 17 Dec, 2014 1 commit
-
-
Marius Gedminas authored
Also update MANIFEST.in to exclude files that shouldn't be in the sdist.
-
- 16 Dec, 2014 12 commits
-
-
Tres Seaver authored
-
Tres Seaver authored
Also, work around edge case on Travis where files aren't found.
-
Tres Seaver authored
-
Tres Seaver authored
-
Tres Seaver authored
-
Tres Seaver authored
-
Tres Seaver authored
-
Tres Seaver authored
-
Tres Seaver authored
Normalize interface imports, and exclude them from branch coverage, because the coverage shows false negatives for method docstrings of interfaces.
-
Tres Seaver authored
-
Tres Seaver authored
Downloaded from: https://bootstrap.pypa.io/bootstrap-buildout.py.
-
Tres Seaver authored
-
- 04 Apr, 2014 1 commit
-
-
Tres Seaver authored
Fixes #4.
-
- 20 Mar, 2014 2 commits
-
-
Tres Seaver authored
-
Tres Seaver authored
-
- 17 Mar, 2014 1 commit
-
-
Tres Seaver authored
-
- 06 Sep, 2013 2 commits
-
-
Tres Seaver authored
README: Correct docs URL
-
Nando Florestan authored
-
- 13 Mar, 2013 1 commit
-
-
Stephan Richter authored
-
- 12 Mar, 2013 1 commit
-
-
Marius Gedminas authored
-
- 04 Mar, 2013 1 commit
-
-
Stephan Richter authored
-
- 20 Feb, 2013 4 commits
-
-
Marius Gedminas authored
-
Marius Gedminas authored
-
Marius Gedminas authored
One way to reproduce these in the wild was to run the ZODB test suite on Python 3.3 in the py3 branch. Example failure: Error in test checkPackWhileWriting (ZODB.tests.testMVCCMappingStorage.MVCCMappingStorageTests) Traceback (most recent call last): File "/usr/lib/python3.3/unittest/case.py", line 385, in _executeTestPart function() File "/home/mg/src/new-zope-order/ZODB/src/ZODB/tests/PackableStorage.py", line 281, in checkPackWhileWriting self._PackWhileWriting(pack_now=False) File "/home/mg/src/new-zope-order/ZODB/src/ZODB/tests/PackableStorage.py", line 208, in _PackWhileWriting transaction.commit() File "/home/mg/.buildout/eggs/transaction-1.4.0-py3.3.egg/transaction/_manager.py", line 111, in commit return self.get().commit() File "/home/mg/.buildout/eggs/transaction-1.4.0-py3.3.egg/transaction/_transaction.py", line 286, in commit self._synchronizers.map(lambda s: s.afterCompletion(self)) File "/home/mg/.buildout/eggs/transaction-1.4.0-py3.3.egg/transaction/weakset.py", line 55, in map for wr in self.as_weakref_list(): RuntimeError: dictionary changed size during iteration
-
Marius Gedminas authored
Thank you, https://gist.github.com/mgedmin/4277075
-
- 11 Jan, 2013 3 commits
-
-
Tres Seaver authored
- Denominate files to indicate ReST. - Drop .bzrignore.
-
Tres Seaver authored
-
Tres Seaver authored
-