]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
First round of changes, mostly subprocess stuff.
authorBarry Warsaw <barry@python.org>
Tue, 4 Nov 1997 18:47:06 +0000 (18:47 +0000)
committerBarry Warsaw <barry@python.org>
Tue, 4 Nov 1997 18:47:06 +0000 (18:47 +0000)
commita97a3f34d678d702d8a09c89309e80958b331e6c
treef6f478d4c6df84af05effac2198c86a0c1f4d2d2
parentbfa9f13e14078d0ab17dfa81e32aa3b6d253c650
First round of changes, mostly subprocess stuff.

(py-execute-file): Better interaction with comint.  Set
comint-scroll-to-bottom-on-output to t.  Wrapper buffer change in
unwind-protect in case process filter fails.

(py-shell): Start Python with -i flag to fix tty problem on Windows;
presumably -- not yet tested.

(py-clear-queue): New function to clear the pending exec file queue.
Not currently keybound.

(py-execute-region, py-execute-buffer): Added optional async flag (use
via C-u prefix) to execute the region in a new asynchrous buffer, even
if the Python shell is running.

(py-append-to-process-buffer): Removed as obsolete.  Comint provides
this functionality.

Removed fbound test defun of match-string.  All modern X/Emacsen have
this function.
Misc/python-mode.el