aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/progmodes/python.el (unfollow)
Commit message (Expand)AuthorFilesLines
2013-11-05* lisp/progmodes/python.el (python-mode): Remove incorrect text from docstring.Bozhidar Batsov1-3/+1
2013-11-04* lisp/progmodes/python.el: Fix up last change.Stefan Monnier1-41/+69
2013-10-29* lisp/progmodes/python.el (python-shell-get-buffer): New function.Stefan Monnier1-12/+29
2013-10-07* lisp/electric.el (electric-indent-inhibit): New var.Stefan Monnier1-1/+5
2013-09-10Improve previous interpreter-mode-alist changeGlenn Morris1-1/+1
2013-09-10Tweak previous changeGlenn Morris1-1/+1
2013-09-10Treat interpreter-mode-alist as alist of regexps, not literalsGlenn Morris1-1/+1
2013-09-09Spelling fixes and tidy up a comment.Paul Eggert1-1/+1
2013-09-04* lisp/subr.el (pop): Use `car-safe'.Stefan Monnier1-15/+8
2013-09-02Format code sent to Python shell for robustness.Fabián Ezequiel Gallina1-14/+51
2013-09-02* progmodes/python.el (python-nav-if-name-main): New command.Fabián Ezequiel Gallina1-6/+29
2013-09-02* progmodes/python.el (python-shell-completion-get-completions):Fabián Ezequiel Gallina1-6/+10
2013-08-26* lisp/progmodes/python.el (python-font-lock-keywords): Don't return nilStefan Monnier1-17/+12
2013-08-15Spelling fixes.Paul Eggert1-6/+6
2013-08-13* lisp/progmodes/python.el (python-imenu--build-tree)Fabián Ezequiel Gallina1-82/+32
2013-07-12* lisp/progmodes/python.el (python-imenu--build-tree): Fix corner caseFabián Ezequiel Gallina1-2/+7
2013-06-18* lisp/progmodes/python.el (ffap-alist): Declare.Glenn Morris1-0/+2
2013-05-26* progmodes/python.el: Fix typo in commentary.Fabián Ezequiel Gallina1-1/+1
2013-05-26* progmodes/python.el (python-indent-block-enders): Add break,Fabián Ezequiel Gallina1-1/+2
2013-05-08Fix a bunch of custom types (thank you cus-test.el)Glenn Morris1-1/+1
2013-04-19Small fixes to 2013-04-19T02:31:09Z!fgallina@gnu.orgFabián Ezequiel Gallina1-4/+5
2013-04-18New faster Imenu implementation.Fabián Ezequiel Gallina1-21/+213
2013-04-17* lisp/progmodes/python.el (python-nav--syntactically): Fix cornercasesFabián Ezequiel Gallina1-22/+26
2013-04-17New defun movement commands.Fabián Ezequiel Gallina1-0/+60
2013-04-16* progmodes/python.el (python-syntax--context-compiler-macro): New defun.Fabián Ezequiel Gallina1-12/+14
2013-04-16* lisp/progmodes/python.el (python-mode-skeleton-abbrev-table): Rename fromStefan Monnier1-5/+9
2013-03-25Un-indent after "pass" and "return" statementsFabián Ezequiel Gallina1-3/+13
2013-02-20* progmodes/python.el (python-info-current-defun): EnhanceFabián Ezequiel Gallina1-35/+33
2013-02-19* progmodes/python.el (python-info-current-defun): Fix failedFabián Ezequiel Gallina1-1/+4
2013-02-19* progmodes/python.el (python-indent-context): FixFabián Ezequiel Gallina1-13/+12
2013-02-13* progmodes/python.el: Explain how to restore "cc-mode"-likeFabián Ezequiel Gallina1-20/+22
2013-02-13* progmodes/python.el (python-info-current-defun): Fix currentFabián Ezequiel Gallina1-33/+54
2013-02-01Spelling fixes.Paul Eggert1-1/+1
2013-01-30* progmodes/python.elFabián Ezequiel Gallina1-9/+11
2013-01-28* progmodes/python.el (python-shell-parse-command): FindFabián Ezequiel Gallina1-1/+5
2013-01-23* lisp/progmodes/python.el: Enhancements to header documentation aboutFabián Ezequiel Gallina1-1/+4
2013-01-10* progmodes/python.el (python-nav-end-of-statement): FixFabián Ezequiel Gallina1-2/+11
2013-01-01Update copyright notices for 2013.Paul Eggert1-1/+1
2012-12-31* progmodes/python.el (python-nav-end-of-statement): Rewrite inFabián Ezequiel Gallina1-9/+20
2012-12-31* progmodes/python.el: Bump defgroup :version to 24.3.Fabián Ezequiel Gallina1-1/+1
2012-12-31Backported revisions 2012-12-29T12:33:33Z!fgallina@gnu.org and 2012-12-29T12:...Fabián Ezequiel Gallina1-14/+28
2012-12-29* progmodes/python.el: Support other commands triggeringFabián Ezequiel Gallina1-13/+20
2012-12-29* progmodes/python.el (python-shell-send-region): Add blank linesFabián Ezequiel Gallina1-1/+8
2012-12-29* progmodes/python.el: Remove cl dependency.Fabián Ezequiel Gallina1-8/+7
2012-12-11* progmodes/python.el (python-skeleton-class)Fabián Ezequiel Gallina1-8/+8
2012-11-26* progmodes/python.el:Fabián Ezequiel Gallina1-1/+1
2012-11-26Fix Imenu regression.Fabián Ezequiel Gallina1-9/+27
2012-11-19* lisp/emacs-lisp/byte-run.el (defun-declarations-alist):Stefan Monnier1-33/+44
2012-11-12Fix end-of-defun misbehavior.Fabián Ezequiel Gallina1-68/+69
2012-11-03* progmodes/python.el (inferior-python-mode): Fix hang inFabián Ezequiel Gallina1-11/+18