index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Misc
/
python-mode.el
Commit message (
Expand
)
Author
Age
Files
Lines
*
(py-pychecker-run): Use the last pychecker invocation as the default
Barry Warsaw
2002-07-17
1
-1/+3
*
We need to (require 'compile) to guarantee that compile-internal is
Barry Warsaw
2002-07-17
1
-0/+1
*
(py-imenu-create-index-function): Skip over stuff that looks like code
Barry Warsaw
2002-07-16
1
-0/+2
*
(py-pychecker-run): Thomas Heller points out that this function messes
Barry Warsaw
2002-07-16
1
-2/+2
*
(py-goto-statement-below): Watch out for landing in a triple quoted
Barry Warsaw
2002-05-23
1
-3/+4
*
(py-execute-region): Do the blank line skipping inside the
Barry Warsaw
2002-05-12
1
-8/+7
*
Watch out for older XEmacsen for which requiring info-look doesn't
Barry Warsaw
2002-04-30
1
-8/+11
*
(py-comint-output-filter-function): Put the pop-to-buffer call inside
Barry Warsaw
2002-04-26
1
-1/+1
*
Fix typo in the setup of interpreter-mode-alist.
Barry Warsaw
2002-04-25
1
-1/+1
*
SF patch #510288 by Kevin J. Butler, mod'd by Barry. This provides
Barry Warsaw
2002-04-25
1
-7/+121
*
(py-execute-region): Alexander Schmolck points out that leading
Barry Warsaw
2002-04-25
1
-0/+7
*
(py-comint-output-filter-function): Add a pop-to-buffer call so you
Barry Warsaw
2002-04-25
1
-0/+1
*
(py-shell-hook): A new hook variable, run at the end of py-shell.
Barry Warsaw
2002-04-25
1
-0/+14
*
Merge in Skip's last few updates w.r.t. py-help-at-point:
Barry Warsaw
2002-04-22
1
-2/+6
*
Some contributions and ideas by Alexander Schmolck: add a keybinding
Barry Warsaw
2002-04-22
1
-9/+52
*
Skip Montanaro's contribution (slightly mod'd by Barry) to provide a
Barry Warsaw
2002-04-22
1
-4/+54
*
(py-execute-region): If the line at the beginning of the region is a
Barry Warsaw
2002-04-22
1
-6/+11
*
(py-execute-region): If you ran this without having visited a
Barry Warsaw
2002-04-22
1
-45/+23
*
(py-temp-directory): Add /var/tmp to the list of directories this
Barry Warsaw
2002-03-18
1
-3/+4
*
(py-honor-comment-indentation, py-compute-indentation): Fix the
Barry Warsaw
2002-03-15
1
-3/+7
*
(py-version): Hopefully fixed my XEmacs settings so this doesn't get
Barry Warsaw
2001-07-06
1
-1/+1
*
(py-continuation-offset): Update docstring to describe that this
Barry Warsaw
2001-07-06
1
-4/+9
*
(python-font-lock-keywords): Add "yield" as a keyword to support the
Barry Warsaw
2001-06-19
1
-2/+2
*
(py-continuation-offset): New variable which controls how much to
Barry Warsaw
2001-06-18
1
-3/+12
*
(py-pdbtrack-track-stack-file): On Ken's suggestion, add "pdbtrack:"
Barry Warsaw
2001-04-11
1
-3/+3
*
intermediate
Barry Warsaw
2001-04-11
1
-51/+148
*
(py-parse-state): Teach python-mode how to scan code which follows
Barry Warsaw
2001-02-24
1
-3/+11
*
(py-execute-region): This one's easy... kill the temporary file's
Barry Warsaw
2001-02-20
1
-2/+4
*
(python-font-lock-keywords): Add highlighting of `as' as a keyword,
Barry Warsaw
2000-12-27
1
-0/+2
*
(py-goto-beginning-of-tqs): When searching backwards for the matching
Barry Warsaw
2000-10-27
1
-4/+8
*
(py-execute-region): Make sure the new temporary buffer is current for
Barry Warsaw
2000-06-23
1
-3/+4
*
(py-execute-region): Based on suggestions by Francois Pinard and Skip
Barry Warsaw
2000-05-23
1
-4/+25
*
(py-shell): Set the default shell if not set yet. It's sometimes
Barry Warsaw
1999-08-10
1
-0/+3
*
A few minor Customize changes:
Barry Warsaw
1999-07-28
1
-3/+6
*
(python-mode): Set which interpreter (CPython or JPython) to use the
Barry Warsaw
1999-07-28
1
-18/+21
*
(py-beginning-of-def-or-class): Only move to match-beginning if the
Barry Warsaw
1999-07-27
1
-2/+2
*
(py-statement-closes-block-p): py-goto-initial-line could leave us in
Barry Warsaw
1999-06-03
1
-2/+2
*
(py-electric-backspace): I'm not sure this function should be special
Barry Warsaw
1999-05-24
1
-4/+5
*
(py-parse-state): When running under Emacs -- which doesn't have
Barry Warsaw
1999-05-24
1
-1/+7
*
(py-statement-closes-block-p): Add a py-goto-initial-line which fixes
Barry Warsaw
1999-05-24
1
-0/+1
*
(py-shell): Added optional argprompt, which will prompt for additional
Barry Warsaw
1999-02-16
1
-12/+30
*
(py-default-interpreter): New variable which selects whether CPython
Barry Warsaw
1999-02-16
1
-2/+32
*
(py-mode-map): Add back force of RET (aka C-m) to
Barry Warsaw
1999-01-21
1
-0/+9
*
(py-mode-map): Removed special bindings for C-m and C-j to
Barry Warsaw
1999-01-19
1
-3/+0
*
(py-narrow-to-defun): New command (bound to C-x n d) which mimics the
Barry Warsaw
1999-01-18
1
-0/+15
*
(py-electric-delete): Implement the XEmacs 21 blessed way of checking
Barry Warsaw
1999-01-15
1
-3/+4
*
(py-outdent-p): Short circuit infloop for illegal construct
Barry Warsaw
1999-01-09
1
-0/+2
*
(py-goto-beginning-of-tqs): Finds the beginning of the triple quoted
Barry Warsaw
1998-12-15
1
-11/+28
*
(py-execute-region): Hack around the different behavior and switch
Barry Warsaw
1998-11-20
1
-14/+21
*
(py-execute-region): Patch by Hunter Kelly so that execution uses the
Barry Warsaw
1998-11-17
1
-4/+4
[next]