Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Last try, think I got it now. | Barry Warsaw | 1999-12-01 | 1 | -1/+0 |
| | |||||
* | Once more | Barry Warsaw | 1999-12-01 | 1 | -0/+1 |
| | |||||
* | Once more | Barry Warsaw | 1999-12-01 | 1 | -1/+0 |
| | |||||
* | Urg! | Barry Warsaw | 1999-12-01 | 1 | -0/+1 |
| | |||||
* | more trivial stuff to test CVS -- should be the last? | Barry Warsaw | 1999-12-01 | 1 | -1/+1 |
| | |||||
* | testing CVS once more | Barry Warsaw | 1999-12-01 | 1 | -1/+0 |
| | |||||
* | testing CVS | Barry Warsaw | 1999-12-01 | 1 | -0/+1 |
| | |||||
* | testing CVS | Barry Warsaw | 1999-12-01 | 1 | -1/+0 |
| | |||||
* | testing CVS | Barry Warsaw | 1999-12-01 | 1 | -0/+1 |
| | |||||
* | testing CVS | Barry Warsaw | 1999-12-01 | 1 | -1/+0 |
| | |||||
* | Minor change to test new CVS reporting | Barry Warsaw | 1999-12-01 | 1 | -0/+1 |
| | |||||
* | Minor change to test new CVS reporting | Barry Warsaw | 1999-12-01 | 1 | -1/+1 |
| | |||||
* | Minor change to test new CVS reporting | Barry Warsaw | 1999-12-01 | 1 | -1/+0 |
| | |||||
* | Minor change to test new CVS reporting | Barry Warsaw | 1999-12-01 | 1 | -1/+1 |
| | |||||
* | Minor change to test new CVS reporting | Barry Warsaw | 1999-12-01 | 1 | -1/+0 |
| | |||||
* | Minor change to test new CVS reporting | Barry Warsaw | 1999-12-01 | 1 | -0/+4 |
| | |||||
* | Minor change to test new CVS reporting | Barry Warsaw | 1999-12-01 | 1 | -1/+1 |
| | |||||
* | Checking in text versions of release forms and explanation. | Guido van Rossum | 1999-11-05 | 3 | -0/+173 |
| | |||||
* | Oops, better update the date on the .TH line. | Fred Drake | 1999-08-20 | 1 | -1/+1 |
| | |||||
* | Various updates, mostly to add information to the SEE ALSO and | Fred Drake | 1999-08-20 | 1 | -21/+64 |
| | | | | INTERNET RESOURCES sections based on c.l.py comments. | ||||
* | (py-shell): Set the default shell if not set yet. It's sometimes | Barry Warsaw | 1999-08-10 | 1 | -0/+3 |
| | | | | | convenient to call py-shell before the first Python file has been visited. | ||||
* | A few minor Customize changes: | Barry Warsaw | 1999-07-28 | 1 | -3/+6 |
| | | | | | | | (python): Set defgroup :prefix to "py-" to make variable names cleaner. (py-jpython-command, py-jpython-command-args): Set :tag for proper capitalization of JPython in variable name display. | ||||
* | (python-mode): Set which interpreter (CPython or JPython) to use the | Barry Warsaw | 1999-07-28 | 1 | -18/+21 |
| | | | | | | | | | | | | | | | | | first time a py buffer is visited during the Emacs session. This ensures that py-which-shells is initialized and also guarantees that the mode lines reflect the correct shell. First bug found by GvR, second one has long bugged :) me. (py-toggle-shells): Programmatically, arg can also take the symbols `cpython' or `jpython', which makes it easy to call with the value of py-default-interpreter. (py-shell): Don't need to initialize py-which-* variables since these will guarantee to be initialized by python-mode when the first py buffer is visited. (py-default-interpreter): Update docstring. | ||||
* | (py-beginning-of-def-or-class): Only move to match-beginning if the | Barry Warsaw | 1999-07-27 | 1 | -2/+2 |
| | | | | regex match actually succeeded! | ||||
* | (py-statement-closes-block-p): py-goto-initial-line could leave us in | Barry Warsaw | 1999-06-03 | 1 | -2/+2 |
| | | | | the line's whitespace. back-to-indentation should /follow/ this call. | ||||
* | (py-electric-backspace): I'm not sure this function should be special | Barry Warsaw | 1999-05-24 | 1 | -4/+5 |
| | | | | | | casing when py-honor-comment-indentation is nil, but this could be a religious issue with some. Seems to me we should still be dedenting such comment lines one level. | ||||
* | (py-parse-state): When running under Emacs -- which doesn't have | Barry Warsaw | 1999-05-24 | 1 | -1/+7 |
| | | | | | | buffer-syntactic-context -- just short circuit the TQS test by jumping to point-min and doing the test from there. For long files, this will be faster than looping with a re-search-backwards. | ||||
* | (py-statement-closes-block-p): Add a py-goto-initial-line which fixes | Barry Warsaw | 1999-05-24 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | indentation when the return value is a multiline sexp: def bug(): try: if 2>1: return (11+ 12) else: #XXX return 12 except: return 13 | ||||
* | News for 1.5.2 (final). | Guido van Rossum | 1999-04-13 | 1 | -1/+134 |
| | |||||
* | More (Cameron Laird is honorary; the others are 1.5.2c1 testers). | Guido van Rossum | 1999-04-13 | 1 | -0/+4 |
| | |||||
* | Bunch of new names who helped iron out the last wrinkles of 1.5.2. | Guido van Rossum | 1999-04-13 | 1 | -0/+5 |
| | |||||
* | Correct missed character in Andrew Dalke's name. | Guido van Rossum | 1999-04-10 | 1 | -1/+1 |
| | |||||
* | News for the 1.5.2c1 release. | Guido van Rossum | 1999-04-08 | 1 | -0/+944 |
| | |||||
* | Removing an unused image of a snake. | Guido van Rossum | 1999-04-07 | 1 | -0/+0 |
| | | | | | | I don't know what its origins are but I think I've seen it once in a NeXT dictionary application -- not sure whether anyone owns copyright but I don't see why we should risk it. | ||||
* | Bunch of new contributors, including 9 who contributed to the Docs, | Guido van Rossum | 1999-04-05 | 1 | -0/+21 |
| | | | | reported by Fred. | ||||
* | Typo: "apparentlt" --> "apparently" | Fred Drake | 1999-02-22 | 1 | -1/+1 |
| | |||||
* | New in 1.5.2b2. | Guido van Rossum | 1999-02-18 | 1 | -0/+232 |
| | |||||
* | Couple of new names. | Guido van Rossum | 1999-02-18 | 1 | -1/+8 |
| | |||||
* | (py-shell): Added optional argprompt, which will prompt for additional | Barry Warsaw | 1999-02-16 | 1 | -12/+30 |
| | | | | switches to pass into the shell process (only on initial startup). | ||||
* | (py-default-interpreter): New variable which selects whether CPython | Barry Warsaw | 1999-02-16 | 1 | -2/+32 |
| | | | | | or JPython is the default interpreter to use when `C-c !' is entered for the first time. | ||||
* | Finn Bock. | Guido van Rossum | 1999-02-16 | 1 | -0/+1 |
| | |||||
* | 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-newline-and-indent. | ||||
* | (py-mode-map): Removed special bindings for C-m and C-j to | Barry Warsaw | 1999-01-19 | 1 | -3/+0 |
| | | | | | | | | | | | py-newline-and-indent. These ought to get picked up by the mapcar that follows; any existing binding to newline-and-indent gets shadowed to py-newline-and-indent. This will break some people who, e.g. bind C-m or C-j to newline but still want these bound to py-newline-and-indent in Python mode. On the other hand, the forced binding pisses off Emacs diehards. So consider this experimental and see if any tall Dutch guys complain :-) | ||||
* | (py-narrow-to-defun): New command (bound to C-x n d) which mimics the | Barry Warsaw | 1999-01-18 | 1 | -0/+15 |
| | | | | | | standard narrow-to-defun but works with Python classes and methods. With no arg, narrows to most enclosing def/method. With C-u arg, narrows to most enclosing class. | ||||
* | (py-electric-delete): Implement the XEmacs 21 blessed way of checking | Barry Warsaw | 1999-01-15 | 1 | -3/+4 |
| | | | | for delete forwardness. | ||||
* | (py-outdent-p): Short circuit infloop for illegal construct | Barry Warsaw | 1999-01-09 | 1 | -0/+2 |
| | | | | (e.g. except: on first line of buffer). | ||||
* | Added shlex and netrc modules; added warning about urllib change | Guido van Rossum | 1998-12-22 | 1 | -0/+10 |
| | | | | affecting subclasses (which Jeremy just found out). | ||||
* | News for 1.5.2b1. Moved news before 1.5.1 to HISTORY. | Guido van Rossum | 1998-12-21 | 1 | -2255/+258 |
| |