summaryrefslogtreecommitdiff
path: root/lisp/progmodes/python.el
AgeCommit message (Expand)Author
2015-03-03Merge from origin/emacs-24Paul Eggert
2015-02-25Merge from origin/emacs-24Paul Eggert
2015-02-21Bump python.el versionFabián Ezequiel Gallina
2015-02-16python.el: Do not deactivate mark on shell fontification.Fabián Ezequiel Gallina
2015-02-12python.el: Allow killing shell buffer if process is dead.Fabián Ezequiel Gallina
2015-02-09python.el: Fix typo in eldoc initialization for Emacs 24.xFabián Ezequiel Gallina
2015-02-09python.el: Improved shell font lock respecting markers.Fabián Ezequiel Gallina
2015-02-08python.el: Fix completion-at-point.Fabián Ezequiel Gallina
2015-02-08python.el: Fix shell font-lock multiline input.Fabián Ezequiel Gallina
2015-02-08python.el: Make shell font-lock respect markers.Fabián Ezequiel Gallina
2015-02-07python.el: Keep eldoc visible while typing args.Fabián Ezequiel Gallina
2015-02-07Fix hideshow integration.Fabián Ezequiel Gallina
2015-02-07* lisp/progmodes/python.el (python-check-custom-command): Do not useFabián Ezequiel Gallina
2015-02-04* lisp/progmodes/python.el: Preserve compatibility with Emacs-24Stefan Monnier
2015-02-04Avoid the error when computing top-level indentation.Sam Steingold
2015-01-29Spelling fixesPaul Eggert
2015-01-30python.el: Handle tabs in python-indent-dedent-line.Fabián Ezequiel Gallina
2015-01-30* lisp/progmodes/python.el (python-indent-context): Respect userFabián Ezequiel Gallina
2015-01-28Merge from origin/emacs-24Fabián Ezequiel Gallina
2015-01-27minor tweaks for `python-check'Sam Steingold
2015-01-27python.el: New non-global state dependent indentation engine.Fabián Ezequiel Gallina
2015-01-20eldoc: modify `eldoc-documentation-function' using `add-function'Michal Nazarewicz
2015-01-01Update copyright year to 2015Paul Eggert
2015-01-01Merge from origin/emacs-24Paul Eggert
2015-01-01Update copyright year to 2015Paul Eggert
2014-12-28Spelling fixesPaul Eggert
2014-12-27python.el: Native readline completion.Fabián Ezequiel Gallina
2014-12-27python.el: Enhance shell user interaction and deprecate python-shell-get-or-c...Fabián Ezequiel Gallina
2014-12-27Merge from origin/emacs-24Fabián Ezequiel Gallina
2014-12-27* lisp/progmodes/python.el (python-shell-buffer-substring): HandleFabián Ezequiel Gallina
2014-12-27Merge from origin/emacs-24Fabián Ezequiel Gallina
2014-12-27Merge from origin/emacs-24Fabián Ezequiel Gallina
2014-12-27python.el: Fix message when sending region.Fabián Ezequiel Gallina
2014-12-27python.el: Cleanup temp files even with eval errors.Fabián Ezequiel Gallina
2014-12-27Fix for previous commitFabián Ezequiel Gallina
2014-12-27python.el: Handle file encoding for shell.Fabián Ezequiel Gallina
2014-12-26python.el: Generate clearer shell buffer names.Fabián Ezequiel Gallina
2014-12-26Revert "Prevent Python process shell buffer to pop twice."Fabián Ezequiel Gallina
2014-12-23Fix line numbers on Python shell.Fabián Ezequiel Gallina
2014-12-22python.el: Fix electric colon behaviorFabián Ezequiel Gallina
2014-12-12Merge from origin/emacs-24Ted Zlatanov
2014-12-12* lisp/progmodes/python.el (python-indent-line): Use `noindent' in strings.Stefan Monnier
2014-12-08python.el: Support interpreter paths with spacesFabián Ezequiel Gallina
2014-12-08python.el: Don't change `comint-prompt-read-only' globallyFabián Ezequiel Gallina
2014-12-07* lisp/progmodes/python.el: Recognize docstrings.Tom Willemse
2014-12-05Merge from origin/emacs-24Stefan Monnier
2014-11-29Python.el: Update commentary on RET-behaviorRasmus
2014-11-28Merge branch 'emacs-24'.Paul Eggert
2014-11-26* lisp/progmodes/python.el (python-shell-completion-setup-code): UseFabián Ezequiel Gallina
2014-11-26Merge branch 'emacs-24'Ted Zlatanov