log src/testdir/test_python3.vim @ 28950:44481ae7c7ce v8.2.4997

age author description
Sun, 22 May 2022 13:30:03 +0200 Bram Moolenaar patch 8.2.4997: Python: changing hidden buffer can cause display mess up v8.2.4997
Sun, 21 Nov 2021 12:45:04 +0100 Bram Moolenaar patch 8.2.3637: typos in test files v8.2.3637
Tue, 16 Nov 2021 14:15:03 +0100 Bram Moolenaar patch 8.2.3602: Python3 test fails with Python 3.10 on MS-Windows v8.2.3602
Wed, 06 Oct 2021 20:45:03 +0200 Bram Moolenaar patch 8.2.3485: Python 3 test fails with Python 3.10 v8.2.3485
Mon, 24 May 2021 15:30:03 +0200 Bram Moolenaar patch 8.2.2881: various pieces of code not covered by tests v8.2.2881
Wed, 19 May 2021 00:30:03 +0200 Bram Moolenaar patch 8.2.2872: Python tests fail without the channel feature v8.2.2872
Sun, 21 Feb 2021 19:15:03 +0100 Bram Moolenaar patch 8.2.2538: crash when using Python list iterator v8.2.2538
Sat, 02 Jan 2021 14:00:04 +0100 Bram Moolenaar patch 8.2.2271: ml_get error when changing hidden buffer in Python v8.2.2271
Tue, 22 Dec 2020 13:00:04 +0100 Bram Moolenaar patch 8.2.2187: Python 3 test fails sometimes v8.2.2187
Mon, 21 Dec 2020 16:15:05 +0100 Bram Moolenaar patch 8.2.2178: Python 3: non-utf8 character cannot be handled v8.2.2178
Fri, 18 Dec 2020 20:00:06 +0100 Bram Moolenaar patch 8.2.2160: various typos v8.2.2160
Wed, 04 Nov 2020 12:30:03 +0100 Bram Moolenaar patch 8.2.1951: test for list and dict fails v8.2.1951
Tue, 27 Oct 2020 20:00:03 +0100 Bram Moolenaar patch 8.2.1912: with Python 3.9 some tests fail v8.2.1912
Mon, 31 Aug 2020 21:45:03 +0200 Bram Moolenaar patch 8.2.1555: not all tests are executed on Github Actions v8.2.1555
Sat, 29 Aug 2020 13:00:04 +0200 Bram Moolenaar patch 8.2.1538: Python: iteration over vim objects fails to keep reference v8.2.1538
Sat, 11 Jul 2020 22:30:07 +0200 Bram Moolenaar patch 8.2.1183: assert_fails() checks the last error message v8.2.1183
Tue, 07 Jul 2020 21:00:04 +0200 Bram Moolenaar patch 8.2.1151: insufficient test coverage for Python v8.2.1151
Tue, 07 Jul 2020 20:15:04 +0200 Bram Moolenaar patch 8.2.1150: ml_get error when using Python v8.2.1150
Mon, 06 Jul 2020 21:15:05 +0200 Bram Moolenaar patch 8.2.1146: not enough testing for Python v8.2.1146
Fri, 03 Jul 2020 21:30:04 +0200 Bram Moolenaar patch 8.2.1123: Python 3 test is old style v8.2.1123
Fri, 01 May 2020 14:15:04 +0200 Bram Moolenaar patch 8.2.0672: heredoc in scripts does not accept lower case marker v8.2.0672
Tue, 14 Apr 2020 20:30:05 +0200 Bram Moolenaar patch 8.2.0578: heredoc for interfaces does not support "trim" v8.2.0578
Sun, 12 Apr 2020 14:00:04 +0200 Bram Moolenaar patch 8.2.0551: not all code for options is tested v8.2.0551
Sun, 23 Feb 2020 15:15:04 +0100 Bram Moolenaar patch 8.2.0307: Python 3 vim.eval not well tested v8.2.0307
Mon, 27 Jan 2020 22:15:07 +0100 Bram Moolenaar patch 8.2.0159: non-materialized range() list causes problems v8.2.0159
Sun, 19 Jan 2020 14:00:04 +0100 Bram Moolenaar patch 8.2.0130: Python3 ranges are not tested v8.2.0130
Thu, 02 Jan 2020 16:45:03 +0100 Bram Moolenaar patch 8.2.0079: Python 3 unicode test still fails on MS-Windows v8.2.0079
Wed, 01 Jan 2020 18:00:04 +0100 Bram Moolenaar patch 8.2.0076: Python 3 unicode test fails on MS-Windows v8.2.0076
Wed, 01 Jan 2020 17:15:03 +0100 Bram Moolenaar patch 8.2.0075: Python 3 unicode test still sometimes fails v8.2.0075
Wed, 01 Jan 2020 16:30:05 +0100 Bram Moolenaar patch 8.2.0074: Python 3 unicode test someitmes fails v8.2.0074
Wed, 01 Jan 2020 15:15:04 +0100 Bram Moolenaar patch 8.2.0070: crash when using Python 3 with "debug" encoding v8.2.0070
Tue, 31 Dec 2019 22:00:03 +0100 Bram Moolenaar patch 8.2.0068: crash when using Python 3 with "utf32" encoding v8.2.0068
Wed, 11 Dec 2019 20:15:04 +0100 Bram Moolenaar patch 8.1.2421: test88 is old style v8.1.2421
Wed, 04 Sep 2019 20:15:04 +0200 Bram Moolenaar patch 8.1.1984: more functions can be used as methods v8.1.1984
Sat, 15 Jun 2019 18:00:08 +0200 Bram Moolenaar patch 8.1.1544: some balloon tests don't run when they can v8.1.1544
Thu, 13 Jun 2019 22:30:07 +0200 Bram Moolenaar patch 8.1.1524: tests are silently skipped v8.1.1524
Sat, 18 May 2019 15:15:05 +0200 Bram Moolenaar patch 8.1.1346: error for Python exception does not show useful info v8.1.1346
Sat, 30 Mar 2019 12:45:05 +0100 Bram Moolenaar patch 8.1.1074: Python test doesn't wipe out hidden buffer v8.1.1074
Sat, 23 Mar 2019 17:45:05 +0100 Bram Moolenaar patch 8.1.1045: E315 ml_get error when using Python and hidden buffer v8.1.1045
Mon, 18 Feb 2019 22:15:07 +0100 Bram Moolenaar patch 8.1.0950: using :python sets 'pyxversion' even when not executed v8.1.0950
Sat, 22 Dec 2018 19:00:06 +0100 Bram Moolenaar patch 8.1.0627: Python cannot handle function name of script-local function v8.1.0627
Wed, 25 Jul 2018 22:15:05 +0200 Christian Brabandt patch 8.1.0212: preferred cursor column not set in interfaces v8.1.0212
Sun, 29 Jan 2017 21:45:04 +0100 Christian Brabandt patch 8.0.0265: may get ml_get error when :pydo deletes lines v8.0.0265