aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/progmodes/python.el (unfollow)
Commit message (Expand)AuthorFilesLines
2020-07-08Have Python mode cooperate asynchronously with Eldocscratch/python-eldoc-asyncJoão Távora1-69/+119
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
2019-12-07Ensure buffer is alive in python-pdbtrack-unset-tracked-bufferAndrii Kolomoiets1-3/+3
2019-11-22font-lock special attributes in python-modeHong Xu1-2/+8
2019-11-11Fix some quoting glitches in doc stringsPaul Eggert1-9/+9
2019-11-07python.el: Pdbtracking improvementsAndrii Kolomoiets1-25/+135
2019-10-28Use new-style rx extensions in python.elMattias Engdegård1-68/+59
2019-10-22Avoid extra lines in python-shell font lock buffer (Bug#33959)memeplex1-12/+13
2019-10-14Fix python-shell font-lock cleanup for unclosed quotes (Bug#32390)Carlos Pita1-8/+6
2019-09-21lisp/*.el: Fix typos and other trivial doc fixesJuanma Barranquero1-3/+3
2019-09-12Fix fill-paragraph in python docstrings (Bug#36056)Noam Postavsky1-1/+7
2019-07-05Fix python.el docstring (Bug#36458)Noam Postavsky1-1/+1
2019-06-26Revert "* lisp/calc/calc-ext.el (math-scalarp): Fix typo"Stefan Monnier1-3/+1
2019-06-26* lisp/calc/calc-ext.el (math-scalarp): Fix typoStefan Monnier1-1/+3
2019-06-22Fix python docstring auto-fill (Bug#36056)Noam Postavsky1-0/+1
2019-05-25Go back to "Maintainer: emacs-devel@gnu.org"Paul Eggert1-0/+1
2019-05-19Fixes for "Maintainer:" and related linesPaul Eggert1-1/+0
2019-04-28python.el: Fix close paren indentation to match pep8 (Bug#20742)Tommi Komulainen1-3/+9
2019-04-16Make python-shell-prompt-block-regexp match IPython promptAndrii Kolomoiets1-1/+1
2019-04-14* lisp/progmodes/python.el: Be more careful about temp file removalStefan Monnier1-9/+10
2019-04-09python.el: don't syntax-propertize single/double quoted stringsStefan Monnier1-24/+16
2019-03-13* lisp/progmodes/python.el (python-rx-constituents): Fix ordering in `or`Stefan Monnier1-1/+1
2019-03-01Add 'breakpoint' to builtins for PythonEvan Moses1-1/+1
2019-01-05Fix electric indent bug in python-mode after dedenting colonJoel Rosdahl1-9/+10
2019-01-01Update copyright year to 2019Paul Eggert1-1/+1
2018-11-25Replace insignificant backquotesMichael Heerdegen1-14/+14
2018-07-19Add 'font-lock-maximum-decoration' levels for PythonCharles A. Roelli1-32/+63
2018-06-16Fix off by one error in python-mode assertion (Bug#30964)Noam Postavsky1-1/+1
2018-06-05Obsolete Flymake's flymake-diagnostic-types-alistJoão Távora1-3/+4
2018-05-15run-python: Make the buffer running python currentTino Calancha1-4/+6
2018-04-20The tedious game of whack-a-mole with compiler warnings continuesGlenn Morris1-6/+6
2018-04-08Fix python-shell-send-defun at start of buffer (Bug#30822)nitishch1-3/+6
2018-03-01Fix issues turned up by previous python.el changeNoam Postavsky1-11/+10
2018-02-27Fix python.el for Emacs 24, bump ELPA version to 0.26.1 (Bug#30633)Noam Postavsky1-8/+22
2018-02-16; Fix doc typos related to indefinite articlesGlenn Morris1-3/+3
2018-02-12* lisp/progmodes/python.el: Bump package version to 0.26.Noam Postavsky1-1/+1
2018-02-12Fix an infloop in python-nav-beginning-of-statementDmitry Gutov1-1/+2
2018-01-01New customization variable for python-mode indentation (Bug#28475)Ross Donaldson1-2/+8