1. 04 Nov, 2004 5 commits
  2. 03 Nov, 2004 2 commits
  3. 02 Nov, 2004 10 commits
  4. 01 Nov, 2004 9 commits
  5. 31 Oct, 2004 4 commits
  6. 30 Oct, 2004 3 commits
    • Tim Peters's avatar
      SF 1055820: weakref callback vs gc vs threads · 6010e456
      Tim Peters authored
      In cyclic gc, clear weakrefs to unreachable objects before allowing any
      Python code (weakref callbacks or __del__ methods) to run.
      
      This is a critical bugfix, affecting all versions of Python since weakrefs
      were introduced.  I'll backport to 2.3.
      6010e456
    • Armin Rigo's avatar
      Fixed a comment and added another one. · 57c2d6c2
      Armin Rigo authored
      57c2d6c2
    • Raymond Hettinger's avatar
      Adopt some peepholer suggestions from Armin Rigo: · a6d4d360
      Raymond Hettinger authored
      * Use simpler, faster two pass algorithm for markblocks().
      * Free the blocks variable if not NULL and exiting without change.
      * Verify that the rest of the compiler has not set an exception.
      * Make the test for tuple of constants less restrictive.
      * Embellish the comment for chained conditional jumps.
      a6d4d360
  7. 29 Oct, 2004 3 commits
  8. 28 Oct, 2004 3 commits
  9. 27 Oct, 2004 1 commit