1. 02 Kas, 2007 1 kayıt (commit)
    • Georg Brandl's avatar
      Backport r58709 from trunk: · 1dcb9c93
      Georg Brandl yazdı
      Backport fixes for the code that decodes octal escapes (and for PyString
      also hex escapes) -- this was reaching beyond the end of the input string
      buffer, even though it is not supposed to be \0-terminated.
      This has no visible effect but is clearly the correct thing to do.
      (In 3.0 it had a visible effect after removing ob_sstate from PyString.)
      Also fixes #1098.
      1dcb9c93
  2. 29 Tem, 2007 1 kayıt (commit)
  3. 12 Tem, 2007 1 kayıt (commit)
  4. 11 Haz, 2007 1 kayıt (commit)
    • Neal Norwitz's avatar
      Backport 55874: · 8355dd58
      Neal Norwitz yazdı
      Fix a bug when there was a newline in the string expandtabs was called on.
      This also catches another condition that can overflow.
      8355dd58
  5. 09 Haz, 2007 1 kayıt (commit)
  6. 04 Eki, 2006 1 kayıt (commit)
    • Armin Rigo's avatar
      Forward-port of r52136: a review of overflow-detecting code. · 4b63c21d
      Armin Rigo yazdı
      * unified the way intobject, longobject and mystrtoul handle
        values around -sys.maxint-1.
      
      * in general, trying to entierely avoid overflows in any computation
        involving signed ints or longs is extremely involved.  Fixed a few
        simple cases where a compiler might be too clever (but that's all
        guesswork).
      
      * more overflow checks against bad data in marshal.c.
      
      * 2.5 specific: fixed a number of places that were still confusing int
        and Py_ssize_t.  Some of them could potentially have caused
        "real-world" breakage.
      
      * list.pop(x): fixing overflow issues on x was messy.  I just reverted
        to PyArg_ParseTuple("n"), which does the right thing.  (An obscure
        test was trying to give a Decimal to list.pop()... doesn't make
        sense any more IMHO)
      
      * trying to write a few tests...
      4b63c21d
  7. 05 Eyl, 2006 1 kayıt (commit)
  8. 21 Agu, 2006 1 kayıt (commit)
  9. 14 Agu, 2006 2 kayıt (commit)
  10. 12 Agu, 2006 1 kayıt (commit)
    • Neal Norwitz's avatar
      Patch #1538606, Patch to fix __index__() clipping. · 8a87f5d3
      Neal Norwitz yazdı
      I modified this patch some by fixing style, some error checking, and adding
      XXX comments.  This patch requires review and some changes are to be expected.
      I'm checking in now to get the greatest possible review and establish a
      baseline for moving forward.  I don't want this to hold up release if possible.
      8a87f5d3
  11. 21 Tem, 2006 1 kayıt (commit)
  12. 14 Haz, 2006 1 kayıt (commit)
  13. 13 Haz, 2006 1 kayıt (commit)
  14. 10 Haz, 2006 1 kayıt (commit)
  15. 09 Haz, 2006 1 kayıt (commit)
  16. 04 Haz, 2006 2 kayıt (commit)
  17. 27 May, 2006 7 kayıt (commit)
  18. 26 May, 2006 13 kayıt (commit)
  19. 25 May, 2006 2 kayıt (commit)