1. 10 Mar, 2000 35 commits
  2. 09 Mar, 2000 3 commits
  3. 08 Mar, 2000 2 commits
    • Jack Jansen's avatar
      Handles were never disposed. Added an AutoDispose(onoff) method to control this. · add03b62
      Jack Jansen authored
      Also added a Handle() function which is like Resource() but has auto-dispose on by default.
      add03b62
    • Barry Warsaw's avatar
      A bunch of changes, primarily to command line argument parsing · a17e0f1b
      Barry Warsaw authored
      (inspired by Detlef Lannert).  Specifically,
      
          -k/--keyword no longer takes an optional argument to clear the
          default keywords.  Instead, use -K/--no-default-keywords to clear
          them.
      
          -n/--add-location also no longer takes an optional argument to set
          the comment style.  Instead, use -S/--style to set the comment
          style to GNU or Solaris.
      
          -o/--output can take `-' as the filename, meaning write to
          standard output.
      
          The inputfile name can also be `-' meaning read from standard in.
      
      A few other changes include
      
          Kludge to mark the file docstring as translatable.  Since the
          marking is to place _() around the docstring, and because we
          actually have to define the _() function before we use it, this
          means that we have to manually assign to __doc__ the output of
          _().  This doesn't seem too bad because you'll only use this idiom
          when translating a script's docstring (you really don't need to
          translate most module docstrings).
      
          Convert everything to string methods and do not import the string
          module.
      
          Bump the version number to 1.1
      a17e0f1b