1. 27 Jan, 2007 2 commits
  2. 26 Jan, 2007 1 commit
  3. 25 Jan, 2007 2 commits
  4. 24 Jan, 2007 1 commit
  5. 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
  6. 22 Jan, 2007 6 commits
  7. 21 Jan, 2007 3 commits
  8. 20 Jan, 2007 2 commits
  9. 19 Jan, 2007 4 commits
  10. 18 Jan, 2007 1 commit
  11. 17 Jan, 2007 6 commits
  12. 13 Jan, 2007 1 commit
  13. 12 Jan, 2007 3 commits
    • 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
    • Thomas Heller's avatar
      Blocked revisions 52388 via svnmerge · e0020e2e
      Thomas Heller authored
      ........
        r52388 | martin.v.loewis | 2006-10-19 13:00:37 +0200 (Thu, 19 Oct 2006) | 3 lines
      
        Fix various minor errors in passing arguments to
        PyArg_ParseTuple.
      ........
      e0020e2e
    • Thomas Heller's avatar
      Blocked revisions 52945,53358 via svnmerge · 8d6d1e1d
      Thomas Heller authored
      ........
        r52945 | brett.cannon | 2006-12-07 00:38:48 +0100 (Thu, 07 Dec 2006) | 3 lines
      
        Fix a bad assumption that all objects assigned to '__loader__' on a module
        will have a '_files' attribute.
      ........
        r53358 | thomas.heller | 2007-01-10 21:12:13 +0100 (Wed, 10 Jan 2007) | 1 line
      
        Change the ctypes version number to "1.1.0".
      ........
      8d6d1e1d
  14. 11 Jan, 2007 3 commits
  15. 10 Jan, 2007 1 commit