summaryrefslogtreecommitdiff
path: root/lisp/progmodes/python.el
AgeCommit message (Expand)Author
2012-10-07Fix shell output retrieval and comint-prompt-regexp init.Fabián Ezequiel Gallina
2012-10-05Enhancements to docstring formatting when filling paragraphs.Fabián Ezequiel Gallina
2012-10-04Spelling fixes.Paul Eggert
2012-10-04Allow user to set docstring style for fill-paragraph.Fabián Ezequiel Gallina
2012-10-03Fix cornercase for string syntax.Fabián Ezequiel Gallina
2012-09-30Shell output catching a la gud-gdb.Fabián Ezequiel Gallina
2012-09-30Enhancements for triple-quote string syntax.Fabián Ezequiel Gallina
2012-09-24* progmodes/python.el:Fabián Ezequiel Gallina
2012-09-24Enhancements for triple-quote string syntax.Fabián Ezequiel Gallina
2012-09-23* progmodes/python.el (python-indent-line): More consistent cursorFabián Ezequiel Gallina
2012-09-07* progmodes/python.el (python-shell-send-string): WhenMatt McClure
2012-08-15Replace version 24.2 with 24.3 where appropriate (hopefully)Glenn Morris
2012-08-14* progmodes/python.el (python-shell-send-string):Fabián Ezequiel Gallina
2012-08-14Use `completion-table-dynamic' for completion functions.Fabián Ezequiel Gallina
2012-08-11Remove some unnecessary bindings of same-window-* variables.Chong Yidong
2012-08-09* progmodes/python.el (python-pdbtrack-tracked-buffer)Fabián Ezequiel Gallina
2012-08-09* progmodes/python.el: Enhancements to forward-sexp.Fabián Ezequiel Gallina
2012-08-07* progmodes/python.el Fixed defsubst warning.Fabián Ezequiel Gallina
2012-08-06Make internal shell process buffer names start with space.Fabián Ezequiel Gallina
2012-07-31Shell processes: enhancements to startup and CEDET compatibility.Fabián Ezequiel Gallina
2012-07-31* progmodes/python.el (run-python-internal): Disable font lock forFabián Ezequiel Gallina
2012-07-27Consistent completion in inferior python with emacs -nw.Fabián Ezequiel Gallina
2012-07-27* lisp/progmodes/python.el (python-mode-map): Added keybinding forFabián Ezequiel Gallina
2012-07-18Enhancements to ppss related code (thanks Stefan).Fabián Ezequiel Gallina
2012-07-18progmodes/python.el: Set file local vars at end of file and clean tabs.Fabián Ezequiel Gallina
2012-07-18* progmodes/python.el: Enhancements to eldoc support.Fabián Ezequiel Gallina
2012-07-17New utility functions + python-info-ppss-context fix.Fabián Ezequiel Gallina
2012-07-17Final renames and doc fixes for movement commands.Fabián Ezequiel Gallina
2012-07-17* progmodes/python.el (python-shell-send-string-no-output): AllowFabián Ezequiel Gallina
2012-07-16* progmodes/python.el: Simplified imenu implementation.Fabián Ezequiel Gallina
2012-07-16* progmodes/python.el: Enhancements to navigation commands.Fabián Ezequiel Gallina
2012-06-23Mark python-mode abbrevs as system abbrevs.Chong Yidong
2012-06-19* lisp/progmodes/python.el (python-mode): Derive from prog-mode.Glenn Morris
2012-06-18* lisp/progmodes/python.el (python-rx-constituents): Move backquote.Stefan Monnier
2012-06-18Fix python.el obsolescence versionsGlenn Morris
2012-06-18Add coding cookieGlenn Morris
2012-06-17Spelling fixes.Paul Eggert
2012-06-14lisp/progmodes/python.el: Updated Copyright years.Fabián Ezequiel Gallina
2012-06-14* lisp/progmodes/python.el: (python-indent, python-guess-indent,Fabián Ezequiel Gallina
2012-05-17Migrated python-font-lock-syntactic-keywords to python-syntax-propertize-func...Fabián Ezequiel Gallina
2012-05-17Copyright information updateFabián Ezequiel Gallina
2012-05-17Revert "Merge pull request #83 from tkf/empty-triple-quote"Fabián Ezequiel Gallina
2012-05-17Make `which-func-functions' defaults to '(python-info-current-defun)Fabián Ezequiel Gallina
2012-05-17Function documentation enhancementsFabián Ezequiel Gallina
2012-05-17New defun navigation machineryFabián Ezequiel Gallina
2012-05-17Enhancements on `python-beginning-of-defun-function' for `mark-defun' behavior.Fabián Ezequiel Gallina
2012-05-17`python-nav-list-defun-positions' now caches defuns positions (#75)Fabián Ezequiel Gallina
2012-05-17Enhancements to `python-end-of-defun-function' so it's not blocked by top lev...Fabián Ezequiel Gallina
2012-05-17Variable name changeDan Davison
2012-05-17Enhancements to `python-indent-post-self-insert-function'Fabián Ezequiel Gallina