summaryrefslogtreecommitdiff
path: root/lisp/progmodes/python.el
Commit message (Expand)AuthorAgeFilesLines
* 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
* Tweak previous python-mode region fixLars Ingebrigtsen2020-10-301-1/+12
* Tweak how `C-c C-r' computes the region in python-modeLars Ingebrigtsen2020-10-271-5/+1
* ; Prefer https to http in more URLsStefan Kangas2020-10-241-1/+1
* * lisp/progmodes/python.el: Bump version to release the f-string supportStefan Monnier2020-10-191-1/+1
* * lisp/progmodes/python.el: Teach f-strings to `font-lock`Stefan Monnier2020-10-161-3/+52
* Merge from origin/emacs-27Glenn Morris2020-10-021-6/+8
|\
| * ; Fix many typos in symbols in docs and commentsStefan Kangas2020-10-021-6/+8
* | Make `C-c C-e' in Python buffers workLars Ingebrigtsen2020-10-021-10/+13
* | python-shell-send-defun doesn't find the (whole) definitionPer Starbäck2020-10-021-21/+23
* | Fix the defcustom type fix in python.elLars Ingebrigtsen2020-09-251-1/+1
* | Fix some defcustom typesLars Ingebrigtsen2020-09-251-2/+2
* | ; Fix typosStefan Kangas2020-09-211-4/+4
* | Fix slow python-mode inserts when there's a lot of stringsNoam Postavsky2020-09-201-15/+16
* | Use `format-prompt' when prompting with default valuesLars Ingebrigtsen2020-09-061-3/+1
* | Don't override python font locking in comintCarlos Pita2020-08-191-0/+1
* | Remove some compat code from python.elLars Ingebrigtsen2020-08-181-18/+0
* | Revert "Indent python multiline strings to start and previous levels"Lars Ingebrigtsen2020-08-091-8/+7
* | Indent python multiline strings to start and previous levelsCarlos Pita2020-08-091-7/+8
* | Merge from origin/emacs-27Glenn Morris2020-07-111-4/+4
|\ \ | |/
| * Consistently stylize eldoc as ElDoc in proseBasil L. Contovounesios2020-07-101-4/+4
* | Shoosh warnings about obsolete eldoc-documentation-functionJoão Távora2020-07-081-8/+10
* | Better handle asynchronous Eldoc sourcesJoão Távora2020-07-081-1/+1
* | Fix last change for bug#41619Eli Zaretskii2020-06-201-1/+0
* | Mark python-shell-virtualenv-root as safe for directoriesPhilip K2020-06-131-1/+2
* | Highlight typed variables in PythonKonstantin Kharlamov2020-06-131-0/+2
* | Various json.el improvementsBasil L. Contovounesios2020-05-221-5/+16
* | Expose ElDoc functions in a hook (Bug#28257)Mark Oteiza2020-02-251-2/+4
* | Merge from origin/emacs-27Paul Eggert2020-01-011-1/+1
|\ \ | |/
| * Update copyright year to 2020Paul Eggert2020-01-011-1/+1
* | Use regexp type for regexps in defcustom declarationsMattias Engdegård2019-12-261-8/+8
|/
* Add new function `python-shell-send-statement'lin.sun2019-12-211-0/+22