summaryrefslogtreecommitdiff
path: root/test/lisp/progmodes/python-tests.el
Commit message (Expand)AuthorAgeFilesLines
* Make Python evaluation work more reliablyJin Choi2022-04-301-15/+3
* python.el: Try and better split the Tramp codeStefan Monnier2022-02-041-26/+50
* Merge from origin/emacs-28Eli Zaretskii2022-01-011-1/+1
|\
| * ; Add 2022 to copyright years.Eli Zaretskii2022-01-011-1/+1
* | Merge from origin/emacs-28Stefan Kangas2021-12-131-6/+12
|\ \ | |/
| * Make `M-x run-python' select the window againKévin Le Gouguec2021-12-131-6/+12
* | Prefer ert-with-temp-(directory|file)Stefan Kangas2021-11-071-11/+12
|/
* Make syntax-ppss more accurate for Python triple quotes (bug#49518)João Távora2021-09-211-1/+0
* Expand and improve electric-pair-mode and Python testing (bug#49518)João Távora2021-09-211-1/+28
* Fix filling of overlong first lines in Python doc stringsDeneb Meketa2021-05-271-0/+24
* Update copyright year to 2021Paul Eggert2021-01-011-1/+1
* Revert "Adjust python tests after fix for bug#39398"Lars Ingebrigtsen2020-10-301-3/+3
* Adjust python tests after fix for bug#39398Lars Ingebrigtsen2020-10-281-3/+3
* ; Prefer https to http in more URLsStefan Kangas2020-10-241-1/+1
* ; Fix more typosStefan Kangas2020-10-031-2/+2
* Merge from origin/emacs-27Glenn Morris2020-07-111-1/+1
|\
| * Consistently stylize eldoc as ElDoc in proseBasil L. Contovounesios2020-07-101-1/+1
* | Use lexical-binding in most progmodes testsStefan Kangas2020-04-281-6/+5
|/
* Update copyright year to 2020Paul Eggert2020-01-011-1/+1
* Fix fill-paragraph in python docstrings (Bug#36056)Noam Postavsky2019-09-121-1/+12
* Merge from emacs-26Noam Postavsky2019-06-251-5/+15
|\
| * * test/lisp/progmodes/python-tests.el (python-virt-bin): Doc fix.Juanma Barranquero2019-06-171-1/+1
| * Fix Python tests depending on system-typeJuanma Barranquero2019-06-171-5/+15
* | Fix python docstring auto-fill (Bug#36056)Noam Postavsky2019-06-221-0/+18
* | ; Add test for previous changeNoam Postavsky2019-04-281-0/+13
* | Replace (skip-unless nil) by tag :unstable in test packagesMichael Albinus2019-04-131-1/+1
* | * test/lisp/progmodes/python-tests.el: "Fix" failing testStefan Monnier2019-04-101-0/+10
* | * test/lisp/progmodes/python-tests.elGlenn Morris2019-03-131-2/+1
* | * test/lisp/progmodes/python-tests.elGlenn Morris2019-03-021-1/+2
* | Fix electric indent bug in python-mode after dedenting colonJoel Rosdahl2019-01-051-0/+3
* | Merge from origin/emacs-26Paul Eggert2018-12-311-1/+1
|\ \ | |/
| * Update copyright year to 2019Paul Eggert2019-01-011-1/+1
* | Fix off by one error in python-mode assertion (Bug#30964)Noam Postavsky2018-06-161-0/+6
* | Run python test if the python executable is foundTino Calancha2018-05-151-0/+1
* | run-python: Make the buffer running python currentTino Calancha2018-05-151-0/+8
|/
* Update copyright year to 2018Paul Eggert2018-01-011-1/+1
* Add tests on electric-indentation and Python multiline strings (Bug#29305)Lele Gaifax2017-12-021-0/+31
* Prefer HTTPS to FTP and HTTP in documentationPaul Eggert2017-09-131-1/+1
* Fix a mis-binding in a testReuben Thomas2017-09-011-1/+1
* ; Remove python-shell-calculate-command-1 testNoam Postavsky2017-08-201-14/+0
* ; Fix backslashes in python-testsNoam Postavsky2017-05-281-53/+53
* ; Update test for previous changeNoam Postavsky2017-05-281-4/+4
* ; Set transient-mark-mode to let mark-defun tests passNoam Postavsky2017-05-201-2/+4
* Fix a test in python-test.elTino Calancha2017-04-041-1/+1
* Protect against an infloop in python-modePhilipp Stephani2017-03-231-0/+19
* test/*.el: Avoid byte-compiler warningsJuanma Barranquero2017-01-281-1/+1
* python-mode: Fix detection for opening blocks.Hong Xu2017-01-261-0/+21
* Fix extracting async def type and name in python mode imenuDmitry Lazurkin2017-01-121-2/+10
* Merge from origin/emacs-25Paul Eggert2017-01-011-1/+1
* Avoid infloop in pythonDaniel Colascione2016-11-081-0/+7