- 26 Kas, 2002 1 kayıt (commit)
-
-
Fred Drake yazdı
-
- 19 Kas, 2002 1 kayıt (commit)
-
-
Andrew M. Kuchling yazdı
suggested by PEP 291.
-
- 04 Eyl, 2001 1 kayıt (commit)
-
-
Andrew M. Kuchling yazdı
Slightly modified version of patch from Jon Nelson (jnelson).
-
- 05 Şub, 2001 1 kayıt (commit)
-
-
Andrew M. Kuchling yazdı
Uche Ogbuji
-
- 28 Ock, 2001 1 kayıt (commit)
-
-
Jack Jansen yazdı
-
- 14 Eki, 2000 1 kayıt (commit)
-
-
Greg Ward yazdı
-
- 30 Eyl, 2000 1 kayıt (commit)
-
-
Greg Ward yazdı
-
- 25 Eyl, 2000 1 kayıt (commit)
-
-
Greg Ward yazdı
-
- 15 Eyl, 2000 1 kayıt (commit)
-
-
Greg Ward yazdı
the sometimes inappropriate warning about where we're installing data files.
-
- 13 Eyl, 2000 1 kayıt (commit)
-
-
Greg Ward yazdı
compilation).
-
- 27 Tem, 2000 1 kayıt (commit)
-
-
Greg Ward yazdı
-
- 24 Haz, 2000 1 kayıt (commit)
-
-
Greg Ward yazdı
Tweaked help text.
-
- 21 Haz, 2000 1 kayıt (commit)
-
-
Greg Ward yazdı
(Bug spotted and originally fixed by Rene Liebscher; fix redone by me.)
-
- 06 Haz, 2000 1 kayıt (commit)
-
-
Greg Ward yazdı
-
- 25 May, 2000 2 kayıt (commit)
-
-
Greg Ward yazdı
-
Greg Ward yazdı
necessary to support it. Details: - build command additionally calls build_scripts - build_scripts builds your scripts in 'build/scripts' and adjusts the first line if it begins with "#!" and ends with "python", optionally ending with commandline options (like -O, -t ...). Adjusting means we write the current path to the Python interpreter in the first line. - install_scripts copies the scripts to the install_scripts dir - install_data copies your data_files in install_data. You can supply individual directories for your data_files: data_files = ['doc/info.txt', # copy this file in install_scripts dir ('testdata', ['a.dat', 'b.dat']), # copy these files in # install_scripts/testdata ('/etc', ['packagerc']), # copy this in /etc. When --root is # given, copy this in rootdir/etc ] So you can use the --root option with absolute data paths.
-
- 13 May, 2000 2 kayıt (commit)
-
-
Gregory P. Smith yazdı
rather than 'data'.
-
Gregory P. Smith yazdı
'get_inputs()'.
-
- 12 May, 2000 3 kayıt (commit)
-
-
Gregory P. Smith yazdı
-
Gregory P. Smith yazdı
-
Gregory P. Smith yazdı
adds the 'install_data' and 'install_scripts' commands; these two are trivial thanks to the 'install_misc' base class in cmd.py. (Minor tweaks and commentary by me; the code is untested so far.)
-