1. 25 Sep, 2006 2 commits
    • Georg Brandl's avatar
      Backport rev. 51971: · 934c90de
      Georg Brandl authored
      Fix %zd string formatting on Mac OS X so it prints negative numbers.
      
      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.
      934c90de
    • Georg Brandl's avatar
      Backport rev. 51987: superfluous semicola. · b14b59fc
      Georg Brandl authored
      b14b59fc
  2. 24 Sep, 2006 3 commits
  3. 23 Sep, 2006 1 commit
  4. 21 Sep, 2006 3 commits
  5. 19 Sep, 2006 1 commit
  6. 18 Sep, 2006 4 commits
  7. 17 Sep, 2006 1 commit
    • Ronald Oussoren's avatar
      Workaround for bug #1558983 · 736fc567
      Ronald Oussoren authored
      There is an issue with custom icons on directories in the 2.5c2 installer,
      don't set a custom icon on "/Applications/MacPython 2.5" for now.
      
      Also make sure that the installer doesn't crap out when the Makefile in the
      system's python installation has other customizations than we expect.
      736fc567
  8. 15 Sep, 2006 4 commits
  9. 14 Sep, 2006 1 commit
  10. 12 Sep, 2006 2 commits
  11. 11 Sep, 2006 8 commits
  12. 09 Sep, 2006 1 commit
  13. 08 Sep, 2006 5 commits
  14. 07 Sep, 2006 2 commits
  15. 06 Sep, 2006 2 commits