- 21 Ara, 2009 1 kayıt (commit)
-
-
Tarek Ziadé yazdı
-
- 24 Eki, 2009 2 kayıt (commit)
-
-
Tarek Ziadé yazdı
-
Tarek Ziadé yazdı
-
- 03 Tem, 2009 1 kayıt (commit)
-
-
Tarek Ziadé yazdı
-
- 25 Ock, 2009 1 kayıt (commit)
-
-
Tarek Ziadé yazdı
-
- 17 Agu, 2008 1 kayıt (commit)
-
-
Brett Cannon yazdı
-
- 23 Şub, 2008 1 kayıt (commit)
-
-
Christian Heimes yazdı
-
- 01 Haz, 2007 1 kayıt (commit)
-
-
Neal Norwitz yazdı
even if package_dir is empty. This needs to be backported. I'm too tired tonight. It would be great if someone backports this if the buildbots are ok with it. Otherwise, I will try to get to it tomorrow.
-
- 10 Kas, 2004 1 kayıt (commit)
-
-
Martin v. Löwis yazdı
-
- 18 Haz, 2004 1 kayıt (commit)
-
-
Sjoerd Mullender yazdı
immediately (since None is not a sequence you can iterate over).
-
- 17 Haz, 2004 1 kayıt (commit)
-
-
Fred Drake yazdı
-
- 11 Haz, 2004 1 kayıt (commit)
-
-
Fred Drake yazdı
This is basically the support for package data from Phillip Eby's setuptools package. I've changed it only to fit it into the core implementation rather than to live in subclasses, and added documentation.
-
- 28 Şub, 2003 1 kayıt (commit)
-
-
Andrew M. Kuchling 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 2 kayıt (commit)
-
-
Jeremy Hylton yazdı
-
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.
-
- 04 Nis, 2002 2 kayıt (commit)
-
-
Tim Peters yazdı
-
Tim Peters yazdı
-
- 01 Şub, 2002 1 kayıt (commit)
-
-
Thomas Heller yazdı
local conventions before being used by build_py. Fixes SF bug #509288, probably a candidate for 2.2.1
-
- 06 Ara, 2001 1 kayıt (commit)
-
-
Fred Drake yazdı
-
- 02 Eki, 2000 1 kayıt (commit)
-
-
Greg Ward yazdı
by default (since compiling at install time works just fine). Details: - added 'compile' and 'optimize' options - added 'byte_compile()' method - changed 'get_outputs()' so it includes bytecode files A lot of the code added is very similar to code in install_lib.py; would be nice to factor it out further.
-
- 30 Eyl, 2000 2 kayıt (commit)
- 25 Eyl, 2000 1 kayıt (commit)
-
-
Greg Ward yazdı
-
- 06 Eyl, 2000 1 kayıt (commit)
-
-
Greg Ward yazdı
-
- 29 Agu, 2000 1 kayıt (commit)
-
-
Greg Ward yazdı
Changed 'core.setup()' so it sets them to reasonable defaults. Tweaked how the "usage" string is generated: 'core' now provides 'gen_usage()', which is used instead of 'USAGE'. Modified "build_py" and "sdist" commands to refer to 'self.distribution.script_name' rather than 'sys.argv[0]'.
-
- 15 Agu, 2000 1 kayıt (commit)
-
-
Greg Ward yazdı
represents packages as strings, not tuples. This allowed a simplification in 'get_package_dir()', too -- can now assume that 'package' is a string.
-
- 04 Haz, 2000 1 kayıt (commit)
-
-
Greg Ward yazdı
(and in order to generate a more sensible error message cleanly).
-
- 26 May, 2000 1 kayıt (commit)
-
-
Greg Ward yazdı
attempt to verify the bold assertions in the documentation): * entries for the "root package" in 'package_dir' didn't work -- fixed by improving the fall-through code in 'get_package_dir()' * __init__.py files weren't installed when modules-in-packages were listed individually (ie. in 'py_modules' in the setup script); fixed by making 'check_package()' return the name of the __init__ file if it exists, and making 'find_modules()' add an entry to the module list for __init__ if applicable
-
- 25 May, 2000 1 kayıt (commit)
-
-
Greg Ward yazdı
-
- 10 Nis, 2000 2 kayıt (commit)
- 29 Mar, 2000 1 kayıt (commit)
-
-
Greg Ward yazdı
A host of improvements in preparation for the 'bdist' command: - added 'get_outputs()' method (all the other improvements were to support this addition) - made 'find_package_modules()' and 'find_modules()' return similar values (list of (package, module, module_filename) tuples) - factored 'find_all_modules()' out of 'get_source_files()' (needed by 'get_outputs()') - factored 'get_module_outfile()' out of 'build_module()' (also needed by 'get_outputs()') - various little tweaks, improvements, comment/doc updates
-
- 03 Mar, 2000 1 kayıt (commit)
-
-
Greg Ward yazdı
-
- 02 Mar, 2000 1 kayıt (commit)
-
-
Greg Ward yazdı
-
- 01 Mar, 2000 1 kayıt (commit)
-
-
Greg Ward yazdı
-
- 18 Şub, 2000 3 kayıt (commit)