1. 31 May, 2000 4 commits
  2. 30 May, 2000 6 commits
  3. 28 May, 2000 5 commits
  4. 27 May, 2000 7 commits
  5. 26 May, 2000 4 commits
    • Greg Ward's avatar
      Rene Liebscher: check if the extension file (.so or .pyd) is · b960e574
      Greg Ward authored
      up-to-date with respect to the source files; that way, we
      don't needlessly rebuild just because object files go away.
      b960e574
    • Greg Ward's avatar
      Factored out code for extracting-or-creating one of the option · bab7e258
      Greg Ward authored
        dictionaries in 'self.command_options' to 'get_option_dict()'.
      Simplified code in 'parse_config_files()' and 'parse_command_line()'
        accordingly.
      Fixed code in constructor that processes the 'options' dictionary
        from the setup script so it actually works: uses the new
        'self.command_options' dictionary rather than creating command
        objects and calling 'set_option()' on them.
      bab7e258
    • Greg Ward's avatar
      Added the DEBUG global (set from the DISTUTILS_DEBUG environment variable). · a9e47e47
      Greg Ward authored
      Changed the exception-handling code in 'setup()' to re-raise exceptions
        if DEBUG is true.
      a9e47e47
    • Greg Ward's avatar
      Fixed a couple of long-hidden bugs (amazing what you find when you · 514f94d0
      Greg Ward authored
      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
      514f94d0
  6. 25 May, 2000 8 commits
  7. 23 May, 2000 6 commits