1. 18 Sep, 2008 2 commits
  2. 12 Sep, 2008 1 commit
  3. 03 Sep, 2008 1 commit
  4. 02 Sep, 2008 1 commit
  5. 21 Aug, 2008 1 commit
  6. 18 Aug, 2008 2 commits
  7. 17 Aug, 2008 1 commit
  8. 14 Aug, 2008 1 commit
  9. 18 Jul, 2008 1 commit
  10. 16 Jul, 2008 1 commit
  11. 19 Jun, 2008 1 commit
  12. 05 Jun, 2008 1 commit
    • Ronald Oussoren's avatar
      MacOS X: Enable 4-way universal builds · dcd2eb88
      Ronald Oussoren authored
      This patch adds a new configure argument on OSX:
              --with-universal-archs=[32-bit|64-bit|all]
      
      When used with the --enable-universalsdk option this controls which
      CPU architectures are includes in the framework. The default is 32-bit,
      meaning i386 and ppc. The most useful alternative is 'all', which includes
      all 4 CPU architectures supported by MacOS X (i386, ppc, x86_64 and ppc64).
      
      This includes limited support for the Carbon bindings in 64-bit mode as well,
      limited because (a) I haven't done extensive testing and (b) a large portion
      of the Carbon API's aren't available in 64-bit mode anyway.
      
      I've also duplicated a feature of Apple's build of python: setting the
      environment variable 'ARCHFLAGS' controls the '-arch' flags used for building
      extensions using distutils.
      dcd2eb88
  13. 31 May, 2008 1 commit
  14. 28 May, 2008 1 commit
  15. 26 May, 2008 1 commit
  16. 25 May, 2008 1 commit
  17. 24 May, 2008 1 commit
  18. 18 May, 2008 1 commit
  19. 16 May, 2008 1 commit
  20. 15 May, 2008 4 commits
  21. 14 May, 2008 1 commit
  22. 11 May, 2008 3 commits
  23. 10 May, 2008 3 commits
  24. 09 May, 2008 1 commit
  25. 08 May, 2008 2 commits
  26. 06 May, 2008 1 commit
  27. 02 May, 2008 1 commit
  28. 07 Apr, 2008 1 commit
  29. 05 Apr, 2008 1 commit
    • Thomas Wouters's avatar
      Fix test_distutils to not fail when running 'make test' from a Python build · bbe02c7a
      Thomas Wouters authored
      directory that is not the source directory (ie, one created using
      '/path/to/source/configure'.) Leaves this test very slightly degraded in
      that particular case, compared to the build-in-sourcedir case, but that case
      isn't a particularly strong test either: neither test the actual path that
      will be used after installing. There isn't a particularly good way to test
      this, and a poor test beats a failing test.
      bbe02c7a
  30. 04 Apr, 2008 1 commit