aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/progmodes/python.el (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | 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
* ; Minor stylistic fixes found by checkdocStefan Kangas2021-09-161-11/+10
* Tweak python-hideshow-forward-sexp-function warning avoidanceLars Ingebrigtsen2021-09-151-2/+1
* Python shell: rearrange printing of newline before outputAugusto Stoffel2021-09-151-4/+8
* Keep python.el compatible with older EmacsenAugusto Stoffel2021-09-111-1/+3
* Allow using 'python-shell-send-file' across machinesAugusto Stoffel2021-09-111-15/+30
* Implement caching for 'python-shell-completion-at-point'Augusto Stoffel2021-09-111-29/+30
* Revert usage of format-prompt in python.elLars Ingebrigtsen2021-09-101-1/+3
* Properly encode all strings sent to Python shellAugusto Stoffel2021-09-101-43/+21
* ; * lisp/progmodes/python.el (python-shell-send-string): Fix last change.Eli Zaretskii2021-09-091-1/+1
* Fix a recent change wrt 'comint-max-line-length'Eli Zaretskii2021-09-091-1/+2
* Better treatment of line length limits for the Python inferiorAugusto Stoffel2021-09-091-47/+51
* Don't disable ipython as a native interpreterLars Ingebrigtsen2021-09-081-4/+3
* Fixes for 'python-shell-send-string' and 'python-shell-send-file'Augusto Stoffel2021-09-051-15/+31
* Change Python eval to send directly instead of using temporary filesAugusto Stoffel2021-09-031-14/+50
* python-shell-interpreter doc string clarificationLars Ingebrigtsen2021-08-271-1/+6