Implemented internal python shell.
[bpt/emacs.git] / lisp / progmodes / python.el
2012-05-17 Fabián Ezequiel... Implemented internal python shell.
2012-05-17 Fabián Ezequiel... Backported triple quote syntax from Emacs 24
2012-05-17 Fabián Ezequiel... Make package description separator contain 3 dashes...
2012-05-17 Fabián Ezequiel... Updated TODO
2012-05-17 Fabián Ezequiel... fixed font-lock-builtin-face regexp
2012-05-17 Fabián Ezequiel... Set local variable `mode-require-final-newline' to t
2012-05-17 Fabián Ezequiel... None, True, False, Ellipsis, __debug__, and NotImplemen...
2012-05-17 Fabián Ezequiel... python-info-current-defun: fixed cornercase that caused...
2012-05-17 Fabián Ezequiel... Added package information for ELPA conformance
2012-05-17 Fabián Ezequiel... Fixed eldoc behavior.
2012-05-17 Fabián Ezequiel... Indentation enhancements on after-backslash
2012-05-17 Fabián Ezequiel... fixed last paren indentation logic
2012-05-17 Fabián Ezequiel... Fixed weird cornercase behavior in python-indent-calcul...
2012-05-17 Fabián Ezequiel... increased forward-comment COUNT variable value in all...
2012-05-17 Fabián Ezequiel... docstring enhancements
2012-05-17 Fabián Ezequiel... indentation fixes on after backslash
2012-05-17 Fabián Ezequiel... Implemented python-nav-backward-sentence, python-nav...
2012-05-17 Fabián Ezequiel... Added python-nav-sentence-start and python-nav-sentence...
2012-05-17 Fabián Ezequiel... fixed CL related bytecompilation errors and set make...
2012-05-17 Fabián Ezequiel... Implemented imenu support.
2012-05-17 Fabián Ezequiel... Documentation enhancements with regards to code checkin...
2012-05-17 Fabián Ezequiel... Fixed python-info-current-defun for classes without...
2012-05-17 Fabián Ezequiel... Fixed infinite loop on python-info-current-defun
2012-05-17 Fabián Ezequiel... Docstrings enhancements
2012-05-17 Fabián Ezequiel... Small cornercase fix to python-info-current-defun.
2012-05-17 Fabián Ezequiel... Fixed python-info-current-defun to match new navigation...
2012-05-17 Fabián Ezequiel... Replaced references from python-beginning-of-innermost...
2012-05-17 Fabián Ezequiel... User customizable fill-paragraph behavior.
2012-05-17 Fabián Ezequiel... Corrected implementations for python-{beginning,end...
2012-05-17 Fabián Ezequiel... New variable python-use-beginning-of-innermost-defun
2012-05-17 Fabián Ezequiel... Better indentation handling when inside parens.
2012-05-17 Fabián Ezequiel... Fixed indentation issue when indenting a python-indent...
2012-05-17 Fabián Ezequiel... new variables python-shell-process-environment and...
2012-05-17 Fabián Ezequiel... New variable python-shell-send-setup-max-wait
2012-05-17 Fabián Ezequiel... Documentation enhancements
2012-05-17 Fabián Ezequiel... Better shell setup using the new python-shell-send...
2012-05-17 Fabián Ezequiel... Added indentation support for continuation of dotted...
2012-05-17 Fabián Ezequiel... Enhancements to python-indent-electric-colon.
2012-05-17 Fabián Ezequiel... New function python-info-ppss-context
2012-05-17 Fabián Ezequiel... Added commentary about installing pyreadline on system...
2012-05-17 Fabián Ezequiel... Remove find-file-noselect invocation in python-shell...
2012-05-17 Fabián Ezequiel... Use insert instead of insert-string
2012-05-17 Fabián Ezequiel... Better non-standard shell integration support
2012-05-17 Fabián Ezequiel... Shell integration improvements and cleanups
2012-05-17 Fabián Ezequiel... python.el now bytecompiles without warnings
2012-05-17 Fabián Ezequiel... Implemented Skeletons after GNU/Emacs python.el
2012-05-17 Fabián Ezequiel... Explain we have python-indent-electric-colon
2012-05-17 Fabián Ezequiel... Don't deactivate mark after indenting commands
2012-05-17 Fabián Ezequiel... Small fix to python-indent-electric-colon
2012-05-17 Fabián Ezequiel... Implemented python-indent-electric-colon
2012-05-17 Fabián Ezequiel... Fixed indentation of multi-line function call's closing...
2012-05-17 Fabián Ezequiel... Make inferior-python-mode-current-file be set via conve...
2012-05-17 Fabián Ezequiel... Enhanced python-shell-send-file function
2012-05-17 Fabián Ezequiel... Added commentary about auto-indentation on newlines...
2012-05-17 Fabián Ezequiel... Use convert-standard-filename to fix temp files path
2012-05-17 Fabián Ezequiel... Fixed highlighting for dictionary assignments
2012-05-17 Fabián Ezequiel... Fixed pdb-track on Windows
2012-05-17 Fabián Ezequiel... Fixed incorrect syntax highlighting for variable assign...
2012-05-17 Fabián Ezequiel... Fixed indentation guess logic to never accept 0 as...
2012-05-17 Fabián Ezequiel... Implemented python-eldoc-at-point (python-describe...
2012-05-17 Fabián Ezequiel... Implemented python-check
2012-05-17 Fabián Ezequiel... Small changes to ffap support
2012-05-17 Fabián Ezequiel... Added ffap support
2012-05-17 Fabián Ezequiel... Simplified python-eldoc-function using python-shell...
2012-05-17 Fabián Ezequiel... Implemeneted python-shell-clear-latest-output and pytho...
2012-05-17 Fabián Ezequiel... Eldoc integration is now compatible with python 3
2012-05-17 Fabián Ezequiel... Make shell use completion-at-point for autocompletion.
2012-05-17 Fabián Ezequiel... Fixed called-interactively-p invocation.
2012-05-17 Fabián Ezequiel... Cleaned up TODO
2012-05-17 Fabián Ezequiel... Enhanced shell and code autocompletion.
2012-05-17 Fabián Ezequiel... Fixes to shell completion at point
2012-05-17 Fabián Ezequiel... Fixed shell region sending
2012-05-17 Fabián Ezequiel... Documentation fixes
2012-05-17 Fabián Ezequiel... Do not indent at the beginning of buffer fix
2012-05-17 Fabián Ezequiel... Do not indent at the beginning of buffer
2012-05-17 Fabián Ezequiel... Fixed infinite while loop in python-info-current-defun
2012-05-17 Fabián Ezequiel... Modified autocompletion code setup
2012-05-17 Fabián Ezequiel... Fixed indentation inside parens when comments are around
2012-05-17 Fabián Ezequiel... python-indent-guess-indent-offset improvements
2012-05-17 Fabián Ezequiel... Fixed backspace behavior for delete-selection-mode.
2012-05-17 Fabián Ezequiel... Enhanced python-indent-guess-indent-offset logic.
2012-05-17 Fabián Ezequiel... python-shell-get-or-create-process preserves current...
2012-05-17 Fabián Ezequiel... Generalized use of python-shell-send-file with cleanup...
2012-05-17 Fabián Ezequiel... Cleanup prompts when sending region to shell.
2012-05-17 Fabián Ezequiel... First commit.
2012-05-17 Fabián Ezequiel... Added blank python.el to workaround bzr git-apply issues
2012-05-17 Fabián Ezequiel... Deleted lisp/progmodes/python.el as first step of the...
2012-05-14 Chong YidongMerge from emacs-24; up to 2012-04-22T13:58:00Z!cyd...
2012-05-09 Glenn MorrisMerge from emacs-24; up to 2012-04-21T14:12:27Z!sdl...
2012-05-05 Chong YidongMerge from emacs-24; up to 2012-04-20T05:47:55Z!eliz...
2012-05-02 Glenn MorrisMerge from emacs-24; up to 2012-04-16T19:06:02Z!rgm...
2012-04-27 Chong YidongMerge changes from emacs-24 branch
2012-04-25 Stefan MonnierAdd support for completion of quoted/escaped data.
2012-04-25 Leo Liu* lisp/progmodes/python.el (python-pdbtrack-get-source...
2012-04-25 Leo Liu* progmodes/python.el (python-send-region): Add suffix .py
2012-04-24 Leo Liu* lisp/progmodes/python.el: Move hideshow setup to...
2012-04-20 Chong YidongMerge from emacs-24 branch
2012-04-19 Juanma BarranqueroRemove some `toggle-read-only' warnings.
2012-04-17 Paul EggertMerge from trunk.
2012-04-17 Glenn MorrisMerge from pending; try to fix-up suboptimal ses ChangeLog.
next