summaryrefslogtreecommitdiff
path: root/lisp/progmodes/python.el
Commit message (Expand)AuthorAgeFilesLines
* Expose ElDoc functions in a hook (Bug#28257)Mark Oteiza2020-02-251-2/+4
* Merge from origin/emacs-27Paul Eggert2020-01-011-1/+1
|\
| * Update copyright year to 2020Paul Eggert2020-01-011-1/+1
* | Use regexp type for regexps in defcustom declarationsMattias Engdegård2019-12-261-8/+8
|/
* Add new function `python-shell-send-statement'lin.sun2019-12-211-0/+22
* python-shell-completion-at-point: respect simple-operator (Bug#37808)Andrii Kolomoiets2019-12-131-1/+1
* ; Spelling fixesPaul Eggert2019-12-101-2/+2
* Spelling fixesPaul Eggert2019-12-091-3/+3
* Ensure buffer is alive in python-pdbtrack-unset-tracked-bufferAndrii Kolomoiets2019-12-071-3/+3
* font-lock special attributes in python-modeHong Xu2019-11-221-2/+8
* Fix some quoting glitches in doc stringsPaul Eggert2019-11-111-9/+9
* python.el: Pdbtracking improvementsAndrii Kolomoiets2019-11-071-25/+135
* Use new-style rx extensions in python.elMattias Engdegård2019-10-281-68/+59
* Avoid extra lines in python-shell font lock buffer (Bug#33959)memeplex2019-10-221-12/+13
* Fix python-shell font-lock cleanup for unclosed quotes (Bug#32390)Carlos Pita2019-10-141-8/+6
* lisp/*.el: Fix typos and other trivial doc fixesJuanma Barranquero2019-09-211-3/+3
* Fix fill-paragraph in python docstrings (Bug#36056)Noam Postavsky2019-09-121-1/+7
* Merge from origin/emacs-26Glenn Morris2019-07-061-1/+1
|\
| * Fix python.el docstring (Bug#36458)Noam Postavsky2019-07-051-1/+1
* | Revert "* lisp/calc/calc-ext.el (math-scalarp): Fix typo"Stefan Monnier2019-06-261-3/+1
* | * lisp/calc/calc-ext.el (math-scalarp): Fix typoStefan Monnier2019-06-261-1/+3
* | Fix python docstring auto-fill (Bug#36056)Noam Postavsky2019-06-221-0/+1
* | Go back to "Maintainer: emacs-devel@gnu.org"Paul Eggert2019-05-251-0/+1
* | Fixes for "Maintainer:" and related linesPaul Eggert2019-05-191-1/+0
* | python.el: Fix close paren indentation to match pep8 (Bug#20742)Tommi Komulainen2019-04-281-3/+9
* | Merge from origin/emacs-26Glenn Morris2019-04-171-9/+10
|\ \ | |/
| * * lisp/progmodes/python.el: Be more careful about temp file removalStefan Monnier2019-04-141-9/+10
* | Make python-shell-prompt-block-regexp match IPython promptAndrii Kolomoiets2019-04-161-1/+1
* | python.el: don't syntax-propertize single/double quoted stringsStefan Monnier2019-04-091-24/+16
* | * lisp/progmodes/python.el (python-rx-constituents): Fix ordering in `or`Stefan Monnier2019-03-131-1/+1
* | Add 'breakpoint' to builtins for PythonEvan Moses2019-03-011-1/+1
* | Fix electric indent bug in python-mode after dedenting colonJoel Rosdahl2019-01-051-9/+10
* | Merge from origin/emacs-26Paul Eggert2018-12-311-1/+1
|\ \ | |/
| * Update copyright year to 2019Paul Eggert2019-01-011-1/+1
* | Replace insignificant backquotesMichael Heerdegen2018-11-251-14/+14
* | Add 'font-lock-maximum-decoration' levels for PythonCharles A. Roelli2018-07-191-32/+63
* | Fix off by one error in python-mode assertion (Bug#30964)Noam Postavsky2018-06-161-1/+1
* | Obsolete Flymake's flymake-diagnostic-types-alistJoão Távora2018-06-051-3/+4
* | run-python: Make the buffer running python currentTino Calancha2018-05-151-4/+6
* | The tedious game of whack-a-mole with compiler warnings continuesGlenn Morris2018-04-201-6/+6
* | Fix python-shell-send-defun at start of buffer (Bug#30822)nitishch2018-04-081-3/+6
* | Fix issues turned up by previous python.el changeNoam Postavsky2018-03-011-11/+10
* | Fix python.el for Emacs 24, bump ELPA version to 0.26.1 (Bug#30633)Noam Postavsky2018-02-271-8/+22
* | Merge from origin/emacs-26Glenn Morris2018-02-171-3/+3
|\ \ | |/
| * ; Fix doc typos related to indefinite articlesGlenn Morris2018-02-161-3/+3
* | * lisp/progmodes/python.el: Bump package version to 0.26.Noam Postavsky2018-02-121-1/+1
* | Fix an infloop in python-nav-beginning-of-statementDmitry Gutov2018-02-121-1/+2
|/
* New customization variable for python-mode indentation (Bug#28475)Ross Donaldson2018-01-011-2/+8
* Update copyright year to 2018Paul Eggert2018-01-011-1/+1
* Merge branch 'widen-less' into emacs-26Dmitry Gutov2017-12-211-24/+8
|\