aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/progmodes/python.el (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* new variables python-shell-process-environment and python-shell-exec-pathFabián Ezequiel Gallina2012-05-171-1/+51
* New variable python-shell-send-setup-max-waitFabián Ezequiel Gallina2012-05-171-1/+9
* Documentation enhancementsFabián Ezequiel Gallina2012-05-171-101/+90
* Better shell setup using the new python-shell-send-setup-codes function.Fabián Ezequiel Gallina2012-05-171-42/+32
* Added indentation support for continuation of dotted expressionsFabián Ezequiel Gallina2012-05-171-0/+14
* Enhancements to python-indent-electric-colon.Fabián Ezequiel Gallina2012-05-171-7/+12
* New function python-info-ppss-contextFabián Ezequiel Gallina2012-05-171-27/+48
* Added commentary about installing pyreadline on system that bundles Python wi...Fabián Ezequiel Gallina2012-05-171-0/+6
* Remove find-file-noselect invocation in python-shell-send-fileFabián Ezequiel Gallina2012-05-171-1/+0
* Use insert instead of insert-stringFabián Ezequiel Gallina2012-05-171-1/+1
* Better non-standard shell integration supportFabián Ezequiel Gallina2012-05-171-23/+55
* Shell integration improvements and cleanupsFabián Ezequiel Gallina2012-05-171-85/+59
* python.el now bytecompiles without warningsFabián Ezequiel Gallina2012-05-171-27/+31
* Implemented Skeletons after GNU/Emacs python.elFabián Ezequiel Gallina2012-05-171-2/+156
* Explain we have python-indent-electric-colonFabián Ezequiel Gallina2012-05-171-1/+3
* Don't deactivate mark after indenting commandsFabián Ezequiel Gallina2012-05-171-30/+33
* Small fix to python-indent-electric-colonFabián Ezequiel Gallina2012-05-171-0/+1
* Implemented python-indent-electric-colonFabián Ezequiel Gallina2012-05-171-0/+14
* Fixed indentation of multi-line function call's closing parenthesisFabián Ezequiel Gallina2012-05-171-18/+26
* Make inferior-python-mode-current-file be set via convert-standard-filenameFabián Ezequiel Gallina2012-05-171-5/+5
* Enhanced python-shell-send-file functionFabián Ezequiel Gallina2012-05-171-16/+23
* Added commentary about auto-indentation on newlines for python-mode.el usersFabián Ezequiel Gallina2012-05-171-1/+16
* Use convert-standard-filename to fix temp files pathFabián Ezequiel Gallina2012-05-171-12/+1
* Fixed highlighting for dictionary assignmentsFabián Ezequiel Gallina2012-05-171-1/+2
* Fixed pdb-track on WindowsFabián Ezequiel Gallina2012-05-171-0/+11
* Fixed incorrect syntax highlighting for variable assignationsFabián Ezequiel Gallina2012-05-171-1/+2
* Fixed indentation guess logic to never accept 0 as a possible valueFabián Ezequiel Gallina2012-05-171-1/+3
* Implemented python-eldoc-at-point (python-describe-symbol replacement)Fabián Ezequiel Gallina2012-05-171-11/+42
* Implemented python-checkFabián Ezequiel Gallina2012-05-171-2/+35
* Small changes to ffap supportFabián Ezequiel Gallina2012-05-171-3/+5
* Added ffap supportFabián Ezequiel Gallina2012-05-171-3/+57
* Simplified python-eldoc-function using python-shell-send-and-clear-outputFabián Ezequiel Gallina2012-05-171-12/+2
* Implemeneted python-shell-clear-latest-output and python-shell-send-and-clear...Fabián Ezequiel Gallina2012-05-171-17/+41
* Eldoc integration is now compatible with python 3Fabián Ezequiel Gallina2012-05-171-4/+9
* Make shell use completion-at-point for autocompletion.Fabián Ezequiel Gallina2012-05-171-0/+4
* Fixed called-interactively-p invocation.Fabián Ezequiel Gallina2012-05-171-1/+1
* Cleaned up TODOFabián Ezequiel Gallina2012-05-171-4/+5
* Enhanced shell and code autocompletion.Fabián Ezequiel Gallina2012-05-171-82/+54
* Fixes to shell completion at pointFabián Ezequiel Gallina2012-05-171-39/+40
* Fixed shell region sendingFabián Ezequiel Gallina2012-05-171-13/+8
* Documentation fixesFabián Ezequiel Gallina2012-05-171-8/+9
* Do not indent at the beginning of buffer fixFabián Ezequiel Gallina2012-05-171-1/+3
* Do not indent at the beginning of bufferFabián Ezequiel Gallina2012-05-171-0/+3
* Fixed infinite while loop in python-info-current-defunFabián Ezequiel Gallina2012-05-171-1/+2
* Modified autocompletion code setupFabián Ezequiel Gallina2012-05-171-2/+5
* Fixed indentation inside parens when comments are aroundFabián Ezequiel Gallina2012-05-171-1/+6
* python-indent-guess-indent-offset improvementsFabián Ezequiel Gallina2012-05-171-18/+25
* Fixed backspace behavior for delete-selection-mode.Fabián Ezequiel Gallina2012-05-171-0/+1
* Enhanced python-indent-guess-indent-offset logic.Fabián Ezequiel Gallina2012-05-171-8/+19
* python-shell-get-or-create-process preserves current buffer.Fabián Ezequiel Gallina2012-05-171-1/+3