1. 22 Sep, 2006 1 commit
    • Neal Norwitz's avatar
      Fix %zd string formatting on Mac OS X so it prints negative numbers. · 4a8fbdb1
      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).
      4a8fbdb1
  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 6 commits