summaryrefslogtreecommitdiff
path: root/src/testdir/test87.in
AgeCommit message (Collapse)Author
2013-02-13updated for version 7.3.808Bram Moolenaar
Problem: Python threads still do not work properly. Solution: Fix both Python 2 and 3. Add tests. (Ken Takata)
2012-09-21updated for version 7.3.672Bram Moolenaar
Problem: Not possible to lock/unlock lists in Python interface. Solution: Add .locked and .scope attributes. (ZyX)
2012-09-05updated for version 7.3.659Bram Moolenaar
Problem: Recent Python changes are not tested. Solution: Add tests for Python bindings. (ZyX)
2012-06-29updated for version 7.3.569Bram Moolenaar
Problem: Evaluating Vim expression in Python is insufficient. Solution: Add vim.bindeval(). Also add pyeval() and py3eval(). (ZyX)