log src/if_py_both.h @ 20599:d571231175b4 v8.2.0853

age author description
Sat, 30 May 2020 20:45:03 +0200 Bram Moolenaar patch 8.2.0853: ml_delete() often called with FALSE argument v8.2.0853
Wed, 13 May 2020 22:45:04 +0200 Bram Moolenaar patch 8.2.0751: Vim9: performance can be improved v8.2.0751
Mon, 11 May 2020 23:15:04 +0200 Bram Moolenaar patch 8.2.0740: minor message mistakes v8.2.0740
Tue, 28 Apr 2020 00:15:03 +0200 Bram Moolenaar patch 8.2.0654: building with Python fails v8.2.0654
Sun, 12 Apr 2020 19:45:05 +0200 Bram Moolenaar patch 8.2.0559: clearing a struct is verbose v8.2.0559
Sun, 05 Apr 2020 21:45:25 +0200 Bram Moolenaar patch 8.2.0517: Vim9: cannot separate "func" and "func(): void" v8.2.0517
Thu, 02 Apr 2020 19:00:05 +0200 Bram Moolenaar patch 8.2.0500: using the same loop in many places v8.2.0500
Wed, 29 Jan 2020 21:30:05 +0100 Bram Moolenaar patch 8.2.0173: build fails with old compiler v8.2.0173
Sun, 26 Jan 2020 21:45:03 +0100 Bram Moolenaar patch 8.2.0155: warnings from MinGW compiler; tests fail without +float v8.2.0155
Sun, 26 Jan 2020 16:00:05 +0100 Bram Moolenaar patch 8.2.0149: maintaining a Vim9 branch separately is more work v8.2.0149
Sat, 11 Jan 2020 16:15:04 +0100 Bram Moolenaar patch 8.2.0111: VAR_SPECIAL is also used for booleans v8.2.0111
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
Sat, 30 Nov 2019 19:45:03 +0100 Bram Moolenaar patch 8.1.2366: using old C style comments v8.1.2366
Sat, 19 Oct 2019 15:30:04 +0200 Bram Moolenaar patch 8.1.2179: pressing "q" at the more prompt doesn't stop Python output v8.1.2179
Sun, 01 Sep 2019 16:15:03 +0200 Bram Moolenaar patch 8.1.1957: more code can be moved to evalvars.c v8.1.1957
Sun, 23 Jun 2019 02:00:06 +0200 Bram Moolenaar patch 8.1.1583: set_ref_in_list() only sets ref in items v8.1.1583
Tue, 28 May 2019 23:15:10 +0200 Bram Moolenaar patch 8.1.1414: alloc() returning "char_u *" causes a lot of type casts v8.1.1414
Sat, 25 May 2019 20:30:06 +0200 Bram Moolenaar patch 8.1.1393: unnecessary type casts v8.1.1393
Mon, 20 May 2019 22:00:05 +0200 Bram Moolenaar patch 8.1.1361: Python setuptools don't work with Python 3 v8.1.1361
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
Thu, 09 May 2019 15:15:07 +0200 Bram Moolenaar patch 8.1.1306: Borland support is outdated and doesn't work v8.1.1306
Tue, 07 May 2019 22:15:05 +0200 Bram Moolenaar patch 8.1.1291: not easy to change directory and restore v8.1.1291
Sat, 27 Apr 2019 20:45:05 +0200 Bram Moolenaar patch 8.1.1218: cannot set a directory for a tab page v8.1.1218
Sat, 30 Mar 2019 13:00:05 +0100 Bram Moolenaar patch 8.1.1075: function reference count wrong in Python code v8.1.1075
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
Thu, 14 Feb 2019 13:30:14 +0100 Bram Moolenaar patch 8.1.0916: with Python 3.7 "find_module" is not made available v8.1.0916
Sat, 26 Jan 2019 17:30:15 +0100 Bram Moolenaar patch 8.1.0826: too many #ifdefs v8.1.0826
Thu, 24 Jan 2019 17:30:08 +0100 Bram Moolenaar patch 8.1.0810: too many #ifdefs v8.1.0810
Sat, 19 Jan 2019 17:45:07 +0100 Bram Moolenaar patch 8.1.0779: argument for message functions is inconsistent v8.1.0779
Mon, 14 Jan 2019 00:00:04 +0100 Bram Moolenaar patch 8.1.0744: compiler warnings for signed/unsigned strings v8.1.0744
Sun, 13 Jan 2019 23:45:08 +0100 Bram Moolenaar patch 8.1.0743: giving error messages is not flexible v8.1.0743
Sat, 12 Jan 2019 23:00:06 +0100 Bram Moolenaar patch 8.1.0735: cannot handle binary data v8.1.0735
Sun, 23 Dec 2018 13:45:07 +0100 Bram Moolenaar patch 8.1.0628: Compiler warning on MS-Windows. v8.1.0628
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
Tue, 07 Aug 2018 20:00:06 +0200 Christian Brabandt patch 8.1.0247: Python: error message for failing import is incorrect v8.1.0247
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, 22 Jul 2018 04:45:04 +0200 Christian Brabandt patch 8.1.0201: newer Python uses "importlib" instead of "imp" v8.1.0201
Sun, 08 Jul 2018 17:30:06 +0200 Christian Brabandt patch 8.1.0167: lock flag in new dictitem is reset in many places v8.1.0167
Sun, 10 Jun 2018 14:00:07 +0200 Christian Brabandt patch 8.1.0041: attribute "width" missing from python window attribute list v8.1.0041
Tue, 15 May 2018 22:45:05 +0200 Christian Brabandt patch 8.0.1846: Python interface is incompatible with lldb v8.0.1846
Tue, 27 Feb 2018 17:30:08 +0100 Christian Brabandt patch 8.0.1550: various small problems in source files v8.0.1550
Thu, 09 Nov 2017 22:15:05 +0100 Christian Brabandt patch 8.0.1283: test 86 fails under ASAN v8.0.1283
Thu, 09 Nov 2017 20:00:05 +0100 Christian Brabandt patch 8.0.1280: Python None cannot be converted to a Vim type v8.0.1280
Fri, 22 Sep 2017 15:30:06 +0200 Christian Brabandt patch 8.0.1136: W_WIDTH() is always the same v8.0.1136
Fri, 22 Sep 2017 14:45:06 +0200 Christian Brabandt patch 8.0.1135: W_WINCOL() is always the same v8.0.1135
Sat, 16 Sep 2017 21:00:06 +0200 Christian Brabandt patch 8.0.1118: FEAT_WINDOWS adds a lot of #ifdefs v8.0.1118
Fri, 04 Aug 2017 21:45:04 +0200 Christian Brabandt patch 8.0.0860: side effects when channel appends to a buffer v8.0.0860
Sun, 04 Jun 2017 15:00:04 +0200 Christian Brabandt patch 8.0.0607: after :bwipe + :new bufref might still be valid v8.0.0607
Thu, 23 Feb 2017 19:15:05 +0100 Christian Brabandt patch 8.0.0360: sometimes VimL is used instead of "Vim script" v8.0.0360
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
Fri, 26 Aug 2016 16:45:07 +0200 Christian Brabandt commit https://github.com/vim/vim/commit/9f28953f0c1e3d9fffd49af76503f54eaa279acb v7.4.2257
Mon, 01 Aug 2016 16:30:06 +0200 Christian Brabandt commit https://github.com/vim/vim/commit/2d3d60a7d4b410668dfc427120205ccf88789db4 v7.4.2138
Mon, 01 Aug 2016 15:45:07 +0200 Christian Brabandt commit https://github.com/vim/vim/commit/437bafe4c8a83ed71ee006eda7f54b65a90f0d4c v7.4.2137
Sun, 10 Jul 2016 22:15:06 +0200 Christian Brabandt commit https://github.com/vim/vim/commit/7c0a2f367f2507669560b1a66423155c70d2e75b v7.4.2024
Wed, 01 Jun 2016 20:45:08 +0200 Christian Brabandt commit https://github.com/vim/vim/commit/22081f4a3397704645841121d994058abd6cb481 v7.4.1864
Wed, 25 May 2016 20:45:06 +0200 Christian Brabandt commit https://github.com/vim/vim/commit/2177f9fe18a927ef65ccebb0856722a28dc00252 v7.4.1843
Thu, 21 Apr 2016 20:15:05 +0200 Christian Brabandt commit https://github.com/vim/vim/commit/6d4431e7b675ba7a0194c0b8eb84b7d92e4e7953 v7.4.1769
Fri, 15 Apr 2016 22:00:07 +0200 Christian Brabandt commit https://github.com/vim/vim/commit/fe4b18640656ddea41f60cf7a76956c9cc5494d6 v7.4.1747
Fri, 15 Apr 2016 20:45:04 +0200 Christian Brabandt commit https://github.com/vim/vim/commit/66210042892389d36e3d37203ec77f61467bfb1c v7.4.1744