summaryrefslogtreecommitdiff
path: root/test/lisp/progmodes/python-tests.el
AgeCommit message (Expand)Author
2021-12-13Make `M-x run-python' select the window againKévin Le Gouguec
2021-11-07Prefer ert-with-temp-(directory|file)Stefan Kangas
2021-09-21Make syntax-ppss more accurate for Python triple quotes (bug#49518)João Távora
2021-09-21Expand and improve electric-pair-mode and Python testing (bug#49518)João Távora
2021-05-27Fix filling of overlong first lines in Python doc stringsDeneb Meketa
2021-01-01Update copyright year to 2021Paul Eggert
2020-10-30Revert "Adjust python tests after fix for bug#39398"Lars Ingebrigtsen
2020-10-28Adjust python tests after fix for bug#39398Lars Ingebrigtsen
2020-10-24; Prefer https to http in more URLsStefan Kangas
2020-10-03; Fix more typosStefan Kangas
2020-07-11Merge from origin/emacs-27Glenn Morris
2020-07-10Consistently stylize eldoc as ElDoc in proseBasil L. Contovounesios
2020-04-28Use lexical-binding in most progmodes testsStefan Kangas
2020-01-01Update copyright year to 2020Paul Eggert
2019-09-12Fix fill-paragraph in python docstrings (Bug#36056)Noam Postavsky
2019-06-25Merge from emacs-26Noam Postavsky
2019-06-22Fix python docstring auto-fill (Bug#36056)Noam Postavsky
2019-06-17* test/lisp/progmodes/python-tests.el (python-virt-bin): Doc fix.Juanma Barranquero
2019-06-17Fix Python tests depending on system-typeJuanma Barranquero
2019-04-28; Add test for previous changeNoam Postavsky
2019-04-13Replace (skip-unless nil) by tag :unstable in test packagesMichael Albinus
2019-04-10* test/lisp/progmodes/python-tests.el: "Fix" failing testStefan Monnier
2019-03-13* test/lisp/progmodes/python-tests.elGlenn Morris
2019-03-02* test/lisp/progmodes/python-tests.elGlenn Morris
2019-01-05Fix electric indent bug in python-mode after dedenting colonJoel Rosdahl
2018-12-31Merge from origin/emacs-26Paul Eggert
2019-01-01Update copyright year to 2019Paul Eggert
2018-06-16Fix off by one error in python-mode assertion (Bug#30964)Noam Postavsky
2018-05-15Run python test if the python executable is foundTino Calancha
2018-05-15run-python: Make the buffer running python currentTino Calancha
2018-01-01Update copyright year to 2018Paul Eggert
2017-12-02Add tests on electric-indentation and Python multiline strings (Bug#29305)Lele Gaifax
2017-09-13Prefer HTTPS to FTP and HTTP in documentationPaul Eggert
2017-09-01Fix a mis-binding in a testReuben Thomas
2017-08-20; Remove python-shell-calculate-command-1 testNoam Postavsky
2017-05-28; Fix backslashes in python-testsNoam Postavsky
2017-05-28; Update test for previous changeNoam Postavsky
2017-05-20; Set transient-mark-mode to let mark-defun tests passNoam Postavsky
2017-04-04Fix a test in python-test.elTino Calancha
2017-03-23Protect against an infloop in python-modePhilipp Stephani
2017-01-28test/*.el: Avoid byte-compiler warningsJuanma Barranquero
2017-01-26python-mode: Fix detection for opening blocks.Hong Xu
2017-01-12Fix extracting async def type and name in python mode imenuDmitry Lazurkin
2017-01-01Merge from origin/emacs-25Paul Eggert
2016-11-08Avoid infloop in pythonDaniel Colascione
2016-04-06Add new keywords of Python 3.5Lele Gaifax
2016-01-11Merge from origin/emacs-25John Wiegley
2015-11-24Rename all test files to reflect source layout.Phillip Lord