log src/if_py_both.h @ 29234:96ff6c230a66 v8.2.5136

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
Thu, 12 May 2022 21:45:06 +0200 Bram Moolenaar patch 8.2.4945: inconsistent use of white space v8.2.4945
Sun, 27 Mar 2022 21:15:04 +0200 Bram Moolenaar patch 8.2.4639: not sufficient parenthesis in preprocessor macros v8.2.4639
Sun, 09 Jan 2022 14:00:06 +0100 Bram Moolenaar patch 8.2.4048: gcc complains about use of "%p" in printf v8.2.4048
Sat, 08 Jan 2022 17:30:04 +0100 Bram Moolenaar patch 8.2.4043: using int for second argument of ga_init2() v8.2.4043
Thu, 06 Jan 2022 14:30:05 +0100 Bram Moolenaar patch 8.2.4018: ml_get error when win_execute redraws with Visual selection v8.2.4018
Wed, 05 Jan 2022 21:30:04 +0100 Bram Moolenaar patch 8.2.4012: error messages are spread out v8.2.4012
Wed, 05 Jan 2022 19:00:06 +0100 Bram Moolenaar patch 8.2.4010: error messages are spread out v8.2.4010
Sat, 01 Jan 2022 23:00:04 +0100 Bram Moolenaar patch 8.2.3977: error messages are spread out v8.2.3977
Thu, 22 Jul 2021 15:00:05 +0200 Bram Moolenaar patch 8.2.3200: Vim9: hard to guess where a type error is given v8.2.3200
Fri, 07 May 2021 18:00:04 +0200 Bram Moolenaar patch 8.2.2842: Vim9: skip argument to searchpair() is not compiled v8.2.2842
Sun, 21 Feb 2021 19:15:03 +0100 Bram Moolenaar patch 8.2.2538: crash when using Python list iterator v8.2.2538
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
Wed, 21 Oct 2020 21:15:03 +0200 Bram Moolenaar patch 8.2.1883: compiler warnings when using Python v8.2.1883
Sun, 11 Oct 2020 18:15:04 +0200 Bram Moolenaar patch 8.2.1834: PyEval_InitThreads() is deprecated in Python 3.9 v8.2.1834
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
Tue, 14 Jul 2020 21:15:04 +0200 Bram Moolenaar patch 8.2.1210: using ht_used when looping through a hashtab is less reliable v8.2.1210
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
Mon, 29 Jun 2020 23:15:04 +0200 Bram Moolenaar patch 8.2.1093: Python: double free when adding item to dict fails v8.2.1093
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