1. 12 Nov, 2006 2 commits
  2. 11 Nov, 2006 2 commits
  3. 10 Nov, 2006 4 commits
  4. 09 Nov, 2006 3 commits
  5. 08 Nov, 2006 3 commits
  6. 07 Nov, 2006 3 commits
  7. 06 Nov, 2006 1 commit
  8. 04 Nov, 2006 2 commits
  9. 02 Nov, 2006 2 commits
  10. 29 Oct, 2006 9 commits
  11. 28 Oct, 2006 8 commits
    • Neal Norwitz's avatar
    • Neal Norwitz's avatar
      Backport 52506: · 45015579
      Neal Norwitz authored
      Don't inline Py_ADDRESS_IN_RANGE with gcc 4+ either.
      45015579
    • Neal Norwitz's avatar
      Backport 52505: · 52746995
      Neal Norwitz authored
      Prevent crash if alloc of garbage fails.  Found by Typo.pl.
      52746995
    • Neal Norwitz's avatar
      Backport 52504: · 55327ff7
      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.
      55327ff7
    • Neal Norwitz's avatar
      Backport 52503: · 0afdb522
      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).
      0afdb522
    • Neal Norwitz's avatar
      Backport 52502: · eaf10cc1
      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.
      eaf10cc1
    • Neal Norwitz's avatar
      Backport 52501: · 49408d84
      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.
      49408d84
    • Georg Brandl's avatar
      Fix nth() itertool recipe. · 076b67f9
      Georg Brandl authored
       (backport from rev. 52497)
      076b67f9
  12. 27 Oct, 2006 1 commit