aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/progmodes/python.el (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Pass entire line of input to module completerDan Davison2012-05-171-4/+12
* Enhancements on ipython 0.10 setup documentation (thanks to @tkf for the hint)Fabián Ezequiel Gallina2012-05-171-2/+4
* Added missing dot in `python-completion-complete-at-point' errorFabián Ezequiel Gallina2012-05-171-1/+1
* Enhanced completion subject finding logic for `python-shell-completion--do-co...Fabián Ezequiel Gallina2012-05-171-2/+19
* Make `python-shell-completion--do-completion-at-point' to return a list for `...Fabián Ezequiel Gallina2012-05-171-32/+11
* Make `python-shell-completion--do-completion-at-point' work for calls done vi...Fabián Ezequiel Gallina2012-05-171-3/+5
* python-end-of-defun-function now works correctly when comments are not indent...Fabián Ezequiel Gallina2012-05-171-1/+6
* Enhancements on indentation for lines after a backslash continuation.Fabián Ezequiel Gallina2012-05-171-4/+31
* Added self to the list of font-lock-keywordsFabián Ezequiel Gallina2012-05-171-1/+3
* Updated `python-font-lock-keywords' to match latest Python 2.7 and 3.2 docume...Fabián Ezequiel Gallina2012-05-171-34/+54
* Beautified codeFabián Ezequiel Gallina2012-05-171-162/+177
* Enhancements on indentation code and related functions.Fabián Ezequiel Gallina2012-05-171-180/+238
* `python-check' now can have named buffers on its own depending the command la...Fabián Ezequiel Gallina2012-05-171-1/+9
* Enhancements on python-check command.Fabián Ezequiel Gallina2012-05-171-2/+4
* Removed :safe attribute for dangerous variablesFabián Ezequiel Gallina2012-05-171-22/+11
* Fixed docstring typosFabián Ezequiel Gallina2012-05-171-2/+2
* Enhanced shell setup for Windows.Fabián Ezequiel Gallina2012-05-171-1/+13
* Added compatibility with lastest CEDET.Fabián Ezequiel Gallina2012-05-171-4/+17
* Improvements on completion code.Fabián Ezequiel Gallina2012-05-171-21/+28
* Improved completion support when in [i]pdbFabián Ezequiel Gallina2012-05-171-7/+20
* Added `python-pdbtrack-activate' variable to allow users to activate/deactiva...Fabián Ezequiel Gallina2012-05-171-1/+7
* Renamed stuff to keep "namespace" clean.Fabián Ezequiel Gallina2012-05-171-11/+11
* Don't request completions for zero-length inputDan Davison2012-05-171-2/+3
* Make `python-shell-send-string-no-output' delete trailing newlines from output.Fabián Ezequiel Gallina2012-05-171-10/+8
* Dismiss completions buffer when unique completion has been madeDan Davison2012-05-171-1/+11
* Documentation enhancementsFabián Ezequiel Gallina2012-05-171-6/+10
* Renamed indentity occurrences to identity in previous commmitFabián Ezequiel Gallina2012-05-171-4/+4
* Enhancements to internal python shell naming.Fabián Ezequiel Gallina2012-05-171-7/+6
* Enhancements to pdbtrack.Fabián Ezequiel Gallina2012-05-171-40/+42
* Enhancements to pdbtrackFabián Ezequiel Gallina2012-05-171-59/+48