- 21 Mar, 2005 2 commits
-
-
Tres Seaver authored
-
Tres Seaver authored
-
- 18 Mar, 2005 3 commits
-
-
Andreas Jung authored
-
Andreas Jung authored
-
Sidnei da Silva authored
- Revert my previous two checkins, they are rather broke with ZODB 3.3
-
- 17 Mar, 2005 6 commits
-
-
Florent Guillaume authored
-
Sidnei da Silva authored
http://www.zope.org/Collectors/Zope/1527. The patch installs a windows 'control handler'. Ctrl+C/Break etc are delivered asynchronously (notwithstanding the GIL) to a new thread. This new thread triggers a shutdown, then tricks asyncore into breaking out of its 'select' call.
-
Sidnei da Silva authored
- The ZEO server now records its PID to a file like the ZEO client. Defaults to /var/ZEO.pid, and its configurable in /etc/zeo.conf.
-
Sidnei da Silva authored
- Merge a fix from the five-integration branch, with a test.
-
Lennart Regebro authored
-
Sidnei da Silva authored
- Merge a fix from the five-integration branch, with a test.
-
- 16 Mar, 2005 13 commits
-
-
Godefroid Chapelle authored
-
Godefroid Chapelle authored
-
Godefroid Chapelle authored
-
Brian Lloyd authored
-
Brian Lloyd authored
-
Brian Lloyd authored
-
Brian Lloyd authored
-
Brian Lloyd authored
-
Sidnei da Silva authored
- Fixed Shared.DC.ZRDB.{RDB|Results} to behave nicely with the new-style extensionclass - Added a minimal test
-
Brian Lloyd authored
-
Sidnei da Silva authored
-
Brian Lloyd authored
-
Brian Lloyd authored
-
- 15 Mar, 2005 7 commits
-
-
Stefan H. Holek authored
-
Martijn Faassen authored
-
Brian Lloyd authored
-
Brian Lloyd authored
-
Florent Guillaume authored
-
Stefan H. Holek authored
-
Florent Guillaume authored
-
- 14 Mar, 2005 2 commits
-
-
Stefan H. Holek authored
Note that doctest support is not done yet!
-
Martijn Faassen authored
-
- 12 Mar, 2005 1 commit
-
-
Andreas Jung authored
- Collector #1507: Zope now binds again to all available IP addresses if ip-address is unset
-
- 11 Mar, 2005 1 commit
-
-
Sidnei da Silva authored
- Use 'del' instead of 'list.remove()' in Catalog.delColumn(). There can be only one column with the same name, and it could potentially break catalog metadata as remove() may remove more than one element from the list if they have the same value. Also, we already have the list index we are interested in deleting so it doesn't make sense to look up the value and call 'list.remove()' on it.
-
- 10 Mar, 2005 3 commits
-
-
Tres Seaver authored
-
Stefan H. Holek authored
getlocale() returns a tuple here. The original test author obviously saw a list returned so I'll explicitly tuplify to be on the safe side...
-
Stefan H. Holek authored
-
- 05 Mar, 2005 2 commits
-
-
Andreas Jung authored
- fix for collector #1721
-
Andreas Jung authored
-