summaryrefslogtreecommitdiff
path: root/lisp/progmodes/python.el
AgeCommit message (Expand)Author
2012-05-17Use insert instead of insert-stringFabián Ezequiel Gallina
2012-05-17Better non-standard shell integration supportFabián Ezequiel Gallina
2012-05-17Shell integration improvements and cleanupsFabián Ezequiel Gallina
2012-05-17python.el now bytecompiles without warningsFabián Ezequiel Gallina
2012-05-17Implemented Skeletons after GNU/Emacs python.elFabián Ezequiel Gallina
2012-05-17Explain we have python-indent-electric-colonFabián Ezequiel Gallina
2012-05-17Don't deactivate mark after indenting commandsFabián Ezequiel Gallina
2012-05-17Small fix to python-indent-electric-colonFabián Ezequiel Gallina
2012-05-17Implemented python-indent-electric-colonFabián Ezequiel Gallina
2012-05-17Fixed indentation of multi-line function call's closing parenthesisFabián Ezequiel Gallina
2012-05-17Make inferior-python-mode-current-file be set via convert-standard-filenameFabián Ezequiel Gallina
2012-05-17Enhanced python-shell-send-file functionFabián Ezequiel Gallina
2012-05-17Added commentary about auto-indentation on newlines for python-mode.el usersFabián Ezequiel Gallina
2012-05-17Use convert-standard-filename to fix temp files pathFabián Ezequiel Gallina
2012-05-17Fixed highlighting for dictionary assignmentsFabián Ezequiel Gallina
2012-05-17Fixed pdb-track on WindowsFabián Ezequiel Gallina
2012-05-17Fixed incorrect syntax highlighting for variable assignationsFabián Ezequiel Gallina
2012-05-17Fixed indentation guess logic to never accept 0 as a possible valueFabián Ezequiel Gallina
2012-05-17Implemented python-eldoc-at-point (python-describe-symbol replacement)Fabián Ezequiel Gallina
2012-05-17Implemented python-checkFabián Ezequiel Gallina
2012-05-17Small changes to ffap supportFabián Ezequiel Gallina
2012-05-17Added ffap supportFabián Ezequiel Gallina
2012-05-17Simplified python-eldoc-function using python-shell-send-and-clear-outputFabián Ezequiel Gallina
2012-05-17Implemeneted python-shell-clear-latest-output and python-shell-send-and-clear...Fabián Ezequiel Gallina
2012-05-17Eldoc integration is now compatible with python 3Fabián Ezequiel Gallina
2012-05-17Make shell use completion-at-point for autocompletion.Fabián Ezequiel Gallina
2012-05-17Fixed called-interactively-p invocation.Fabián Ezequiel Gallina
2012-05-17Cleaned up TODOFabián Ezequiel Gallina
2012-05-17Enhanced shell and code autocompletion.Fabián Ezequiel Gallina
2012-05-17Fixes to shell completion at pointFabián Ezequiel Gallina
2012-05-17Fixed shell region sendingFabián Ezequiel Gallina
2012-05-17Documentation fixesFabián Ezequiel Gallina
2012-05-17Do not indent at the beginning of buffer fixFabián Ezequiel Gallina
2012-05-17Do not indent at the beginning of bufferFabián Ezequiel Gallina
2012-05-17Fixed infinite while loop in python-info-current-defunFabián Ezequiel Gallina
2012-05-17Modified autocompletion code setupFabián Ezequiel Gallina
2012-05-17Fixed indentation inside parens when comments are aroundFabián Ezequiel Gallina
2012-05-17python-indent-guess-indent-offset improvementsFabián Ezequiel Gallina
2012-05-17Fixed backspace behavior for delete-selection-mode.Fabián Ezequiel Gallina
2012-05-17Enhanced python-indent-guess-indent-offset logic.Fabián Ezequiel Gallina
2012-05-17python-shell-get-or-create-process preserves current buffer.Fabián Ezequiel Gallina
2012-05-17Generalized use of python-shell-send-file with cleanup of prompts.Fabián Ezequiel Gallina
2012-05-17Cleanup prompts when sending region to shell.Fabián Ezequiel Gallina
2012-05-17First commit.Fabián Ezequiel Gallina
2012-05-17Added blank python.el to workaround bzr git-apply issuesFabián Ezequiel Gallina
2012-05-17Deleted lisp/progmodes/python.el as first step of the new python.el merge.Fabián Ezequiel Gallina
2012-04-26* lisp/progmodes/python.el (python-pdbtrack-get-source-buffer): UseLeo Liu
2012-04-25* progmodes/python.el (python-send-region): Add suffix .pyLeo Liu
2012-04-24* lisp/progmodes/python.el: Move hideshow setup to the end.Leo Liu
2012-04-19Remove some `toggle-read-only' warnings.Juanma Barranquero