aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/progmodes/python.el (unfollow)
Commit message (Expand)AuthorFilesLines
2022-03-12* lisp/progmodes/python.el: Account for new keywords.Colin Woodbury1-0/+2
2022-02-04python.el: Silence left over warning in last commitStefan Monnier1-0/+1
2022-02-04python.el: Try and better split the Tramp codeStefan Monnier1-165/+157
2022-01-14Fix python-eldoc affecting unrelated comint processesMiha Rihtaršič1-5/+7
2022-01-01; Add 2022 to copyright years.Eli Zaretskii1-1/+1
2021-12-13Make `M-x run-python' select the window againKévin Le Gouguec1-2/+2
2021-12-10Revert "Make `M-x run-python' select the window again"Lars Ingebrigtsen1-2/+2
2021-12-10Make `M-x run-python' select the window againKévin Le Gouguec1-2/+2
2021-11-14; Revert "* lisp/progmodes/python.el (python-forward-sexp-function): :version...Eli Zaretskii1-1/+1
2021-11-14; * lisp/progmodes/python.el (python-forward-sexp-function): :version fix.Eli Zaretskii1-1/+1
2021-11-14Fix customization group of python-forward-sexp-functionKévin Le Gouguec1-7/+7
2021-11-10Make the python missing-readline warning more helpfulBenj1-1/+2
2021-11-05Match dummy output even with non-default rl configCarlos Pita1-1/+1
2021-11-04Fix return value of python-nav-end-of-defunLars Ingebrigtsen1-1/+4
2021-10-30Avoid replacing common prefix with ellipsisCarlos Pita1-0/+2
2021-10-13Update Emacs requirement after removing compat codeLars Ingebrigtsen1-1/+1
2021-10-13Fix problem with multiline fontification in interactive PythonLars Ingebrigtsen1-6/+2
2021-10-13Remove some compat code from python.elLars Ingebrigtsen1-5/+1
2021-10-11Fontify "print" and "exec" as functions in python-modeStefan Kangas1-3/+0
2021-10-11* lisp/progmodes/python.el: Bump package version to 0.28.Stefan Kangas1-1/+1
2021-10-11Fontify "print" and "exec" as functions in python-modeStefan Kangas1-3/+0
2021-10-05Use format-prompt for many more promptsStefan Kangas1-4/+8
2021-10-04Avoid a warning in python-eldoc-setup-codeCarlos Pita1-1/+4
2021-09-21* python.el (python-syntax-stringify): Extend comment about last changeStefan Monnier1-0/+7
2021-09-21Make syntax-ppss more accurate for Python triple quotes (bug#49518)João Távora1-4/+7
2021-09-16; Minor stylistic fixes found by checkdocStefan Kangas1-11/+10
2021-09-15Tweak python-hideshow-forward-sexp-function warning avoidanceLars Ingebrigtsen1-2/+1
2021-09-15Python shell: rearrange printing of newline before outputAugusto Stoffel1-4/+8
2021-09-11Keep python.el compatible with older EmacsenAugusto Stoffel1-1/+3
2021-09-11Allow using 'python-shell-send-file' across machinesAugusto Stoffel1-15/+30
2021-09-11Implement caching for 'python-shell-completion-at-point'Augusto Stoffel1-29/+30
2021-09-10Revert usage of format-prompt in python.elLars Ingebrigtsen1-1/+3
2021-09-10Properly encode all strings sent to Python shellAugusto Stoffel1-43/+21
2021-09-09; * lisp/progmodes/python.el (python-shell-send-string): Fix last change.Eli Zaretskii1-1/+1
2021-09-09Fix a recent change wrt 'comint-max-line-length'Eli Zaretskii1-1/+2
2021-09-09Better treatment of line length limits for the Python inferiorAugusto Stoffel1-47/+51
2021-09-08Don't disable ipython as a native interpreterLars Ingebrigtsen1-4/+3
2021-09-05Fixes for 'python-shell-send-string' and 'python-shell-send-file'Augusto Stoffel1-15/+31
2021-09-03Change Python eval to send directly instead of using temporary filesAugusto Stoffel1-14/+50
2021-08-27python-shell-interpreter doc string clarificationLars Ingebrigtsen1-1/+6
2021-08-15Allow evaluating Python code across machinesAugusto Stoffel1-1/+2
2021-07-31Add new user option python-forward-sexp-functionLars Ingebrigtsen1-9/+9
2021-05-27Fix filling of overlong first lines in Python doc stringsDeneb Meketa1-1/+6
2021-04-16; Remove some useless commentsStefan Kangas1-2/+0
2021-04-12Fix python-shell-switch-to-shell redisplay bugShitikanth Kashyap1-1/+2
2021-04-01Remove redundant #' before lambda in progmodes/*.elStefan Kangas1-4/+4
2021-02-18Revert "Do interactive mode tagging for python.el navigation functions."Lars Ingebrigtsen1-18/+18
2021-02-18Do interactive mode tagging for python.el navigation functions.Doug Davis1-18/+18
2021-02-04Deactivate region in `C-c C-r' in python-modeLars Ingebrigtsen1-1/+2
2021-01-10Default python-shell-interpreter to python3Glenn Morris1-1/+5