aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/progmodes/python.el (unfollow)
Commit message (Expand)AuthorFilesLines
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
2021-01-01Update copyright year to 2021Paul Eggert1-1/+1
2021-01-01Update copyright year to 2021Paul Eggert1-1/+1
2020-12-21Make python-mode fontify more assignment statementsDario Gjorgjevski1-27/+69
2020-12-14Fix narrow-to-defun in python-modeTomas Nordin1-4/+11
2020-12-12Prefer setq-local in python.elStefan Kangas1-79/+71
2020-12-11* lisp/progmodes/python.el: Bump version.Stefan Kangas1-1/+1
2020-12-03Recompute error positions in python-shell-send-regionLars Ingebrigtsen1-0/+6
2020-11-12Remove redundant installation instructionsStefan Kangas1-8/+1
2020-11-11Fix python-font-lock-keywords-maximum-decoration performance regressionDario Gjorgjevski1-11/+8
2020-11-11Fix font lock of assignments with type hints in PythonDario Gjorgjevski1-6/+10
2020-11-09Make the SHOW parameter work again in `run-python'Lars Ingebrigtsen1-1/+1
2020-11-04Fix misuses of `make-local-variable` on hooksStefan Monnier1-2/+2
2020-10-30Tweak previous python-mode region fixLars Ingebrigtsen1-1/+12
2020-10-27Tweak how `C-c C-r' computes the region in python-modeLars Ingebrigtsen1-5/+1
2020-10-24; Prefer https to http in more URLsStefan Kangas1-1/+1
2020-10-19* lisp/progmodes/python.el: Bump version to release the f-string supportStefan Monnier1-1/+1
2020-10-16* lisp/progmodes/python.el: Teach f-strings to `font-lock`Stefan Monnier1-3/+52
2020-10-02; Fix many typos in symbols in docs and commentsStefan Kangas1-6/+8
2020-10-02Make `C-c C-e' in Python buffers workLars Ingebrigtsen1-10/+13
2020-10-02python-shell-send-defun doesn't find the (whole) definitionPer Starbäck1-21/+23
2020-09-25Fix the defcustom type fix in python.elLars Ingebrigtsen1-1/+1
2020-09-25Fix some defcustom typesLars Ingebrigtsen1-2/+2
2020-09-21; Fix typosStefan Kangas1-4/+4
2020-09-20Fix slow python-mode inserts when there's a lot of stringsNoam Postavsky1-15/+16
2020-09-06Use `format-prompt' when prompting with default valuesLars Ingebrigtsen1-3/+1
2020-08-19Don't override python font locking in comintCarlos Pita1-0/+1
2020-08-18Remove some compat code from python.elLars Ingebrigtsen1-18/+0
2020-08-09Revert "Indent python multiline strings to start and previous levels"Lars Ingebrigtsen1-8/+7
2020-08-09Indent python multiline strings to start and previous levelsCarlos Pita1-7/+8
2020-07-10Consistently stylize eldoc as ElDoc in proseBasil L. Contovounesios1-4/+4
2020-07-08Shoosh warnings about obsolete eldoc-documentation-functionJoão Távora1-8/+10
2020-07-08Better handle asynchronous Eldoc sourcesJoão Távora1-1/+1
2020-06-20Fix last change for bug#41619Eli Zaretskii1-1/+0
2020-06-13Mark python-shell-virtualenv-root as safe for directoriesPhilip K1-1/+2
2020-06-13Highlight typed variables in PythonKonstantin Kharlamov1-0/+2
2020-05-22Various json.el improvementsBasil L. Contovounesios1-5/+16
2020-02-25Expose ElDoc functions in a hook (Bug#28257)Mark Oteiza1-2/+4
2020-01-01Update copyright year to 2020Paul Eggert1-1/+1
2019-12-26Use regexp type for regexps in defcustom declarationsMattias Engdegård1-8/+8
2019-12-21Add new function `python-shell-send-statement'lin.sun1-0/+22
2019-12-13python-shell-completion-at-point: respect simple-operator (Bug#37808)Andrii Kolomoiets1-1/+1
2019-12-10; Spelling fixesPaul Eggert1-2/+2
2019-12-09Spelling fixesPaul Eggert1-3/+3