summaryrefslogtreecommitdiff
path: root/src/testdir/test86.ok
AgeCommit message (Collapse)Author
2013-05-12updated for version 7.3.943Bram Moolenaar
Problem: Python: Negative indices were failing. Solution: Fix negative indices. Add tests. (ZyX)
2013-05-06updated for version 7.3.924Bram Moolenaar
Problem: Python interface can't easily access options. Solution: Add vim.options, vim.window.options and vim.buffer.options. (ZyX)
2013-04-24updated for version 7.3.911Bram Moolenaar
Problem: Python: Access to Vim variables is not so easy. Solution: Define vim.vars and vim.vvars. (ZyX)
2013-04-24updated for version 7.3.907Bram Moolenaar
Problem: Python uses IndexError when a dict key is not found. Solution: Use KeyError instead. (ZyX)
2013-04-05updated for version 7.3.881Bram Moolenaar
Problem: Python list does not work correctly. Solution: Fix it and add a test. (Yukihiro Nakadaira)
2013-02-20updated for version 7.3.827Bram Moolenaar
Problem: Python tests fail. Solution: Adjust the output for the stack trace.
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)