1. 03 Nov, 2005 8 commits
  2. 02 Nov, 2005 7 commits
  3. 01 Nov, 2005 21 commits
  4. 31 Oct, 2005 4 commits
    • 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
    • 's avatar
      - registerClass now also adds z3 interfaces to 'interfaces' of the meta_type info · 24865e72
      authored
      - added some comments describing the meta_type info
      24865e72
    • 's avatar
      - converted ILexicon to z3 and bridged it back · fc78f968
      authored
      - ZCTextIndex now accepts lexicons with the z3 interface
      fc78f968
    • Jim Fulton's avatar
      Merged from 2.8 branch: · 6a3b2b6c
      Jim Fulton authored
      r39647 | jim | 2005-10-26 13:12:39 -0400 (Wed, 26 Oct 2005) | 6 lines
      
      Fixed a bug in getting source that prevented tests from being used if
          there were pyc files around. Sigh.
      
      Added tests for restrictions on augmented assignment and for handling
          generator expressions.
      
      ------------------------------------------------------------------------
          r39646 | jim | 2005-10-26 13:12:37 -0400 (Wed, 26 Oct 2005) | 2 lines
      
      Added tests for handling generator expressions.
      
      ------------------------------------------------------------------------
          r39645 | jim | 2005-10-26 13:12:35 -0400 (Wed, 26 Oct 2005) | 3 lines
      
      Added protection against the (small) risk that someone could mitate an
          object through an augmented assignment (aka inplace) operator.
      
      ------------------------------------------------------------------------
          r39644 | jim | 2005-10-26 13:12:32 -0400 (Wed, 26 Oct 2005) | 5 lines
      
      Added protection against the (small) risk that someone could mitate an
          object through an augmented assignment (aka inplace) operator.
      
      Also added handling for generator expressions.
      
      ------------------------------------------------------------------------
          r39643 | jim | 2005-10-26 13:12:30 -0400 (Wed, 26 Oct 2005) | 4 lines
      
      Added notes on how restricted python works.  I hope I
          never need these again, but that's what I said the last time I had to
          rediscover how this worked. :)
      6a3b2b6c