1. 31 Jan, 1998 1 commit
  2. 30 Jan, 1998 1 commit
  3. 29 Jan, 1998 7 commits
  4. 28 Jan, 1998 2 commits
  5. 27 Jan, 1998 3 commits
  6. 26 Jan, 1998 4 commits
  7. 22 Jan, 1998 10 commits
  8. 21 Jan, 1998 9 commits
  9. 20 Jan, 1998 3 commits
    • Barry Warsaw's avatar
      (py-compute-indentation): In the most common case, where indentation · c210e699
      Barry Warsaw authored
      is based on the line above, watch out for landing inside a triple
      quoted string.  In this case, use iterative search +
      parse-partial-sexp backwards to find the beginning of the string.
      
      Note this does affect performance, but very little in the common cases
      (I hope).  It could be made *much* faster by adding Emacs and XEmacs
      dependent code -- different code naturally.  :-(
      
      Fixes the following reported bug:
      
      if len(sys.argv) >= 6:
          # More lines here
          fptr = open('/etc/hosts', 'w')
          fptr.write("""# /etc/hosts -- autocreated by /etc/ppp/ip-up
      #
      # Address from pppd
      %-15s	%s
      
      # For loopbacking
      127.0.0.1	localhost
      
      255.255.255.255	broadcast
      """ % (ipaddr, ipname) )
      
      os.chmod('/etc/hosts', 0644)
      c210e699
    • Barry Warsaw's avatar
      (py-master-file): New buffer-local variable which can be set in the · c0ecb531
      Barry Warsaw authored
      file local variable section of a file.  When set, and the user hits
      C-c C-c, this file gets executed instead of the buffer's file.  Idea
      given by Roy Dragseth <royd@math.uit.no>, but implemented differently.
      
      (py-execute-buffer): Support py-master-file variable.  If this names a
      relative path, default-directory is prepended via expand-file-name.
      c0ecb531
    • Fred Drake's avatar
      Added a bunch of "concept" index entries. · 61b04526
      Fred Drake authored
      Use trailing "()" on function names in running text.
      61b04526