1. 03 Nov, 2005 11 commits
  2. 02 Nov, 2005 7 commits
  3. 01 Nov, 2005 21 commits
  4. 31 Oct, 2005 1 commit
    • Tim Peters's avatar
      warnings.resetwarnings() should never be called by tests. · 5b356795
      Tim Peters authored
      Doing so wipes out all the warning filters other tests may set
      up to suppress warnings those tests need to provoke but want to
      hide from the entity running the tests.
      
      This stops all the DeprecationWarnings that were displayed from
      the ZODB and ZEO tests when running Zope trunk's test suite.
      5b356795