summaryrefslogtreecommitdiff
path: root/lisp/progmodes/python.el
AgeCommit message (Expand)Author
2022-05-10Fix syntax descriptor comparison in python-indent-regionAndrea Corallo
2022-05-07Improve inferior-python-mode scroll behaviourLars Ingebrigtsen
2022-04-30Make Python evaluation work more reliablyJin Choi
2022-04-21Fix customization-group of 'python-forward-sexp-function'Eli Zaretskii
2022-04-18Avoid hangs in python-mode with debug-on-error setLars Ingebrigtsen
2022-04-18Avoid hangs in python-mode with debug-on-error setLars Ingebrigtsen
2022-04-17Fix fontifying type hints in python-modekobarity
2022-03-12* lisp/progmodes/python.el: Account for new keywords.Colin Woodbury
2022-02-04python.el: Silence left over warning in last commitStefan Monnier
2022-02-04python.el: Try and better split the Tramp codeStefan Monnier
2022-01-14Fix python-eldoc affecting unrelated comint processesMiha Rihtaršič
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
2021-12-13Make `M-x run-python' select the window againKévin Le Gouguec
2021-12-10Revert "Make `M-x run-python' select the window again"Lars Ingebrigtsen
2021-12-10Make `M-x run-python' select the window againKévin Le Gouguec
2021-11-14; Revert "* lisp/progmodes/python.el (python-forward-sexp-function): :version...Eli Zaretskii
2021-11-14; * lisp/progmodes/python.el (python-forward-sexp-function): :version fix.Eli Zaretskii
2021-11-14Fix customization group of python-forward-sexp-functionKévin Le Gouguec
2021-11-10Make the python missing-readline warning more helpfulBenj
2021-11-05Match dummy output even with non-default rl configCarlos Pita
2021-11-04Fix return value of python-nav-end-of-defunLars Ingebrigtsen
2021-10-31Merge from origin/emacs-28Eli Zaretskii
2021-10-30Avoid replacing common prefix with ellipsisCarlos Pita
2021-10-13Update Emacs requirement after removing compat codeLars Ingebrigtsen
2021-10-13Fix problem with multiline fontification in interactive PythonLars Ingebrigtsen
2021-10-13Remove some compat code from python.elLars Ingebrigtsen
2021-10-12Merge from origin/emacs-28Glenn Morris
2021-10-11* lisp/progmodes/python.el: Bump package version to 0.28.Stefan Kangas
2021-10-11Fontify "print" and "exec" as functions in python-modeStefan Kangas
2021-10-11Fontify "print" and "exec" as functions in python-modeStefan Kangas
2021-10-05Use format-prompt for many more promptsStefan Kangas
2021-10-04Avoid a warning in python-eldoc-setup-codeCarlos Pita
2021-09-21* python.el (python-syntax-stringify): Extend comment about last changeStefan Monnier
2021-09-21Make syntax-ppss more accurate for Python triple quotes (bug#49518)João Távora
2021-09-16; Minor stylistic fixes found by checkdocStefan Kangas
2021-09-15Tweak python-hideshow-forward-sexp-function warning avoidanceLars Ingebrigtsen
2021-09-15Python shell: rearrange printing of newline before outputAugusto Stoffel
2021-09-11Keep python.el compatible with older EmacsenAugusto Stoffel
2021-09-11Allow using 'python-shell-send-file' across machinesAugusto Stoffel
2021-09-11Implement caching for 'python-shell-completion-at-point'Augusto Stoffel
2021-09-10Revert usage of format-prompt in python.elLars Ingebrigtsen
2021-09-10Properly encode all strings sent to Python shellAugusto Stoffel
2021-09-09; * lisp/progmodes/python.el (python-shell-send-string): Fix last change.Eli Zaretskii
2021-09-09Fix a recent change wrt 'comint-max-line-length'Eli Zaretskii
2021-09-09Better treatment of line length limits for the Python inferiorAugusto Stoffel
2021-09-08Don't disable ipython as a native interpreterLars Ingebrigtsen
2021-09-05Fixes for 'python-shell-send-string' and 'python-shell-send-file'Augusto Stoffel
2021-09-03Change Python eval to send directly instead of using temporary filesAugusto Stoffel