- 11 Jan, 2006 11 commits
-
-
Tim Peters authored
Convert line ends on more kinds of files.
-
Tim Peters authored
heavily used utility variables that call out to a shell.
-
Tim Peters authored
Removed ancient info about wrestling with Win98SE.
-
Tim Peters authored
-
Tim Peters authored
It doesn't come installed on all Windows systems, so the Zope installer needs to supply it. It should NOT be distributed "randomly". Tim Peters has a valid Visual Studio .NET 2003 license, and because that product is used to compile the C code in Zope, Tim has the right to redistribute the C runtime DLL. When someone else builds a Zope installer, they need to have a valid MS VC license too (or remove msvcr71.dll from the distribution).
-
Tim Peters authored
-
Tim Peters authored
-
Tim Peters authored
switch to Python 2.4.2. The code for this doesn't exist here yet, but it's the same approach the ZRS 1.5 Windows installer took, so there's some hope it will work here eventually too ;-).
-
Tim Peters authored
The makefile has to know the actual name.
-
Tim Peters authored
displayed by the installer.
-
Tim Peters authored
This is a branch from the 2.9 tag to try to repair that. Changes here will be limited to the WinBuilder stuff.
-
- 07 Jan, 2006 4 commits
-
-
Andreas Jung authored
-
Andreas Jung authored
-
Andreas Jung authored
-
Philipp von Weitershausen authored
-
- 06 Jan, 2006 1 commit
-
-
Florent Guillaume authored
r21753 | efge | 2006-01-06 18:58:06 +0100 (Fri, 06 Jan 2006) Fix cleanup of five:traversable. r21752 | regebro | 2006-01-06 18:51:19 +0100 (Fri, 06 Jan 2006) If one class was set to have a localsite hook twice, removing the hook would be attempted twice during the cleanup of unit tests, and the tests would fail.
-
- 05 Jan, 2006 1 commit
-
-
Florent Guillaume authored
-
- 24 Dec, 2005 1 commit
-
-
Andreas Jung authored
-
- 23 Dec, 2005 1 commit
-
-
Andreas Jung authored
-
- 22 Dec, 2005 1 commit
-
-
Florent Guillaume authored
-
- 21 Dec, 2005 5 commits
-
-
Stefan H. Holek authored
-
Andreas Jung authored
-
Sidnei da Silva authored
- Collector #1939: When running as a service, Zope could potentially collect too much log output filling the NT Event Log. When that happened, a 'print' during exception handling would cause an IOError in the restart code causing the service not to restart automatically. Problem is that a service/pythonw.exe process *always* has an invalid sys.stdout. But due to the magic of buffering, small print statements would not fail - but once the file actually got written to, the error happened. Never a problem when debugging, as the process has a console, and hence a valid stdout.
-
Andreas Jung authored
-
Florent Guillaume authored
-
- 20 Dec, 2005 4 commits
-
-
http://www.zope.org/Collectors/Zope/1947Philipp von Weitershausen authored
and http://mail.zope.org/pipermail/zope-dev/2005-December/026236.html from the Five repository: Log message for r21321: Explain what this test does and fix misleading and risky usage of pprint Log message for r21322: Fix this test and re-enable it Log message for r21325: Add changes entry for some recently fixed bug update Five 1.2 changes history bump version number after 1.3c "release"
-
Stefan H. Holek authored
-
Andreas Jung authored
-
Andreas Jung authored
the 'charset' field is automatically if not specified by the application. The 'charset' is determined by the content-type header specified by the application (if available) or from the zpublisher_default_encoding value as configured in etc/zope.conf
-
- 19 Dec, 2005 1 commit
-
-
Tres Seaver authored
-
- 18 Dec, 2005 1 commit
-
-
Florent Guillaume authored
level at which conflict errors (which are normally retried automatically) are logged. The default is 'info'. This doesn't interfere with the error_log site object which copies non-retried conflict errors the the error log at level 'error'.
-
- 16 Dec, 2005 2 commits
-
-
Stefan H. Holek authored
(Made sure logging is configured. Read $INSTANCE_HOME/log.ini if it exists.)
-
Sidnei da Silva authored
- Collector #1976: FTP STOR command would load the file being uploaded in memory. Changed to use a TemporaryFile.
-
- 13 Dec, 2005 1 commit
-
-
Florent Guillaume authored
-
- 12 Dec, 2005 5 commits
-
-
Paul Winkler authored
import directories. (Merged from trunk.)
-
Paul Winkler authored
-
Tres Seaver authored
Thanks to Tim Peters for pointing out the flaw!
-
Tres Seaver authored
o ZODB 3.6 properly removed it, but Zope needs to keep it for another release because ZODB released *twice* during the Zope 2.9 release cycle.
-
Philipp von Weitershausen authored
first beta due to the now zpkg-based build and release process.
-
- 07 Dec, 2005 1 commit
-
-
Andreas Jung authored
No commit message
-