Skip to content

Tags: lwllvyb/python-mode

Tags

6.1.3

Toggle 6.1.3's commit message
`py-beginning-of-paragraph-position', `py-end-of-paragraph-position',

`py-help-at-point' fixed

6.1.2

Toggle 6.1.2's commit message
Avoid error-messages from `py-smart-operator-check' if `py-smart-oper…

…ator-mode-p' is nil

6.1.1

Toggle 6.1.1's commit message
org-mode session, lp:1119201

Thanks Alexander Boettcher

6.1.0

Toggle 6.1.0's commit message
release 6.1.0, doku updated

6.0.12

Toggle 6.0.12's commit message
doku updated

6.0.11

Toggle 6.0.11's commit message
new boolean `py-set-complete-keymap-p'

If `py-complete-initialize', which sets up enviroment for Pymacs based py-complete, should load it's keys into `python-mode-map', default is nil.

6.0.10

Toggle 6.0.10's commit message
PyShell adds dots on first invocation, lp:1016202, fixed

6.0.9

Toggle 6.0.9's commit message
`python-after-info-look' fixed, thanks John Wiegley

6.0.8

Toggle 6.0.8's commit message
`py-end-of-statement' fixed, test added

6.0.7

Toggle 6.0.7's commit message
infinite loop, lp:980533

this was caused by a def at line 1517 of example file sent,
starting with an indent of 2, switching to 4 inside

`py-smart-indentation' must be `t' to deal with this