| Commit message (Expand) | Author | Age | Files | Lines |
* | (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 |
|
|
* | (py-imenu-method-regexp): Fix suggested by Daniel Calvelo to | Barry Warsaw | 1998-10-28 | 1 | -2/+6 |
|
|
* | #XEmacs 21 now supports Imenu, so I am able to test (and fix) some | Barry Warsaw | 1998-10-28 | 1 | -92/+73 |
|
|
* | #Some minor changes in the commentary, obstensibly to test the new | Barry Warsaw | 1998-10-27 | 1 | -8/+9 |
|
|
* | #Fixed some typos in docstrings. | Barry Warsaw | 1998-10-27 | 1 | -6/+6 |
|
|
* | (py-comint-output-filter-function): Horrible kludgearound for making | Barry Warsaw | 1998-09-25 | 1 | -1/+4 |
|
|
* | (py-guess-indent-offset): Only print message about py-indent-offset | Barry Warsaw | 1998-09-25 | 1 | -3/+4 |
|
|
* | (py-execute-file, py-execute-import-or-reload): Use a Python `raw' | Barry Warsaw | 1998-09-24 | 1 | -2/+2 |
|
|
* | (py-block-comment-prefix): Remove trailing space. Also explain that | Barry Warsaw | 1998-09-22 | 1 | -4/+5 |
|
|
* | #Code rearranging to quiet byte-compiler | Barry Warsaw | 1998-09-14 | 1 | -88/+88 |
|
|
* | (py-in-literal): How'd this get through? c-point => py-point | Barry Warsaw | 1998-08-29 | 1 | -1/+1 |
|
|
* | Update commentary. For most stuff, point people to the web page | Barry Warsaw | 1998-08-20 | 1 | -58/+18 |
|
|
* | (py-shell-map): New variable contains the keymap used in *Python* | Barry Warsaw | 1998-08-20 | 1 | -5/+12 |
|
|
* | (py-shell): comint-output-filter-functions is already buffer-local | Barry Warsaw | 1998-08-20 | 1 | -1/+0 |
|
|
* | (py-process-filter): Deleted this function. In order to fix | Barry Warsaw | 1998-08-20 | 1 | -116/+16 |
|
|
* | (imenu-example--create-python-index-engine): Fix nesting breakage when | Barry Warsaw | 1998-08-18 | 1 | -0/+2 |
|
|
* | (imenu-example--python-method-regexp): Patch from Christian Tanzer: | Barry Warsaw | 1998-08-10 | 1 | -1/+1 |
|
|
* | (py-compute-indentation): Changes to the `t' condition which affect | Barry Warsaw | 1998-08-10 | 1 | -9/+15 |
|
|
* | #Typos from previous checkin | Barry Warsaw | 1998-08-10 | 1 | -2/+2 |
|
|
* | Huge number of docstring changes, typo fixes, rewordings, GNU standard | Barry Warsaw | 1998-08-10 | 1 | -186/+234 |
|
|
* | (py-execute-region): When temp-names are broken (Emacs 19.34), a | Barry Warsaw | 1998-08-07 | 1 | -3/+7 |
|
|
* | (py-beginning-of-def-or-class, py-end-of-def-or-class, | Barry Warsaw | 1998-07-07 | 1 | -21/+37 |
|
|
* | (py-comment-indent-function): A replacement for | Barry Warsaw | 1998-07-07 | 1 | -13/+32 |
|
|
* | (py-ask-about-save): New variable used in | Barry Warsaw | 1998-05-19 | 1 | -5/+13 |
|
|
* | (py-execute-string): Bind to C-c C-s, and put on menu | Barry Warsaw | 1998-05-19 | 1 | -0/+2 |
|
|