Documentation enhancements with regards to code checking. (thanks schickm)
[bpt/emacs.git] / lisp / progmodes / python.el
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.
2012-04-16 Leo Liu* lisp/progmodes/python.el: Trivial cleanup.
2012-04-15 Chong YidongMerge from emacs-24 branch
2012-04-14 Glenn MorrisMerge from emacs-24, up to 2012-04-10T02:06:19Z!larsi...
2012-04-10 Paul EggertMerge from trunk.
2012-04-10 Nathan Weizenbaum`python-fill-paragraph' filling fixup when font-lock...
2012-04-09 Paul EggertMerge from trunk; add Bug#.
2012-04-09 Chong YidongRemove * characters from the front of variable docstrings.
2012-03-25 Stefan MonnierMerge from trunk
2012-02-11 Leo LiuFix infinite loop in python-end-of-statement
2012-02-09 Glenn MorrisMerge from emacs-23; up to 2010-06-29T18:17:31Z!cyd...
2012-01-29 Syver EnstadFix pdb path handling.
2012-01-21 Kenichi Handamerge trunk
2012-01-19 Glenn MorrisMerge from emacs-23; up to 2012-01-19T07:15:48Z!rgm...
2012-01-13 Eric M. LudlamFix EDE security flaw involving loading arbitrary Lisp...
2012-01-11 Glenn MorrisAdd 2012 to FSF copyright years for Emacs files (do...
2012-01-09 Chong YidongMerge changes from emacs-23 branch
2012-01-07 Paul EggertMerge from trunk.
2012-01-05 Glenn MorrisAdd 2012 to FSF copyright years for Emacs files
2011-12-17 Paul EggertSpelling fixes.
2011-11-20 Juanma BarranqueroFix typos.
next