1. 09 May, 2010 1 kayıt (commit)
  2. 04 May, 2010 1 kayıt (commit)
  3. 08 Ock, 2010 1 kayıt (commit)
  4. 07 Ock, 2010 1 kayıt (commit)
  5. 24 Kas, 2009 1 kayıt (commit)
  6. 27 Eki, 2009 1 kayıt (commit)
  7. 26 Eki, 2009 1 kayıt (commit)
  8. 14 Eki, 2009 1 kayıt (commit)
  9. 23 Tem, 2009 1 kayıt (commit)
  10. 26 May, 2009 1 kayıt (commit)
  11. 25 May, 2009 1 kayıt (commit)
  12. 02 May, 2009 1 kayıt (commit)
  13. 25 Nis, 2009 1 kayıt (commit)
  14. 24 Ock, 2009 1 kayıt (commit)
  15. 02 Ock, 2009 1 kayıt (commit)
  16. 27 Ara, 2008 1 kayıt (commit)
  17. 30 Eki, 2008 1 kayıt (commit)
  18. 11 Eyl, 2008 1 kayıt (commit)
  19. 30 Haz, 2008 1 kayıt (commit)
  20. 25 Haz, 2008 1 kayıt (commit)
    • Facundo Batista's avatar
      Reverting the patch from #3165, as it broke other · 68dc052c
      Facundo Batista yazdı
      behaviours. I left the original test commented out (note
      that that test came from #2702, which seems to have a
      problem in FreeBSD and Windows, but not in Linux).
      
      I included a new test, to watch over the now-broken
      behaviour, I took it from #3179.
      68dc052c
  21. 23 Haz, 2008 1 kayıt (commit)
  22. 22 Haz, 2008 2 kayıt (commit)
  23. 11 Haz, 2008 1 kayıt (commit)
    • Gregory P. Smith's avatar
      Merge in release25-maint r60793: · 9d53457e
      Gregory P. Smith yazdı
       Added checks for integer overflows, contributed by Google. Some are
       only available if asserts are left in the code, in cases where they
       can't be triggered from Python code.
      9d53457e
  24. 09 Haz, 2008 1 kayıt (commit)
  25. 26 May, 2008 1 kayıt (commit)
  26. 20 May, 2008 1 kayıt (commit)
  27. 16 May, 2008 1 kayıt (commit)
  28. 11 May, 2008 1 kayıt (commit)
  29. 07 Nis, 2008 1 kayıt (commit)
  30. 19 Ara, 2007 1 kayıt (commit)
  31. 05 Eki, 2007 1 kayıt (commit)
    • Neal Norwitz's avatar
      Fix Coverity #159. · 5a29dd30
      Neal Norwitz yazdı
      This code was broken if save() returned a negative number since i contained
      a boolean value and then we compared i < 0 which should never be true.
      
      Will backport (assuming it's necessary)
      5a29dd30
  32. 21 Tem, 2007 1 kayıt (commit)
  33. 25 Nis, 2007 1 kayıt (commit)
  34. 04 Eki, 2006 1 kayıt (commit)
    • Armin Rigo's avatar
      Forward-port of r52136,52138: a review of overflow-detecting code. · 7ccbca93
      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...
      7ccbca93
  35. 02 Agu, 2006 1 kayıt (commit)
  36. 23 Tem, 2006 1 kayıt (commit)
  37. 22 Tem, 2006 1 kayıt (commit)
  38. 28 Haz, 2006 1 kayıt (commit)
  39. 29 May, 2006 1 kayıt (commit)