summaryrefslogtreecommitdiffstats
path: root/src/testdir/test_python3.vim
AgeCommit message (Expand)Author
2024-01-29patch 9.1.0062: Internal error when :luado/perldo/pydo etc delete linesv9.1.0062zeertzjq
2023-08-11patch 9.0.1689: python 3.12 produces warnings and fails testv9.0.1689Zdenek Dohnal
2023-03-04patch 9.0.1379: functions for handling options are not orderedv9.0.1379Yegappan Lakshmanan
2022-12-10patch 9.0.1044: setting window height using Python may cause errorsv9.0.1044Bram Moolenaar
2022-09-30patch 9.0.0631: too many delete() calls in testsv9.0.0631Bram Moolenaar
2022-09-17patch 9.0.0491: no good reason to build without the float featurev9.0.0491Bram Moolenaar
2022-09-02patch 9.0.0363: common names in test files causes tests to be flakyv9.0.0363Bram Moolenaar
2022-05-27patch 8.2.5032: Python 3 test fails without the GUIv8.2.5032Bram Moolenaar
2022-05-22patch 8.2.4997: Python: changing hidden buffer can cause display mess upv8.2.4997Bram Moolenaar
2021-11-21patch 8.2.3637: typos in test filesv8.2.3637Dominique Pelle
2021-11-16patch 8.2.3602: Python3 test fails with Python 3.10 on MS-Windowsv8.2.3602K.Takata
2021-10-06patch 8.2.3485: Python 3 test fails with Python 3.10v8.2.3485Zdenek Dohnal
2021-05-24patch 8.2.2881: various pieces of code not covered by testsv8.2.2881Yegappan Lakshmanan
2021-05-19patch 8.2.2872: Python tests fail without the channel featurev8.2.2872Dominique Pelle
2021-02-21patch 8.2.2538: crash when using Python list iteratorv8.2.2538Bram Moolenaar
2021-01-02patch 8.2.2271: ml_get error when changing hidden buffer in Pythonv8.2.2271Bram Moolenaar
2020-12-22patch 8.2.2187: Python 3 test fails sometimesv8.2.2187Bram Moolenaar
2020-12-21patch 8.2.2178: Python 3: non-utf8 character cannot be handledv8.2.2178Bram Moolenaar
2020-12-18patch 8.2.2160: various typosv8.2.2160Bram Moolenaar
2020-11-04patch 8.2.1951: test for list and dict failsv8.2.1951Bram Moolenaar
2020-10-27patch 8.2.1912: with Python 3.9 some tests failv8.2.1912Bram Moolenaar
2020-08-31patch 8.2.1555: not all tests are executed on Github Actionsv8.2.1555Bram Moolenaar
2020-08-29patch 8.2.1538: Python: iteration over vim objects fails to keep referencev8.2.1538Bram Moolenaar
2020-07-11patch 8.2.1183: assert_fails() checks the last error messagev8.2.1183Bram Moolenaar
2020-07-07patch 8.2.1151: insufficient test coverage for Pythonv8.2.1151Bram Moolenaar
2020-07-07patch 8.2.1150: ml_get error when using Pythonv8.2.1150Bram Moolenaar
2020-07-06patch 8.2.1146: not enough testing for Pythonv8.2.1146Bram Moolenaar
2020-07-03patch 8.2.1123: Python 3 test is old stylev8.2.1123Bram Moolenaar
2020-05-01patch 8.2.0672: heredoc in scripts does not accept lower case markerv8.2.0672Bram Moolenaar
2020-04-14patch 8.2.0578: heredoc for interfaces does not support "trim"v8.2.0578Bram Moolenaar
2020-04-12patch 8.2.0551: not all code for options is testedv8.2.0551Bram Moolenaar
2020-02-23patch 8.2.0307: Python 3 vim.eval not well testedv8.2.0307Bram Moolenaar
2020-01-27patch 8.2.0159: non-materialized range() list causes problemsv8.2.0159Bram Moolenaar
2020-01-19patch 8.2.0130: Python3 ranges are not testedv8.2.0130Bram Moolenaar
2020-01-02patch 8.2.0079: Python 3 unicode test still fails on MS-Windowsv8.2.0079Bram Moolenaar
2020-01-01patch 8.2.0076: Python 3 unicode test fails on MS-Windowsv8.2.0076Bram Moolenaar
2020-01-01patch 8.2.0075: Python 3 unicode test still sometimes failsv8.2.0075Bram Moolenaar
2020-01-01patch 8.2.0074: Python 3 unicode test someitmes failsv8.2.0074Bram Moolenaar
2020-01-01patch 8.2.0070: crash when using Python 3 with "debug" encodingv8.2.0070Bram Moolenaar
2019-12-31patch 8.2.0068: crash when using Python 3 with "utf32" encodingv8.2.0068Bram Moolenaar
2019-12-11patch 8.1.2421: test88 is old stylev8.1.2421Bram Moolenaar
2019-09-04patch 8.1.1984: more functions can be used as methodsv8.1.1984Bram Moolenaar
2019-06-15patch 8.1.1544: some balloon tests don't run when they canv8.1.1544Bram Moolenaar
2019-06-13patch 8.1.1524: tests are silently skippedv8.1.1524Bram Moolenaar
2019-05-18patch 8.1.1346: error for Python exception does not show useful infov8.1.1346Bram Moolenaar
2019-03-30patch 8.1.1074: Python test doesn't wipe out hidden bufferv8.1.1074Bram Moolenaar
2019-03-23patch 8.1.1045: E315 ml_get error when using Python and hidden bufferv8.1.1045Bram Moolenaar
2019-02-18patch 8.1.0950: using :python sets 'pyxversion' even when not executedv8.1.0950Bram Moolenaar
2018-12-22patch 8.1.0627: Python cannot handle function name of script-local functionv8.1.0627Bram Moolenaar
2018-07-25patch 8.1.0212: preferred cursor column not set in interfacesv8.1.0212Bram Moolenaar