1. 08 Nov, 2006 1 commit
  2. 07 Nov, 2006 3 commits
  3. 06 Nov, 2006 1 commit
  4. 04 Nov, 2006 2 commits
  5. 02 Nov, 2006 2 commits
  6. 29 Oct, 2006 9 commits
  7. 28 Oct, 2006 8 commits
    • Neal Norwitz's avatar
    • Neal Norwitz's avatar
      Backport 52506: · ca631215
      Neal Norwitz authored
      Don't inline Py_ADDRESS_IN_RANGE with gcc 4+ either.
      ca631215
    • Neal Norwitz's avatar
      Backport 52505: · e0cf6247
      Neal Norwitz authored
      Prevent crash if alloc of garbage fails.  Found by Typo.pl.
      e0cf6247
    • Neal Norwitz's avatar
      Backport 52504: · 2f0940b6
      Neal Norwitz authored
      Fix bug #1565514, SystemError not raised on too many nested blocks.
      It seems like this should be a different error than SystemError, but
      I don't have any great ideas and SystemError was raised in 2.4 and earlier.
      2f0940b6
    • Neal Norwitz's avatar
      Backport 52503: · c975b947
      Neal Norwitz authored
      Fix crash in test on HP-UX.  Apparently, it's not possible to delete a lock if
      it's held (even by the current thread).
      c975b947
    • Neal Norwitz's avatar
      Backport 52502: · 7e3ec048
      Neal Norwitz authored
      Fix warnings with HP's C compiler.  It doesn't recognize that infinite
      loops are, um, infinite.  These conditions should not be able to happen.
      7e3ec048
    • Neal Norwitz's avatar
      Backport 52501: · b5fdf0da
      Neal Norwitz authored
      Add some asserts.  In sysmodule, I think these were to try to silence
      some warnings from Klokwork.  They verify the assumptions of the format
      of svn version output.
      
      The assert in the thread module helped debug a problem on HP-UX.
      b5fdf0da
    • Georg Brandl's avatar
      Fix nth() itertool recipe. · aabdd548
      Georg Brandl authored
       (backport from rev. 52497)
      aabdd548
  8. 27 Oct, 2006 13 commits
  9. 26 Oct, 2006 1 commit