1. 10 Kas, 2004 1 kayıt (commit)
  2. 18 Tem, 2004 1 kayıt (commit)
  3. 19 Kas, 2002 1 kayıt (commit)
  4. 14 Kas, 2002 1 kayıt (commit)
  5. 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
  6. 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
  7. 06 Ara, 2001 1 kayıt (commit)
  8. 09 Agu, 2001 1 kayıt (commit)
  9. 25 Tem, 2001 1 kayıt (commit)
  10. 31 Ock, 2001 1 kayıt (commit)
  11. 30 Eyl, 2000 1 kayıt (commit)
  12. 26 Eyl, 2000 1 kayıt (commit)
  13. 23 Eyl, 2000 1 kayıt (commit)
  14. 23 Haz, 2000 1 kayıt (commit)
  15. 20 May, 2000 1 kayıt (commit)
  16. 22 Nis, 2000 1 kayıt (commit)
  17. 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