summaryrefslogtreecommitdiff
path: root/test/lisp/progmodes/python-tests.el
Commit message (Expand)AuthorAgeFilesLines
* Add highlighting Python operators (bug#59629)kobarity2022-12-011-18/+90
* Skip one python test case on macOSMattias Engdegård2022-11-301-0/+5
* Fix indentation for multi-line block start in Python modekobarity2022-11-101-0/+17
* Disable completion/ElDoc/FFAP when Python program is runningkobarity2022-10-271-4/+67
* Move and rename Python completion ERTskobarity2022-10-161-41/+41
* Fix invalid search bound error in python-shell-completion-at-pointkobarity2022-10-161-0/+27
* Disable completion when PDB is active in Python Shell bufferkobarity2022-10-161-0/+17
* Fix Python completion when point in shell buffer is before promptkobarity2022-10-121-0/+33
* Fix Python completion failure under certain conditionskobarity2022-10-111-0/+93
* Fix syntax check in python-info-looking-at-beginning-of-defunkobarity2022-09-231-0/+48
* Apply syntax highlighting for all python f-stringsLaurence Warne2022-09-061-4/+8
* Add Python blocks support for hideshowkobarity2022-08-251-1/+196
* Prefer pos-bol and pos-eol in testsStefan Kangas2022-08-211-30/+30
* python.el: Adjustments to Flymake backendAugusto Stoffel2022-08-191-0/+34
* Fix Python indentation of block continuationkobarity2022-08-181-0/+19
* Enhance Python font-lock to support multilineskobarity2022-08-171-0/+113
* Revert "Add Python blocks support for hideshow"Lars Ingebrigtsen2022-08-171-196/+1
* Add Python blocks support for hideshowkobarity2022-08-171-1/+196
* Fix `python-nav-forward-block' moving backward under certain conditionskobarity2022-08-151-0/+16
* Fix python escape code fontification for multi-line literalsLaurence Warne2022-08-091-8/+87
* Remove redundant local variables in testsStefan Kangas2022-08-081-4/+0
* Fix blank/comment line handling in python-nav-beginning-of-blockkobarity2022-08-071-0/+22
* Fontify python escape sequences in literalslWarne2022-08-061-0/+77
* Add a test for python-mode comment/else problemLars Ingebrigtsen2022-07-271-0/+29
* Fix Python navigation problem with a line continuation using backslashkobarity2022-07-231-0/+26
* Fix python navigation problem with an empty line in nested defunkobarity2022-07-161-2/+32
* ; Fix typosStefan Kangas2022-07-141-1/+1
* Fix `python-nav-beginning-of-defun' line continuation using backslashkobarity2022-07-031-2/+79
* test/lisp/progmodes/python-tests.el: add test for nav end of blockTom Gillespie2022-06-291-0/+12
* Fix nested defuns handling in `python-nav-beginning-of-defun'kobarity2022-06-211-2/+43
* Fix Python Hideshow problem with backslash escaped newlineskobarity2022-05-281-0/+54
* Don't font-lock invalid invalid class/function nameskobarity2022-05-221-0/+12
* Properly indent Python PEP634 match/case blocksLele Gaifax2022-05-221-0/+25
* Fix recently introduced Python font lock breakage of chained assignmentskobarity2022-05-211-0/+7
* Fix Python highlighting of some assignment statementskobarity2022-05-161-0/+160
* 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