| Commit message (Expand) | Author | Age | Files | Lines |
* | ; Fix typos | Stefan Kangas | 2024-05-27 | 1 | -2/+2 |
* | Fix Python font lock of chained assignment statement | kobarity | 2024-05-24 | 1 | -0/+10 |
* | ; Add 2024 to copyright years | Po Lu | 2024-01-02 | 1 | -1/+1 |
* | Improve syntax highlighting for python-ts-mode | Denis Zubarev | 2023-12-30 | 1 | -0/+302 |
* | Revert "Enhance Python font-lock to support multilines" | kobarity | 2023-06-03 | 1 | -144/+0 |
* | Fix python-info-docstring-p | kobarity | 2023-05-26 | 1 | -0/+16 |
* | Improve indenting "case" in Python | kobarity | 2023-03-26 | 1 | -0/+38 |
* | Fix python-fill-paragraph problems on filling strings (bug#62142) | kobarity | 2023-03-16 | 1 | -0/+119 |
* | Make "case" keyword a dedenter in Python | kobarity | 2023-03-11 | 1 | -0/+15 |
* | python-info-dedenter-opening-block-positions: Fix to support "bare" match | Dmitry Gutov | 2023-03-09 | 1 | -0/+14 |
* | Fix searching for end of string in python-nav-end-of-statement | kobarity | 2023-03-09 | 1 | -0/+44 |
* | Don't misindent 'else:' after 'if re.match:' in Python | Dmitry Gutov | 2023-03-08 | 1 | -0/+12 |
* | Fix point moving when calling python-shell-send-region | kobarity | 2023-02-18 | 1 | -18/+44 |
* | Fix 'python-shell-buffer-substring' when START is in middle of 1st line | kobarity | 2023-01-07 | 1 | -0/+10 |
* | ; Add 2023 to copyright years. | Eli Zaretskii | 2023-01-01 | 1 | -1/+1 |
* | Fix python-shell-buffer-substring when retrieving a single statement | kobarity | 2022-12-31 | 1 | -0/+64 |
* | Add highlighting Python operators (bug#59629) | kobarity | 2022-12-01 | 1 | -18/+90 |
* | Skip one python test case on macOS | Mattias EngdegÄrd | 2022-11-30 | 1 | -0/+5 |
* | Fix indentation for multi-line block start in Python mode | kobarity | 2022-11-10 | 1 | -0/+17 |
* | Disable completion/ElDoc/FFAP when Python program is running | kobarity | 2022-10-27 | 1 | -4/+67 |
* | Move and rename Python completion ERTs | kobarity | 2022-10-16 | 1 | -41/+41 |
* | Fix invalid search bound error in python-shell-completion-at-point | kobarity | 2022-10-16 | 1 | -0/+27 |
* | Disable completion when PDB is active in Python Shell buffer | kobarity | 2022-10-16 | 1 | -0/+17 |
* | Fix Python completion when point in shell buffer is before prompt | kobarity | 2022-10-12 | 1 | -0/+33 |
* | Fix Python completion failure under certain conditions | kobarity | 2022-10-11 | 1 | -0/+93 |
* | Fix syntax check in python-info-looking-at-beginning-of-defun | kobarity | 2022-09-23 | 1 | -0/+48 |
* | Apply syntax highlighting for all python f-strings | Laurence Warne | 2022-09-06 | 1 | -4/+8 |
* | Add Python blocks support for hideshow | kobarity | 2022-08-25 | 1 | -1/+196 |
* | Prefer pos-bol and pos-eol in tests | Stefan Kangas | 2022-08-21 | 1 | -30/+30 |
* | python.el: Adjustments to Flymake backend | Augusto Stoffel | 2022-08-19 | 1 | -0/+34 |
* | Fix Python indentation of block continuation | kobarity | 2022-08-18 | 1 | -0/+19 |
* | Enhance Python font-lock to support multilines | kobarity | 2022-08-17 | 1 | -0/+113 |
* | Revert "Add Python blocks support for hideshow" | Lars Ingebrigtsen | 2022-08-17 | 1 | -196/+1 |
* | Add Python blocks support for hideshow | kobarity | 2022-08-17 | 1 | -1/+196 |
* | Fix `python-nav-forward-block' moving backward under certain conditions | kobarity | 2022-08-15 | 1 | -0/+16 |
* | Fix python escape code fontification for multi-line literals | Laurence Warne | 2022-08-09 | 1 | -8/+87 |
* | Remove redundant local variables in tests | Stefan Kangas | 2022-08-08 | 1 | -4/+0 |
* | Fix blank/comment line handling in python-nav-beginning-of-block | kobarity | 2022-08-07 | 1 | -0/+22 |
* | Fontify python escape sequences in literals | lWarne | 2022-08-06 | 1 | -0/+77 |
* | Add a test for python-mode comment/else problem | Lars Ingebrigtsen | 2022-07-27 | 1 | -0/+29 |
* | Fix Python navigation problem with a line continuation using backslash | kobarity | 2022-07-23 | 1 | -0/+26 |
* | Fix python navigation problem with an empty line in nested defun | kobarity | 2022-07-16 | 1 | -2/+32 |
* | ; Fix typos | Stefan Kangas | 2022-07-14 | 1 | -1/+1 |
* | Fix `python-nav-beginning-of-defun' line continuation using backslash | kobarity | 2022-07-03 | 1 | -2/+79 |
* | test/lisp/progmodes/python-tests.el: add test for nav end of block | Tom Gillespie | 2022-06-29 | 1 | -0/+12 |
* | Fix nested defuns handling in `python-nav-beginning-of-defun' | kobarity | 2022-06-21 | 1 | -2/+43 |
* | Fix Python Hideshow problem with backslash escaped newlines | kobarity | 2022-05-28 | 1 | -0/+54 |
* | Don't font-lock invalid invalid class/function names | kobarity | 2022-05-22 | 1 | -0/+12 |
* | Properly indent Python PEP634 match/case blocks | Lele Gaifax | 2022-05-22 | 1 | -0/+25 |
* | Fix recently introduced Python font lock breakage of chained assignments | kobarity | 2022-05-21 | 1 | -0/+7 |