1. 04 Şub, 1998 2 kayıt (commit)
  2. 03 Şub, 1998 1 kayıt (commit)
  3. 02 Şub, 1998 2 kayıt (commit)
  4. 31 Ock, 1998 5 kayıt (commit)
  5. 30 Ock, 1998 1 kayıt (commit)
  6. 29 Ock, 1998 7 kayıt (commit)
  7. 28 Ock, 1998 2 kayıt (commit)
  8. 27 Ock, 1998 3 kayıt (commit)
  9. 26 Ock, 1998 4 kayıt (commit)
  10. 22 Ock, 1998 10 kayıt (commit)
  11. 21 Ock, 1998 3 kayıt (commit)
    • Barry Warsaw's avatar
      (py-outdent-p): When looking at the previous line, watch out for · f06777dd
      Barry Warsaw yazdı
      continuation lines.  This fixes this bug report, reported by Frank
      Stajano.
      
      # But if I split the "raise" line and reindent, the else WRONGLY goes up a
      # level (?!?)
      
      while condition1:
          if condition2:
              raise error3, \
                    moreInfo4
      else: # meant to close "if condition2"
          action5()
      f06777dd
    • Barry Warsaw's avatar
      9ec9fbc3
    • Barry Warsaw's avatar
      (py-mode-map): Add a binding of C-m to py-newline-and-indent. This is · 82aecb9d
      Barry Warsaw yazdı
      a religious issue: RMS decrees that the Enter (RET) key should just do
      a newline and a LFD (C-j) should do a newline and indent (i.e. the
      python-mode version of this).  Almost everyone I know disagrees and
      finds that RET should do newline and indent.  Almost everyone hacks
      their modes to do this, if they know how.  Because it's hard for
      newbies to figure out how to do this, and because most DOS keyboards
      lack a LFD (leaving users to the more obscure C-j), I think it makes
      better sense to add this default binding.
      82aecb9d