- 28 Oct, 2005 1 commit
-
-
Chris McDonough authored
The checkin implies: - the "DBTab" package has been removed. It is no longer necessary. Instead, we use ZODB 3.6's built-in multidatabase support. - ZODBMountPoint no longer monkey-patches ZODB to allow for mount support. - We temporarily hack setup.py to allow ZODB 3.6.0b1 to be compiled (it expects to be compiled via ZPackage).
-
- 26 Aug, 2005 1 commit
-
-
Fred Drake authored
packages than single pieces
-
- 24 Aug, 2005 1 commit
-
-
Fred Drake authored
with Python - remove use of the long-deprecated xmllib module, again using the Expat that comes with Python as a replacement
-
- 10 May, 2005 1 commit
-
-
The Finder class is now used for the complete lib/python tree and has a blacklist instead of a whitelist for file extensions. So there should no longer be a need to update setup.py if modules or files are added or removed in lib/python. http://www.zope.org/Collectors/Zope/1776
-
- 06 May, 2005 1 commit
-
- 27 Apr, 2005 2 commits
-
-
Tim Peters authored
zope/app/publisher/browser/tests/testfiles/. This required adding a one-shot mechanism to Finder.visit(). The only tests that fail from a WinBuilders build/ directory now are the two that have been failing on Windows since last October.
-
Tim Peters authored
*.rst *.request *.response That fixes two of the test failures when running from a WinBuilders build directory. Two others have been failing since last October. That leaves one: ERROR: testCorrectFactories (zope.app.publisher.browser.tests.test_directoryresource.Test) ---------------------------------------------------------------------- Traceback (most recent call last): File "C:\Code\build\lib\python\zope\app\publisher\browser\tests\test_directoryresource.py", line 107, in testCorrectFa ctories file = resource['png'] File "C:\Code\build\lib\python\zope\app\publisher\browser\directoryresource.py", line 77, in __getitem__ raise KeyError, name KeyError: 'png' It could well be that this one fails because zope/app/publisher/browser/tests/ test_directoryresource has a bunch of goofy files in it, like indeed a file named plain "png" with no extension.
-
- 26 Apr, 2005 1 commit
-
- 23 Apr, 2005 1 commit
-
-
Stefan H. Holek authored
-
- 04 Apr, 2005 1 commit
-
- 31 Mar, 2005 1 commit
-
-
Tim Peters authored
Looks like this may need to be a two-step checkin process. Purged all uses of get_transaction(). lib/python/zope is now taken from tag Zope3/tags/ZopeX3-3.0.0-Zope-2.8-a2. The 9 ZODB directories are now taken from current ZODB trunk. A release tag for that will be made, and Zope trunk switched to use it, later. Unfortunately, svn refuses to update my local box to the new setup in one step, presumably because part of this consists of deleting Zope trunks copies of ZODB code (in favor of svn:externals). On Windows, all tests passed on tim-merge-zodb34 branch except for the two that have been failing for months, and without any transaction- related deprecation warnings.
-
- 29 Mar, 2005 1 commit
-
-
Christian Heimes authored
-
- 27 Mar, 2005 1 commit
-
-
Stefan H. Holek authored
-
- 21 Mar, 2005 2 commits
-
-
Tres Seaver authored
-
Tres Seaver authored
-
- 18 Mar, 2005 2 commits
-
-
Stefan H. Holek authored
-
Stefan H. Holek authored
-
- 16 Mar, 2005 3 commits
-
-
Brian Lloyd authored
-
Sidnei da Silva authored
-
Brian Lloyd authored
-
- 15 Mar, 2005 3 commits
-
-
Martijn Faassen authored
-
Brian Lloyd authored
-
Brian Lloyd authored
-
- 14 Mar, 2005 1 commit
-
-
Martijn Faassen authored
-
- 31 Jan, 2005 1 commit
-
-
Jim Fulton authored
Changed all imports of and references to the Zope to use Zope2 instead.
-
- 15 Jan, 2005 1 commit
-
-
Andreas Jung authored
-
- 13 Jan, 2005 1 commit
-
-
Stefan H. Holek authored
-
- 26 Nov, 2004 1 commit
-
-
Andreas Jung authored
- Collector #1450: files in utilities/ZODBTools are now installed during the installation process in the 'bin' directory
-
- 30 Oct, 2004 1 commit
-
-
Andreas Jung authored
-
- 29 Oct, 2004 1 commit
-
-
Andreas Jung authored
-
- 03 Aug, 2004 1 commit
-
-
Andreas Jung authored
operations from the command line (through zopectl)
-
- 29 Jul, 2004 1 commit
-
-
Andreas Jung authored
- added "version.txt" to setup.py to avoid untrue "unreleased version" messages within the control panel
-
- 27 Jul, 2004 1 commit
-
-
Stefan H. Holek authored
-
- 28 May, 2004 1 commit
-
-
Andreas Jung authored
-
- 22 May, 2004 1 commit
-
-
Andreas Jung authored
-
- 16 May, 2004 1 commit
-
-
Andreas Jung authored
-
- 15 Apr, 2004 1 commit
-
-
Andreas Jung authored
-
- 13 Apr, 2004 1 commit
-
-
Fred Drake authored
-
- 09 Apr, 2004 1 commit
-
- 08 Apr, 2004 1 commit
-
-
http://zope.org/Collectors/Zope/1290Tim Peters authored
Teach setup.py about the new transaction package.
-