1. 27 Aug, 1998 3 commits
    • Guido van Rossum's avatar
      Don't release the interpreter lock around PyParser_ParseFile(). · 53195c1a
      Guido van Rossum authored
      It is needed so that tokenizer.c can use PySys_WriteStderr().
      53195c1a
    • Guido van Rossum's avatar
      Changes by Richard Wolff: · b9f48608
      Guido van Rossum authored
      1) I added a command queue which is helpful to me (at least so far) and
         would also allow syntax like 's;s' (step; step) in conjunction with precmd
      2) doc_leader allows the derived class to print a message before the help
         output.  Defaults to current practise of a blank line
      3) nohelp allows one to override the 'No help on' message.  I need
          'Undefined command: "%s".  Try "help".'
      4) Pass line to self.precmd to allow one to do some parsing: change first
         word to lower case, strip out a leading number, whatever.
      5) Pass the result of onecmd and the input line to postcmd.  This allows
         one to ponder the stop result before it is effective.
      6) emptyline() requires a   if self.lastcmd:  conditional because if the
         first command is null (<cr>), you get an infinite recursion with the
         code as it stands.
      b9f48608
    • Jack Jansen's avatar
      Added a note about the buildlibs script. · de57030a
      Jack Jansen authored
      de57030a
  2. 25 Aug, 1998 14 commits
  3. 24 Aug, 1998 6 commits
  4. 23 Aug, 1998 1 commit
  5. 21 Aug, 1998 2 commits
  6. 20 Aug, 1998 10 commits
  7. 19 Aug, 1998 1 commit
  8. 18 Aug, 1998 3 commits