- 25 Oct, 2004 1 commit
-
-
Tim Peters authored
-
- 18 Oct, 2004 2 commits
-
-
Dmitry Vasiliev authored
Code cleanups.
-
Dmitry Vasiliev authored
-
- 15 Oct, 2004 4 commits
-
-
Dmitry Vasiliev authored
Imports normalization.
-
Dmitry Vasiliev authored
-
Dmitry Vasiliev authored
Now use ZODB.utils.z64 instead of '\0\0\0\0\0\0\0\0' where appropriate.
-
Dmitry Vasiliev authored
-
- 14 Oct, 2004 4 commits
-
-
Tim Peters authored
Connection.root(): Repair error in docstring.
-
Tim Peters authored
Remove duplicate declaration and definition of py___getstate__.
-
Dmitry Vasiliev authored
-
Dmitry Vasiliev authored
-
- 12 Oct, 2004 6 commits
-
-
Tim Peters authored
-
Tim Peters authored
-
Tim Peters authored
The tests here have to be run manually for now, so rename the directory so test.py doesn't complain about it.
-
Dmitry Vasiliev authored
-
Dmitry Vasiliev authored
-
Dmitry Vasiliev authored
-
- 08 Oct, 2004 5 commits
-
-
Tim Peters authored
Duplicate import removed.
-
Tim Peters authored
Merge revs 27788 and 27795 from Zope trunk. See Collector #1350. ghostify() and unghostify() detect one form of thread insanity now. In a debug build, they abort the process if it happens. In a release build, unghostify() raises SystemError, and ghostify() ignores it (ghostify() can't raise an exception).
-
Tim Peters authored
See Collector #1350. ghostify() and unghostify() detect one form of thread insanity now. In a debug build, they abort the process if it happens. In a release build, unghostify() raises SystemError, and ghostify() ignores it (ghostify() can't raise an exception).
-
Dmitry Vasiliev authored
-
Dmitry Vasiliev authored
-
- 05 Oct, 2004 3 commits
-
-
Tim Peters authored
-
Tim Peters authored
-
Tim Peters authored
before I went on vacation a couple weeks ago.
-
- 04 Oct, 2004 2 commits
-
-
Tim Peters authored
Use proto 1 pickles in ZEO/zrpc/Marshaller.encode(). This rehabilitates the good part of Andreas's change; adds news; adds comments; and adds more comments about the sequence of undocumented cPickle gimmicks this relies on.
-
Tim Peters authored
This rehabilitates the good part of Andreas's change; adds news; adds comments; and adds more comments about the sequence of undocumented cPickle gimmicks this relies on.
-
- 30 Sep, 2004 4 commits
-
-
Tim Peters authored
Merge rev 27722 from Zope trunk. Collector #1517: History tab for ZPT does not work FileStorage.history() was reading the user, description, and extension fields out of the object pickle, due to starting the read at a wrong location.
-
Tim Peters authored
Collector #1517: History tab for ZPT does not work FileStorage.history() was reading the user, description, and extension fields out of the object pickle, due to starting the read at a wrong location.
-
Tim Peters authored
Merge rev 27712 from Zope trunk. Restore the Connection._opened attribute, actually used by DB.connectionDebugInfo().
-
Tim Peters authored
Restore the Connection._opened attribute, actually used by DB.connectionDebugInfo().
-
- 29 Sep, 2004 4 commits
-
-
Tim Peters authored
Typo repair.
-
Tim Peters authored
os.listdir() now prints errors on stdout
-
Dmitry Vasiliev authored
-
Dmitry Vasiliev authored
-
- 27 Sep, 2004 2 commits
-
-
Tim Peters authored
Transaction.begin(). When raising DeprecationWarning, point the warning machinery at the caller, not at Transaction.begin() itself. As is (voice of experience <wink>), these warnings are darned near useless to track down code that needs to be changed on Zope trunk. With the change, the warnings point directly at the deprecated uses.
-
Tim Peters authored
When raising DeprecationWarning, point the warning machinery at the caller, not at Transaction.begin() itself. As is (voice of experience <wink>), these warnings are darned near useless to track down code that needs to be changed on Zope trunk. With the change, the warnings point directly at the deprecated uses.
-
- 23 Sep, 2004 2 commits
-
-
Fred Drake authored
-
Fred Drake authored
-
- 17 Sep, 2004 1 commit
-
-
Tim Peters authored
Check in stuff mistakenly committed from the Zope trunk. Rev 26842 changed cache-size parameters to type byte-size. That's a good change, but it was checked in from a wrong place (from the Zope trunk's copy of ZODB). Since we want Zope 2.8 to be usable with ZODB 3.3 too, I need to slam this change into 3.3 now. Alas, I don't understand how ZODB+ZEO got stitched into the Zope trunk (I do understand how it got stitched into the Zope3 trunk, and into the X3 branch), and it looks like that was left in a poor state.
-