1. 22 Tem, 2014 1 kayıt (commit)
  2. 27 Mar, 2014 1 kayıt (commit)
  3. 28 Tem, 2011 1 kayıt (commit)
  4. 06 Kas, 2010 2 kayıt (commit)
    • Éric Araujo's avatar
      Merged revisions 86223-86224,86226,86234 via svnmerge from · d1feff70
      Éric Araujo yazdı
      svn+ssh://pythondev@svn.python.org/python/branches/py3k
      
      ........
        r86223 | eric.araujo | 2010-11-06 00:51:56 +0100 (sam., 06 nov. 2010) | 2 lines
      
        Always close files in distutils code and tests (#10252).
      ........
        r86224 | eric.araujo | 2010-11-06 00:58:34 +0100 (sam., 06 nov. 2010) | 2 lines
      
        Add missing entry for r86223.
      ........
        r86226 | eric.araujo | 2010-11-06 00:59:32 +0100 (sam., 06 nov. 2010) | 2 lines
      
        Of course, I forgot one file in r86223.
      ........
        r86234 | eric.araujo | 2010-11-06 03:10:32 +0100 (sam., 06 nov. 2010) | 2 lines
      
        Also close file descriptors from os.popen and subprocess.Popen
      ........
      d1feff70
    • Éric Araujo's avatar
      Merged revisions 86223-86224,86226,86234 via svnmerge from · c6d7ead0
      Éric Araujo yazdı
      svn+ssh://pythondev@svn.python.org/python/branches/py3k
      
      ........
        r86223 | eric.araujo | 2010-11-06 00:51:56 +0100 (sam., 06 nov. 2010) | 2 lines
      
        Always close files in distutils code and tests (#10252).
      ........
        r86224 | eric.araujo | 2010-11-06 00:58:34 +0100 (sam., 06 nov. 2010) | 2 lines
      
        Add missing entry for r86223.
      ........
        r86226 | eric.araujo | 2010-11-06 00:59:32 +0100 (sam., 06 nov. 2010) | 2 lines
      
        Of course, I forgot one file in r86223.
      ........
        r86234 | eric.araujo | 2010-11-06 03:10:32 +0100 (sam., 06 nov. 2010) | 2 lines
      
        Also close file descriptors from os.popen and subprocess.Popen
      ........
      c6d7ead0
  5. 05 Kas, 2010 1 kayıt (commit)
  6. 22 Tem, 2010 1 kayıt (commit)
  7. 05 Mar, 2010 1 kayıt (commit)
  8. 29 Ock, 2010 1 kayıt (commit)
  9. 23 Ock, 2010 1 kayıt (commit)
  10. 21 Ara, 2009 2 kayıt (commit)
  11. 22 Tem, 2009 3 kayıt (commit)
  12. 03 Haz, 2009 5 kayıt (commit)
  13. 31 Mar, 2009 2 kayıt (commit)
  14. 16 Eki, 2007 1 kayıt (commit)
  15. 30 Agu, 2007 1 kayıt (commit)
  16. 07 Haz, 2007 1 kayıt (commit)
    • Guido van Rossum's avatar
      Merged revisions 55795-55816 via svnmerge from · 1325790b
      Guido van Rossum yazdı
      svn+ssh://pythondev@svn.python.org/python/branches/p3yk
      
      ........
        r55797 | neal.norwitz | 2007-06-07 00:00:57 -0700 (Thu, 07 Jun 2007) | 3 lines
      
        Get rid of some remnants of classic classes.  types.ClassType == type.
        Also get rid of almost all uses of the types module and use the builtin name.
      ........
        r55798 | neal.norwitz | 2007-06-07 00:12:36 -0700 (Thu, 07 Jun 2007) | 1 line
      
        Remove a use of types, verify commit hook works
      ........
        r55809 | guido.van.rossum | 2007-06-07 11:11:29 -0700 (Thu, 07 Jun 2007) | 2 lines
      
        Fix syntax error introduced by Neal in last checkin.
      ........
      1325790b
  17. 27 Nis, 2007 1 kayıt (commit)
    • Guido van Rossum's avatar
      Checkpoint. Manipulated things so that string literals are always · 572dbf8f
      Guido van Rossum yazdı
      unicode, and a few other compensating changes, e.g. str <- unicode,
      chr <- unichr, and repr() of a unicode string no longer starts
      with 'u'.  Lots of unit tests are broken, but some basic things
      work, in particular distutils works so the extensions can be built,
      and test_builtin.py works.
      572dbf8f
  18. 17 Nis, 2007 1 kayıt (commit)
  19. 14 Eki, 2004 1 kayıt (commit)
  20. 27 Ock, 2003 1 kayıt (commit)
  21. 27 Kas, 2002 1 kayıt (commit)
  22. 20 Kas, 2002 1 kayıt (commit)
  23. 14 Kas, 2002 1 kayıt (commit)
  24. 13 Kas, 2002 1 kayıt (commit)
  25. 05 Kas, 2002 1 kayıt (commit)
    • Gustavo Niemeyer's avatar
      This patch fixes the following bugs: · 6b016852
      Gustavo Niemeyer yazdı
      [#413582] g++ must be called for c++ extensions
      [#454030] distutils cannot link C++ code with GCC
      
      topdir = "Lib/distutils"
      
      * bcppcompiler.py
        (BCPPCompiler.create_static_lib): Fixed prototype, removing extra_preargs
        and extra_postargs parameters. Included target_lang parameter.
        (BCPPCompiler.link): Included target_lang parameter.
      
      * msvccompiler.py
        (MSVCCompiler.create_static_lib): Fixed prototype, removing extra_preargs
        and extra_postargs parameters. Included target_lang parameter.
        (MSVCCompiler.link): Included target_lang parameter.
      
      * ccompiler.py
        (CCompiler): New language_map and language_order attributes, used by
        CCompiler.detect_language().
      
        (CCompiler.detect_language): New method, will return the language of
        a given source, or list of sources. Individual source language is
        detected using the language_map dict. When mixed sources are used,
        language_order will stablish the language precedence.
      
        (CCompiler.create_static_lib, CCompiler.link, CCompiler.link_executable,
         CCompiler.link_shared_object, CCompiler.link_shared_lib):
        Inlcuded target_lang parameter.
      
      * cygwinccompiler.py
        (CygwinCCompiler.link): Included target_lang parameter.
      
      * emxccompiler.py
        (EMXCCompiler.link): Included target_lang parameter.
      
      * mwerkscompiler.py
        (MWerksCompiler.link): Included target_lang parameter.
      
      * extension.py
        (Extension.__init__): New 'language' parameter/attribute, initialized
        to None by default. If provided will overlap the automatic detection
        made by CCompiler.detect_language(), in build_ext command.
      
      * sysconfig.py
        (customize_compiler): Check Makefile for CXX option, and also the
        environment variable CXX. Use the resulting value in the 'compiler_cxx'
        parameter of compiler.set_executables().
      
      * unixccompiler.py
        (UnixCCompiler): Included 'compiler_cxx' in executables dict, defaulting
        to 'cc'.
        (UnixCCompiler.create_static_lib): Included target_lang parameter.
        (UnixCCompiler.link): Included target_lang parameter, and made
        linker command use compiler_cxx, if target_lang is 'c++'.
      
      * command/build_ext.py
        (build_ext.build_extension): Pass new ext.language attribute
        to compiler.link_shared_object()'s target_lang parameter. If
        ext.language is not provided, detect language using
        compiler.detect_language(sources) instead.
      
      * command/config.py
        (config._link): Pass already available lang parameter as target_lang
        parameter of compiler.link_executable().
      6b016852
  26. 12 Haz, 2002 1 kayıt (commit)
  27. 29 Mar, 2002 1 kayıt (commit)
  28. 21 Ara, 2001 1 kayıt (commit)
  29. 06 Ara, 2001 1 kayıt (commit)
  30. 22 Mar, 2001 1 kayıt (commit)
  31. 09 Şub, 2001 1 kayıt (commit)