aboutsummaryrefslogtreecommitdiffstats
path: root/test/lisp/progmodes/python-tests.el (unfollow)
Commit message (Expand)AuthorFilesLines
2022-02-04python.el: Try and better split the Tramp codeStefan Monnier1-26/+50
2022-01-01; Add 2022 to copyright years.Eli Zaretskii1-1/+1
2021-12-13Make `M-x run-python' select the window againKévin Le Gouguec1-6/+12
2021-11-07Prefer ert-with-temp-(directory|file)Stefan Kangas1-11/+12
2021-09-21Make syntax-ppss more accurate for Python triple quotes (bug#49518)João Távora1-1/+0
2021-09-21Expand and improve electric-pair-mode and Python testing (bug#49518)João Távora1-1/+28
2021-05-27Fix filling of overlong first lines in Python doc stringsDeneb Meketa1-0/+24
2021-01-01Update copyright year to 2021Paul Eggert1-1/+1
2021-01-01Update copyright year to 2021Paul Eggert1-1/+1
2020-10-30Revert "Adjust python tests after fix for bug#39398"Lars Ingebrigtsen1-3/+3
2020-10-28Adjust python tests after fix for bug#39398Lars Ingebrigtsen1-3/+3
2020-10-24; Prefer https to http in more URLsStefan Kangas1-1/+1
2020-10-03; Fix more typosStefan Kangas1-2/+2
2020-07-10Consistently stylize eldoc as ElDoc in proseBasil L. Contovounesios1-1/+1
2020-04-28Use lexical-binding in most progmodes testsStefan Kangas1-6/+5
2020-01-01Update copyright year to 2020Paul Eggert1-1/+1
2019-09-12Fix fill-paragraph in python docstrings (Bug#36056)Noam Postavsky1-1/+12
2019-06-22Fix python docstring auto-fill (Bug#36056)Noam Postavsky1-0/+18
2019-06-17* test/lisp/progmodes/python-tests.el (python-virt-bin): Doc fix.Juanma Barranquero1-1/+1
2019-06-17Fix Python tests depending on system-typeJuanma Barranquero1-5/+15
2019-04-28; Add test for previous changeNoam Postavsky1-0/+13
2019-04-13Replace (skip-unless nil) by tag :unstable in test packagesMichael Albinus1-1/+1
2019-04-10* test/lisp/progmodes/python-tests.el: "Fix" failing testStefan Monnier1-0/+10
2019-03-13* test/lisp/progmodes/python-tests.elGlenn Morris1-2/+1
2019-03-02* test/lisp/progmodes/python-tests.elGlenn Morris1-1/+2
2019-01-05Fix electric indent bug in python-mode after dedenting colonJoel Rosdahl1-0/+3
2019-01-01Update copyright year to 2019Paul Eggert1-1/+1
2018-06-16Fix off by one error in python-mode assertion (Bug#30964)Noam Postavsky1-0/+6
2018-05-15Run python test if the python executable is foundTino Calancha1-0/+1
2018-05-15run-python: Make the buffer running python currentTino Calancha1-0/+8
2018-01-01Update copyright year to 2018Paul Eggert1-1/+1
2017-12-02Add tests on electric-indentation and Python multiline strings (Bug#29305)Lele Gaifax1-0/+31
2017-09-13Prefer HTTPS to FTP and HTTP in documentationPaul Eggert1-1/+1
2017-09-01Fix a mis-binding in a testReuben Thomas1-1/+1
2017-08-20; Remove python-shell-calculate-command-1 testNoam Postavsky1-14/+0
2017-05-28; Fix backslashes in python-testsNoam Postavsky1-53/+53
2017-05-28; Update test for previous changeNoam Postavsky1-4/+4
2017-05-20; Set transient-mark-mode to let mark-defun tests passNoam Postavsky1-2/+4
2017-04-04Fix a test in python-test.elTino Calancha1-1/+1
2017-03-23Protect against an infloop in python-modePhilipp Stephani1-0/+19
2017-01-28test/*.el: Avoid byte-compiler warningsJuanma Barranquero1-1/+1
2017-01-26python-mode: Fix detection for opening blocks.Hong Xu1-0/+21
2017-01-12Fix extracting async def type and name in python mode imenuDmitry Lazurkin1-2/+10
2016-11-08Avoid infloop in pythonDaniel Colascione1-0/+7
2016-04-06Add new keywords of Python 3.5Lele Gaifax1-0/+56
2015-11-24Rename all test files to reflect source layout.Phillip Lord1-0/+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