aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/progmodes/python.el (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* Allow evaluating Python code across machinesAugusto Stoffel2021-08-151-1/+2
* Add new user option python-forward-sexp-functionLars Ingebrigtsen2021-07-311-9/+9
* Fix filling of overlong first lines in Python doc stringsDeneb Meketa2021-05-271-1/+6
* ; Remove some useless commentsStefan Kangas2021-04-161-2/+0
* Fix python-shell-switch-to-shell redisplay bugShitikanth Kashyap2021-04-121-1/+2
* Remove redundant #' before lambda in progmodes/*.elStefan Kangas2021-04-011-4/+4
* Revert "Do interactive mode tagging for python.el navigation functions."Lars Ingebrigtsen2021-02-181-18/+18
* Do interactive mode tagging for python.el navigation functions.Doug Davis2021-02-181-18/+18
* Deactivate region in `C-c C-r' in python-modeLars Ingebrigtsen2021-02-041-1/+2
* Default python-shell-interpreter to python3Glenn Morris2021-01-101-1/+5
* Update copyright year to 2021Paul Eggert2021-01-011-1/+1
* Make python-mode fontify more assignment statementsDario Gjorgjevski2020-12-211-27/+69
* Fix narrow-to-defun in python-modeTomas Nordin2020-12-141-4/+11
* Prefer setq-local in python.elStefan Kangas2020-12-121-79/+71
* * lisp/progmodes/python.el: Bump version.Stefan Kangas2020-12-111-1/+1
* Recompute error positions in python-shell-send-regionLars Ingebrigtsen2020-12-031-0/+6
* Remove redundant installation instructionsStefan Kangas2020-11-121-8/+1
* Fix python-font-lock-keywords-maximum-decoration performance regressionDario Gjorgjevski2020-11-111-11/+8
* Fix font lock of assignments with type hints in PythonDario Gjorgjevski2020-11-111-6/+10
* Make the SHOW parameter work again in `run-python'Lars Ingebrigtsen2020-11-091-1/+1
* Fix misuses of `make-local-variable` on hooksStefan Monnier2020-11-041-2/+2