1. 05 Sep, 2008 10 commits
  2. 04 Sep, 2008 15 commits
  3. 03 Sep, 2008 14 commits
  4. 02 Sep, 2008 1 commit
    • Amaury Forgeot d'Arc's avatar
      Merged revisions 66171 via svnmerge from · d8976f12
      Amaury Forgeot d'Arc authored
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r66171 | amaury.forgeotdarc | 2008-09-03 01:19:56 +0200 (mer., 03 sept. 2008) | 9 lines
      
        Issue 2975: when compiling multiple extension modules with visual studio 2008
        from the same python instance, some environment variables (LIB, INCLUDE)
        would grow without limit.
      
        Tested with these statements:
            distutils.ccompiler.new_compiler().initialize()
            print os.environ['LIB']
        But I don't know how to turn them into reliable unit tests.
      ........
      d8976f12