aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/progmodes/python.el (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | Fix blank/comment line handling in python-nav-beginning-of-blockkobarity2022-08-071-6/+6
* | Fontify python escape sequences in literalslWarne2022-08-061-2/+54
* | Fix comment/else indentation problem in python-modeStephen Berman2022-07-271-1/+2
* | Fix Python navigation problem with a line continuation using backslashkobarity2022-07-231-2/+5
* | Fix python navigation problem with an empty line in nested defunkobarity2022-07-161-13/+16
* | Remove many items obsolete since 24.1Stefan Kangas2022-07-081-1/+0
* | Quote some literal keys to get help-key-binding faceStefan Kangas2022-07-031-1/+2
* | Fix `python-nav-beginning-of-defun' line continuation using backslashkobarity2022-07-031-7/+18
* | lisp/progmodes/python.el (python-nav-end-of-block): prevent infinite loopTom Gillespie2022-06-291-2/+9
* | Fix nested defuns handling in `python-nav-beginning-of-defun'kobarity2022-06-211-1/+7
* | Fix Python Hideshow problem with backslash escaped newlineskobarity2022-05-281-2/+3
* | Don't font-lock invalid invalid class/function nameskobarity2022-05-221-2/+2
* | Fix two typos in comments in python.elkobarity2022-05-221-2/+2
* | Properly indent Python PEP634 match/case blocksLele Gaifax2022-05-221-0/+2
* | Fix recently introduced Python font lock breakage of chained assignmentskobarity2022-05-211-3/+6
* | Fix Python highlighting of some assignment statementskobarity2022-05-161-9/+9
* | Fix syntax descriptor comparison in python-indent-regionAndrea Corallo2022-05-101-1/+1
* | Improve inferior-python-mode scroll behaviourLars Ingebrigtsen2022-05-071-1/+2
* | Make Python evaluation work more reliablyJin Choi2022-04-301-10/+13
* | Avoid hangs in python-mode with debug-on-error setLars Ingebrigtsen2022-04-181-17/+14
* | Fix fontifying type hints in python-modekobarity2022-04-171-1/+2
* | * lisp/progmodes/python.el: Account for new keywords.Colin Woodbury2022-03-121-0/+2
* | python.el: Silence left over warning in last commitStefan Monnier2022-02-041-0/+1
* | python.el: Try and better split the Tramp codeStefan Monnier2022-02-041-165/+157
* | Fix python-eldoc affecting unrelated comint processesMiha Rihtaršič2022-01-141-5/+7
* | 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-2/+2
|\ \ | |/
| * Make `M-x run-python' select the window againKévin Le Gouguec2021-12-131-2/+2
| * Revert "Make `M-x run-python' select the window again"Lars Ingebrigtsen2021-12-101-2/+2
| * Make `M-x run-python' select the window againKévin Le Gouguec2021-12-101-2/+2
* | ; Revert "* lisp/progmodes/python.el (python-forward-sexp-function): :version...Eli Zaretskii2021-11-141-1/+1
* | ; * lisp/progmodes/python.el (python-forward-sexp-function): :version fix.Eli Zaretskii2021-11-141-1/+1
* | Fix customization group of python-forward-sexp-functionKévin Le Gouguec2021-11-141-7/+7
* | Make the python missing-readline warning more helpfulBenj2021-11-101-1/+2
* | Match dummy output even with non-default rl configCarlos Pita2021-11-051-1/+1
* | Fix return value of python-nav-end-of-defunLars Ingebrigtsen2021-11-041-1/+4
* | Merge from origin/emacs-28Eli Zaretskii2021-10-311-0/+2
|\ \ | |/
| * Avoid replacing common prefix with ellipsisCarlos Pita2021-10-301-0/+2
* | Update Emacs requirement after removing compat codeLars Ingebrigtsen2021-10-131-1/+1
* | Fix problem with multiline fontification in interactive PythonLars Ingebrigtsen2021-10-131-6/+2
* | Remove some compat code from python.elLars Ingebrigtsen2021-10-131-5/+1
* | Merge from origin/emacs-28Glenn Morris2021-10-121-1/+1
|\ \ | |/
| * * lisp/progmodes/python.el: Bump package version to 0.28.Stefan Kangas2021-10-111-1/+1
| * Fontify "print" and "exec" as functions in python-modeStefan Kangas2021-10-111-3/+0
* | Fontify "print" and "exec" as functions in python-modeStefan Kangas2021-10-111-3/+0
* | Use format-prompt for many more promptsStefan Kangas2021-10-051-4/+8
* | Avoid a warning in python-eldoc-setup-codeCarlos Pita2021-10-041-1/+4
|/
* * python.el (python-syntax-stringify): Extend comment about last changeStefan Monnier2021-09-211-0/+7
* Make syntax-ppss more accurate for Python triple quotes (bug#49518)João Távora2021-09-211-4/+7