summaryrefslogtreecommitdiffstats
path: root/Misc
Commit message (Collapse)AuthorAgeFilesLines
* Last try, think I got it now.Barry Warsaw1999-12-011-1/+0
|
* Once moreBarry Warsaw1999-12-011-0/+1
|
* Once moreBarry Warsaw1999-12-011-1/+0
|
* Urg!Barry Warsaw1999-12-011-0/+1
|
* more trivial stuff to test CVS -- should be the last?Barry Warsaw1999-12-011-1/+1
|
* testing CVS once moreBarry Warsaw1999-12-011-1/+0
|
* testing CVSBarry Warsaw1999-12-011-0/+1
|
* testing CVSBarry Warsaw1999-12-011-1/+0
|
* testing CVSBarry Warsaw1999-12-011-0/+1
|
* testing CVSBarry Warsaw1999-12-011-1/+0
|
* Minor change to test new CVS reportingBarry Warsaw1999-12-011-0/+1
|
* Minor change to test new CVS reportingBarry Warsaw1999-12-011-1/+1
|
* Minor change to test new CVS reportingBarry Warsaw1999-12-011-1/+0
|
* Minor change to test new CVS reportingBarry Warsaw1999-12-011-1/+1
|
* Minor change to test new CVS reportingBarry Warsaw1999-12-011-1/+0
|
* Minor change to test new CVS reportingBarry Warsaw1999-12-011-0/+4
|
* Minor change to test new CVS reportingBarry Warsaw1999-12-011-1/+1
|
* Checking in text versions of release forms and explanation.Guido van Rossum1999-11-053-0/+173
|
* Oops, better update the date on the .TH line.Fred Drake1999-08-201-1/+1
|
* Various updates, mostly to add information to the SEE ALSO andFred Drake1999-08-201-21/+64
| | | | INTERNET RESOURCES sections based on c.l.py comments.
* (py-shell): Set the default shell if not set yet. It's sometimesBarry Warsaw1999-08-101-0/+3
| | | | | convenient to call py-shell before the first Python file has been visited.
* A few minor Customize changes:Barry Warsaw1999-07-281-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 theBarry Warsaw1999-07-281-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 theBarry Warsaw1999-07-271-2/+2
| | | | regex match actually succeeded!
* (py-statement-closes-block-p): py-goto-initial-line could leave us inBarry Warsaw1999-06-031-2/+2
| | | | the line's whitespace. back-to-indentation should /follow/ this call.
* (py-electric-backspace): I'm not sure this function should be specialBarry Warsaw1999-05-241-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 haveBarry Warsaw1999-05-241-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 fixesBarry Warsaw1999-05-241-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 Rossum1999-04-131-1/+134
|
* More (Cameron Laird is honorary; the others are 1.5.2c1 testers).Guido van Rossum1999-04-131-0/+4
|
* Bunch of new names who helped iron out the last wrinkles of 1.5.2.Guido van Rossum1999-04-131-0/+5
|
* Correct missed character in Andrew Dalke's name.Guido van Rossum1999-04-101-1/+1
|
* News for the 1.5.2c1 release.Guido van Rossum1999-04-081-0/+944
|
* Removing an unused image of a snake.Guido van Rossum1999-04-071-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 Rossum1999-04-051-0/+21
| | | | reported by Fred.
* Typo: "apparentlt" --> "apparently"Fred Drake1999-02-221-1/+1
|
* New in 1.5.2b2.Guido van Rossum1999-02-181-0/+232
|
* Couple of new names.Guido van Rossum1999-02-181-1/+8
|
* (py-shell): Added optional argprompt, which will prompt for additionalBarry Warsaw1999-02-161-12/+30
| | | | switches to pass into the shell process (only on initial startup).
* (py-default-interpreter): New variable which selects whether CPythonBarry Warsaw1999-02-161-2/+32
| | | | | or JPython is the default interpreter to use when `C-c !' is entered for the first time.
* Finn Bock.Guido van Rossum1999-02-161-0/+1
|
* Uwe Zessin.Guido van Rossum1999-02-081-0/+1
|
* The usual.Guido van Rossum1999-01-251-0/+4
|
* (py-mode-map): Add back force of RET (aka C-m) toBarry Warsaw1999-01-211-0/+9
| | | | py-newline-and-indent.
* (py-mode-map): Removed special bindings for C-m and C-j toBarry Warsaw1999-01-191-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 theBarry Warsaw1999-01-181-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 checkingBarry Warsaw1999-01-151-3/+4
| | | | for delete forwardness.
* (py-outdent-p): Short circuit infloop for illegal constructBarry Warsaw1999-01-091-0/+2
| | | | (e.g. except: on first line of buffer).
* Added shlex and netrc modules; added warning about urllib changeGuido van Rossum1998-12-221-0/+10
| | | | affecting subclasses (which Jeremy just found out).
* News for 1.5.2b1. Moved news before 1.5.1 to HISTORY.Guido van Rossum1998-12-211-2255/+258
|