aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/progmodes/python.el (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Documentation enhancements and other small fixes.Fabián Ezequiel Gallina2012-05-171-7/+6
* Complete module import lines in addition to variable namesDan Davison2012-05-171-9/+33
* Return appropriate value to comint-dynamic-completeDan Davison2012-05-171-31/+23
* Enhancements to `python-shell-calculate-process-environment'Fabián Ezequiel Gallina2012-05-171-1/+22
* Enhancements on `python-shell-calculate-process-environment' and `python-shel...Fabián Ezequiel Gallina2012-05-171-27/+11
* Added simple way of jumping to current buffer's class/function definitionsFabián Ezequiel Gallina2012-05-171-22/+67
* Enhancements to python-shell-send-string-no-output to work OK with iPython 0.11Fabián Ezequiel Gallina2012-05-171-18/+16
* Make run-python-internal to set process-query-on-exit-flag to nilFabián Ezequiel Gallina2012-05-171-4/+7
* Fixed indentation case for after beginning of blockFabián Ezequiel Gallina2012-05-171-1/+4
* Renamed python-clone-local-variables to python-util-clone-local-variablesFabián Ezequiel Gallina2012-05-171-2/+2
* New function python-clone-local-variablesFabián Ezequiel Gallina2012-05-171-40/+16
* Fix typo enviroment => environmentFabián Ezequiel Gallina2012-05-171-7/+7
* Make shells inherit variables from parent buffer and internal shells not show...Fabián Ezequiel Gallina2012-05-171-11/+52
* Use defcustom with :safe whenever is possible.Fabián Ezequiel Gallina2012-05-171-27/+58
* Refactored run-python and run-python-internal.Fabián Ezequiel Gallina2012-05-171-23/+22
* Fixed cornercase for normal lines when indentation was triggered in the middl...Fabián Ezequiel Gallina2012-05-171-2/+3