summaryrefslogtreecommitdiff
path: root/lisp/progmodes/python.el
AgeCommit message (Expand)Author
2021-08-15Allow evaluating Python code across machinesAugusto Stoffel
2021-07-31Add new user option python-forward-sexp-functionLars Ingebrigtsen
2021-05-27Fix filling of overlong first lines in Python doc stringsDeneb Meketa
2021-04-16; Remove some useless commentsStefan Kangas
2021-04-12Fix python-shell-switch-to-shell redisplay bugShitikanth Kashyap
2021-04-01Remove redundant #' before lambda in progmodes/*.elStefan Kangas
2021-02-18Revert "Do interactive mode tagging for python.el navigation functions."Lars Ingebrigtsen
2021-02-18Do interactive mode tagging for python.el navigation functions.Doug Davis
2021-02-04Deactivate region in `C-c C-r' in python-modeLars Ingebrigtsen
2021-01-10Default python-shell-interpreter to python3Glenn Morris
2021-01-01Update copyright year to 2021Paul Eggert
2020-12-21Make python-mode fontify more assignment statementsDario Gjorgjevski
2020-12-14Fix narrow-to-defun in python-modeTomas Nordin
2020-12-12Prefer setq-local in python.elStefan Kangas
2020-12-11* lisp/progmodes/python.el: Bump version.Stefan Kangas
2020-12-03Recompute error positions in python-shell-send-regionLars Ingebrigtsen
2020-11-12Remove redundant installation instructionsStefan Kangas
2020-11-11Fix python-font-lock-keywords-maximum-decoration performance regressionDario Gjorgjevski
2020-11-11Fix font lock of assignments with type hints in PythonDario Gjorgjevski
2020-11-09Make the SHOW parameter work again in `run-python'Lars Ingebrigtsen
2020-11-04Fix misuses of `make-local-variable` on hooksStefan Monnier
2020-10-30Tweak previous python-mode region fixLars Ingebrigtsen
2020-10-27Tweak how `C-c C-r' computes the region in python-modeLars Ingebrigtsen
2020-10-24; Prefer https to http in more URLsStefan Kangas
2020-10-19* lisp/progmodes/python.el: Bump version to release the f-string supportStefan Monnier
2020-10-16* lisp/progmodes/python.el: Teach f-strings to `font-lock`Stefan Monnier
2020-10-02Merge from origin/emacs-27Glenn Morris
2020-10-02; Fix many typos in symbols in docs and commentsStefan Kangas
2020-10-02Make `C-c C-e' in Python buffers workLars Ingebrigtsen
2020-10-02python-shell-send-defun doesn't find the (whole) definitionPer Starbäck
2020-09-25Fix the defcustom type fix in python.elLars Ingebrigtsen
2020-09-25Fix some defcustom typesLars Ingebrigtsen
2020-09-21; Fix typosStefan Kangas
2020-09-20Fix slow python-mode inserts when there's a lot of stringsNoam Postavsky
2020-09-06Use `format-prompt' when prompting with default valuesLars Ingebrigtsen
2020-08-19Don't override python font locking in comintCarlos Pita
2020-08-18Remove some compat code from python.elLars Ingebrigtsen
2020-08-09Revert "Indent python multiline strings to start and previous levels"Lars Ingebrigtsen
2020-08-09Indent python multiline strings to start and previous levelsCarlos Pita
2020-07-11Merge from origin/emacs-27Glenn Morris
2020-07-10Consistently stylize eldoc as ElDoc in proseBasil L. Contovounesios
2020-07-08Shoosh warnings about obsolete eldoc-documentation-functionJoão Távora
2020-07-08Better handle asynchronous Eldoc sourcesJoão Távora
2020-06-20Fix last change for bug#41619Eli Zaretskii
2020-06-13Mark python-shell-virtualenv-root as safe for directoriesPhilip K
2020-06-13Highlight typed variables in PythonKonstantin Kharlamov
2020-05-22Various json.el improvementsBasil L. Contovounesios
2020-02-25Expose ElDoc functions in a hook (Bug#28257)Mark Oteiza
2020-01-01Merge from origin/emacs-27Paul Eggert
2020-01-01Update copyright year to 2020Paul Eggert