| Commit message (Expand) | Author | Age | Files | Lines |
* | Uwe Zessin. | Guido van Rossum | 1999-02-08 | 1 | -0/+1 |
|
|
* | The usual. | Guido van Rossum | 1999-01-25 | 1 | -0/+4 |
|
|
* | (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 |
|
|
* | Added shlex and netrc modules; added warning about urllib change | Guido van Rossum | 1998-12-22 | 1 | -0/+10 |
|
|
* | News for 1.5.2b1. Moved news before 1.5.1 to HISTORY. | Guido van Rossum | 1998-12-21 | 1 | -2255/+258 |
|
|
* | New names. Keep those contributions coming! | Guido van Rossum | 1998-12-21 | 1 | -1/+10 |
|
|
* | Moved history up to and including 1.5.1 here. | Guido van Rossum | 1998-12-21 | 1 | -3/+2258 |
|
|
* | (py-goto-beginning-of-tqs): Finds the beginning of the triple quoted | Barry Warsaw | 1998-12-15 | 1 | -11/+28 |
|
|
* | Sjoerd Mullender writes: | Guido van Rossum | 1998-12-09 | 1 | -1/+1 |
|
|
* | (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 |
|
|
* | All the news that's fit to print. In other words, it's 1.5.2a2 time. | Guido van Rossum | 1998-10-17 | 1 | -3/+270 |
|
|
* | A few new ones... | Guido van Rossum | 1998-10-02 | 1 | -0/+4 |
|
|
* | (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 |
|
|
* | correct bogus instructions 'ccoment out' -> 'uncomment' | Jeremy Hylton | 1998-09-10 | 1 | -1/+1 |
|
|
* | Fixed the words in the comment and error message about defining FULL_PATH. | Guido van Rossum | 1998-09-10 | 1 | -2/+2 |
|
|
* | include <string.h> to get prototype for strcmp | Jeremy Hylton | 1998-09-10 | 1 | -7/+9 |
|
|
* | (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 |
|
|
* | New contributor. | Guido van Rossum | 1998-08-11 | 1 | -0/+1 |
|
|
* | Reordered the news to make it more accessible. Also removed some dups. | Guido van Rossum | 1998-08-11 | 1 | -191/+225 |
|
|
* | Got all the 1.5.2 news that's fit to print. Now we may need to | Guido van Rossum | 1998-08-10 | 1 | -102/+296 |
|
|
* | (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 |
|
|
* | # mention Porting in list of files | Guido van Rossum | 1998-08-10 | 1 | -0/+1 |
|
|
* | mini-faq on porting python | Guido van Rossum | 1998-08-10 | 2 | -2/+44 |
|
|
* | #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 |
|
|
* | Checkpointing news for 1.5.2a1... (Not all done.) | Guido van Rossum | 1998-08-06 | 1 | -0/+267 |
|
|
* | New meat. | Guido van Rossum | 1998-08-04 | 1 | -0/+6 |
|
|
* | typo (pwill -> will). | Guido van Rossum | 1998-08-04 | 1 | -1/+1 |
|
|
* | (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 |
|
|