1. 21 Ara, 2009 1 kayıt (commit)
  2. 24 Eki, 2009 2 kayıt (commit)
  3. 03 Tem, 2009 1 kayıt (commit)
  4. 25 Ock, 2009 1 kayıt (commit)
  5. 17 Agu, 2008 1 kayıt (commit)
  6. 23 Şub, 2008 1 kayıt (commit)
  7. 01 Haz, 2007 1 kayıt (commit)
  8. 10 Kas, 2004 1 kayıt (commit)
  9. 18 Haz, 2004 1 kayıt (commit)
  10. 17 Haz, 2004 1 kayıt (commit)
  11. 11 Haz, 2004 1 kayıt (commit)
    • Fred Drake's avatar
      Add support for package data. · 0eb32a65
      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.
      0eb32a65
  12. 28 Şub, 2003 1 kayıt (commit)
  13. 19 Kas, 2002 1 kayıt (commit)
  14. 14 Kas, 2002 1 kayıt (commit)
  15. 04 Haz, 2002 2 kayıt (commit)
    • Jeremy Hylton's avatar
      Make None return explicit · 11a52708
      Jeremy Hylton yazdı
      11a52708
    • 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
  16. 04 Nis, 2002 2 kayıt (commit)
  17. 01 Şub, 2002 1 kayıt (commit)
  18. 06 Ara, 2001 1 kayıt (commit)
  19. 02 Eki, 2000 1 kayıt (commit)
    • Greg Ward's avatar
      Added the ability to do byte-compilation at build time, currently off · 73a6c942
      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.
      73a6c942
  20. 30 Eyl, 2000 2 kayıt (commit)
  21. 25 Eyl, 2000 1 kayıt (commit)
  22. 06 Eyl, 2000 1 kayıt (commit)
  23. 29 Agu, 2000 1 kayıt (commit)
    • Greg Ward's avatar
      Added 'script_name' and 'script_args' instance attributes to Distribution. · 9821bf4e
      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]'.
      9821bf4e
  24. 15 Agu, 2000 1 kayıt (commit)
  25. 04 Haz, 2000 1 kayıt (commit)
  26. 26 May, 2000 1 kayıt (commit)
    • Greg Ward's avatar
      Fixed a couple of long-hidden bugs (amazing what you find when you · 8bbba17d
      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
      8bbba17d
  27. 25 May, 2000 1 kayıt (commit)
  28. 10 Nis, 2000 2 kayıt (commit)
  29. 29 Mar, 2000 1 kayıt (commit)
    • Greg Ward's avatar
      Deleted some crufty comments and code. · 8b2e95ed
      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
      8b2e95ed
  30. 03 Mar, 2000 1 kayıt (commit)
  31. 02 Mar, 2000 1 kayıt (commit)
  32. 01 Mar, 2000 1 kayıt (commit)
  33. 18 Şub, 2000 3 kayıt (commit)