Merge from emacs-24; up to 2012-12-11T18:52:31Z!monnier@iro.umontreal.ca
[bpt/emacs.git] / lisp / progmodes / python.el
2012-07-31 Fabián Ezequiel... Shell processes: enhancements to startup and CEDET...
2012-07-31 Fabián Ezequiel... * progmodes/python.el (run-python-internal): Disable...
2012-07-28 Chong YidongMerge from emacs-24 branch; up to 2012-05-01T18:47...
2012-07-27 Fabián Ezequiel... Consistent completion in inferior python with emacs...
2012-07-27 Fabián Ezequiel... * lisp/progmodes/python.el (python-mode-map): Added...
2012-07-21 Chong YidongMerge from emacs-24 branch; up to 2012-05-01T10:20...
2012-07-19 Fabián Ezequiel... Enhancements to ppss related code (thanks Stefan).
2012-07-18 Fabián Ezequiel... progmodes/python.el: Set file local vars at end of...
2012-07-18 Fabián Ezequiel... * progmodes/python.el: Enhancements to eldoc support.
2012-07-17 Fabián Ezequiel... New utility functions + python-info-ppss-context fix.
2012-07-17 Fabián Ezequiel... Final renames and doc fixes for movement commands.
2012-07-17 Fabián Ezequiel... * progmodes/python.el (python-shell-send-string-no...
2012-07-17 Stefan MonnierMerge from emacs-24
2012-07-16 Kenichi Handamerge trunk
2012-07-16 Fabián Ezequiel... * progmodes/python.el: Simplified imenu implementation.
2012-07-16 Fabián Ezequiel... * progmodes/python.el: Enhancements to navigation commands.
2012-07-06 Chong YidongMerge from emacs-24; up to 2012-05-01T00:16:02Z!rgm...
2012-06-29 Glenn MorrisMerge from emacs-24; up to 2012-04-30T11:57:47Z!sdl...
2012-06-23 Chong YidongMark python-mode abbrevs as system abbrevs.
2012-06-21 Glenn MorrisMerge from emacs-24; up to 2012-04-26T03:04:36Z!cyd...
2012-06-19 Glenn Morris* lisp/progmodes/python.el (python-mode): Derive from...
2012-06-18 Stefan Monnier* lisp/progmodes/python.el (python-rx-constituents...
2012-06-18 Glenn MorrisFix python.el obsolescence versions
2012-06-18 Glenn MorrisAdd coding cookie
2012-06-17 Paul EggertSpelling fixes.
2012-06-17 Chong YidongMerge changes from emacs-24; up to 2012-04-26T02:03...
2012-06-15 Fabián Ezequiel... lisp/progmodes/python.el: Updated Copyright years.
2012-06-15 Fabián Ezequiel... Merge from trunk
2012-06-15 Fabián Ezequiel... * lisp/progmodes/python.el: (python-indent, python...
2012-06-10 Chong YidongMerge from emacs-24; up to 2012-04-25T15:23:19Z!sdl...
2012-06-06 Michael Albinus* progmodes/python.el (python-send-region): Ensure...
2012-05-31 Chong YidongMerge from emacs-24; up to 2012-04-24T21:47:24Z!michael...
2012-05-27 Glenn MorrisMerge from emacs-24; up to 2012-04-24T08:35:02Z!lekktu...
2012-05-25 Paul EggertMerge from trunk.
2012-05-17 Fabián Ezequiel... Migrated python-font-lock-syntactic-keywords to python...
2012-05-17 Fabián Ezequiel... Copyright information update
2012-05-17 Fabián Ezequiel... Revert "Merge pull request #83 from tkf/empty-triple...
2012-05-17 Fabián Ezequiel... Make `which-func-functions' defaults to '(python-info...
2012-05-17 Fabián Ezequiel... Function documentation enhancements
2012-05-17 Fabián Ezequiel... New defun navigation machinery
2012-05-17 Fabián Ezequiel... Enhancements on `python-beginning-of-defun-function...
2012-05-17 Fabián Ezequiel... `python-nav-list-defun-positions' now caches defuns...
2012-05-17 Fabián Ezequiel... Enhancements to `python-end-of-defun-function' so it...
2012-05-17 Dan DavisonVariable name change
2012-05-17 Fabián Ezequiel... Enhancements to `python-indent-post-self-insert-function'
2012-05-17 Fabián Ezequiel... Enhanced closing block notification when line is indent...
2012-05-17 Fabián Ezequiel... Readjust indentation automatically on lines with closin...
2012-05-17 Fabián Ezequiel... Removed tabs and fixed indentation in several parts.
2012-05-17 Fabián Ezequiel... Do not call `switch-to-buffer' in `python-shell-get...
2012-05-17 Takafumi ArakakiTreat empty triple quote
2012-05-17 Fabián Ezequiel... Small fix in `python-shell-send-defun' (#69 thanks...
2012-05-17 Dan DavisonCustomizable variable to control syntax highlighting...
2012-05-17 Dan DavisonDon't send "if __name__ == '__main__':" to interpreter
2012-05-17 Dan DavisonDisregard leading whitespace when forming module comple...
2012-05-17 Dan DavisonDeactivate mark on python-shell-send-region
2012-05-17 Dan DavisonUse `completion-at-point` instead of `comint-dynamic...
2012-05-17 Dan DavisonPass entire line of input to module completer
2012-05-17 Fabián Ezequiel... Enhancements on ipython 0.10 setup documentation (thank...
2012-05-17 Fabián Ezequiel... Added missing dot in `python-completion-complete-at...
2012-05-17 Fabián Ezequiel... Enhanced completion subject finding logic for `python...
2012-05-17 Fabián Ezequiel... Make `python-shell-completion--do-completion-at-point...
2012-05-17 Fabián Ezequiel... Make `python-shell-completion--do-completion-at-point...
2012-05-17 Fabián Ezequiel... python-end-of-defun-function now works correctly when...
2012-05-17 Fabián Ezequiel... Enhancements on indentation for lines after a backslash...
2012-05-17 Fabián Ezequiel... Added self to the list of font-lock-keywords
2012-05-17 Fabián Ezequiel... Updated `python-font-lock-keywords' to match latest...
2012-05-17 Fabián Ezequiel... Beautified code
2012-05-17 Fabián Ezequiel... Enhancements on indentation code and related functions.
2012-05-17 Fabián Ezequiel... `python-check' now can have named buffers on its own...
2012-05-17 Fabián Ezequiel... Enhancements on python-check command.
2012-05-17 Fabián Ezequiel... Removed :safe attribute for dangerous variables
2012-05-17 Fabián Ezequiel... Fixed docstring typos
2012-05-17 Fabián Ezequiel... Enhanced shell setup for Windows.
2012-05-17 Fabián Ezequiel... Added compatibility with lastest CEDET.
2012-05-17 Fabián Ezequiel... Improvements on completion code.
2012-05-17 Fabián Ezequiel... Improved completion support when in [i]pdb
2012-05-17 Fabián Ezequiel... Added `python-pdbtrack-activate' variable to allow...
2012-05-17 Fabián Ezequiel... Renamed stuff to keep "namespace" clean.
2012-05-17 Dan DavisonDon't request completions for zero-length input
2012-05-17 Fabián Ezequiel... Make `python-shell-send-string-no-output' delete traili...
2012-05-17 Dan DavisonDismiss completions buffer when unique completion has...
2012-05-17 Fabián Ezequiel... Documentation enhancements
2012-05-17 Fabián Ezequiel... Renamed indentity occurrences to identity in previous...
2012-05-17 Fabián Ezequiel... Enhancements to internal python shell naming.
2012-05-17 Fabián Ezequiel... Enhancements to pdbtrack.
2012-05-17 Fabián Ezequiel... Enhancements to pdbtrack
2012-05-17 Fabián Ezequiel... Documentation enhancements and other small fixes.
2012-05-17 Dan DavisonComplete module import lines in addition to variable...
2012-05-17 Dan DavisonReturn appropriate value to comint-dynamic-complete
2012-05-17 Fabián Ezequiel... Enhancements to `python-shell-calculate-process-environ...
2012-05-17 Fabián Ezequiel... Enhancements on `python-shell-calculate-process-environ...
2012-05-17 Fabián Ezequiel... Added simple way of jumping to current buffer's class...
2012-05-17 Fabián Ezequiel... Enhancements to python-shell-send-string-no-output...
2012-05-17 Fabián Ezequiel... Make run-python-internal to set process-query-on-exit...
2012-05-17 Fabián Ezequiel... Fixed indentation case for after beginning of block
2012-05-17 Fabián Ezequiel... Renamed python-clone-local-variables to python-util...
2012-05-17 Fabián Ezequiel... New function python-clone-local-variables
2012-05-17 Fabián Ezequiel... Fix typo enviroment => environment
2012-05-17 Fabián Ezequiel... Make shells inherit variables from parent buffer and...
2012-05-17 Fabián Ezequiel... Use defcustom with :safe whenever is possible.
next