diff options
| author | Fabián Ezequiel Gallina | 2014-11-22 20:09:30 -0300 |
|---|---|---|
| committer | Fabián Ezequiel Gallina | 2014-11-22 20:09:30 -0300 |
| commit | 238c052fdb9da3b1f96c09809461b70813c5bebc (patch) | |
| tree | 11fe1953832ceba6980ef0215383b36131d37ad9 /test/ChangeLog | |
| parent | bd3625c432ee3d05ae4316d3b0ad2c0225e6d532 (diff) | |
| download | emacs-238c052fdb9da3b1f96c09809461b70813c5bebc.tar.gz emacs-238c052fdb9da3b1f96c09809461b70813c5bebc.zip | |
Set PYTHONUNBUFFERED on shell startup.
Fixes: debbugs:18595
* lisp/progmodes/python.el (python-shell-unbuffered): New var.
(python-shell-calculate-process-environment): Use it.
* test/automated/python-tests.el
(python-shell-calculate-process-environment-4)
(python-shell-calculate-process-environment-5): New tests.
(python-shell-make-comint-3): Use file-equal-p.
(python-shell-get-or-create-process-1)
(python-shell-get-or-create-process-2)
(python-shell-get-or-create-process-3): Fix interpreter for
Windows.
Diffstat (limited to 'test/ChangeLog')
| -rw-r--r-- | test/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/test/ChangeLog b/test/ChangeLog index 4f7f068e796..0da5f99b226 100644 --- a/test/ChangeLog +++ b/test/ChangeLog | |||
| @@ -1,3 +1,14 @@ | |||
| 1 | 2014-11-22 Fabián Ezequiel Gallina <fgallina@gnu.org> | ||
| 2 | |||
| 3 | * automated/python-tests.el | ||
| 4 | (python-shell-calculate-process-environment-4) | ||
| 5 | (python-shell-calculate-process-environment-5): New tests. | ||
| 6 | (python-shell-make-comint-3): Use file-equal-p. | ||
| 7 | (python-shell-get-or-create-process-1) | ||
| 8 | (python-shell-get-or-create-process-2) | ||
| 9 | (python-shell-get-or-create-process-3): Fix interpreter for | ||
| 10 | Windows (Bug#18595). | ||
| 11 | |||
| 1 | 2014-11-15 Fabián Ezequiel Gallina <fgallina@gnu.org> | 12 | 2014-11-15 Fabián Ezequiel Gallina <fgallina@gnu.org> |
| 2 | 13 | ||
| 3 | * automated/python-tests.el (python-indent-dedenters-8): New test | 14 | * automated/python-tests.el (python-indent-dedenters-8): New test |