1. 08 Feb, 2007 1 commit
  2. 07 Feb, 2007 6 commits
  3. 06 Feb, 2007 1 commit
  4. 01 Feb, 2007 1 commit
  5. 31 Jan, 2007 1 commit
  6. 30 Jan, 2007 1 commit
  7. 27 Jan, 2007 2 commits
  8. 26 Jan, 2007 1 commit
  9. 25 Jan, 2007 2 commits
  10. 24 Jan, 2007 1 commit
  11. 23 Jan, 2007 4 commits
    • Brett Cannon's avatar
      Clarify bug #1377858 entry. · ba2ec054
      Brett Cannon authored
      ba2ec054
    • Brett Cannon's avatar
      If you created a weakref in an object's __del__ method to itself it would · 75ba0751
      Brett Cannon authored
      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 authored
      frame's thread state. Fixes #1579370.
      601d03a5
    • Thomas Wouters's avatar
      Backport trunk revision 53527: · e471317a
      Thomas Wouters authored
      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
  12. 22 Jan, 2007 6 commits
  13. 21 Jan, 2007 3 commits
  14. 20 Jan, 2007 2 commits
  15. 19 Jan, 2007 4 commits
  16. 18 Jan, 2007 1 commit
  17. 17 Jan, 2007 3 commits