1. 25 Nis, 2002 7 kayıt (commit)
  2. 24 Nis, 2002 3 kayıt (commit)
  3. 23 Nis, 2002 27 kayıt (commit)
  4. 22 Nis, 2002 3 kayıt (commit)
    • Barry Warsaw's avatar
      Merge in Skip's last few updates w.r.t. py-help-at-point: · 0494955b
      Barry Warsaw yazdı
      (py-mode-map): Bind py-help-at-point to f1 as well as C-c C-h
      
      (py-help-at-point): Make sure the symbol is quoted so things like
      pydoc.help('sys.platform') work correctly.  Also, leave the *Python
      Output* buffer in help-mode; this may be a bit more controversial.
      0494955b
    • Barry Warsaw's avatar
      Some contributions and ideas by Alexander Schmolck: add a keybinding · 29a90f0a
      Barry Warsaw yazdı
      to call pychecker on the current file, add a face for pseudo
      keywords self, None, True, False, and Ellipsis.  Specifically,
      
      (py-pychecker-command, py-pychecker-command-args): New variables.
      
      (py-pseudo-keyword-face): New face variable, defaulting to a copy of
      font-lock-keyword-face.
      
      (python-font-lock-keywords): Add an entry for self, None, True, False,
      Ellipsis to be rendered in py-pseudo-keyword-face.
      
      (py-pychecker-history): New variable.
      
      (py-mode-map): Bind C-c C-w to py-pychecker-run.
      
      (py-pychecker-run): New command.
      29a90f0a
    • Tim Peters's avatar
      unicode_memchr(): Squashed gratuitous int-vs-size_t mismatch (which · 030a5ceb
      Tim Peters yazdı
      gives a compiler wng under MSVC because of the resulting signed-vs-
      unsigned comparison).
      030a5ceb