- 10 Kas, 2004 1 kayıt (commit)
-
-
Martin v. Löwis yazdı
-
- 18 Tem, 2004 1 kayıt (commit)
-
-
Tim Peters yazdı
-
- 19 Kas, 2002 1 kayıt (commit)
-
-
Andrew M. Kuchling yazdı
suggested by PEP 291.
-
- 14 Kas, 2002 1 kayıt (commit)
-
-
Andrew M. Kuchling yazdı
-
- 04 Haz, 2002 1 kayıt (commit)
-
-
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.
-
- 01 Şub, 2002 1 kayıt (commit)
-
-
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.
-
- 06 Ara, 2001 1 kayıt (commit)
-
-
Fred Drake yazdı
-
- 09 Agu, 2001 1 kayıt (commit)
-
-
Andrew M. Kuchling yazdı
-
- 25 Tem, 2001 1 kayıt (commit)
-
-
Greg Ward yazdı
do it back in copy_file() (not at module level).
-
- 31 Ock, 2001 1 kayıt (commit)
-
-
Jeremy Hylton yazdı
-
- 30 Eyl, 2000 1 kayıt (commit)
-
-
Greg Ward yazdı
this will please everyone (as if that's possible).
-
- 26 Eyl, 2000 1 kayıt (commit)
-
-
Greg Ward yazdı
-
- 23 Eyl, 2000 1 kayıt (commit)
-
-
Greg Ward yazdı
Standardize use of whitespace on function calls.
-
- 23 Haz, 2000 1 kayıt (commit)
-
-
Greg Ward yazdı
than a boolean indicating whether it did the copy.
-
- 20 May, 2000 1 kayıt (commit)
-
-
Greg Ward yazdı
destination path, otherwise show just the directory.
-
- 22 Nis, 2000 1 kayıt (commit)
-
-
Greg Ward yazdı
-
- 04 Nis, 2000 1 kayıt (commit)
-
-
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.
-