1. 16 Apr, 2003 9 commits
  2. 15 Apr, 2003 16 commits
  3. 14 Apr, 2003 12 commits
  4. 13 Apr, 2003 3 commits
    • Tim Peters's avatar
      handle_range_longs(): refcount handling is very delicate here, and · a0e4dadb
      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.
      a0e4dadb
    • Andrew M. Kuchling's avatar
      Mention timeit module · 2689d8fe
      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
      2689d8fe
    • Andrew M. Kuchling's avatar
      Use simpler import · caf783c6
      Andrew M. Kuchling authored
      caf783c6