aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/progmodes/python.el (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Simplified python-eldoc-function using python-shell-send-and-clear-outputFabián Ezequiel Gallina2012-05-171-12/+2
* Implemeneted python-shell-clear-latest-output and python-shell-send-and-clear...Fabián Ezequiel Gallina2012-05-171-17/+41
* Eldoc integration is now compatible with python 3Fabián Ezequiel Gallina2012-05-171-4/+9
* Make shell use completion-at-point for autocompletion.Fabián Ezequiel Gallina2012-05-171-0/+4
* Fixed called-interactively-p invocation.Fabián Ezequiel Gallina2012-05-171-1/+1
* Cleaned up TODOFabián Ezequiel Gallina2012-05-171-4/+5
* Enhanced shell and code autocompletion.Fabián Ezequiel Gallina2012-05-171-82/+54
* Fixes to shell completion at pointFabián Ezequiel Gallina2012-05-171-39/+40
* Fixed shell region sendingFabián Ezequiel Gallina2012-05-171-13/+8
* Documentation fixesFabián Ezequiel Gallina2012-05-171-8/+9
* Do not indent at the beginning of buffer fixFabián Ezequiel Gallina2012-05-171-1/+3
* Do not indent at the beginning of bufferFabián Ezequiel Gallina2012-05-171-0/+3
* Fixed infinite while loop in python-info-current-defunFabián Ezequiel Gallina2012-05-171-1/+2
* Modified autocompletion code setupFabián Ezequiel Gallina2012-05-171-2/+5
* Fixed indentation inside parens when comments are aroundFabián Ezequiel Gallina2012-05-171-1/+6
* python-indent-guess-indent-offset improvementsFabián Ezequiel Gallina2012-05-171-18/+25
* Fixed backspace behavior for delete-selection-mode.Fabián Ezequiel Gallina2012-05-171-0/+1
* Enhanced python-indent-guess-indent-offset logic.Fabián Ezequiel Gallina2012-05-171-8/+19
* python-shell-get-or-create-process preserves current buffer.Fabián Ezequiel Gallina2012-05-171-1/+3
* Generalized use of python-shell-send-file with cleanup of prompts.Fabián Ezequiel Gallina2012-05-171-16/+16
* Cleanup prompts when sending region to shell.Fabián Ezequiel Gallina2012-05-171-3/+7
* First commit.Fabián Ezequiel Gallina2012-05-171-0/+1640
* Added blank python.el to workaround bzr git-apply issuesFabián Ezequiel Gallina2012-05-171-0/+0
* Deleted lisp/progmodes/python.el as first step of the new python.el merge.Fabián Ezequiel Gallina2012-05-171-2730/+0
* * lisp/progmodes/python.el (python-pdbtrack-get-source-buffer): UseLeo Liu2012-04-261-6/+11
* * progmodes/python.el (python-send-region): Add suffix .pyLeo Liu2012-04-251-1/+1
* * lisp/progmodes/python.el: Move hideshow setup to the end.Leo Liu2012-04-241-9/+11
* Remove some `toggle-read-only' warnings.Juanma Barranquero2012-04-191-1/+1
* * lisp/progmodes/python.el: Trivial cleanup.Leo Liu2012-04-171-9/+1
* `python-fill-paragraph' filling fixup when font-lock is disabledNathan Weizenbaum2012-04-101-1/+1
* Remove * characters from the front of variable docstrings.Chong Yidong2012-04-091-3/+3
* Fix infinite loop in python-end-of-statementLeo Liu2012-02-111-3/+4
* Fix pdb path handling.Syver Enstad2012-01-291-2/+1
* Add 2012 to FSF copyright years for Emacs filesGlenn Morris2012-01-051-1/+1
* Spelling fixes.Paul Eggert2011-12-161-1/+1
* Fix typos.Juanma Barranquero2011-11-201-1/+1
* Spelling fixes.Paul Eggert2011-11-191-1/+1
* Spelling fixes.Paul Eggert2011-11-171-1/+1
* Spelling fixes.Paul Eggert2011-11-171-1/+1
* * python.el (python-pdbtrack-stack-entry-regexp)Ken Manheimer2011-11-161-1/+2
* * lisp/progmodes/python.el (python-beginning-of-statement): Rewrite.Stefan Monnier2011-11-091-15/+6
* Fix various uses of display-buffer and pop-to-bufferChong Yidong2011-09-101-1/+0
* * progmodes/python.el (python-mode-map): Use correct function toChristoph Scholtes2011-09-031-10/+2
* * loadhist.el (unload--set-major-mode): New function.Juanma Barranquero2011-06-251-0/+11
* Derive some programming modes from prog-mode.Dan Nicolaescu2011-06-151-1/+1
* * lisp/progmodes/python.el (brm-menu): Declare.Glenn Morris2011-05-231-0/+1
* Don't quote lambda expressions with `quote'.Stefan Monnier2011-05-231-1/+1
* Merge from emacs-23; up to 2010-06-11T14:39:54Z!cyd@stupidchicken.com.Glenn Morris2011-05-161-1/+3
|\
| * lisp/progmodes/python.el: Highlight keyword "nonlocal" (bug#8639).Juanma Barranquero2011-05-131-1/+3
* | lisp/progmodes/*.el: Lexical-binding cleanup.Juanma Barranquero2011-04-221-5/+5