1. 21 Dec, 2005 3 commits
    • Stefan H. Holek's avatar
      8e8ecbde
    • Sidnei da Silva's avatar
      · 118e4017
      Sidnei da Silva authored
      - Update with Mark's comments:
      
              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.
      118e4017
    • Sidnei da Silva's avatar
      · fbd73284
      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 because the service had no 'redirection
              pipe' anymore (because it's shutting down) to write to,
              causing the service to not restart automatically.
      fbd73284
  2. 19 Dec, 2005 2 commits
  3. 16 Dec, 2005 2 commits
  4. 13 Dec, 2005 1 commit
  5. 06 Dec, 2005 1 commit
  6. 05 Dec, 2005 2 commits
  7. 03 Dec, 2005 1 commit
  8. 02 Dec, 2005 10 commits
  9. 01 Dec, 2005 5 commits
  10. 30 Nov, 2005 7 commits
  11. 29 Nov, 2005 6 commits