aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/progmodes/python.el (follow)
Commit message (Expand)AuthorAgeFilesLines
* Replace version 24.2 with 24.3 where appropriate (hopefully)Glenn Morris2012-08-151-11/+11
* * progmodes/python.el (python-shell-send-string):Fabián Ezequiel Gallina2012-08-141-5/+3
* Use `completion-table-dynamic' for completion functions.Fabián Ezequiel Gallina2012-08-141-71/+72
* Remove some unnecessary bindings of same-window-* variables.Chong Yidong2012-08-111-5/+1
* * progmodes/python.el (python-pdbtrack-tracked-buffer)Fabián Ezequiel Gallina2012-08-091-4/+5
* * progmodes/python.el: Enhancements to forward-sexp.Fabián Ezequiel Gallina2012-08-091-72/+167
* * progmodes/python.el Fixed defsubst warning.Fabián Ezequiel Gallina2012-08-071-73/+79
* Make internal shell process buffer names start with space.Fabián Ezequiel Gallina2012-08-061-15/+22
* Shell processes: enhancements to startup and CEDET compatibility.Fabián Ezequiel Gallina2012-07-311-28/+41
* * progmodes/python.el (run-python-internal): Disable font lock forFabián Ezequiel Gallina2012-07-311-5/+6
* Consistent completion in inferior python with emacs -nw.Fabián Ezequiel Gallina2012-07-271-3/+1
* * lisp/progmodes/python.el (python-mode-map): Added keybinding forFabián Ezequiel Gallina2012-07-271-16/+19
* Enhancements to ppss related code (thanks Stefan).Fabián Ezequiel Gallina2012-07-181-49/+24
* progmodes/python.el: Set file local vars at end of file and clean tabs.Fabián Ezequiel Gallina2012-07-181-2/+8
* * progmodes/python.el: Enhancements to eldoc support.Fabián Ezequiel Gallina2012-07-181-49/+54
* New utility functions + python-info-ppss-context fix.Fabián Ezequiel Gallina2012-07-171-1/+12
* Final renames and doc fixes for movement commands.Fabián Ezequiel Gallina2012-07-171-34/+37
* * progmodes/python.el (python-shell-send-string-no-output): AllowFabián Ezequiel Gallina2012-07-171-12/+17
* * progmodes/python.el: Simplified imenu implementation.Fabián Ezequiel Gallina2012-07-161-178/+8
* * progmodes/python.el: Enhancements to navigation commands.Fabián Ezequiel Gallina2012-07-161-25/+201
* Mark python-mode abbrevs as system abbrevs.Chong Yidong2012-06-231-1/+2
* * lisp/progmodes/python.el (python-mode): Derive from prog-mode.Glenn Morris2012-06-191-1/+1
* * lisp/progmodes/python.el (python-rx-constituents): Move backquote.Stefan Monnier2012-06-181-14/+16
* Fix python.el obsolescence versionsGlenn Morris2012-06-181-4/+4
* Add coding cookieGlenn Morris2012-06-181-1/+1
* Spelling fixes.Paul Eggert2012-06-171-13/+13
* lisp/progmodes/python.el: Updated Copyright years.old-branches/pythonFabián Ezequiel Gallina2012-06-141-1/+1
* * lisp/progmodes/python.el: (python-indent, python-guess-indent,Fabián Ezequiel Gallina2012-06-141-0/+10
* Migrated python-font-lock-syntactic-keywords to python-syntax-propertize-func...Fabián Ezequiel Gallina2012-05-171-12/+14
* Copyright information updateFabián Ezequiel Gallina2012-05-171-16/+12
* Revert "Merge pull request #83 from tkf/empty-triple-quote"Fabián Ezequiel Gallina2012-05-171-1/+0
* Make `which-func-functions' defaults to '(python-info-current-defun)Fabián Ezequiel Gallina2012-05-171-0/+2
* Function documentation enhancementsFabián Ezequiel Gallina2012-05-171-7/+9
* New defun navigation machineryFabián Ezequiel Gallina2012-05-171-78/+92
* Enhancements on `python-beginning-of-defun-function' for `mark-defun' behavior.Fabián Ezequiel Gallina2012-05-171-10/+13
* `python-nav-list-defun-positions' now caches defuns positions (#75)Fabián Ezequiel Gallina2012-05-171-22/+33
* Enhancements to `python-end-of-defun-function' so it's not blocked by top lev...Fabián Ezequiel Gallina2012-05-171-6/+3
* Variable name changeDan Davison2012-05-171-3/+3
* Enhancements to `python-indent-post-self-insert-function'Fabián Ezequiel Gallina2012-05-171-11/+8
* Enhanced closing block notification when line is indented or a colon is inser...Fabián Ezequiel Gallina2012-05-171-10/+17
* Readjust indentation automatically on lines with closing parens.Fabián Ezequiel Gallina2012-05-171-0/+24
* Removed tabs and fixed indentation in several parts.Fabián Ezequiel Gallina2012-05-171-18/+18
* Do not call `switch-to-buffer' in `python-shell-get-or-create-process'Fabián Ezequiel Gallina2012-05-171-4/+2
* Treat empty triple quoteTakafumi Arakaki2012-05-171-0/+1
* Small fix in `python-shell-send-defun' (#69 thanks mafm-git!)Fabián Ezequiel Gallina2012-05-171-2/+4
* Customizable variable to control syntax highlighting in shell.Dan Davison2012-05-171-0/+14
* Don't send "if __name__ == '__main__':" to interpreterDan Davison2012-05-171-4/+17
* Disregard leading whitespace when forming module completionsDan Davison2012-05-171-2/+4
* Deactivate mark on python-shell-send-regionDan Davison2012-05-171-2/+1
* Use `completion-at-point` instead of `comint-dynamic-complete` in shell compl...Dan Davison2012-05-171-1/+1