| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * lread.c (read_filtered_event): Use duration_to_sec_usec. | Paul Eggert | 2011-09-21 | 2 | -2/+7 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * keymap.c (Fkey_description): Recode slightly to pacify GCC 4.6.1 x86. | Paul Eggert | 2011-09-21 | 1 | -2/+5 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * ftfont.c (ftfont_shape_by_flt): Add lint_assume to pacify GCC 4.6.1 x86-64. | Paul Eggert | 2011-09-21 | 2 | -1/+2 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (xd_append_arg): Omit range check that is not needed | Paul Eggert | 2011-09-21 | 1 | -1/+1 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix specpdl loop typo. | Paul Eggert | 2011-09-21 | 2 | -2/+2 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * casetab.c (set_identity, shuffle): Use lint_assume. | Paul Eggert | 2011-09-21 | 2 | -5/+9 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (Fcall_process): Fix typo in volatile load/restore. | Paul Eggert | 2011-09-21 | 1 | -1/+1 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge from trunk. | Paul Eggert | 2011-09-21 | 81 | -641/+1333 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * alloc.c (pure_bytes_used_lisp, pure_bytes_used_non_lisp): | Paul Eggert | 2011-09-21 | 89 | -3000/+3814 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added python.el NEWS entry | Fabián Ezequiel Gallina | 2012-06-14 | 1 | -0/+66 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes to previous python.el ChangeLog entry. | Fabián Ezequiel Gallina | 2012-06-14 | 1 | -125/+101 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * lisp/progmodes/python.el: (python-indent, python-guess-indent, | Fabián Ezequiel Gallina | 2012-06-14 | 1 | -0/+10 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added ChangeLog entry for python.el merge. | Fabián Ezequiel Gallina | 2012-05-17 | 1 | -0/+216 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Migrated python-font-lock-syntactic-keywords to python-syntax-propertize-func... | Fabián Ezequiel Gallina | 2012-05-17 | 1 | -12/+14 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Copyright information update | Fabián Ezequiel Gallina | 2012-05-17 | 1 | -16/+12 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Revert "Merge pull request #83 from tkf/empty-triple-quote" | Fabián Ezequiel Gallina | 2012-05-17 | 1 | -1/+0 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Make `which-func-functions' defaults to '(python-info-current-defun) | Fabián Ezequiel Gallina | 2012-05-17 | 1 | -0/+2 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Function documentation enhancements | Fabián Ezequiel Gallina | 2012-05-17 | 1 | -7/+9 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | New defun navigation machinery | Fabián Ezequiel Gallina | 2012-05-17 | 1 | -78/+92 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Enhancements on `python-beginning-of-defun-function' for `mark-defun' behavior. | Fabián Ezequiel Gallina | 2012-05-17 | 1 | -10/+13 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | `python-nav-list-defun-positions' now caches defuns positions (#75) | Fabián Ezequiel Gallina | 2012-05-17 | 1 | -22/+33 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Enhancements to `python-end-of-defun-function' so it's not blocked by top lev... | Fabián Ezequiel Gallina | 2012-05-17 | 1 | -6/+3 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Variable name change | Dan Davison | 2012-05-17 | 1 | -3/+3 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Enhancements to `python-indent-post-self-insert-function' | Fabián Ezequiel Gallina | 2012-05-17 | 1 | -11/+8 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Enhanced closing block notification when line is indented or a colon is inser... | Fabián Ezequiel Gallina | 2012-05-17 | 1 | -10/+17 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Readjust indentation automatically on lines with closing parens. | Fabián Ezequiel Gallina | 2012-05-17 | 1 | -0/+24 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Removed tabs and fixed indentation in several parts. | Fabián Ezequiel Gallina | 2012-05-17 | 1 | -18/+18 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Do not call `switch-to-buffer' in `python-shell-get-or-create-process' | Fabián Ezequiel Gallina | 2012-05-17 | 1 | -4/+2 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Treat empty triple quote | Takafumi Arakaki | 2012-05-17 | 1 | -0/+1 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Small fix in `python-shell-send-defun' (#69 thanks mafm-git!) | Fabián Ezequiel Gallina | 2012-05-17 | 1 | -2/+4 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Customizable variable to control syntax highlighting in shell. | Dan Davison | 2012-05-17 | 1 | -0/+14 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Don't send "if __name__ == '__main__':" to interpreter | Dan Davison | 2012-05-17 | 1 | -4/+17 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Disregard leading whitespace when forming module completions | Dan Davison | 2012-05-17 | 1 | -2/+4 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Deactivate mark on python-shell-send-region | Dan Davison | 2012-05-17 | 1 | -2/+1 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Use `completion-at-point` instead of `comint-dynamic-complete` in shell compl... | Dan Davison | 2012-05-17 | 1 | -1/+1 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Pass entire line of input to module completer | Dan Davison | 2012-05-17 | 1 | -4/+12 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Enhancements on ipython 0.10 setup documentation (thanks to @tkf for the hint) | Fabián Ezequiel Gallina | 2012-05-17 | 1 | -2/+4 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added missing dot in `python-completion-complete-at-point' error | Fabián Ezequiel Gallina | 2012-05-17 | 1 | -1/+1 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Enhanced completion subject finding logic for `python-shell-completion--do-co... | Fabián Ezequiel Gallina | 2012-05-17 | 1 | -2/+19 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Make `python-shell-completion--do-completion-at-point' to return a list for `... | Fabián Ezequiel Gallina | 2012-05-17 | 1 | -32/+11 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Make `python-shell-completion--do-completion-at-point' work for calls done vi... | Fabián Ezequiel Gallina | 2012-05-17 | 1 | -3/+5 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | python-end-of-defun-function now works correctly when comments are not indent... | Fabián Ezequiel Gallina | 2012-05-17 | 1 | -1/+6 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Enhancements on indentation for lines after a backslash continuation. | Fabián Ezequiel Gallina | 2012-05-17 | 1 | -4/+31 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added self to the list of font-lock-keywords | Fabián Ezequiel Gallina | 2012-05-17 | 1 | -1/+3 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Updated `python-font-lock-keywords' to match latest Python 2.7 and 3.2 docume... | Fabián Ezequiel Gallina | 2012-05-17 | 1 | -34/+54 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Beautified code | Fabián Ezequiel Gallina | 2012-05-17 | 1 | -162/+177 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Enhancements on indentation code and related functions. | Fabián Ezequiel Gallina | 2012-05-17 | 1 | -180/+238 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | `python-check' now can have named buffers on its own depending the command la... | Fabián Ezequiel Gallina | 2012-05-17 | 1 | -1/+9 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Enhancements on python-check command. | Fabián Ezequiel Gallina | 2012-05-17 | 1 | -2/+4 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Removed :safe attribute for dangerous variables | Fabián Ezequiel Gallina | 2012-05-17 | 1 | -22/+11 | |