1. 14 Jan, 2006 1 commit
  2. 13 Jan, 2006 5 commits
  3. 12 Jan, 2006 1 commit
    • Tim Peters's avatar
      Pain, pain, and more pain. · fbeb4f9c
      Tim Peters authored
      The build-the-installer process now completes, and running
      the installer creates something that may or may not be a
      working Zope.  It starts fine as a Windows Service, and at
      least "looks like a Zope" ;-)
      
      Nothing in the build-the-Windows-installer process here
      uses anything in the root of the inst/ directory anymore.
      Instead the WinBuilders zope.mk builds Zope all by itself,
      using the Python created by python.mk.  Everything these
      used to use in the root of the inst/ directory was so out
      of whack with current reality that there was no point even
      trying to reverse-engineer what it thought it was doing.
      
      Note that comments in the code highlight what look like
      bugs in distutils, and in the Windows xcopy command (that
      last one took hours to track down -- sheesh).
      fbeb4f9c
  4. 11 Jan, 2006 13 commits
  5. 07 Jan, 2006 4 commits
  6. 06 Jan, 2006 1 commit
    • Florent Guillaume's avatar
      Sync with Five 1.3 r21753: · 759b71a3
      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.
      759b71a3
  7. 05 Jan, 2006 1 commit
  8. 24 Dec, 2005 1 commit
  9. 23 Dec, 2005 1 commit
  10. 22 Dec, 2005 1 commit
  11. 21 Dec, 2005 5 commits
    • Stefan H. Holek's avatar
      3157f832
    • Andreas Jung's avatar
      more tests and fixes · 7596da86
      Andreas Jung authored
      7596da86
    • Sidnei da Silva's avatar
      · 14923f9b
      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.
      14923f9b
    • Andreas Jung's avatar
      37e2029c
    • Florent Guillaume's avatar
      Forgotten import. · e7421db6
      Florent Guillaume authored
      e7421db6
  12. 20 Dec, 2005 4 commits
  13. 19 Dec, 2005 1 commit
  14. 18 Dec, 2005 1 commit