log src/if_python3.c @ 35080:fcc356d45610 default tip

age author description
Wed, 18 Oct 2023 12:15:04 +0200 Christian Brabandt patch 9.0.2048: python: uninitialized warning v9.0.2048
Tue, 17 Oct 2023 10:45:04 +0200 Christian Brabandt patch 9.0.2036: if_python: rework python3.12 build dependency v9.0.2036
Sun, 15 Oct 2023 09:13:06 +0200 Christian Brabandt patch 9.0.2026: win32: python3 dll loading can be improved v9.0.2026
Wed, 11 Oct 2023 21:30:11 +0200 Christian Brabandt patch 9.0.2013: confusing ifdefs in if_<lang>.c
Fri, 06 Oct 2023 19:45:03 +0200 Christian Brabandt patch 9.0.1996: Cannot build with python312 v9.0.1996
Wed, 04 Oct 2023 20:15:03 +0200 Christian Brabandt patch 9.0.1980: win32: issues with stable python ABI v9.0.1980
Sat, 30 Sep 2023 12:45:05 +0200 Christian Brabandt patch 9.0.1960: Make CI checks more strict v9.0.1960
Sun, 24 Sep 2023 16:30:03 +0200 Christian Brabandt patch 9.0.1930: compiler warnings with clang-17 v9.0.1930
Thu, 21 Sep 2023 16:45:07 +0200 Christian Brabandt patch 9.0.1925: if_python: still undefined behaviour with function pointer v9.0.1925
Wed, 20 Sep 2023 20:15:04 +0200 Christian Brabandt patch 9.0.1917: undefined behaviour with python function pointer v9.0.1917
Tue, 19 Sep 2023 20:45:05 +0200 Christian Brabandt patch 9.0.1913: if_python: undefined behaviour for function pointers v9.0.1913
Sun, 20 Aug 2023 22:12:43 +0200 Christian Brabandt Add missing changes
Sun, 20 Aug 2023 21:30:04 +0200 Christian Brabandt patch 9.0.1776: No support for stable Python 3 ABI v9.0.1776
Tue, 15 Aug 2023 23:00:06 +0200 Christian Brabandt patch 9.0.1716: Windows build with python 3.12 and clang fails
Sun, 13 Aug 2023 19:45:04 +0200 Christian Brabandt patch 9.0.1709: dynamic build with python 3.12 breaks v9.0.1709
Fri, 11 Aug 2023 23:00:03 +0200 Christian Brabandt patch 9.0.1685: silence Python 3.11 depreciations for gcc v9.0.1685
Sun, 22 Jan 2023 22:15:04 +0100 Bram Moolenaar patch 9.0.1234: the code style has to be checked manually
Thu, 12 Jan 2023 13:45:04 +0100 Bram Moolenaar patch 9.0.1183: code is indented more than necessary v9.0.1183
Mon, 26 Dec 2022 16:00:04 +0100 Bram Moolenaar patch 9.0.1102: complicated use of #ifdef v9.0.1102
Mon, 14 Nov 2022 16:45:04 +0100 Bram Moolenaar patch 9.0.0880: preprocessor indenting is off v9.0.0880
Sat, 05 Nov 2022 15:15:05 +0100 Bram Moolenaar patch 9.0.0832: deprecation warning causes build failure v9.0.0832
Fri, 04 Nov 2022 23:45:04 +0100 Bram Moolenaar patch 9.0.0831: compiler warning for redefining HAVE_DUP v9.0.0831
Mon, 27 Jun 2022 15:00:03 +0200 Bram Moolenaar patch 8.2.5168: cannot build with Python 3.11 v8.2.5168
Mon, 07 Feb 2022 15:00:04 +0100 Bram Moolenaar patch 8.2.4317: MS-Windows: Vim exits when Python 3 initialisation fails v8.2.4317
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
Sat, 01 Jan 2022 15:30:05 +0100 Bram Moolenaar patch 8.2.3967: error messages are spread out v8.2.3967
Mon, 27 Dec 2021 18:30:05 +0100 Bram Moolenaar patch 8.2.3914: various spelling mistakes in comments v8.2.3914
Sat, 24 Jul 2021 14:00:05 +0200 Bram Moolenaar patch 8.2.3208: dynamic library load error does not mention why it failed v8.2.3208
Mon, 14 Jun 2021 15:15:04 +0200 Bram Moolenaar patch 8.2.2995: linker errors with dynamic Python 3.10 v8.2.2995
Fri, 25 Dec 2020 14:00:03 +0100 Bram Moolenaar patch 8.2.2211: MS-Windows: can't load Python dll if not in the path v8.2.2211
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, 10 Oct 2020 23:30:04 +0200 Bram Moolenaar patch 8.2.1830: MS-Windows: Python3 issue with stdin v8.2.1830
Tue, 06 Oct 2020 20:00:04 +0200 Bram Moolenaar patch 8.2.1806: MS-Windows with Python: Vim freezes after import command v8.2.1806
Sat, 03 Oct 2020 14:00:04 +0200 Bram Moolenaar patch 8.2.1790: MS-Windows with Python: crash when executed from Vifm v8.2.1790
Thu, 06 Aug 2020 22:00:04 +0200 Bram Moolenaar patch 8.2.1381: MS-Windows: crash with Python 3.5 when stdin is redirected v8.2.1381
Thu, 16 Jul 2020 22:30:04 +0200 Bram Moolenaar patch 8.2.1225: linker errors when building with dynamic Python 3.9 v8.2.1225
Mon, 06 Jul 2020 21:15:05 +0200 Bram Moolenaar patch 8.2.1146: not enough testing for Python v8.2.1146
Sun, 29 Mar 2020 21:00:03 +0200 Bram Moolenaar patch 8.2.0479: unloading shared libraries on exit has no purpose v8.2.0479
Wed, 04 Mar 2020 22:15:03 +0100 Bram Moolenaar patch 8.2.0354: Python 3.9 does not define _Py_DEC_REFTOTAL v8.2.0354
Wed, 26 Feb 2020 13:45:06 +0100 Bram Moolenaar patch 8.2.0319: file missing in distribution, comments outdated v8.2.0319
Wed, 04 Dec 2019 21:30:04 +0100 Bram Moolenaar patch 8.1.2387: using old C style comments v8.1.2387
Wed, 23 Oct 2019 21:45:03 +0200 Bram Moolenaar patch 8.1.2201: cannot build with dynamically linked Python 3.8 v8.1.2201
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
Fri, 24 May 2019 19:00:07 +0200 Bram Moolenaar patch 8.1.1384: using "int" for alloc() often results in compiler warnings v8.1.1384
Sat, 30 Mar 2019 19:00:07 +0100 Bram Moolenaar patch 8.1.1086: too many curly braces v8.1.1086
Tue, 19 Mar 2019 22:30:05 +0100 Bram Moolenaar patch 8.1.1021: pyeval() and py3eval() leak memory v8.1.1021
Tue, 19 Mar 2019 22:15:05 +0100 Bram Moolenaar patch 8.1.1020: compiler warning for Python3 interface v8.1.1020
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
Sun, 17 Feb 2019 17:45:08 +0100 Bram Moolenaar patch 8.1.0941: macros for MS-Windows are inconsistent v8.1.0941
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, 30 Sep 2018 21:45:07 +0200 Christian Brabandt patch 8.1.0443: unnecessary static function prototypes v8.1.0443
Wed, 04 Jul 2018 22:15:06 +0200 Christian Brabandt patch 8.1.0147: compiler warning when building with Python 3.7 v8.1.0147
Tue, 15 May 2018 22:45:05 +0200 Christian Brabandt patch 8.0.1846: Python interface is incompatible with lldb v8.0.1846
Sat, 14 Apr 2018 14:45:06 +0200 Christian Brabandt patch 8.0.1709: some non-C89 code may slip through v8.0.1709
Thu, 29 Mar 2018 18:30:07 +0200 Christian Brabandt patch 8.0.1654: warnings for conversion of void to function pointer v8.0.1654
Sat, 24 Mar 2018 14:15:08 +0100 Christian Brabandt patch 8.0.1635: undefining _POSIX_THREADS causes problems with Python 3 v8.0.1635