aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Make python-info-continuation-line-p to check context type matchesFabián Ezequiel Gallina2012-05-171-17/+38
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Implemented simple virtualenv setup via python-shell-virtualenv-path variable.Fabián Ezequiel Gallina2012-05-171-30/+59
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Implemented internal python shell.Fabián Ezequiel Gallina2012-05-171-0/+75
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Backported triple quote syntax from Emacs 24Fabián Ezequiel Gallina2012-05-171-40/+26
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Make package description separator contain 3 dashes (ELPA conformance)Fabián Ezequiel Gallina2012-05-171-1/+1
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Updated TODOFabián Ezequiel Gallina2012-05-171-3/+2
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fixed font-lock-builtin-face regexpFabián Ezequiel Gallina2012-05-171-15/+14
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Set local variable `mode-require-final-newline' to tFabián Ezequiel Gallina2012-05-171-0/+2
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | None, True, False, Ellipsis, __debug__, and NotImplemented now use font-lock-...Fabián Ezequiel Gallina2012-05-171-16/+19
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | python-info-current-defun: fixed cornercase that caused imenu to breakFabián Ezequiel Gallina2012-05-171-2/+5
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added package information for ELPA conformanceFabián Ezequiel Gallina2012-05-171-0/+2
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed eldoc behavior.Fabián Ezequiel Gallina2012-05-171-14/+23
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Indentation enhancements on after-backslashFabián Ezequiel Gallina2012-05-171-6/+7
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fixed last paren indentation logicFabián Ezequiel Gallina2012-05-171-1/+1
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed weird cornercase behavior in python-indent-calculate-indentation.Fabián Ezequiel Gallina2012-05-171-6/+3
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | increased forward-comment COUNT variable value in all callsFabián Ezequiel Gallina2012-05-171-11/+11
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | docstring enhancementsFabián Ezequiel Gallina2012-05-171-11/+16
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | indentation fixes on after backslashFabián Ezequiel Gallina2012-05-171-28/+40
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Implemented python-nav-backward-sentence, python-nav-forward-sentenceFabián Ezequiel Gallina2012-05-171-0/+34