1. 04 Eyl, 2007 1 kayıt (commit)
  2. 02 Eyl, 2007 1 kayıt (commit)
  3. 30 Agu, 2007 1 kayıt (commit)
  4. 22 Agu, 2007 1 kayıt (commit)
  5. 31 Tem, 2007 1 kayıt (commit)
  6. 02 Haz, 2007 1 kayıt (commit)
  7. 12 Mar, 2007 1 kayıt (commit)
  8. 19 Şub, 2007 1 kayıt (commit)
  9. 21 Ock, 2007 1 kayıt (commit)
  10. 25 Kas, 2006 1 kayıt (commit)
  11. 27 Eki, 2006 2 kayıt (commit)
  12. 19 Eki, 2006 2 kayıt (commit)
  13. 17 Eki, 2006 1 kayıt (commit)
    • Martin v. Löwis's avatar
      Forward-port r52358: · fefbc202
      Martin v. Löwis yazdı
      - Bug #1578513: Cross compilation was broken by a change to configure.
      Repair so that it's back to how it was in 2.4.3.
      fefbc202
  14. 02 Eki, 2006 2 kayıt (commit)
  15. 22 Eyl, 2006 1 kayıt (commit)
    • Neal Norwitz's avatar
      Fix %zd string formatting on Mac OS X so it prints negative numbers. · 4a8fbdb1
      Neal Norwitz yazdı
      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
  16. 05 Eyl, 2006 1 kayıt (commit)
  17. 18 Agu, 2006 1 kayıt (commit)
  18. 09 Agu, 2006 1 kayıt (commit)
  19. 30 Tem, 2006 1 kayıt (commit)
  20. 06 Tem, 2006 1 kayıt (commit)
  21. 19 Haz, 2006 2 kayıt (commit)
  22. 12 Haz, 2006 2 kayıt (commit)
  23. 10 Haz, 2006 1 kayıt (commit)
  24. 07 Haz, 2006 1 kayıt (commit)
  25. 06 Haz, 2006 1 kayıt (commit)
  26. 03 Haz, 2006 1 kayıt (commit)
  27. 26 May, 2006 1 kayıt (commit)
  28. 19 May, 2006 1 kayıt (commit)
  29. 16 May, 2006 1 kayıt (commit)
  30. 14 May, 2006 1 kayıt (commit)
    • Ronald Oussoren's avatar
      Rework the build system for osx applications: · 836b039b
      Ronald Oussoren yazdı
      * Don't use xcodebuild for building PythonLauncher, but use a normal unix
        makefile. This makes it a lot easier to use the same build flags as for the
        rest of python (e.g. make a universal version of python launcher)
      * Convert the mac makefile-s to makefile.in-s and use configure to set makefile
        variables instead of forwarding them as command-line arguments
      * Add a C version of pythonw, that we you can use '#!/usr/local/bin/pythonw'
      * Build IDLE.app using bundlebuilder instead of BuildApplet, that will allow
        easier modification of the bundle contents later on.
      836b039b
  31. 11 May, 2006 1 kayıt (commit)
  32. 29 Nis, 2006 1 kayıt (commit)
  33. 14 Nis, 2006 2 kayıt (commit)
  34. 13 Nis, 2006 1 kayıt (commit)