summaryrefslogtreecommitdiff
path: root/lisp/progmodes/python.el
Commit message (Expand)AuthorAge
* Default python-shell-interpreter to python3Glenn Morris2021-01-10
* Update copyright year to 2021Paul Eggert2021-01-01
* Make python-mode fontify more assignment statementsDario Gjorgjevski2020-12-21
* Fix narrow-to-defun in python-modeTomas Nordin2020-12-14
* Prefer setq-local in python.elStefan Kangas2020-12-12
* * lisp/progmodes/python.el: Bump version.Stefan Kangas2020-12-11
* Recompute error positions in python-shell-send-regionLars Ingebrigtsen2020-12-03
* Remove redundant installation instructionsStefan Kangas2020-11-12
* Fix python-font-lock-keywords-maximum-decoration performance regressionDario Gjorgjevski2020-11-11
* Fix font lock of assignments with type hints in PythonDario Gjorgjevski2020-11-11
* Make the SHOW parameter work again in `run-python'Lars Ingebrigtsen2020-11-09
* Fix misuses of `make-local-variable` on hooksStefan Monnier2020-11-04
* Tweak previous python-mode region fixLars Ingebrigtsen2020-10-30
* Tweak how `C-c C-r' computes the region in python-modeLars Ingebrigtsen2020-10-27
* ; Prefer https to http in more URLsStefan Kangas2020-10-24
* * lisp/progmodes/python.el: Bump version to release the f-string supportStefan Monnier2020-10-19
* * lisp/progmodes/python.el: Teach f-strings to `font-lock`Stefan Monnier2020-10-16
* Merge from origin/emacs-27Glenn Morris2020-10-02
|\
| * ; Fix many typos in symbols in docs and commentsStefan Kangas2020-10-02
* | Make `C-c C-e' in Python buffers workLars Ingebrigtsen2020-10-02
* | python-shell-send-defun doesn't find the (whole) definitionPer Starbäck2020-10-02
* | Fix the defcustom type fix in python.elLars Ingebrigtsen2020-09-25
* | Fix some defcustom typesLars Ingebrigtsen2020-09-25
* | ; Fix typosStefan Kangas2020-09-21
* | Fix slow python-mode inserts when there's a lot of stringsNoam Postavsky2020-09-20
* | Use `format-prompt' when prompting with default valuesLars Ingebrigtsen2020-09-06
* | Don't override python font locking in comintCarlos Pita2020-08-19
* | Remove some compat code from python.elLars Ingebrigtsen2020-08-18
* | Revert "Indent python multiline strings to start and previous levels"Lars Ingebrigtsen2020-08-09
* | Indent python multiline strings to start and previous levelsCarlos Pita2020-08-09
* | Merge from origin/emacs-27Glenn Morris2020-07-11
|\|
| * Consistently stylize eldoc as ElDoc in proseBasil L. Contovounesios2020-07-10
* | Shoosh warnings about obsolete eldoc-documentation-functionJoão Távora2020-07-08
* | Better handle asynchronous Eldoc sourcesJoão Távora2020-07-08
* | Fix last change for bug#41619Eli Zaretskii2020-06-20
* | Mark python-shell-virtualenv-root as safe for directoriesPhilip K2020-06-13
* | Highlight typed variables in PythonKonstantin Kharlamov2020-06-13
* | Various json.el improvementsBasil L. Contovounesios2020-05-22
* | Expose ElDoc functions in a hook (Bug#28257)Mark Oteiza2020-02-25
* | Merge from origin/emacs-27Paul Eggert2020-01-01
|\|
| * Update copyright year to 2020Paul Eggert2020-01-01
* | Use regexp type for regexps in defcustom declarationsMattias Engdegård2019-12-26
|/
* Add new function `python-shell-send-statement'lin.sun2019-12-21
* python-shell-completion-at-point: respect simple-operator (Bug#37808)Andrii Kolomoiets2019-12-13
* ; Spelling fixesPaul Eggert2019-12-10
* Spelling fixesPaul Eggert2019-12-09
* Ensure buffer is alive in python-pdbtrack-unset-tracked-bufferAndrii Kolomoiets2019-12-07
* font-lock special attributes in python-modeHong Xu2019-11-22
* Fix some quoting glitches in doc stringsPaul Eggert2019-11-11
* python.el: Pdbtracking improvementsAndrii Kolomoiets2019-11-07