summaryrefslogtreecommitdiff
path: root/lisp/progmodes/python.el
AgeCommit message (Expand)Author
2020-01-01Update copyright year to 2020Paul Eggert
2019-12-26Use regexp type for regexps in defcustom declarationsMattias Engdegård
2019-12-21Add new function `python-shell-send-statement'lin.sun
2019-12-13python-shell-completion-at-point: respect simple-operator (Bug#37808)Andrii Kolomoiets
2019-12-10; Spelling fixesPaul Eggert
2019-12-09Spelling fixesPaul Eggert
2019-12-07Ensure buffer is alive in python-pdbtrack-unset-tracked-bufferAndrii Kolomoiets
2019-11-22font-lock special attributes in python-modeHong Xu
2019-11-11Fix some quoting glitches in doc stringsPaul Eggert
2019-11-07python.el: Pdbtracking improvementsAndrii Kolomoiets
2019-10-28Use new-style rx extensions in python.elMattias Engdegård
2019-10-22Avoid extra lines in python-shell font lock buffer (Bug#33959)memeplex
2019-10-14Fix python-shell font-lock cleanup for unclosed quotes (Bug#32390)Carlos Pita
2019-09-21lisp/*.el: Fix typos and other trivial doc fixesJuanma Barranquero
2019-09-12Fix fill-paragraph in python docstrings (Bug#36056)Noam Postavsky
2019-07-06Merge from origin/emacs-26Glenn Morris
2019-07-05Fix python.el docstring (Bug#36458)Noam Postavsky
2019-06-26Revert "* lisp/calc/calc-ext.el (math-scalarp): Fix typo"Stefan Monnier
2019-06-26* lisp/calc/calc-ext.el (math-scalarp): Fix typoStefan Monnier
2019-06-22Fix python docstring auto-fill (Bug#36056)Noam Postavsky
2019-05-25Go back to "Maintainer: emacs-devel@gnu.org"Paul Eggert
2019-05-19Fixes for "Maintainer:" and related linesPaul Eggert
2019-04-28python.el: Fix close paren indentation to match pep8 (Bug#20742)Tommi Komulainen
2019-04-17Merge from origin/emacs-26Glenn Morris
2019-04-16Make python-shell-prompt-block-regexp match IPython promptAndrii Kolomoiets
2019-04-14* lisp/progmodes/python.el: Be more careful about temp file removalStefan Monnier
2019-04-09python.el: don't syntax-propertize single/double quoted stringsStefan Monnier
2019-03-13* lisp/progmodes/python.el (python-rx-constituents): Fix ordering in `or`Stefan Monnier
2019-03-01Add 'breakpoint' to builtins for PythonEvan Moses
2019-01-05Fix electric indent bug in python-mode after dedenting colonJoel Rosdahl
2018-12-31Merge from origin/emacs-26Paul Eggert
2019-01-01Update copyright year to 2019Paul Eggert
2018-11-25Replace insignificant backquotesMichael Heerdegen
2018-07-19Add 'font-lock-maximum-decoration' levels for PythonCharles A. Roelli
2018-06-16Fix off by one error in python-mode assertion (Bug#30964)Noam Postavsky
2018-06-05Obsolete Flymake's flymake-diagnostic-types-alistJoão Távora
2018-05-15run-python: Make the buffer running python currentTino Calancha
2018-04-20The tedious game of whack-a-mole with compiler warnings continuesGlenn Morris
2018-04-08Fix python-shell-send-defun at start of buffer (Bug#30822)nitishch
2018-03-01Fix issues turned up by previous python.el changeNoam Postavsky
2018-02-27Fix python.el for Emacs 24, bump ELPA version to 0.26.1 (Bug#30633)Noam Postavsky
2018-02-17Merge from origin/emacs-26Glenn Morris
2018-02-16; Fix doc typos related to indefinite articlesGlenn Morris
2018-02-12* lisp/progmodes/python.el: Bump package version to 0.26.Noam Postavsky
2018-02-12Fix an infloop in python-nav-beginning-of-statementDmitry Gutov
2018-01-01New customization variable for python-mode indentation (Bug#28475)Ross Donaldson
2018-01-01Update copyright year to 2018Paul Eggert
2017-12-21Merge branch 'widen-less' into emacs-26Dmitry Gutov
2017-12-20Fix some more aliases to user optionsGlenn Morris
2017-12-17python.el doc fixesCharles A. Roelli