1. 22 Sep, 2006 2 commits
    • Neal Norwitz's avatar
      Bug #1557232: fix seg fault with def f((((x)))) and def f(((x),)). · 0934b86f
      Neal Norwitz authored
      These tests should be improved.  Hopefully this fixes variations when
      flipping back and forth between fpdef and fplist.
      
      Backport candidate.
      0934b86f
    • Neal Norwitz's avatar
      Fix %zd string formatting on Mac OS X so it prints negative numbers. · d2a22531
      Neal Norwitz authored
      In addition to testing positive numbers, verify negative numbers work in configure.
      In order to avoid compiler warnings on OS X 10.4, also change the order of the check
      for the format character to use (PY_FORMAT_SIZE_T) in the sprintf format
      for Py_ssize_t.  This patch changes PY_FORMAT_SIZE_T from "" to "l" if it wasn't
      defined at configure time.  Need to verify the buildbot results.
      
      Backport candidate (if everyone thinks this patch can't be improved).
      d2a22531
  2. 21 Sep, 2006 3 commits
  3. 20 Sep, 2006 3 commits
  4. 19 Sep, 2006 1 commit
  5. 18 Sep, 2006 1 commit
  6. 17 Sep, 2006 2 commits
  7. 16 Sep, 2006 1 commit
  8. 15 Sep, 2006 4 commits
  9. 14 Sep, 2006 2 commits
  10. 12 Sep, 2006 4 commits
  11. 11 Sep, 2006 4 commits
  12. 09 Sep, 2006 1 commit
  13. 08 Sep, 2006 7 commits
  14. 07 Sep, 2006 5 commits