1. 16 Apr, 2003 10 commits
  2. 15 Apr, 2003 16 commits
  3. 14 Apr, 2003 12 commits
  4. 13 Apr, 2003 2 commits
    • Tim Peters's avatar
      handle_range_longs(): refcount handling is very delicate here, and · 874e1f7e
      Tim Peters authored
      the code erroneously decrefed the istep argument in an error case.  This
      caused a co_consts tuple to lose a float constant prematurely, which
      eventually caused gc to try executing static data in floatobject.c (don't
      ask <wink>).  So reworked this extensively to ensure refcount correctness.
      874e1f7e
    • Andrew M. Kuchling's avatar
      Mention timeit module · d39078ba
      Andrew M. Kuchling authored
      Fix error in description of logging package's 'propagate'
      Mention default arg to dict.pop()
      Link to more module docs
         (I wonder if I should adopt some convention such as linking the first
          mention of all new modules to the LibRef?)
      Various text changes
      Bump version number and Python version
      d39078ba