1. 07 Feb, 2007 2 commits
  2. 06 Feb, 2007 1 commit
  3. 01 Feb, 2007 1 commit
  4. 31 Jan, 2007 1 commit
  5. 30 Jan, 2007 1 commit
  6. 27 Jan, 2007 2 commits
  7. 26 Jan, 2007 1 commit
  8. 25 Jan, 2007 2 commits
  9. 24 Jan, 2007 1 commit
  10. 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
  11. 22 Jan, 2007 6 commits
  12. 21 Jan, 2007 3 commits
  13. 20 Jan, 2007 2 commits
  14. 19 Jan, 2007 4 commits
  15. 18 Jan, 2007 1 commit
  16. 17 Jan, 2007 6 commits
  17. 13 Jan, 2007 1 commit
  18. 12 Jan, 2007 1 commit
    • Thomas Heller's avatar
      Blocked revisions 53361 via svnmerge · 4347c135
      Thomas Heller authored
      ........
        r53361 | thomas.heller | 2007-01-10 21:51:19 +0100 (Wed, 10 Jan 2007) | 1 line
      
        Must change the version number in the _ctypes extension as well.
      ........
      4347c135