summaryrefslogtreecommitdiff
path: root/test/lisp/progmodes/python-tests.el
AgeCommit message (Expand)Author
2023-03-26Improve indenting "case" in Pythonkobarity
2023-03-16Fix python-fill-paragraph problems on filling strings (bug#62142)kobarity
2023-03-11Make "case" keyword a dedenter in Pythonkobarity
2023-03-09python-info-dedenter-opening-block-positions: Fix to support "bare" matchDmitry Gutov
2023-03-09Fix searching for end of string in python-nav-end-of-statementkobarity
2023-03-08Don't misindent 'else:' after 'if re.match:' in PythonDmitry Gutov
2023-02-18Fix point moving when calling python-shell-send-regionkobarity
2023-01-07Fix 'python-shell-buffer-substring' when START is in middle of 1st linekobarity
2023-01-01; Add 2023 to copyright years.Eli Zaretskii
2022-12-31Fix python-shell-buffer-substring when retrieving a single statementkobarity
2022-12-01Add highlighting Python operators (bug#59629)kobarity
2022-11-30Skip one python test case on macOSMattias EngdegÄrd
2022-11-10Fix indentation for multi-line block start in Python modekobarity
2022-10-27Disable completion/ElDoc/FFAP when Python program is runningkobarity
2022-10-16Move and rename Python completion ERTskobarity
2022-10-16Fix invalid search bound error in python-shell-completion-at-pointkobarity
2022-10-16Disable completion when PDB is active in Python Shell bufferkobarity
2022-10-12Fix Python completion when point in shell buffer is before promptkobarity
2022-10-11Fix Python completion failure under certain conditionskobarity
2022-09-23Fix syntax check in python-info-looking-at-beginning-of-defunkobarity
2022-09-06Apply syntax highlighting for all python f-stringsLaurence Warne
2022-08-25Add Python blocks support for hideshowkobarity
2022-08-21Prefer pos-bol and pos-eol in testsStefan Kangas
2022-08-19python.el: Adjustments to Flymake backendAugusto Stoffel
2022-08-18Fix Python indentation of block continuationkobarity
2022-08-17Enhance Python font-lock to support multilineskobarity
2022-08-17Revert "Add Python blocks support for hideshow"Lars Ingebrigtsen
2022-08-17Add Python blocks support for hideshowkobarity
2022-08-15Fix `python-nav-forward-block' moving backward under certain conditionskobarity
2022-08-09Fix python escape code fontification for multi-line literalsLaurence Warne
2022-08-08Remove redundant local variables in testsStefan Kangas
2022-08-07Fix blank/comment line handling in python-nav-beginning-of-blockkobarity
2022-08-06Fontify python escape sequences in literalslWarne
2022-07-27Add a test for python-mode comment/else problemLars Ingebrigtsen
2022-07-23Fix Python navigation problem with a line continuation using backslashkobarity
2022-07-16Fix python navigation problem with an empty line in nested defunkobarity
2022-07-14; Fix typosStefan Kangas
2022-07-03Fix `python-nav-beginning-of-defun' line continuation using backslashkobarity
2022-06-29test/lisp/progmodes/python-tests.el: add test for nav end of blockTom Gillespie
2022-06-21Fix nested defuns handling in `python-nav-beginning-of-defun'kobarity
2022-05-28Fix Python Hideshow problem with backslash escaped newlineskobarity
2022-05-22Don't font-lock invalid invalid class/function nameskobarity
2022-05-22Properly indent Python PEP634 match/case blocksLele Gaifax
2022-05-21Fix recently introduced Python font lock breakage of chained assignmentskobarity
2022-05-16Fix Python highlighting of some assignment statementskobarity
2022-04-30Make Python evaluation work more reliablyJin Choi
2022-02-04python.el: Try and better split the Tramp codeStefan Monnier
2022-01-01Merge from origin/emacs-28Eli Zaretskii
2022-01-01; Add 2022 to copyright years.Eli Zaretskii
2021-12-13Merge from origin/emacs-28Stefan Kangas