summaryrefslogtreecommitdiff
path: root/lisp/progmodes/python.el
AgeCommit message (Expand)Author
2012-05-17Enhanced closing block notification when line is indented or a colon is inser...Fabián Ezequiel Gallina
2012-05-17Readjust indentation automatically on lines with closing parens.Fabián Ezequiel Gallina
2012-05-17Removed tabs and fixed indentation in several parts.Fabián Ezequiel Gallina
2012-05-17Do not call `switch-to-buffer' in `python-shell-get-or-create-process'Fabián Ezequiel Gallina
2012-05-17Treat empty triple quoteTakafumi Arakaki
2012-05-17Small fix in `python-shell-send-defun' (#69 thanks mafm-git!)Fabián Ezequiel Gallina
2012-05-17Customizable variable to control syntax highlighting in shell.Dan Davison
2012-05-17Don't send "if __name__ == '__main__':" to interpreterDan Davison
2012-05-17Disregard leading whitespace when forming module completionsDan Davison
2012-05-17Deactivate mark on python-shell-send-regionDan Davison
2012-05-17Use `completion-at-point` instead of `comint-dynamic-complete` in shell compl...Dan Davison
2012-05-17Pass entire line of input to module completerDan Davison
2012-05-17Enhancements on ipython 0.10 setup documentation (thanks to @tkf for the hint)Fabián Ezequiel Gallina
2012-05-17Added missing dot in `python-completion-complete-at-point' errorFabián Ezequiel Gallina
2012-05-17Enhanced completion subject finding logic for `python-shell-completion--do-co...Fabián Ezequiel Gallina
2012-05-17Make `python-shell-completion--do-completion-at-point' to return a list for `...Fabián Ezequiel Gallina
2012-05-17Make `python-shell-completion--do-completion-at-point' work for calls done vi...Fabián Ezequiel Gallina
2012-05-17python-end-of-defun-function now works correctly when comments are not indent...Fabián Ezequiel Gallina
2012-05-17Enhancements on indentation for lines after a backslash continuation.Fabián Ezequiel Gallina
2012-05-17Added self to the list of font-lock-keywordsFabián Ezequiel Gallina
2012-05-17Updated `python-font-lock-keywords' to match latest Python 2.7 and 3.2 docume...Fabián Ezequiel Gallina
2012-05-17Beautified codeFabián Ezequiel Gallina
2012-05-17Enhancements on indentation code and related functions.Fabián Ezequiel Gallina
2012-05-17`python-check' now can have named buffers on its own depending the command la...Fabián Ezequiel Gallina
2012-05-17Enhancements on python-check command.Fabián Ezequiel Gallina
2012-05-17Removed :safe attribute for dangerous variablesFabián Ezequiel Gallina
2012-05-17Fixed docstring typosFabián Ezequiel Gallina
2012-05-17Enhanced shell setup for Windows.Fabián Ezequiel Gallina
2012-05-17Added compatibility with lastest CEDET.Fabián Ezequiel Gallina
2012-05-17Improvements on completion code.Fabián Ezequiel Gallina
2012-05-17Improved completion support when in [i]pdbFabián Ezequiel Gallina
2012-05-17Added `python-pdbtrack-activate' variable to allow users to activate/deactiva...Fabián Ezequiel Gallina
2012-05-17Renamed stuff to keep "namespace" clean.Fabián Ezequiel Gallina
2012-05-17Don't request completions for zero-length inputDan Davison
2012-05-17Make `python-shell-send-string-no-output' delete trailing newlines from output.Fabián Ezequiel Gallina
2012-05-17Dismiss completions buffer when unique completion has been madeDan Davison
2012-05-17Documentation enhancementsFabián Ezequiel Gallina
2012-05-17Renamed indentity occurrences to identity in previous commmitFabián Ezequiel Gallina
2012-05-17Enhancements to internal python shell naming.Fabián Ezequiel Gallina
2012-05-17Enhancements to pdbtrack.Fabián Ezequiel Gallina
2012-05-17Enhancements to pdbtrackFabián Ezequiel Gallina
2012-05-17Documentation enhancements and other small fixes.Fabián Ezequiel Gallina
2012-05-17Complete module import lines in addition to variable namesDan Davison
2012-05-17Return appropriate value to comint-dynamic-completeDan Davison
2012-05-17Enhancements to `python-shell-calculate-process-environment'Fabián Ezequiel Gallina
2012-05-17Enhancements on `python-shell-calculate-process-environment' and `python-shel...Fabián Ezequiel Gallina
2012-05-17Added simple way of jumping to current buffer's class/function definitionsFabián Ezequiel Gallina
2012-05-17Enhancements to python-shell-send-string-no-output to work OK with iPython 0.11Fabián Ezequiel Gallina
2012-05-17Make run-python-internal to set process-query-on-exit-flag to nilFabián Ezequiel Gallina
2012-05-17Fixed indentation case for after beginning of blockFabián Ezequiel Gallina