| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed docstring typos | Fabián Ezequiel Gallina | 2012-05-17 | 1 | -2/+2 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Enhanced shell setup for Windows. | Fabián Ezequiel Gallina | 2012-05-17 | 1 | -1/+13 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added compatibility with lastest CEDET. | Fabián Ezequiel Gallina | 2012-05-17 | 1 | -4/+17 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Improvements on completion code. | Fabián Ezequiel Gallina | 2012-05-17 | 1 | -21/+28 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Improved completion support when in [i]pdb | Fabián Ezequiel Gallina | 2012-05-17 | 1 | -7/+20 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added `python-pdbtrack-activate' variable to allow users to activate/deactiva... | Fabián Ezequiel Gallina | 2012-05-17 | 1 | -1/+7 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Renamed stuff to keep "namespace" clean. | Fabián Ezequiel Gallina | 2012-05-17 | 1 | -11/+11 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Don't request completions for zero-length input | Dan Davison | 2012-05-17 | 1 | -2/+3 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Make `python-shell-send-string-no-output' delete trailing newlines from output. | Fabián Ezequiel Gallina | 2012-05-17 | 1 | -10/+8 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Dismiss completions buffer when unique completion has been made | Dan Davison | 2012-05-17 | 1 | -1/+11 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Documentation enhancements | Fabián Ezequiel Gallina | 2012-05-17 | 1 | -6/+10 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Renamed indentity occurrences to identity in previous commmit | Fabián Ezequiel Gallina | 2012-05-17 | 1 | -4/+4 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Enhancements to internal python shell naming. | Fabián Ezequiel Gallina | 2012-05-17 | 1 | -7/+6 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Enhancements to pdbtrack. | Fabián Ezequiel Gallina | 2012-05-17 | 1 | -40/+42 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Enhancements to pdbtrack | Fabián Ezequiel Gallina | 2012-05-17 | 1 | -59/+48 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Documentation enhancements and other small fixes. | Fabián Ezequiel Gallina | 2012-05-17 | 1 | -7/+6 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Complete module import lines in addition to variable names | Dan Davison | 2012-05-17 | 1 | -9/+33 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Return appropriate value to comint-dynamic-complete | Dan Davison | 2012-05-17 | 1 | -31/+23 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Enhancements to `python-shell-calculate-process-environment' | Fabián Ezequiel Gallina | 2012-05-17 | 1 | -1/+22 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Enhancements on `python-shell-calculate-process-environment' and `python-shel... | Fabián Ezequiel Gallina | 2012-05-17 | 1 | -27/+11 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added simple way of jumping to current buffer's class/function definitions | Fabián Ezequiel Gallina | 2012-05-17 | 1 | -22/+67 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Enhancements to python-shell-send-string-no-output to work OK with iPython 0.11 | Fabián Ezequiel Gallina | 2012-05-17 | 1 | -18/+16 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Make run-python-internal to set process-query-on-exit-flag to nil | Fabián Ezequiel Gallina | 2012-05-17 | 1 | -4/+7 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed indentation case for after beginning of block | Fabián Ezequiel Gallina | 2012-05-17 | 1 | -1/+4 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Renamed python-clone-local-variables to python-util-clone-local-variables | Fabián Ezequiel Gallina | 2012-05-17 | 1 | -2/+2 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | New function python-clone-local-variables | Fabián Ezequiel Gallina | 2012-05-17 | 1 | -40/+16 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix typo enviroment => environment | Fabián Ezequiel Gallina | 2012-05-17 | 1 | -7/+7 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Make shells inherit variables from parent buffer and internal shells not show... | Fabián Ezequiel Gallina | 2012-05-17 | 1 | -11/+52 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Use defcustom with :safe whenever is possible. | Fabián Ezequiel Gallina | 2012-05-17 | 1 | -27/+58 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Refactored run-python and run-python-internal. | Fabián Ezequiel Gallina | 2012-05-17 | 1 | -23/+22 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed cornercase for normal lines when indentation was triggered in the middl... | Fabián Ezequiel Gallina | 2012-05-17 | 1 | -2/+3 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Make python-info-continuation-line-p to check context type matches | Fabián Ezequiel Gallina | 2012-05-17 | 1 | -17/+38 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Implemented simple virtualenv setup via python-shell-virtualenv-path variable. | Fabián Ezequiel Gallina | 2012-05-17 | 1 | -30/+59 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Implemented internal python shell. | Fabián Ezequiel Gallina | 2012-05-17 | 1 | -0/+75 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Backported triple quote syntax from Emacs 24 | Fabián Ezequiel Gallina | 2012-05-17 | 1 | -40/+26 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Make package description separator contain 3 dashes (ELPA conformance) | Fabián Ezequiel Gallina | 2012-05-17 | 1 | -1/+1 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Updated TODO | Fabián Ezequiel Gallina | 2012-05-17 | 1 | -3/+2 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fixed font-lock-builtin-face regexp | Fabián Ezequiel Gallina | 2012-05-17 | 1 | -15/+14 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Set local variable `mode-require-final-newline' to t | Fabián Ezequiel Gallina | 2012-05-17 | 1 | -0/+2 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | None, True, False, Ellipsis, __debug__, and NotImplemented now use font-lock-... | Fabián Ezequiel Gallina | 2012-05-17 | 1 | -16/+19 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | python-info-current-defun: fixed cornercase that caused imenu to break | Fabián Ezequiel Gallina | 2012-05-17 | 1 | -2/+5 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added package information for ELPA conformance | Fabián Ezequiel Gallina | 2012-05-17 | 1 | -0/+2 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed eldoc behavior. | Fabián Ezequiel Gallina | 2012-05-17 | 1 | -14/+23 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Indentation enhancements on after-backslash | Fabián Ezequiel Gallina | 2012-05-17 | 1 | -6/+7 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fixed last paren indentation logic | Fabián Ezequiel Gallina | 2012-05-17 | 1 | -1/+1 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed weird cornercase behavior in python-indent-calculate-indentation. | Fabián Ezequiel Gallina | 2012-05-17 | 1 | -6/+3 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | increased forward-comment COUNT variable value in all calls | Fabián Ezequiel Gallina | 2012-05-17 | 1 | -11/+11 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | docstring enhancements | Fabián Ezequiel Gallina | 2012-05-17 | 1 | -11/+16 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | indentation fixes on after backslash | Fabián Ezequiel Gallina | 2012-05-17 | 1 | -28/+40 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Implemented python-nav-backward-sentence, python-nav-forward-sentence | Fabián Ezequiel Gallina | 2012-05-17 | 1 | -0/+34 | |