1. 27 Jan, 2006 1 commit
  2. 21 Jan, 2006 1 commit
    • Sidnei da Silva's avatar
      · 62fd608a
      Sidnei da Silva authored
            - Collector #2002: fixed broken 'ls -R' functionality (didn't
              recurse properly subclasses of OFS.Folder)
      62fd608a
  3. 17 Jan, 2006 1 commit
  4. 16 Jan, 2006 5 commits
  5. 15 Jan, 2006 1 commit
  6. 13 Jan, 2006 1 commit
  7. 12 Jan, 2006 2 commits
  8. 10 Jan, 2006 2 commits
  9. 09 Jan, 2006 2 commits
  10. 08 Jan, 2006 2 commits
  11. 07 Jan, 2006 3 commits
  12. 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
  13. 05 Jan, 2006 1 commit
  14. 28 Dec, 2005 1 commit
    • Sidnei da Silva's avatar
      · af8e4e38
      Sidnei da Silva authored
      - Report number of failures/errors
      af8e4e38
  15. 24 Dec, 2005 1 commit
  16. 23 Dec, 2005 1 commit
  17. 22 Dec, 2005 1 commit
  18. 21 Dec, 2005 8 commits
    • Stefan H. Holek's avatar
      8e8ecbde
    • 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
    • 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
    • Andreas Jung's avatar
      37e2029c
    • Florent Guillaume's avatar
      Forgotten import. · e7421db6
      Florent Guillaume authored
      e7421db6
  19. 20 Dec, 2005 4 commits
  20. 19 Dec, 2005 1 commit