summaryrefslogtreecommitdiff
path: root/lisp/progmodes/python.el
AgeCommit message (Expand)Author
2016-01-30-Paul Eggert
2016-01-24Expunge "allow" + infinitive without direct object from source and doc.Alan Mackenzie
2016-01-18-John Wiegley
2016-01-15replace `tramp-compat-split-string' (removed) with `split-string'Sam Steingold
2016-01-12Add some missing version tags.Glenn Morris
2016-01-01Update copyright year to 2016Paul Eggert
2015-12-30Unbreak completion in python-mode buffersDmitry Gutov
2015-11-17Fix docstring quoting problems with ‘ '’Paul Eggert
2015-11-16Recognize .rbw and .pyw files (bug#18753)Vasily Korytov
2015-11-01Fix bug#21762Juanma Barranquero
2015-09-29; Remove extraneous "coding: utf-8" specifications in Elisp filesDmitry Gutov
2015-09-21Clarify or replace a few \u escapes.Paul Eggert
2015-09-20Add prettify symbols to python-modeMark Oteiza
2015-09-19Repair pdbtrack so it follows transition from one remote file to another.Ken Manheimer
2015-09-07Go back to grave quoting in source-code docstrings etc.Paul Eggert
2015-09-03Fix some more docstring etc. quoting problemsPaul Eggert
2015-08-25Spelling fixesPaul Eggert
2015-08-24Prefer directed to neutral quotesPaul Eggert
2015-08-23python.el: Fix python-shell-buffer-substring on indented codeFabián Ezequiel Gallina
2015-08-23python.el: Defer shell setup code until first interactive promptFabián Ezequiel Gallina
2015-08-23python.el: Fix completion for pdb interactionsFabián Ezequiel Gallina
2015-08-23python.el: Fix prompt detection with user overridden interpreterFabián Ezequiel Gallina
2015-08-22python.el: fallback completion, ffap and eldoc setup enhancementsFabián Ezequiel Gallina
2015-08-22; python.el: Fix typo for previous commitFabián Ezequiel Gallina
2015-08-22python.el: Increase native completion robustness.Fabián Ezequiel Gallina
2015-08-21; python.el: Fix previous commit for Emacs<24.3 compatibilityFabián Ezequiel Gallina
2015-08-21; python.el: Fix previous commit for Emacs<24.3 compatibilityFabián Ezequiel Gallina
2015-08-21python.el: Ensure remote process-environment on non-interactive processesFabián Ezequiel Gallina
2015-08-21; python.el: Bump version to 25.1Fabián Ezequiel Gallina
2015-08-21python.el: Enhancements to process environment setup.Fabián Ezequiel Gallina
2015-08-21Avoid hard-coding "M-x command" in docstringsPaul Eggert
2015-08-11; python.el: Emacs 24.x compatibility fixesFabián Ezequiel Gallina
2015-07-06python.el: Fix local/remote shell environment setupFabián Ezequiel Gallina
2015-07-06python.el: Respect process environment for remote shellsFabián Ezequiel Gallina
2015-07-06python.el: Avoid making let-bound defvars buffer local (Bug#18244)Fabián Ezequiel Gallina
2015-07-06; python.el: Replace `eval-when-compile` with `eval-and-compile`Fabián Ezequiel Gallina
2015-07-06python.el: Fixes for IPython 3.x (Bug#20580)Fabián Ezequiel Gallina
2015-07-06python.el: Fix mark-defun behavior (Bug#19665)Fabián Ezequiel Gallina
2015-07-05Respect `prog-indentation-context' in python.elChristoph Wedler
2015-05-21Don't quote nil and t in doc stringsPaul Eggert
2015-05-11python.el: better limit for looking-back callsFabián Ezequiel Gallina
2015-04-29python.el: Fix warnings on looking-back calls missing LIMITFabián Ezequiel Gallina
2015-04-19Spelling fixesPaul Eggert
2015-04-12python.el: Keep symmetry on sexp navigation with parensFabián Ezequiel Gallina
2015-04-09python.el: Indent docstring lines to base-indentFabián Ezequiel Gallina
2015-04-09python.el: Increase native completion robustnessFabián Ezequiel Gallina
2015-04-06python.el: Do not break IPython magic completions.Fabián Ezequiel Gallina
2015-04-06Fix previous commit to prevent infloopFabián Ezequiel Gallina
2015-04-05python.el: Enhance docstring detection following PEP-257.Fabián Ezequiel Gallina
2015-03-26Shut up python-mode's indentation guesserDaniel Colascione