aboutsummaryrefslogtreecommitdiffstats
path: root/test/automated/python-tests.el (unfollow)
Commit message (Expand)AuthorFilesLines
2016-12-31Update copyright year to 2017Paul Eggert1-1/+1
2016-11-08Avoid infloop in pythonDaniel Colascione1-0/+7
2016-04-26Add new keywords of Python 3.5Lele Gaifax1-0/+56
2016-01-01Update copyright year to 2016Paul Eggert1-1/+1
2015-11-24Rename all test files to reflect source layout.Phillip Lord1-5232/+0
2015-11-01Fix bug#21762Juanma Barranquero1-0/+8
2015-11-01* test/automated/python-tests.el: Avoid warningsJuanma Barranquero1-5/+7
2015-09-29; Remove extraneous "coding: utf-8" specifications in Elisp filesDmitry Gutov1-1/+0
2015-09-03Support automated ‘make check’ in non-C localePaul Eggert1-7/+14
2015-08-29Fix Python tests on MS-WindowsEli Zaretskii1-10/+23
2015-08-23python.el: Fix python-shell-buffer-substring on indented codeFabián Ezequiel Gallina1-0/+55
2015-08-21python.el: Ensure remote process-environment on non-interactive processesFabián Ezequiel Gallina1-2/+3
2015-08-21python.el: Enhancements to process environment setup.Fabián Ezequiel Gallina1-62/+145
2015-07-06python.el: Fix local/remote shell environment setupFabián Ezequiel Gallina1-8/+36
2015-07-06python.el: Fix mark-defun behavior (Bug#19665)Fabián Ezequiel Gallina1-0/+152
2015-07-05Respect `prog-indentation-context' in python.elChristoph Wedler1-13/+13
2015-04-12python.el: Keep symmetry on sexp navigation with parensFabián Ezequiel Gallina1-4/+21
2015-04-09python.el: Indent docstring lines to base-indentFabián Ezequiel Gallina1-11/+24
2015-04-05python.el: Enhance docstring detection following PEP-257.Fabián Ezequiel Gallina1-0/+173
2015-02-07python.el: Keep eldoc visible while typing args.Fabián Ezequiel Gallina1-0/+57
2015-02-07Fix hideshow integration.Fabián Ezequiel Gallina1-45/+153
2015-01-30python.el: Handle tabs in python-indent-dedent-line.Fabián Ezequiel Gallina1-0/+49
2015-01-30* lisp/progmodes/python.el (python-indent-context): Respect userFabián Ezequiel Gallina1-17/+38
2015-01-27Added missing test for previous commitFabián Ezequiel Gallina1-0/+17
2015-01-27python.el: New non-global state dependent indentation engine.Fabián Ezequiel Gallina1-139/+426
2015-01-01Update copyright year to 2015Paul Eggert1-1/+1
2015-01-01Update copyright year to 2015Paul Eggert1-1/+1
2014-12-27python.el: Native readline completion.Fabián Ezequiel Gallina1-0/+7
2014-12-27python.el: Enhance shell user interaction and deprecate python-shell-get-or-c...Fabián Ezequiel Gallina1-78/+0
2014-12-27* lisp/progmodes/python.el (python-shell-buffer-substring): HandleFabián Ezequiel Gallina1-0/+21
2014-12-27python.el: Handle file encoding for shell.Fabián Ezequiel Gallina1-0/+271
2014-12-26python.el: Generate clearer shell buffer names.Fabián Ezequiel Gallina1-55/+44
2014-12-22python.el: Fix electric colon behaviorFabián Ezequiel Gallina1-0/+33
2014-11-22Set PYTHONUNBUFFERED on shell startup.Fabián Ezequiel Gallina1-37/+52
2014-11-16Spelling fixes.Paul Eggert1-1/+1
2014-11-16* lisp/progmodes/python.el (python-shell-calculate-command): RenameFabián Ezequiel Gallina1-6/+4
2014-11-15Fixes: debbugs:18432Fabián Ezequiel Gallina1-0/+15
2014-11-15Fix region indentationFabián Ezequiel Gallina1-0/+104
2014-09-01* lisp/progmodes/python.el (python-indent-post-self-insert-function):Fabián Ezequiel Gallina1-0/+14
2014-08-18* python-tests.el (python-shell-calculate-exec-path-2): Update testGlenn Morris1-1/+1
2014-07-21Spelling fixes.Paul Eggert1-1/+1
2014-07-20Make python.el work with IPython automatically. Fabián Ezequiel Gallina1-2/+0
2014-07-19Autodetect Python shell prompts. Fabián Ezequiel Gallina1-46/+440
2014-07-09Fix dedenters and electric colon handling.Fabián Ezequiel Gallina1-113/+637
2014-07-01* lisp/progmodes/python.el (python-indent-post-self-insert-function):Fabián Ezequiel Gallina1-25/+89
2014-06-21Fix completion retrieval parsing.Fabián Ezequiel Gallina1-0/+9
2014-04-08Fix python-triple-quote-pairing testGlenn Morris1-24/+30
2014-04-07Fix triple-quoting electricity in python-modeJoão Távora1-0/+39
2014-01-01Update copyright year to 2014 by running admin/update-copyright.Paul Eggert1-1/+1
2013-12-25* lisp/progmodes/python.el:Fabián Ezequiel Gallina1-22/+23