1. 03 Dec, 1997 5 commits
    • Barry Warsaw's avatar
      (py-jump-on-exception): Variable which if t, means that if an · 4ecd031e
      Barry Warsaw authored
      exception occurs in a synchronous Python subprocess, the mode will
      automatically jump to the innermost exception.
      4ecd031e
    • Barry Warsaw's avatar
      Removed redundant eval-when-compile. · 125cf9ed
      Barry Warsaw authored
      (python-mode): Conditionalize imenu initializations to when we can
      safely require imenu.  Under Emacs this should prevent python-mode
      from hosing the global value of imenu-create-index-function and
      messing things up for all other modes.  Problem identified by
      Christian Egli.
      
      (py-describe-mode): py-delete-char => py-electric-backspace.  Given by
      Christian Egli.
      125cf9ed
    • Fred Drake's avatar
      The biggie: changed the funcdesc environments used for opcode descriptions · cec64510
      Fred Drake authored
      to use the opcodedesc environment.
      
      Changed a \code{} to a \file{} near the start where a file is referenced.
      
      Fixed a typo:  "on" --> "one" in ROT_THREE description.
      
      Wherever opcodes were referenced by name, use \code{OPCODE_NAME}; usage was
      inconsistent.  Ideally, another macro would be defined since these don't
      represent code a programmer would type, but that's minor even for me.  It'll
      probably get converted automatically in the SGML conversion project.  Whether
      that matters or not isn't relevant at this point.
      cec64510
    • Fred Drake's avatar
      Added environment for defining PyVM instructions. This is only used in · 7be205b5
      Fred Drake authored
      the libdis.tex file I'm about to check in.
      
      I'm not sure this is really an optimal solution yet, but it may be the best
      alternative.  It avoids describing the instructions as either data items or
      functions.
      
      This change was discussed with Guido.  (Guido:  Take a look at the LaTeX
      output for this; if this is reasonable I'll go ahead and update the perl
      code in myformat.perl to match.)
      7be205b5
    • Guido van Rossum's avatar
      Change the default repr() and str() of class instance objects to look · 57afbfe2
      Guido van Rossum authored
      like <modulename.classname instance at ...> (to match the repr() of
      class objects.
      57afbfe2
  2. 02 Dec, 1997 31 commits
  3. 01 Dec, 1997 4 commits