COMMITS
/ Misc/python-mode.el July 6, 2001
B
(py-version): Hopefully fixed my XEmacs settings so this doesn't get
Barry Warsaw committed
B
(py-continuation-offset): Update docstring to describe that this
Barry Warsaw committed
June 19, 2001
B
(python-font-lock-keywords): Add "yield" as a keyword to support the
Barry Warsaw committed
June 18, 2001
B
(py-continuation-offset): New variable which controls how much to
Barry Warsaw committed
April 11, 2001
B
(py-pdbtrack-track-stack-file): On Ken's suggestion, add "pdbtrack:"
Barry Warsaw committed
B
intermediate
Barry Warsaw committed
February 24, 2001
B
(py-parse-state): Teach python-mode how to scan code which follows
Barry Warsaw committed
February 20, 2001
B
(py-execute-region): This one's easy... kill the temporary file's
Barry Warsaw committed
December 27, 2000
B
(python-font-lock-keywords): Add highlighting of `as' as a keyword,
Barry Warsaw committed
October 27, 2000
B
(py-goto-beginning-of-tqs): When searching backwards for the matching
Barry Warsaw committed
June 23, 2000
B
(py-execute-region): Make sure the new temporary buffer is current for
Barry Warsaw committed
May 23, 2000
B
(py-execute-region): Based on suggestions by Francois Pinard and Skip
Barry Warsaw committed
August 10, 1999
B
(py-shell): Set the default shell if not set yet. It's sometimes
Barry Warsaw committed
July 28, 1999
B
A few minor Customize changes:
Barry Warsaw committed
B
(python-mode): Set which interpreter (CPython or JPython) to use the
Barry Warsaw committed
July 27, 1999
B
(py-beginning-of-def-or-class): Only move to match-beginning if the
Barry Warsaw committed
June 3, 1999
B
(py-statement-closes-block-p): py-goto-initial-line could leave us in
Barry Warsaw committed
May 24, 1999
B
(py-electric-backspace): I'm not sure this function should be special
Barry Warsaw committed
B
(py-parse-state): When running under Emacs -- which doesn't have
Barry Warsaw committed
B
(py-statement-closes-block-p): Add a py-goto-initial-line which fixes
Barry Warsaw committed
February 16, 1999
B
(py-shell): Added optional argprompt, which will prompt for additional
Barry Warsaw committed
B
(py-default-interpreter): New variable which selects whether CPython
Barry Warsaw committed
January 21, 1999
B
(py-mode-map): Add back force of RET (aka C-m) to
Barry Warsaw committed
January 19, 1999
B
(py-mode-map): Removed special bindings for C-m and C-j to
Barry Warsaw committed
January 18, 1999
B
(py-narrow-to-defun): New command (bound to C-x n d) which mimics the
Barry Warsaw committed
January 15, 1999
B
(py-electric-delete): Implement the XEmacs 21 blessed way of checking
Barry Warsaw committed
January 9, 1999
B
(py-outdent-p): Short circuit infloop for illegal construct
Barry Warsaw committed
December 15, 1998
B
(py-goto-beginning-of-tqs): Finds the beginning of the triple quoted
Barry Warsaw committed
November 20, 1998
B
(py-execute-region): Hack around the different behavior and switch
Barry Warsaw committed
November 17, 1998
B
(py-execute-region): Patch by Hunter Kelly so that execution uses the
Barry Warsaw committed
October 28, 1998
B
(py-imenu-method-regexp): Fix suggested by Daniel Calvelo to
Barry Warsaw committed
B
#XEmacs 21 now supports Imenu, so I am able to test (and fix) some
Barry Warsaw committed
October 27, 1998
B
#Some minor changes in the commentary, obstensibly to test the new
Barry Warsaw committed
B
#Fixed some typos in docstrings.
Barry Warsaw committed
September 25, 1998
B
(py-comint-output-filter-function): Horrible kludgearound for making
Barry Warsaw committed
B
(py-guess-indent-offset): Only print message about py-indent-offset
Barry Warsaw committed
September 24, 1998
B
(py-execute-file, py-execute-import-or-reload): Use a Python `raw'
Barry Warsaw committed
September 22, 1998
B
(py-block-comment-prefix): Remove trailing space. Also explain that
Barry Warsaw committed
September 14, 1998
B
#Code rearranging to quiet byte-compiler
Barry Warsaw committed
August 29, 1998
B
(py-in-literal): How'd this get through? c-point => py-point
Barry Warsaw committed
August 20, 1998
B
Update commentary. For most stuff, point people to the web page
Barry Warsaw committed
B
(py-shell-map): New variable contains the keymap used in *Python*
Barry Warsaw committed
B
(py-shell): comint-output-filter-functions is already buffer-local
Barry Warsaw committed
B
(py-process-filter): Deleted this function. In order to fix
Barry Warsaw committed
August 18, 1998
B
(imenu-example--create-python-index-engine): Fix nesting breakage when
Barry Warsaw committed
August 10, 1998
B
(imenu-example--python-method-regexp): Patch from Christian Tanzer:
Barry Warsaw committed
B
(py-compute-indentation): Changes to the `t' condition which affect
Barry Warsaw committed
B
#Typos from previous checkin
Barry Warsaw committed
B
Huge number of docstring changes, typo fixes, rewordings, GNU standard
Barry Warsaw committed
August 7, 1998
B
(py-execute-region): When temp-names are broken (Emacs 19.34), a
Barry Warsaw committed