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
*
Sync with python-mode project. Adds two changes:
Skip Montanaro
2003-12-18
1
-5/+47
*
delete the f1 key binding. py-help-at-point is still available @ C-c C-h.
Skip Montanaro
2003-08-01
1
-1/+0
*
make pending-delete/delete-selection mode work with py-electric-colon
Skip Montanaro
2003-08-01
1
-2/+4
*
tweak to py-fill-paragraph - problem noted by John Lee and correction
Skip Montanaro
2003-07-31
1
-1/+1
*
Remove short-circuitying grubbing by using last grubbed buffer. It's
Ken Manheimer
2003-06-17
1
-9/+5
*
Slightly more lenient pdbtrack prompt recognition, for people who use
Ken Manheimer
2003-05-01
1
-1/+1
*
Allow for multiple parens around pdb prompt for (new) nested debugging
Ken Manheimer
2003-05-01
1
-4/+4
*
py-pdbtrack-grub-for-buffer(): Rectified some logic errors i
Ken Manheimer
2003-03-03
1
-6/+18
*
Guard advancing past leading meta-comments.
Ken Manheimer
2003-03-03
1
-4/+6
*
Enhanced pdbtrack to provide for source code that's not findable by
Ken Manheimer
2003-03-03
1
-29/+105
*
Bernhard Herzog's paragraph and string-filling code. I've been using it for
Skip Montanaro
2002-12-31
1
-0/+152
*
(py-parse-state-re): Remove the "if" from the regular expression.
Barry Warsaw
2002-10-21
1
-1/+1
*
(py-pychecker-run): Fix calculation of last command to include the
Barry Warsaw
2002-09-28
1
-3/+8
*
(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
[next]