summaryrefslogtreecommitdiff
path: root/python-mode.el
AgeCommit message (Expand)Author
2015-07-07`py-down-statement' fixedHEADmasterAndreas Röhler
2015-07-07Execute-region forms reconsideredAndreas Röhler
2015-07-06Avoid compiler warning, minor fixesAndreas Röhler
2015-07-06py--execute-base-intern hand over which-shellAndreas Röhler
2015-07-06py--execute-base-intern hand over start endAndreas Röhler
2015-07-06exexute, typo fixedAndreas Röhler
2015-07-06`py--execute-buffer-finally', let-bound return value, minor-fixAndreas Röhler
2015-07-06`py--execute-base-intern', hand over `execute-directory'Andreas Röhler
2015-07-06`py--close-execution', hand over tempfileAndreas Röhler
2015-07-06`py--create-new-shell', hand over executableAndreas Röhler
2015-07-06`py--grab-prompt-ps1', unused for now, minor fixAndreas Röhler
2015-07-06`py--jump-to-exception' fixedAndreas Röhler
2015-07-06`py-guess-py-install-directory', fixedAndreas Röhler
2015-07-06`py-backward-statement-bol' not part of backward-formsAndreas Röhler
2015-07-06Set `py-install-directory' if emptyAndreas Röhler
2015-07-05Unused function `py--display-windows' commented outAndreas Röhler
2015-07-05`py--jump-to-exception-intern', againAndreas Röhler
2015-07-05Fix delete-forms, againAndreas Röhler
2015-07-05`py--jump-to-exception' fixedAndreas Röhler
2015-07-05delete-forms fixedAndreas Röhler
2015-07-05Redundant `py-forward-line', `py-forward-line-bol' removedAndreas Röhler
2015-07-05Remove wrong definition of `py-backward-statement-bol'Andreas Röhler
2015-07-05Remove redundant definition of `py--beginning-of-except-block-position-bol'Andreas Röhler
2015-07-05py-indent-line, minor fixAndreas Röhler
2015-07-05Reduce compiler warningsAndreas Röhler
2015-07-05`py--delete-trailing-whitespace' use argument origAndreas Röhler
2015-07-05`py-guess-py-install-directory' fixedAndreas Röhler
2015-07-04py-match-paren from class, fixedAndreas Röhler
2015-07-04`py--match-end-finish' fixedAndreas Röhler
2015-07-04`py-match-paren', tests and fixesAndreas Röhler
2015-07-03Unused arg `keep-level' removed, minor-cleanupAndreas Röhler
2015-07-03py-match-paren closing delimiter, lp:1471122, fixedAndreas Röhler
2015-07-02When at empty line, match block according to indentAndreas Röhler
2015-07-02py-match-paren, lp:1468198, fixedAndreas Röhler
2015-07-01Menu updatedAndreas Röhler
2015-07-01email updatedAndreas Röhler
2015-06-30Remove not useful comment-formsAndreas Röhler
2015-06-30Use `py-backward-' forms instead of `py-beginning-of'Andreas Röhler
2015-06-29`py-backward-expression' re-writeAndreas Röhler
2015-06-28`py-forward-expression' re-writeAndreas Röhler
2015-06-28Set C-M-f, C-M-b to forward/backward expression.Andreas Röhler
2015-06-24Some cleanupAndreas Röhler
2015-06-23Put forward/backward section into python-components-move.elAndreas Röhler
2015-06-22Docu updatedAndreas Röhler
2015-06-22py-sectionize-region, new commandsAndreas Röhler
2015-06-22Provide py-narrow-to-class and related commands, lp:1467160, fixedAndreas Röhler
2015-06-22`py-beginning-of-commented-section' renamed `py-beginning-of-comments'Andreas Röhler
2015-06-22Evaluating chunks of code,, lp:1467217, fixedAndreas Röhler
2015-06-19`py-end-of-def' hangs, if no newline at EOB, fixedAndreas Röhler
2015-06-17py-electric-delete, againAndreas Röhler