aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/progmodes/python.el (unfollow)
Commit message (Expand)AuthorFilesLines
2015-12-30Unbreak completion in python-mode buffersDmitry Gutov1-1/+3
2015-11-17Fix docstring quoting problems with ‘ '’Paul Eggert1-4/+4
2015-11-16Recognize .rbw and .pyw files (bug#18753)Vasily Korytov1-1/+1
2015-11-01Fix bug#21762Juanma Barranquero1-2/+2
2015-09-29; Remove extraneous "coding: utf-8" specifications in Elisp filesDmitry Gutov1-1/+0
2015-09-21Clarify or replace a few \u escapes.Paul Eggert1-3/+3
2015-09-20Add prettify symbols to python-modeMark Oteiza1-0/+8
2015-09-19Repair pdbtrack so it follows transition from one remote file to another.Ken Manheimer1-4/+10
2015-09-07Go back to grave quoting in source-code docstrings etc.Paul Eggert1-2/+2
2015-09-03Fix some more docstring etc. quoting problemsPaul Eggert1-1/+1
2015-08-25Spelling fixesPaul Eggert1-1/+1
2015-08-24Prefer directed to neutral quotesPaul Eggert1-2/+2
2015-08-23python.el: Fix python-shell-buffer-substring on indented codeFabián Ezequiel Gallina1-10/+13
2015-08-23python.el: Defer shell setup code until first interactive promptFabián Ezequiel Gallina1-5/+38
2015-08-23python.el: Fix completion for pdb interactionsFabián Ezequiel Gallina1-127/+139
2015-08-23python.el: Fix prompt detection with user overridden interpreterFabián Ezequiel Gallina1-2/+4
2015-08-22python.el: fallback completion, ffap and eldoc setup enhancementsFabián Ezequiel Gallina1-58/+67
2015-08-22; python.el: Fix typo for previous commitFabián Ezequiel Gallina1-1/+1
2015-08-22python.el: Increase native completion robustness.Fabián Ezequiel Gallina1-33/+60
2015-08-21; python.el: Fix previous commit for Emacs<24.3 compatibilityFabián Ezequiel Gallina1-0/+4
2015-08-21; python.el: Fix previous commit for Emacs<24.3 compatibilityFabián Ezequiel Gallina1-1/+3
2015-08-21python.el: Ensure remote process-environment on non-interactive processesFabián Ezequiel Gallina1-29/+57
2015-08-21; python.el: Bump version to 25.1Fabián Ezequiel Gallina1-2/+3
2015-08-21python.el: Enhancements to process environment setup.Fabián Ezequiel Gallina1-88/+119
2015-08-21Avoid hard-coding "M-x command" in docstringsPaul Eggert1-1/+2
2015-08-11; python.el: Emacs 24.x compatibility fixesFabián Ezequiel Gallina1-0/+12
2015-07-06python.el: Fix local/remote shell environment setupFabián Ezequiel Gallina1-17/+18
2015-07-06python.el: Respect process environment for remote shellsFabián Ezequiel Gallina1-126/+167
2015-07-06python.el: Avoid making let-bound defvars buffer local (Bug#18244)Fabián Ezequiel Gallina1-16/+23
2015-07-06; python.el: Replace `eval-when-compile` with `eval-and-compile`Fabián Ezequiel Gallina1-2/+2
2015-07-06python.el: Fixes for IPython 3.x (Bug#20580)Fabián Ezequiel Gallina1-3/+6
2015-07-06python.el: Fix mark-defun behavior (Bug#19665)Fabián Ezequiel Gallina1-0/+16
2015-07-05Respect `prog-indentation-context' in python.elChristoph Wedler1-32/+28
2015-05-21Don't quote nil and t in doc stringsPaul Eggert1-1/+1
2015-05-11python.el: better limit for looking-back callsFabián Ezequiel Gallina1-1/+2
2015-04-29python.el: Fix warnings on looking-back calls missing LIMITFabián Ezequiel Gallina1-1/+1
2015-04-19Spelling fixesPaul Eggert1-6/+6
2015-04-12python.el: Keep symmetry on sexp navigation with parensFabián Ezequiel Gallina1-29/+55
2015-04-09python.el: Indent docstring lines to base-indentFabián Ezequiel Gallina1-3/+12
2015-04-09python.el: Increase native completion robustnessFabián Ezequiel Gallina1-42/+94
2015-04-06python.el: Do not break IPython magic completions.Fabián Ezequiel Gallina1-14/+21
2015-04-06Fix previous commit to prevent infloopFabián Ezequiel Gallina1-0/+1
2015-04-05python.el: Enhance docstring detection following PEP-257.Fabián Ezequiel Gallina1-27/+69
2015-03-26Shut up python-mode's indentation guesserDaniel Colascione1-2/+9
2015-02-21Bump python.el versionFabián Ezequiel Gallina1-1/+1
2015-02-16python.el: Do not deactivate mark on shell fontification.Fabián Ezequiel Gallina1-0/+1
2015-02-12python.el: Allow killing shell buffer if process is dead.Fabián Ezequiel Gallina1-7/+7
2015-02-09python.el: Fix typo in eldoc initialization for Emacs 24.xFabián Ezequiel Gallina1-2/+2
2015-02-09python.el: Improved shell font lock respecting markers.Fabián Ezequiel Gallina1-49/+41
2015-02-08python.el: Fix completion-at-point.Fabián Ezequiel Gallina1-66/+70