aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/progmodes/python.el (unfollow)
Commit message (Expand)AuthorFilesLines
2012-11-03* progmodes/python.el (inferior-python-mode): Fix hang inFabián Ezequiel Gallina1-11/+18
2012-10-11* progmodes/python.el (python-mode-map): ReplaceFabián Ezequiel Gallina1-10/+4
2012-10-08Implemented `backward-up-list'-like navigation.Fabián Ezequiel Gallina1-0/+64
2012-10-08* progmodes/python.el (python-fill-paragraph): Rename fromFabián Ezequiel Gallina1-12/+11
2012-10-08* progmodes/python.el (python-shell-output-filter): Handle extraFabián Ezequiel Gallina1-1/+3
2012-10-08Fix shell handling of unbalanced quotes and parens in output.Fabián Ezequiel Gallina1-24/+48
2012-10-08Enhancements on forward-sexp movement.Fabián Ezequiel Gallina1-145/+131
2012-10-07* progmodes/python.el (inferior-python-mode)Fabián Ezequiel Gallina1-7/+10
2012-10-07Enhancements to indentation.Fabián Ezequiel Gallina1-5/+14
2012-10-07Fix shell output retrieval and comint-prompt-regexp init.Fabián Ezequiel Gallina1-31/+46
2012-10-05Enhancements to docstring formatting when filling paragraphs.Fabián Ezequiel Gallina1-14/+32
2012-10-04Spelling fixes.Paul Eggert1-1/+1
2012-10-04Allow user to set docstring style for fill-paragraph.Fabián Ezequiel Gallina1-48/+128
2012-10-03Fix cornercase for string syntax.Fabián Ezequiel Gallina1-16/+10
2012-09-30Shell output catching a la gud-gdb.Fabián Ezequiel Gallina1-18/+32
2012-09-30Enhancements for triple-quote string syntax.Fabián Ezequiel Gallina1-12/+13
2012-09-24* progmodes/python.el:Fabián Ezequiel Gallina1-10/+9
2012-09-24Enhancements for triple-quote string syntax.Fabián Ezequiel Gallina1-45/+61
2012-09-23* progmodes/python.el (python-indent-line): More consistent cursorFabián Ezequiel Gallina1-10/+21
2012-09-07* progmodes/python.el (python-shell-send-string): WhenMatt McClure1-3/+13
2012-08-15Replace version 24.2 with 24.3 where appropriate (hopefully)Glenn Morris1-11/+11
2012-08-14* progmodes/python.el (python-shell-send-string):Fabián Ezequiel Gallina1-5/+3
2012-08-14Use `completion-table-dynamic' for completion functions.Fabián Ezequiel Gallina1-71/+72
2012-08-11Remove some unnecessary bindings of same-window-* variables.Chong Yidong1-5/+1
2012-08-09* progmodes/python.el (python-pdbtrack-tracked-buffer)Fabián Ezequiel Gallina1-4/+5
2012-08-09* progmodes/python.el: Enhancements to forward-sexp.Fabián Ezequiel Gallina1-72/+167
2012-08-07* progmodes/python.el Fixed defsubst warning.Fabián Ezequiel Gallina1-73/+79
2012-08-06Make internal shell process buffer names start with space.Fabián Ezequiel Gallina1-15/+22
2012-07-31Shell processes: enhancements to startup and CEDET compatibility.Fabián Ezequiel Gallina1-28/+41
2012-07-31* progmodes/python.el (run-python-internal): Disable font lock forFabián Ezequiel Gallina1-5/+6
2012-07-27Consistent completion in inferior python with emacs -nw.Fabián Ezequiel Gallina1-3/+1
2012-07-27* lisp/progmodes/python.el (python-mode-map): Added keybinding forFabián Ezequiel Gallina1-16/+19
2012-07-18Enhancements to ppss related code (thanks Stefan).Fabián Ezequiel Gallina1-49/+24
2012-07-18progmodes/python.el: Set file local vars at end of file and clean tabs.Fabián Ezequiel Gallina1-2/+8
2012-07-18* progmodes/python.el: Enhancements to eldoc support.Fabián Ezequiel Gallina1-49/+54
2012-07-17New utility functions + python-info-ppss-context fix.Fabián Ezequiel Gallina1-1/+12
2012-07-17Final renames and doc fixes for movement commands.Fabián Ezequiel Gallina1-34/+37
2012-07-17* progmodes/python.el (python-shell-send-string-no-output): AllowFabián Ezequiel Gallina1-12/+17
2012-07-16* progmodes/python.el: Simplified imenu implementation.Fabián Ezequiel Gallina1-178/+8
2012-07-16* progmodes/python.el: Enhancements to navigation commands.Fabián Ezequiel Gallina1-25/+201
2012-06-23Mark python-mode abbrevs as system abbrevs.Chong Yidong1-1/+2
2012-06-19* lisp/progmodes/python.el (python-mode): Derive from prog-mode.Glenn Morris1-1/+1
2012-06-18* lisp/progmodes/python.el (python-rx-constituents): Move backquote.Stefan Monnier1-14/+16
2012-06-18Fix python.el obsolescence versionsGlenn Morris1-4/+4
2012-06-18Add coding cookieGlenn Morris1-1/+1
2012-06-17Spelling fixes.Paul Eggert1-13/+13
2012-06-14lisp/progmodes/python.el: Updated Copyright years.old-branches/pythonFabián Ezequiel Gallina1-1/+1
2012-06-14* lisp/progmodes/python.el: (python-indent, python-guess-indent,Fabián Ezequiel Gallina1-0/+10
2012-06-06* progmodes/python.el (python-send-region): Ensure, that theMichael Albinus1-3/+8
2012-05-17Migrated python-font-lock-syntactic-keywords to python-syntax-propertize-func...Fabián Ezequiel Gallina1-12/+14