summaryrefslogtreecommitdiff
path: root/lisp/progmodes/python.el
Commit message (Expand)AuthorAgeFilesLines
* * lisp/progmodes/python.el (python-mode-map): Remove binding for ":".Stefan Monnier2013-11-281-42/+37
* * lisp/progmodes/python.el (python-indent-guess-indent-offset):Glenn Morris2013-11-251-1/+1
* * python.el (python-shell-send-file): Add option to delete file when done. Glenn Morris2013-11-231-6/+10
* Revert previous python.el changeGlenn Morris2013-11-221-2/+0
* * lisp/progmodes/python.el (python-shell--save-temp-file): Tiny changeJorgen Schaefer2013-11-221-0/+2
* * lisp/progmodes/python.el (python-mode): Remove incorrect text from docstring.Bozhidar Batsov2013-11-051-3/+1
* * lisp/progmodes/python.el: Fix up last change.Stefan Monnier2013-11-041-41/+69
* * lisp/progmodes/python.el (python-shell-get-buffer): New function.Stefan Monnier2013-10-291-12/+29
* * lisp/electric.el (electric-indent-inhibit): New var.Stefan Monnier2013-10-071-1/+5
* Improve previous interpreter-mode-alist changeGlenn Morris2013-09-101-1/+1
* Tweak previous changeGlenn Morris2013-09-101-1/+1
* Treat interpreter-mode-alist as alist of regexps, not literalsGlenn Morris2013-09-101-1/+1
* Spelling fixes and tidy up a comment.Paul Eggert2013-09-091-1/+1
* * lisp/subr.el (pop): Use `car-safe'.Stefan Monnier2013-09-041-15/+8
* Format code sent to Python shell for robustness.Fabián Ezequiel Gallina2013-09-021-14/+51
* * progmodes/python.el (python-nav-if-name-main): New command.Fabián Ezequiel Gallina2013-09-021-6/+29
* * progmodes/python.el (python-shell-completion-get-completions):Fabián Ezequiel Gallina2013-09-021-6/+10
* * lisp/progmodes/python.el (python-font-lock-keywords): Don't return nilStefan Monnier2013-08-261-17/+12
* Spelling fixes.Paul Eggert2013-08-151-6/+6
* * lisp/progmodes/python.el (python-imenu--build-tree)Fabián Ezequiel Gallina2013-08-131-82/+32
* * lisp/progmodes/python.el (python-imenu--build-tree): Fix corner caseFabián Ezequiel Gallina2013-07-121-2/+7
* * lisp/progmodes/python.el (ffap-alist): Declare.Glenn Morris2013-06-181-0/+2
* Merge from emacs-24; up to 2012-12-27T20:09:45Z!juri@jurta.orgGlenn Morris2013-06-011-2/+3
|\
| * * progmodes/python.el: Fix typo in commentary.Fabián Ezequiel Gallina2013-05-261-1/+1
| * * progmodes/python.el (python-indent-block-enders): Add break,Fabián Ezequiel Gallina2013-05-261-1/+2
* | Fix a bunch of custom types (thank you cus-test.el)Glenn Morris2013-05-081-1/+1
* | Small fixes to 2013-04-19T02:31:09Z!fgallina@gnu.orgFabián Ezequiel Gallina2013-04-191-4/+5
* | New faster Imenu implementation.Fabián Ezequiel Gallina2013-04-181-21/+213
* | * lisp/progmodes/python.el (python-nav--syntactically): Fix cornercasesFabián Ezequiel Gallina2013-04-171-22/+26
* | New defun movement commands.Fabián Ezequiel Gallina2013-04-171-0/+60
* | * progmodes/python.el (python-syntax--context-compiler-macro): New defun.Fabián Ezequiel Gallina2013-04-161-12/+14
* | * lisp/progmodes/python.el (python-mode-skeleton-abbrev-table): Rename fromStefan Monnier2013-04-161-5/+9
* | Merge from emacs-24; up to 2012-12-26T16:22:18Z!michael.albinus@gmx.deGlenn Morris2013-03-301-3/+13
|\ \ | |/
| * Un-indent after "pass" and "return" statementsFabián Ezequiel Gallina2013-03-251-3/+13
* | Merge from emacs-24; up to 2012-12-21T07:35:02Z!ueno@gnu.orgGlenn Morris2013-02-211-32/+33
|\ \ | |/
| * * progmodes/python.el (python-info-current-defun): EnhanceFabián Ezequiel Gallina2013-02-201-35/+33
| * * progmodes/python.el (python-info-current-defun): Fix failedFabián Ezequiel Gallina2013-02-191-1/+4
* | Merge from emacs-24; up to 2012-12-20T16:09:05Z!dmantipov@yandex.ruGlenn Morris2013-02-181-13/+12
|\ \ | |/
| * * progmodes/python.el (python-indent-context): FixFabián Ezequiel Gallina2013-02-191-13/+12
* | Merge from emacs-24; up to 2012-12-19T13:01:16Z!michael.albinus@gmx.dePaul Eggert2013-02-141-53/+76
|\ \ | |/
| * * progmodes/python.el: Explain how to restore "cc-mode"-likeFabián Ezequiel Gallina2013-02-131-20/+22
| * * progmodes/python.el (python-info-current-defun): Fix currentFabián Ezequiel Gallina2013-02-131-33/+54
* | Spelling fixes.Paul Eggert2013-02-011-1/+1
* | Merge from emacs-24; up to 2012-12-13T00:52:17Z!yamaoka@jpl.orgGlenn Morris2013-01-301-9/+11
|\ \ | |/
| * * progmodes/python.elFabián Ezequiel Gallina2013-01-301-9/+11
* | Merge from emacs-24; up to 2012-12-12T22:29:54Z!yamaoka@jpl.orgGlenn Morris2013-01-301-1/+5
|\ \ | |/
| * * progmodes/python.el (python-shell-parse-command): FindFabián Ezequiel Gallina2013-01-281-1/+5
* | Merge from emacs-24; up to 2012-12-11T18:52:31Z!monnier@iro.umontreal.caGlenn Morris2013-01-241-1/+4
|\ \ | |/
| * * lisp/progmodes/python.el: Enhancements to header documentation aboutFabián Ezequiel Gallina2013-01-231-1/+4
* | Merge from emacs-24; up to 2012-12-10T20:27:33Z!eggert@cs.ucla.eduGlenn Morris2013-01-131-2/+11
|\ \ | |/