aboutsummaryrefslogtreecommitdiffstats
path: root/test/automated/python-tests.el (follow)
Commit message (Expand)AuthorAgeFilesLines
* Rename all test files to reflect source layout.Phillip Lord2015-11-241-5232/+0
* Fix bug#21762Juanma Barranquero2015-11-011-0/+8
* * test/automated/python-tests.el: Avoid warningsJuanma Barranquero2015-11-011-5/+7
* ; Remove extraneous "coding: utf-8" specifications in Elisp filesDmitry Gutov2015-09-291-1/+0
* Support automated ‘make check’ in non-C localePaul Eggert2015-09-031-7/+14
* Fix Python tests on MS-WindowsEli Zaretskii2015-08-291-10/+23
* python.el: Fix python-shell-buffer-substring on indented codeFabián Ezequiel Gallina2015-08-231-0/+55
* python.el: Ensure remote process-environment on non-interactive processesFabián Ezequiel Gallina2015-08-211-2/+3
* python.el: Enhancements to process environment setup.Fabián Ezequiel Gallina2015-08-211-62/+145
* python.el: Fix local/remote shell environment setupFabián Ezequiel Gallina2015-07-061-8/+36
* python.el: Fix mark-defun behavior (Bug#19665)Fabián Ezequiel Gallina2015-07-061-0/+152
* Respect `prog-indentation-context' in python.elChristoph Wedler2015-07-051-13/+13
* python.el: Keep symmetry on sexp navigation with parensFabián Ezequiel Gallina2015-04-121-4/+21
* python.el: Indent docstring lines to base-indentFabián Ezequiel Gallina2015-04-091-11/+24
* python.el: Enhance docstring detection following PEP-257.Fabián Ezequiel Gallina2015-04-051-0/+173
* Merge from origin/emacs-24Paul Eggert2015-02-251-17/+87
|\
| * python.el: Handle tabs in python-indent-dedent-line.Fabián Ezequiel Gallina2015-01-301-0/+49
| * * lisp/progmodes/python.el (python-indent-context): Respect userFabián Ezequiel Gallina2015-01-301-17/+38
* | python.el: Keep eldoc visible while typing args.Fabián Ezequiel Gallina2015-02-071-0/+57
* | Fix hideshow integration.Fabián Ezequiel Gallina2015-02-071-45/+153
* | Merge from origin/emacs-24Fabián Ezequiel Gallina2015-01-281-139/+443
|\ \ | |/
| * Added missing test for previous commitFabián Ezequiel Gallina2015-01-271-0/+17
| * python.el: New non-global state dependent indentation engine.Fabián Ezequiel Gallina2015-01-271-139/+426
| * Update copyright year to 2015Paul Eggert2015-01-011-1/+1
* | Update copyright year to 2015Paul Eggert2015-01-011-1/+1
* | python.el: Native readline completion.Fabián Ezequiel Gallina2014-12-271-0/+7
* | python.el: Enhance shell user interaction and deprecate python-shell-get-or-c...Fabián Ezequiel Gallina2014-12-271-78/+0
* | Merge from origin/emacs-24Fabián Ezequiel Gallina2014-12-271-0/+21
|\ \ | |/
| * * lisp/progmodes/python.el (python-shell-buffer-substring): HandleFabián Ezequiel Gallina2014-12-271-0/+21
* | Merge from origin/emacs-24Fabián Ezequiel Gallina2014-12-271-0/+271
|\ \ | |/
| * python.el: Handle file encoding for shell.Fabián Ezequiel Gallina2014-12-271-0/+271
* | Merge from origin/emacs-24Fabián Ezequiel Gallina2014-12-271-0/+33
|\ \ | |/
| * python.el: Fix electric colon behaviorFabián Ezequiel Gallina2014-12-221-0/+33
* | python.el: Generate clearer shell buffer names.Fabián Ezequiel Gallina2014-12-261-55/+44
* | Merge branch 'emacs-24'.Paul Eggert2014-11-281-37/+52
|\ \ | |/
| * Set PYTHONUNBUFFERED on shell startup.Fabián Ezequiel Gallina2014-11-221-37/+52
* | Spelling fixes.Paul Eggert2014-11-161-1/+1
* | * lisp/progmodes/python.el (python-shell-calculate-command): RenameFabián Ezequiel Gallina2014-11-161-6/+4
|/
* Fixes: debbugs:18432Fabián Ezequiel Gallina2014-11-151-0/+15
* Fix region indentationFabián Ezequiel Gallina2014-11-151-0/+104
* * lisp/progmodes/python.el (python-indent-post-self-insert-function):Fabián Ezequiel Gallina2014-09-011-0/+14
* * python-tests.el (python-shell-calculate-exec-path-2): Update testGlenn Morris2014-08-181-1/+1
* Spelling fixes.Paul Eggert2014-07-211-1/+1
* Make python.el work with IPython automatically. Fabián Ezequiel Gallina2014-07-201-2/+0
* Autodetect Python shell prompts. Fabián Ezequiel Gallina2014-07-191-46/+440
* Fix dedenters and electric colon handling.Fabián Ezequiel Gallina2014-07-091-113/+637
* * lisp/progmodes/python.el (python-indent-post-self-insert-function):Fabián Ezequiel Gallina2014-07-011-25/+89
* Fix completion retrieval parsing.Fabián Ezequiel Gallina2014-06-211-0/+9
* Fix python-triple-quote-pairing testGlenn Morris2014-04-081-24/+30
* Fix triple-quoting electricity in python-modeJoão Távora2014-04-071-0/+39