2
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Jul 31, 2025 — Jul 31, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
(py-honor-comment-indentation, py-compute-indentation): Fix the More... over 24 years ago
Once again, attempt to preserve $Revision$ More... about 25 years ago
(py-version): Hopefully fixed my XEmacs settings so this doesn't get More... about 25 years ago
(py-continuation-offset): Update docstring to describe that this More... about 25 years ago
(python-font-lock-keywords): Add "yield" as a keyword to support the More... about 25 years ago
(py-continuation-offset): New variable which controls how much to More... about 25 years ago
(py-pdbtrack-track-stack-file): On Ken's suggestion, add "pdbtrack:" More... over 25 years ago
Bumping to version 4.0 since we now support only XEmacs 21.1 and Emacs More... over 25 years ago
intermediate More... over 25 years ago
(py-parse-state): Teach python-mode how to scan code which follows More... over 25 years ago
(py-execute-region): This one's easy... kill the temporary file's More... over 25 years ago
(python-font-lock-keywords): Add highlighting of `as' as a keyword, More... over 25 years ago
(py-goto-beginning-of-tqs): When searching backwards for the matching More... almost 26 years ago
(py-execute-region): Make sure the new temporary buffer is current for More... about 26 years ago
(py-execute-region): Based on suggestions by Francois Pinard and Skip More... about 26 years ago
(py-shell): Set the default shell if not set yet. It's sometimes More... almost 27 years ago
A few minor Customize changes: More... about 27 years ago
(python-mode): Set which interpreter (CPython or JPython) to use the More... about 27 years ago
(py-beginning-of-def-or-class): Only move to match-beginning if the More... about 27 years ago
(py-statement-closes-block-p): py-goto-initial-line could leave us in More... about 27 years ago
(py-electric-backspace): I'm not sure this function should be special More... about 27 years ago
(py-parse-state): When running under Emacs -- which doesn't have More... about 27 years ago
(py-statement-closes-block-p): Add a py-goto-initial-line which fixes More... about 27 years ago
(py-shell): Added optional argprompt, which will prompt for additional More... over 27 years ago
(py-default-interpreter): New variable which selects whether CPython More... over 27 years ago
(py-mode-map): Add back force of RET (aka C-m) to More... over 27 years ago
(py-mode-map): Removed special bindings for C-m and C-j to More... over 27 years ago
(py-narrow-to-defun): New command (bound to C-x n d) which mimics the More... over 27 years ago
(py-electric-delete): Implement the XEmacs 21 blessed way of checking More... over 27 years ago
(py-outdent-p): Short circuit infloop for illegal construct More... over 27 years ago