1. 02 Kas, 2004 1 kayıt (commit)
  2. 01 Kas, 2004 9 kayıt (commit)
  3. 31 Eki, 2004 4 kayıt (commit)
  4. 30 Eki, 2004 3 kayıt (commit)
    • Tim Peters's avatar
      SF 1055820: weakref callback vs gc vs threads · ead8b7ab
      Tim Peters yazdı
      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.
      ead8b7ab
    • Armin Rigo's avatar
      Fixed a comment and added another one. · d7bcf4de
      Armin Rigo yazdı
      d7bcf4de
    • Raymond Hettinger's avatar
      Adopt some peepholer suggestions from Armin Rigo: · effb3931
      Raymond Hettinger yazdı
      * 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.
      effb3931
  5. 29 Eki, 2004 3 kayıt (commit)
  6. 28 Eki, 2004 3 kayıt (commit)
  7. 27 Eki, 2004 7 kayıt (commit)
  8. 26 Eki, 2004 10 kayıt (commit)