| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added python-nav-sentence-start and python-nav-sentence-end functions | Fabián Ezequiel Gallina | 2012-05-17 | 1 | -8/+23 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fixed CL related bytecompilation errors and set make-tree for imenu default | Fabián Ezequiel Gallina | 2012-05-17 | 1 | -10/+34 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Implemented imenu support. | Fabián Ezequiel Gallina | 2012-05-17 | 1 | -9/+138 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Documentation enhancements with regards to code checking. (thanks schickm) | Fabián Ezequiel Gallina | 2012-05-17 | 1 | -2/+2 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed python-info-current-defun for classes without bases | Fabián Ezequiel Gallina | 2012-05-17 | 1 | -4/+5 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed infinite loop on python-info-current-defun | Fabián Ezequiel Gallina | 2012-05-17 | 1 | -14/+21 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Docstrings enhancements | Fabián Ezequiel Gallina | 2012-05-17 | 1 | -5/+9 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Small cornercase fix to python-info-current-defun. | Fabián Ezequiel Gallina | 2012-05-17 | 1 | -1/+1 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed python-info-current-defun to match new navigation code. | Fabián Ezequiel Gallina | 2012-05-17 | 1 | -21/+27 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Replaced references from python-beginning-of-innermost-defun to python-beginn... | Fabián Ezequiel Gallina | 2012-05-17 | 1 | -10/+9 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | User customizable fill-paragraph behavior. | Fabián Ezequiel Gallina | 2012-05-17 | 1 | -63/+112 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Corrected implementations for python-{beginning,end}-of-defun functions. | Fabián Ezequiel Gallina | 2012-05-17 | 1 | -100/+64 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | New variable python-use-beginning-of-innermost-defun | Fabián Ezequiel Gallina | 2012-05-17 | 1 | -0/+15 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Better indentation handling when inside parens. | Fabián Ezequiel Gallina | 2012-05-17 | 1 | -3/+3 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed indentation issue when indenting a python-indent-dedenter from end of line | Fabián Ezequiel Gallina | 2012-05-17 | 1 | -3/+4 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | new variables python-shell-process-environment and python-shell-exec-path | Fabián Ezequiel Gallina | 2012-05-17 | 1 | -1/+51 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | New variable python-shell-send-setup-max-wait | Fabián Ezequiel Gallina | 2012-05-17 | 1 | -1/+9 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Documentation enhancements | Fabián Ezequiel Gallina | 2012-05-17 | 1 | -101/+90 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Better shell setup using the new python-shell-send-setup-codes function. | Fabián Ezequiel Gallina | 2012-05-17 | 1 | -42/+32 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added indentation support for continuation of dotted expressions | Fabián Ezequiel Gallina | 2012-05-17 | 1 | -0/+14 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Enhancements to python-indent-electric-colon. | Fabián Ezequiel Gallina | 2012-05-17 | 1 | -7/+12 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | New function python-info-ppss-context | Fabián Ezequiel Gallina | 2012-05-17 | 1 | -27/+48 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added commentary about installing pyreadline on system that bundles Python wi... | Fabián Ezequiel Gallina | 2012-05-17 | 1 | -0/+6 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove find-file-noselect invocation in python-shell-send-file | Fabián Ezequiel Gallina | 2012-05-17 | 1 | -1/+0 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Use insert instead of insert-string | Fabián Ezequiel Gallina | 2012-05-17 | 1 | -1/+1 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Better non-standard shell integration support | Fabián Ezequiel Gallina | 2012-05-17 | 1 | -23/+55 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Shell integration improvements and cleanups | Fabián Ezequiel Gallina | 2012-05-17 | 1 | -85/+59 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | python.el now bytecompiles without warnings | Fabián Ezequiel Gallina | 2012-05-17 | 1 | -27/+31 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Implemented Skeletons after GNU/Emacs python.el | Fabián Ezequiel Gallina | 2012-05-17 | 1 | -2/+156 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Explain we have python-indent-electric-colon | Fabián Ezequiel Gallina | 2012-05-17 | 1 | -1/+3 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Don't deactivate mark after indenting commands | Fabián Ezequiel Gallina | 2012-05-17 | 1 | -30/+33 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Small fix to python-indent-electric-colon | Fabián Ezequiel Gallina | 2012-05-17 | 1 | -0/+1 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Implemented python-indent-electric-colon | Fabián Ezequiel Gallina | 2012-05-17 | 1 | -0/+14 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed indentation of multi-line function call's closing parenthesis | Fabián Ezequiel Gallina | 2012-05-17 | 1 | -18/+26 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Make inferior-python-mode-current-file be set via convert-standard-filename | Fabián Ezequiel Gallina | 2012-05-17 | 1 | -5/+5 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Enhanced python-shell-send-file function | Fabián Ezequiel Gallina | 2012-05-17 | 1 | -16/+23 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added commentary about auto-indentation on newlines for python-mode.el users | Fabián Ezequiel Gallina | 2012-05-17 | 1 | -1/+16 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Use convert-standard-filename to fix temp files path | Fabián Ezequiel Gallina | 2012-05-17 | 1 | -12/+1 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed highlighting for dictionary assignments | Fabián Ezequiel Gallina | 2012-05-17 | 1 | -1/+2 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed pdb-track on Windows | Fabián Ezequiel Gallina | 2012-05-17 | 1 | -0/+11 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed incorrect syntax highlighting for variable assignations | Fabián Ezequiel Gallina | 2012-05-17 | 1 | -1/+2 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed indentation guess logic to never accept 0 as a possible value | Fabián Ezequiel Gallina | 2012-05-17 | 1 | -1/+3 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Implemented python-eldoc-at-point (python-describe-symbol replacement) | Fabián Ezequiel Gallina | 2012-05-17 | 1 | -11/+42 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Implemented python-check | Fabián Ezequiel Gallina | 2012-05-17 | 1 | -2/+35 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Small changes to ffap support | Fabián Ezequiel Gallina | 2012-05-17 | 1 | -3/+5 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added ffap support | Fabián Ezequiel Gallina | 2012-05-17 | 1 | -3/+57 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Simplified python-eldoc-function using python-shell-send-and-clear-output | Fabián Ezequiel Gallina | 2012-05-17 | 1 | -12/+2 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Implemeneted python-shell-clear-latest-output and python-shell-send-and-clear... | Fabián Ezequiel Gallina | 2012-05-17 | 1 | -17/+41 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Eldoc integration is now compatible with python 3 | Fabián Ezequiel Gallina | 2012-05-17 | 1 | -4/+9 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Make shell use completion-at-point for autocompletion. | Fabián Ezequiel Gallina | 2012-05-17 | 1 | -0/+4 | |