aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/progmodes/python.el (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* increased forward-comment COUNT variable value in all callsFabián Ezequiel Gallina2012-05-171-11/+11
* docstring enhancementsFabián Ezequiel Gallina2012-05-171-11/+16
* indentation fixes on after backslashFabián Ezequiel Gallina2012-05-171-28/+40
* Implemented python-nav-backward-sentence, python-nav-forward-sentenceFabián Ezequiel Gallina2012-05-171-0/+34
* Added python-nav-sentence-start and python-nav-sentence-end functionsFabián Ezequiel Gallina2012-05-171-8/+23
* fixed CL related bytecompilation errors and set make-tree for imenu defaultFabián Ezequiel Gallina2012-05-171-10/+34
* Implemented imenu support.Fabián Ezequiel Gallina2012-05-171-9/+138
* Documentation enhancements with regards to code checking. (thanks schickm)Fabián Ezequiel Gallina2012-05-171-2/+2
* Fixed python-info-current-defun for classes without basesFabián Ezequiel Gallina2012-05-171-4/+5
* Fixed infinite loop on python-info-current-defunFabián Ezequiel Gallina2012-05-171-14/+21
* Docstrings enhancementsFabián Ezequiel Gallina2012-05-171-5/+9
* Small cornercase fix to python-info-current-defun.Fabián Ezequiel Gallina2012-05-171-1/+1
* Fixed python-info-current-defun to match new navigation code.Fabián Ezequiel Gallina2012-05-171-21/+27
* Replaced references from python-beginning-of-innermost-defun to python-beginn...Fabián Ezequiel Gallina2012-05-171-10/+9
* User customizable fill-paragraph behavior.Fabián Ezequiel Gallina2012-05-171-63/+112
* Corrected implementations for python-{beginning,end}-of-defun functions.Fabián Ezequiel Gallina2012-05-171-100/+64
* New variable python-use-beginning-of-innermost-defunFabián Ezequiel Gallina2012-05-171-0/+15
* Better indentation handling when inside parens.Fabián Ezequiel Gallina2012-05-171-3/+3
* Fixed indentation issue when indenting a python-indent-dedenter from end of lineFabián Ezequiel Gallina2012-05-171-3/+4
* 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