1. 08 Eyl, 1999 7 kayıt (commit)
    • Barry Warsaw's avatar
      call_trace(): A fix for PR#73, if an exception occurred in the · f6202635
      Barry Warsaw yazdı
      tracefunc (or profilefunc -- we're not sure which), zap the global
      trace and profile funcs so that we can't get into recursive loop when
      instantiating the resulting class based exception.
      f6202635
    • Greg Ward's avatar
      Changed to reflect the new "command options" regime -- in particular, · 71eb8644
      Greg Ward yazdı
      we no longer explicitly pull distribution options out of our Distribution
      object, but rather let the Distribution put them into the command object.
      71eb8644
    • Greg Ward's avatar
      Careful rethink of command options, distribution options, distribution · 42926ddc
      Greg Ward yazdı
        attributes, etc.  Biggest change was to the Distribution constructor
        -- it now looks for an 'options' attribute, which contains values
        (options) that are explicitly farmed out to the commands.  Also,
        certain options supplied to Distribution (ie. in the 'setup()' call in
        setup.py) are now "command option aliases", meaning they are dropped
        right into a certain command rather than being distribution options.
        This is handled by a new Distribution class attribute,
        'alias_options'.
      Various comment changes to reflect the new way-of-thinking.
      Added 'get_command_name()' method to Command -- was assuming its
        existence all along as 'command_name()', so changed the code that
        needs it to call 'get_command_name()'.
      42926ddc
    • Greg Ward's avatar
      Ditched redundant docstrings and comments (overlap with ccompiler.py). · 3d50b908
      Greg Ward yazdı
      Ditched redundant '_gen_preprocess_options()' and '_gen_lib_options()'
        -- now provided by ccompiler.py.
      Fixed some filename extension variables -- added missing period.
      Cosmetic tweaks.
      3d50b908
    • Greg Ward's avatar
      Ditched '_gen_preprocess_options()' and '_gen_lib_options()' -- they're · c294113f
      Greg Ward yazdı
        now provided (minus the leading underscore) by the ccompiler module.
      Fix 'compile()' to return the list of object files generated.
      Cosmetic tweaks/delete cruft.
      c294113f
    • Greg Ward's avatar
      os.name is "posix" or "nt" or we don't care. · f7a39eca
      Greg Ward yazdı
      Added big comment about the kludginess of passing 'build_options'
        to the link methods and how to fix it.
      Added 'gen_preprocess_options()' and 'gen_lib_options()' convenience
        functions -- the two cases are very similar for Unix C Compilers and
        VC++, so I figured I might as well unify the implementations.
      f7a39eca
    • Greg Ward's avatar
      [from 1999/08/28] · a4d132a8
      Greg Ward yazdı
      Apparently os.name is "nt" or "posix" or we don't care.
      Cosmetic tweaks.
      a4d132a8
  2. 07 Eyl, 1999 1 kayıt (commit)
  3. 06 Eyl, 1999 1 kayıt (commit)
  4. 03 Eyl, 1999 1 kayıt (commit)
  5. 02 Eyl, 1999 1 kayıt (commit)
  6. 29 Agu, 1999 9 kayıt (commit)
  7. 27 Agu, 1999 3 kayıt (commit)
  8. 26 Agu, 1999 14 kayıt (commit)
  9. 24 Agu, 1999 3 kayıt (commit)