1. 30 Eki, 2014 1 kayıt (commit)
  2. 29 Agu, 2014 1 kayıt (commit)
  3. 18 Ara, 2012 1 kayıt (commit)
  4. 28 Tem, 2011 1 kayıt (commit)
  5. 06 Kas, 2010 3 kayıt (commit)
    • Éric Araujo's avatar
      Remove traces of Mac OS 9 support, again (#9508). · 45ee43be
      Éric Araujo yazdı
      This was done in r80805 (#7908) and erroneously brought back by the
      distutils revert.  This commit removes more code than the original,
      which was uncomplete.  There is no NEWS entry, like in r80805.
      45ee43be
    • É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
  6. 05 Kas, 2010 1 kayıt (commit)
  7. 22 Tem, 2010 1 kayıt (commit)
  8. 05 May, 2010 2 kayıt (commit)
  9. 03 Tem, 2009 2 kayıt (commit)
  10. 06 Şub, 2009 4 kayıt (commit)
  11. 25 Ock, 2009 1 kayıt (commit)
  12. 05 Eki, 2008 1 kayıt (commit)
  13. 06 Ock, 2008 1 kayıt (commit)
  14. 30 Agu, 2007 1 kayıt (commit)
  15. 10 Ock, 2007 1 kayıt (commit)
  16. 10 Kas, 2004 1 kayıt (commit)
  17. 18 Tem, 2004 1 kayıt (commit)
  18. 19 Kas, 2002 1 kayıt (commit)
  19. 14 Kas, 2002 1 kayıt (commit)
  20. 04 Haz, 2002 1 kayıt (commit)
    • Jeremy Hylton's avatar
      Make setup.py less chatty by default. · cd8a1148
      Jeremy Hylton yazdı
      This is a conservative version of SF patch 504889.  It uses the log
      module instead of calling print in various places, and it ignores the
      verbose argument passed to many functions and set as an attribute on
      some objects.  Instead, it uses the verbosity set on the logger via
      the command line.
      
      The log module is now preferred over announce() and warn() methods
      that exist only for backwards compatibility.
      
      XXX This checkin changes a lot of modules that have no test suite and
      aren't exercised by the Python build process.  It will need
      substantial testing.
      cd8a1148
  21. 01 Şub, 2002 1 kayıt (commit)
    • Andrew M. Kuchling's avatar
      [Bug #220993; may also fix bug #479469] Fix flakiness when old · 3b388ec8
      Andrew M. Kuchling yazdı
        installations are present, by always unlinking the destination file
        before copying to it.  Without the unlink(), the copied file remains
        owned by its previous UID, causing the subsequent chmod() to fail.
      
      Bugfix candidate, though it may cause changes on platforms where
        file ownership behaves differently.
      3b388ec8
  22. 06 Ara, 2001 1 kayıt (commit)
  23. 09 Agu, 2001 1 kayıt (commit)
  24. 25 Tem, 2001 1 kayıt (commit)
  25. 31 Ock, 2001 1 kayıt (commit)
  26. 30 Eyl, 2000 1 kayıt (commit)
  27. 26 Eyl, 2000 1 kayıt (commit)
  28. 23 Eyl, 2000 1 kayıt (commit)
  29. 23 Haz, 2000 1 kayıt (commit)
  30. 20 May, 2000 1 kayıt (commit)
  31. 22 Nis, 2000 1 kayıt (commit)
  32. 04 Nis, 2000 1 kayıt (commit)
    • Greg Ward's avatar
      Reorganization: ripped util.py to shreds, creating in the process: · aebf706b
      Greg Ward yazdı
        - file_util.py: operations on single files
        - dir_util.py: operations on whole directories or directory trees
        - dep_util.py: simple timestamp-based dependency analysis
        - archive_util.py: creation of archive (tar, zip, ...) files
      The functions left in util.py are miscellany that don't fit in any of the
      new files.
      aebf706b