1. 14 Aug, 1999 4 commits
  2. 10 Aug, 1999 1 commit
    • Greg Ward's avatar
      Allow comment characters (#) to be escaped: · 8c9d0320
      Greg Ward authored
        - did away with 'comment_re' option -- it's just not that simple anymore
        - heavily revised the main logic in 'readline()' to accomodate this
      Beefed up 'warn()': 'line' can be list or tuple, and 'msg' is
        automatically converted to a string.
      8c9d0320
  3. 10 Jul, 1999 4 commits
  4. 08 Jun, 1999 4 commits
  5. 02 May, 1999 2 commits
    • Greg Ward's avatar
      The 'copy_file()' and 'copy_tree()' functions in util.py now have · 8e849283
      Greg Ward authored
      meaningful return values: respectively, whether the copy was done, and
      the list of files that were copied.  This meant some trivial changes in
      core.py as well: the Command methods that mirror 'copy_file()' and
      'copy_tree()' have to pass on their return values.
      8e849283
    • Greg Ward's avatar
      Rearranged things so that compilation of .py files is the responsibility · 4da83200
      Greg Ward authored
      of the 'install_py' command rather than 'build_py'.  Obviously, this
      meant that the 'build_py' and 'install_py' modules had to change; less
      obviously, so did 'install' and 'build', since these higher-level
      commands must make options available to control the lower-level
      commands, and some compilation-related options had to migrate with the
      code.
      4da83200
  6. 15 Apr, 1999 1 commit
  7. 04 Apr, 1999 3 commits
  8. 29 Mar, 1999 1 commit
  9. 26 Mar, 1999 1 commit
  10. 23 Mar, 1999 1 commit
  11. 22 Mar, 1999 3 commits
  12. 08 Mar, 1999 1 commit
  13. 18 Jan, 1999 1 commit
  14. 13 Jan, 1999 1 commit
  15. 11 Jan, 1999 1 commit
  16. 06 Jan, 1999 2 commits
  17. 22 Dec, 1998 1 commit
  18. 18 Dec, 1998 2 commits