1. 05 Sep, 2010 1 commit
  2. 03 Sep, 2010 1 commit
  3. 30 Aug, 2010 1 commit
  4. 14 Aug, 2010 1 commit
  5. 02 Aug, 2010 1 commit
  6. 31 Jul, 2010 2 commits
  7. 23 Jul, 2010 1 commit
    • Ronald Oussoren's avatar
      Ensure that the Makefile variable expansion · 575e9faa
      Ronald Oussoren authored
      in distutils.sysconfig matches that in the
      toplevel sysconfig module.
      
      Without this patch universal builds on OSX are
      broken.
      
      Als add a test that checks that the two version
      of get_config_vars agree on important values.
      575e9faa
  8. 22 Jul, 2010 1 commit
  9. 12 Jul, 2010 1 commit
  10. 27 Jun, 2010 1 commit
    • Ronald Oussoren's avatar
      Merged revisions 82272 via svnmerge from · 177cb259
      Ronald Oussoren authored
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r82272 | ronald.oussoren | 2010-06-27 14:36:16 +0200 (Sun, 27 Jun 2010) | 8 lines
      
        Two small fixes for the support for SDKs on MacOSX:
      
        1) The code that checks if an path should be located in the SDK
           explicitly excludes /usr/local. This fixes issue9046
      
        2) The SDK variant for filtering "db_dirs_to_check" in setup.py
           was not doing anything because of a missing assignment.
      ........
      177cb259
  11. 21 Jun, 2010 1 commit
  12. 15 Jun, 2010 1 commit
  13. 03 Jun, 2010 1 commit
    • Ronald Oussoren's avatar
      Merged revisions 81662 via svnmerge from · 0ca04fb2
      Ronald Oussoren authored
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r81662 | ronald.oussoren | 2010-06-03 11:47:21 +0200 (Thu, 03 Jun 2010) | 9 lines
      
        Fix for issue #7724: ensure that distutils and python's own setup.py
        honor the MacOSX SDK when one is specified.
      
        This is needed to be able to build using the 10.4u SDK while running
        on OSX 10.6.
      
        This is a fixed version of the patch in r80963, I've tested this patch
        on OSX and Linux.
      ........
      0ca04fb2
  14. 19 May, 2010 2 commits
  15. 17 May, 2010 2 commits
  16. 05 May, 2010 1 commit
  17. 12 Apr, 2010 1 commit
  18. 02 Apr, 2010 2 commits
  19. 14 Mar, 2010 1 commit
    • Georg Brandl's avatar
      Merged revisions... · 892006c7
      Georg Brandl authored
      Merged revisions 78018,78035-78040,78042-78043,78046,78048-78052,78054,78059,78075-78080 via svnmerge from
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r78018 | georg.brandl | 2010-02-06 11:08:21 +0100 (Sa, 06 Feb 2010) | 1 line
      
        #7864: make deprecation notices a bit clearer.
      ........
        r78035 | georg.brandl | 2010-02-06 23:44:17 +0100 (Sa, 06 Feb 2010) | 1 line
      
        Fix duplicate import.
      ........
        r78036 | georg.brandl | 2010-02-06 23:49:47 +0100 (Sa, 06 Feb 2010) | 1 line
      
        Remove unused import.
      ........
        r78037 | georg.brandl | 2010-02-06 23:59:15 +0100 (Sa, 06 Feb 2010) | 1 line
      
        No need to assign the results of expressions used only for side effects.
      ........
        r78038 | georg.brandl | 2010-02-07 00:02:29 +0100 (So, 07 Feb 2010) | 1 line
      
        Add a missing import.
      ........
        r78039 | georg.brandl | 2010-02-07 00:06:24 +0100 (So, 07 Feb 2010) | 1 line
      
        Add missing imports.
      ........
        r78040 | georg.brandl | 2010-02-07 00:08:00 +0100 (So, 07 Feb 2010) | 1 line
      
        Fix a few UnboundLocalErrors in test_long.
      ........
        r78042 | georg.brandl | 2010-02-07 00:12:12 +0100 (So, 07 Feb 2010) | 1 line
      
        Add missing import.
      ........
        r78043 | georg.brandl | 2010-02-07 00:12:19 +0100 (So, 07 Feb 2010) | 1 line
      
        Remove duplicate test method.
      ........
        r78046 | georg.brandl | 2010-02-07 00:18:00 +0100 (So, 07 Feb 2010) | 1 line
      
        Fix various missing import/unbound name errors.
      ........
        r78048 | georg.brandl | 2010-02-07 00:23:45 +0100 (So, 07 Feb 2010) | 1 line
      
        We heard you like test failures so we put unbound locals in your test so that you can fail while you fail.
      ........
        r78049 | georg.brandl | 2010-02-07 00:33:33 +0100 (So, 07 Feb 2010) | 1 line
      
        Fix import/access for some identifiers.  _TestSharedCTypes does not seem to be executed?
      ........
        r78050 | georg.brandl | 2010-02-07 00:34:10 +0100 (So, 07 Feb 2010) | 1 line
      
        Fix more unbound locals in code paths that do not seem to be used.
      ........
        r78051 | georg.brandl | 2010-02-07 00:53:52 +0100 (So, 07 Feb 2010) | 1 line
      
        Add missing import when running these tests standalone.
      ........
        r78052 | georg.brandl | 2010-02-07 00:54:04 +0100 (So, 07 Feb 2010) | 1 line
      
        Add missing import when running these tests standalone.
      ........
        r78054 | georg.brandl | 2010-02-07 00:58:25 +0100 (So, 07 Feb 2010) | 1 line
      
        Add missing import.
      ........
        r78059 | georg.brandl | 2010-02-07 12:34:15 +0100 (So, 07 Feb 2010) | 1 line
      
        Use "regexp" consistently.
      ........
        r78075 | georg.brandl | 2010-02-07 13:16:12 +0100 (So, 07 Feb 2010) | 1 line
      
        Fix another duplicated test method.
      ........
        r78076 | georg.brandl | 2010-02-07 13:19:43 +0100 (So, 07 Feb 2010) | 1 line
      
        Fix wrong usage of "except X, Y:".
      ........
        r78077 | georg.brandl | 2010-02-07 13:25:50 +0100 (So, 07 Feb 2010) | 1 line
      
        Fix two redefined test methods.
      ........
        r78078 | georg.brandl | 2010-02-07 13:27:06 +0100 (So, 07 Feb 2010) | 1 line
      
        Fix a redefined test method.
      ........
        r78079 | georg.brandl | 2010-02-07 13:34:26 +0100 (So, 07 Feb 2010) | 1 line
      
        Add a minimal test for fnmatchcase().
      ........
        r78080 | georg.brandl | 2010-02-07 13:55:12 +0100 (So, 07 Feb 2010) | 1 line
      
        Remove duplicate test method.
      ........
      892006c7
  20. 05 Mar, 2010 1 commit
  21. 24 Feb, 2010 1 commit
  22. 23 Feb, 2010 1 commit
  23. 03 Feb, 2010 2 commits
    • Tarek Ziadé's avatar
      Merged revisions 77949 via svnmerge from · a7211316
      Tarek Ziadé authored
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r77949 | tarek.ziade | 2010-02-03 16:38:12 +0100 (Wed, 03 Feb 2010) | 1 line
      
        leaving global attributes for backward compat
      ........
      a7211316
    • Benjamin Peterson's avatar
      Merged revisions 77712,77740-77741,77756,77886,77902,77936 via svnmerge from · efbb3664
      Benjamin Peterson authored
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r77712 | tarek.ziade | 2010-01-23 11:52:57 -0600 (Sat, 23 Jan 2010) | 1 line
      
        fixed the 64bits tests for get_platform() - mac osx
      ........
        r77740 | benjamin.peterson | 2010-01-24 21:58:21 -0600 (Sun, 24 Jan 2010) | 1 line
      
        compare types with is not ==
      ........
        r77741 | facundo.batista | 2010-01-25 00:15:01 -0600 (Mon, 25 Jan 2010) | 3 lines
      
        Added a note about Event.is_set() syntax being new to 2.6
      ........
        r77756 | tarek.ziade | 2010-01-26 11:20:37 -0600 (Tue, 26 Jan 2010) | 1 line
      
        fixed bdist_msi imports and added a test module for distutils.command.bdist_msi
      ........
        r77886 | benjamin.peterson | 2010-01-31 12:09:34 -0600 (Sun, 31 Jan 2010) | 1 line
      
        move distutils.rst to different toc
      ........
        r77902 | andrew.kuchling | 2010-01-31 20:04:26 -0600 (Sun, 31 Jan 2010) | 1 line
      
        Add various items
      ........
        r77936 | andrew.kuchling | 2010-02-02 20:19:14 -0600 (Tue, 02 Feb 2010) | 1 line
      
        Add various items
      ........
      efbb3664
  24. 02 Feb, 2010 1 commit
    • Tarek Ziadé's avatar
      Merged revisions 77919,77921-77922 via svnmerge from · 8f51dc17
      Tarek Ziadé authored
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r77919 | tarek.ziade | 2010-02-02 23:50:23 +0100 (Tue, 02 Feb 2010) | 1 line
      
        module reorganization + missing doctests
      ........
        r77921 | tarek.ziade | 2010-02-02 23:54:28 +0100 (Tue, 02 Feb 2010) | 1 line
      
        sysconfig.get_scheme_names now returns a sorted tuple
      ........
        r77922 | tarek.ziade | 2010-02-02 23:55:00 +0100 (Tue, 02 Feb 2010) | 1 line
      
        fixed a typo on distutils.sysconfig. thanks arfever
      ........
      8f51dc17
  25. 29 Jan, 2010 2 commits
  26. 11 Jan, 2010 2 commits
  27. 08 Jan, 2010 1 commit
  28. 26 Dec, 2009 1 commit
  29. 24 Dec, 2009 1 commit
    • Ronald Oussoren's avatar
      Merged revisions 77026 via svnmerge from · 576fd8c1
      Ronald Oussoren authored
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r77026 | ronald.oussoren | 2009-12-24 14:06:39 +0100 (Thu, 24 Dec 2009) | 8 lines
      
        On OSX the output of "uname -m" always reflects the 32-bit architecture
        for the machine ("i386" or "ppc"), even if the executable is
        64-bit.
      
        This patchs ensures that the distutils platform architecture
        represents the architecture for the executable when running a
        64-bit only executable on OSX.
      ........
      576fd8c1
  30. 21 Dec, 2009 4 commits