- 04 Oct, 2004 3 commits
-
-
Tim Peters authored
Changing to pickle protocol 2 has severe backward compatibility implications; changes to ZODB should not be made from the Zope trunk regardless.
-
Stefan H. Holek authored
-
Stefan H. Holek authored
-
- 01 Oct, 2004 2 commits
-
-
Stefan H. Holek authored
-
Andreas Jung authored
-
- 30 Sep, 2004 7 commits
-
-
Jim Fulton authored
-
Tim Peters authored
FileStorage.history() was reading the user, description, and extension fields out of the object pickle, due to starting the read at a wrong location.
-
Andreas Jung authored
-
Andreas Jung authored
store history informations. In ZODB 2.8 'tid' is used. At least the management screen is showing up again however the 'description' value shows only garbage. Also there might a problem with backward compatibility.
-
Andreas Jung authored
- Re-added the DAV header (Collector #1518) which had been removed in beta 1.
-
Tim Peters authored
Restored the ._opened attribute of Connection. Don't know why it went away in 3.3. Probably because it was only referenced by connectionDebugInfo(), and Jeremy didn't realize anyone used that <wink>.
-
Tim Peters authored
The DB.cacheStatistics() method was introduced in DB.py rev 1.2, and has always returned an empty tuple. A number of "never did anything, probably never will" DB methods like that were removed in ZODB 3.3, to reduce stumbling over decoys. That was discussed on zodb-dev at the time, with universal agreement to get rid of them. So the resolution in this case is changing Zope to stop trying to access the no-longer-extant cacheStatistics() method. If someone doesn't like this, they can revert this patch, then change App/CacheManager.py's cacheStatistics() to return a hard coded empty tuple <wink>.
-
- 28 Sep, 2004 3 commits
-
-
Tim Peters authored
Caution: Since no deprecation warnings about Transaction.begin() were raised by the test suite before this patch, none of this code is exercised by the test suite -- or it is, but "something" suppresses the deprecation warnings. So it's hard to claim that this patch has been tested; the strongest claim I can make is that all the unit tests still pass.
-
Florent Guillaume authored
-
Stefan H. Holek authored
-
- 27 Sep, 2004 3 commits
-
-
Tim Peters authored
-
Tim Peters authored
-
Tim Peters authored
1. a_Transaction_object.begin() is deprecated. Don't use it. 2. Commit failure is "sticky" now: the current transaction must be explicitly discarded (abort() or begin()) before a commit can succeed again.
-
- 25 Sep, 2004 2 commits
-
-
Chris Withers authored
Collector #1457: ZCTextIndex's QueryError and ParseError are now available for import from untrusted code.
-
Chris Withers authored
-
- 23 Sep, 2004 1 commit
-
-
Andreas Jung authored
- Collector #1491: talgettext.py did not create a proper header for the generated .pot file if multiple pagetemplate files were processed.
-
- 18 Sep, 2004 2 commits
-
-
Michael Dunstan authored
- Updated to use transaction.commit() rather than get_transaction().commit()
-
Chris McDonough authored
-
- 17 Sep, 2004 1 commit
-
-
Tres Seaver authored
-
- 10 Sep, 2004 2 commits
-
-
Andreas Jung authored
-
Andreas Jung authored
same signature as str.strip()
-
- 08 Sep, 2004 3 commits
-
-
Andreas Jung authored
-
Andreas Jung authored
-
Andreas Jung authored
-
- 06 Sep, 2004 2 commits
-
-
Andreas Jung authored
No commit message
-
Andreas Jung authored
-
- 05 Sep, 2004 3 commits
-
-
Andreas Jung authored
-
Chris McDonough authored
-
Chris McDonough authored
dd Michael Dunstan's "explicit abort after error propagates into publisher" patch as documented in http://zope.org/Collectors/Zope/789 and as required by recent changes to ZODB which prevent a connection from being cleanly closed if modifications are extant in that connection. (Merge from 2.7 branch)
-
- 03 Sep, 2004 1 commit
-
-
Fred Drake authored
via distutils to a relative path. (corresponds with ZopeX3-3.0 branch revision 27434)
-
- 31 Aug, 2004 1 commit
-
-
Paul Winkler authored
in HTTPRequest.keys() - it caches URLN and BASEN in other.
-
- 29 Aug, 2004 4 commits
-
-
Chris McDonough authored
-
Jens Vagelpohl authored
-
Christian Theune authored
-
Christian Theune authored
-