aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/progmodes/python.el (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge from origin/emacs-29Eli Zaretskii2023-12-161-1/+2
|\
| * python-ts-mode: Highlight default parametersMaciej Kalandyk2023-12-111-1/+2
* | Merge from savannah/emacs-29Po Lu2023-11-241-3/+3
|\ \ | |/
| * Make python-ts-mode's syntax-highlighting more standardizedDmitry Gutov2023-11-241-3/+3
* | Merge from savannah/emacs-29Po Lu2023-11-241-1/+1
|\ \ | |/
| * Add missing python-ts-mode keyword (bug#67015)Yuan Fu2023-11-181-1/+1
* | ; Add missing GNU ELPA :core package statementsStefan Kangas2023-10-011-0/+3
* | ; Fix typoStefan Kangas2023-08-081-1/+1
* | Open Pipfile and flake8 config files in conf-modeStefan Kangas2023-08-081-0/+4
* | Add ruff and flake8 to python-check-commandStefan Kangas2023-08-041-1/+3
* | Custom var python-interpreter-args (bug#64397)Matthias Meulien2023-07-201-18/+41
* | Fix "Improve Python imports management commands"Matthias Meulien2023-07-151-14/+15
* | Improve Python imports management commandsMatthias Meulien2023-07-061-4/+18
* | Fix Python indentation of continuation lines within parenskobarity2023-06-241-2/+24
* | Merge from origin/emacs-29Eli Zaretskii2023-06-171-1/+1
|\ \ | |/
| * Fix bol/bos anchors in tree-sitter :match regexpsBasil L. Contovounesios2023-06-131-1/+1
* | Merge from origin/emacs-29Eli Zaretskii2023-06-031-35/+17
|\ \ | |/
| * Fix 'python-util-clone-local-variables'Eli Zaretskii2023-06-031-1/+2
| * Revert "Enhance Python font-lock to support multilines"kobarity2023-06-031-34/+15
* | Merge from origin/emacs-29Eli Zaretskii2023-05-261-20/+21
|\ \ | |/
| * Use 'font-lock-extend-region-functions' in python-modekobarity2023-05-261-15/+19
| * Fix python-info-docstring-pkobarity2023-05-261-5/+2
* | Merge from origin/emacs-29Eli Zaretskii2023-05-261-2/+4
|\ \ | |/
| * Fix Skeletons menu-bar menu in Python modesEli Zaretskii2023-05-201-2/+4
* | Simplify python.el completion-predicateBasil L. Contovounesios2023-05-181-16/+6
* | Merge from origin/emacs-29Eli Zaretskii2023-05-181-2/+2
|\ \ | |/
| * Fix M-x completion-predicate under python-ts-modeBasil L. Contovounesios2023-05-171-2/+2
* | Declare `cl-delete` to have important-return-value (bug#61730)Mattias EngdegÄrd2023-05-011-2/+1
* | Improve docstring of python-indent-def-block-scalekobarity2023-04-221-1/+24
* | Add a new user option in Python mode to improve the indentationkobarity2023-04-221-7/+50
|/
* Improve indenting "case" in Pythonkobarity2023-03-261-1/+8
* Fix python-fill-paragraph problems on filling strings (bug#62142)kobarity2023-03-161-8/+27
* Make "case" keyword a dedenter in Pythonkobarity2023-03-111-2/+3
* python-info-dedenter-opening-block-positions: Fix to support "bare" matchDmitry Gutov2023-03-091-1/+3
* Revert workaround introduced in Bug#56271kobarity2023-03-091-8/+1
* Fix searching for end of string in python-nav-end-of-statementkobarity2023-03-091-4/+10
* Avoid potential infloopDmitry Gutov2023-03-091-3/+3
* Don't misindent 'else:' after 'if re.match:' in PythonDmitry Gutov2023-03-081-1/+3
* Rename the newly added -ref- faces to -use-Dmitry Gutov2023-02-281-3/+3
* python-ts-mode: Fix single-quote string fontificationDmitry Gutov2023-02-261-1/+1
* Add more/finer faces for tree-sitterDmitry Gutov2023-02-251-15/+16
* * lisp/progmodes/python.el (python--import-sources): Fix regexp (bug#61648)Augusto Stoffel2023-02-221-1/+1
* Fix point moving when calling python-shell-send-regionkobarity2023-02-181-12/+14
* python.el: Use correct regexp when enabling python-ts-modeBrian Leung2023-01-281-2/+2
* Make tree-sitter based modes optionalEli Zaretskii2023-01-201-1/+4
* Fix string fontification on python-ts-mode (bug#60599)Yuan Fu2023-01-071-2/+5
* Fix string-interpolation feature of python-ts-mode (bug#60599)Yuan Fu2023-01-071-2/+18
* Fix 'python-shell-buffer-substring' when START is in middle of 1st linekobarity2023-01-071-4/+5
* ; Add 2023 to copyright years.Eli Zaretskii2023-01-011-1/+1
* ; Fix typosStefan Kangas2022-12-311-1/+1