1. 07 Şub, 2007 6 kayıt (commit)
  2. 06 Şub, 2007 1 kayıt (commit)
  3. 01 Şub, 2007 1 kayıt (commit)
  4. 31 Ock, 2007 1 kayıt (commit)
  5. 30 Ock, 2007 1 kayıt (commit)
  6. 27 Ock, 2007 2 kayıt (commit)
  7. 26 Ock, 2007 1 kayıt (commit)
  8. 25 Ock, 2007 2 kayıt (commit)
  9. 24 Ock, 2007 1 kayıt (commit)
  10. 23 Ock, 2007 4 kayıt (commit)
    • Brett Cannon's avatar
      Clarify bug #1377858 entry. · ba2ec054
      Brett Cannon yazdı
      ba2ec054
    • Brett Cannon's avatar
      If you created a weakref in an object's __del__ method to itself it would · 75ba0751
      Brett Cannon yazdı
      segfault the interpreter during weakref clean up.  Now any new weakrefs created
      after __del__ is run are removed silently.
      
      Fixes bug #1377858 and the weakref_in_del crasher for new-style classes.
      Classic classes are still affected.
      75ba0751
    • Martin v. Löwis's avatar
      Make PyTraceBack_Here use the current thread, not the · 601d03a5
      Martin v. Löwis yazdı
      frame's thread state. Fixes #1579370.
      601d03a5
    • Thomas Wouters's avatar
      Backport trunk revision 53527: · e471317a
      Thomas Wouters yazdı
      SF patch #1630975: Fix crash when replacing sys.stdout in sitecustomize
      
      When running the interpreter in an environment that would cause it to set
      stdout/stderr/stdin's encoding, having a sitecustomize that would replace
      them with something other than PyFile objects would crash the interpreter.
      Fix it by simply ignoring the encoding-setting for non-files.
      
      This could do with a test, but I can think of no maintainable and portable
      way to test this bug, short of adding a sitecustomize.py to the buildsystem
      and have it always run with it (hmmm....)
      e471317a
  11. 22 Ock, 2007 6 kayıt (commit)
  12. 21 Ock, 2007 3 kayıt (commit)
  13. 20 Ock, 2007 2 kayıt (commit)
  14. 19 Ock, 2007 4 kayıt (commit)
  15. 18 Ock, 2007 1 kayıt (commit)
  16. 17 Ock, 2007 4 kayıt (commit)