log src/if_python3.c @ 35245:66bb9dc0fe1f 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
Wed, 31 Jan 2018 22:00:07 +0100 Christian Brabandt patch 8.0.1451: difficult to set the python home directories properly v8.0.1451
Sat, 28 Oct 2017 21:15:35 +0200 Christian Brabandt patch 8.0.1236: Mac features are confusing v8.0.1236
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, 07 Jul 2017 15:00:03 +0200 Christian Brabandt patch 8.0.0698: crash on exit when using Python function in timer. v8.0.0698
Sat, 28 Jan 2017 16:15:04 +0100 Christian Brabandt patch 8.0.0251: not easy to select Python 2 or 3 v8.0.0251
Mon, 29 Aug 2016 23:00:11 +0200 Christian Brabandt commit https://github.com/vim/vim/commit/edf3f97ae2af024708ebb4ac614227327033ca47 v7.4.2293
Thu, 21 Apr 2016 20:15:05 +0200 Christian Brabandt commit https://github.com/vim/vim/commit/6d4431e7b675ba7a0194c0b8eb84b7d92e4e7953 v7.4.1769
Thu, 14 Apr 2016 16:00:06 +0200 Christian Brabandt commit https://github.com/vim/vim/commit/8110a091bc749d8748a20807a724a3af3ca6d509 v7.4.1731
Mon, 14 Mar 2016 23:15:05 +0100 Christian Brabandt commit https://github.com/vim/vim/commit/1735bc988c546cc962c5f94792815b4d7cb79710 v7.4.1559
Tue, 16 Feb 2016 15:15:06 +0100 Christian Brabandt commit https://github.com/vim/vim/commit/6aa2cd4be287f35f95f35c2cec6d5a24f53c4d3c v7.4.1334
Sat, 13 Feb 2016 23:30:05 +0100 Christian Brabandt commit https://github.com/vim/vim/commit/7707344ddec9069b495b2a5ed41f2104466fc88b v7.4.1315
Sun, 07 Feb 2016 19:30:06 +0100 Christian Brabandt commit https://github.com/vim/vim/commit/eba6d8c66c3511a5e1bfe6ffa30c8bea47d129ad v7.4.1280
Sat, 06 Feb 2016 20:45:04 +0100 Christian Brabandt commit https://github.com/vim/vim/commit/1701481c53f4e6756038c9c00d51d491a8f42c65 v7.4.1272
Sat, 06 Feb 2016 20:00:04 +0100 Christian Brabandt commit https://github.com/vim/vim/commit/81e7a9c3fb37cad46c8f04a5ce871fb06819a371 v7.4.1270
Sat, 30 Jan 2016 17:30:04 +0100 Christian Brabandt commit https://github.com/vim/vim/commit/68c2f638e65d914dc6e84eb7ce2624f08af525c0 v7.4.1208
Fri, 29 Jan 2016 22:45:06 +0100 Christian Brabandt commit https://github.com/vim/vim/commit/92b8b2d307e34117f146319872010b0ccc9d2713 v7.4.1198
Sat, 09 Jan 2016 15:00:05 +0100 Christian Brabandt commit https://github.com/vim/vim/commit/25e4fcde767084d1a79e0926bc301c92987c0cce v7.4.1065
Thu, 31 Dec 2015 21:15:03 +0100 Christian Brabandt commit https://github.com/vim/vim/commit/1000565c3a2439c9a7c9759284814dbf3b8bc20d v7.4.1012
Mon, 02 Nov 2015 15:30:05 +0100 Christian Brabandt commit https://github.com/vim/vim/commit/d94464ee294a351ce7b6ba18e8bd3f24f1bef920 v7.4.907
Wed, 07 Oct 2015 10:45:05 +0200 Christian Brabandt commit https://github.com/vim/vim/commit/094454fa708d3297db744f095cd2b7b155a8b6ad v7.4.890
Tue, 03 Feb 2015 13:16:04 +0100 Bram Moolenaar updated for version 7.4.611 v7.4.611
Tue, 03 Feb 2015 12:55:18 +0100 Bram Moolenaar updated for version 7.4.609 v7.4.609
Sun, 30 Mar 2014 16:11:43 +0200 Bram Moolenaar updated for version 7.4.228 v7.4.228
Tue, 14 Jan 2014 19:35:56 +0100 Bram Moolenaar updated for version 7.4.153 v7.4.153
Tue, 14 Jan 2014 16:36:51 +0100 Bram Moolenaar updated for version 7.4.151 v7.4.151
Sun, 03 Nov 2013 00:28:25 +0100 Bram Moolenaar updated for version 7.4.060 v7.4.060
Tue, 09 Jul 2013 17:30:55 +0200 Bram Moolenaar updated for version 7.4a.008 v7.4a.008
Wed, 03 Jul 2013 18:49:17 +0200 Bram Moolenaar updated for version 7.3.1299 v7.3.1299
Mon, 01 Jul 2013 22:03:04 +0200 Bram Moolenaar updated for version 7.3.1287 v7.3.1287
Sun, 23 Jun 2013 16:35:47 +0200 Bram Moolenaar updated for version 7.3.1236 v7.3.1236
Sun, 23 Jun 2013 14:16:57 +0200 Bram Moolenaar updated for version 7.3.1231 v7.3.1231
Sun, 23 Jun 2013 13:46:40 +0200 Bram Moolenaar updated for version 7.3.1230 v7.3.1230
Sun, 23 Jun 2013 13:28:17 +0200 Bram Moolenaar updated for version 7.3.1229 v7.3.1229
Sun, 23 Jun 2013 13:11:18 +0200 Bram Moolenaar updated for version 7.3.1228 v7.3.1228
Thu, 13 Jun 2013 20:57:50 +0200 Bram Moolenaar updated for version 7.3.1186 v7.3.1186
Wed, 12 Jun 2013 14:41:04 +0200 Bram Moolenaar updated for version 7.3.1174 v7.3.1174
Mon, 10 Jun 2013 21:27:29 +0200 Bram Moolenaar updated for version 7.3.1163 v7.3.1163
Mon, 10 Jun 2013 18:36:24 +0200 Bram Moolenaar updated for version 7.3.1158 v7.3.1158
Sun, 02 Jun 2013 18:20:17 +0200 Bram Moolenaar updated for version 7.3.1099 v7.3.1099
Thu, 30 May 2013 13:22:13 +0200 Bram Moolenaar updated for version 7.3.1065 v7.3.1065
Thu, 30 May 2013 13:01:18 +0200 Bram Moolenaar updated for version 7.3.1061 v7.3.1061
Thu, 30 May 2013 12:40:39 +0200 Bram Moolenaar updated for version 7.3.1059 v7.3.1059
Wed, 29 May 2013 22:36:10 +0200 Bram Moolenaar updated for version 7.3.1047 v7.3.1047
Wed, 29 May 2013 22:15:30 +0200 Bram Moolenaar updated for version 7.3.1044 v7.3.1044
Wed, 29 May 2013 22:02:22 +0200 Bram Moolenaar updated for version 7.3.1042 v7.3.1042
Wed, 29 May 2013 21:33:39 +0200 Bram Moolenaar updated for version 7.3.1040 v7.3.1040
Tue, 21 May 2013 22:23:56 +0200 Bram Moolenaar updated for version 7.3.1003 v7.3.1003
Tue, 21 May 2013 20:51:59 +0200 Bram Moolenaar updated for version 7.3.998 v7.3.998
Tue, 21 May 2013 19:11:01 +0200 Bram Moolenaar updated for version 7.3.995 v7.3.995
Tue, 21 May 2013 19:01:55 +0200 Bram Moolenaar updated for version 7.3.994 v7.3.994
Tue, 21 May 2013 18:47:21 +0200 Bram Moolenaar updated for version 7.3.993 v7.3.993
Tue, 21 May 2013 18:30:34 +0200 Bram Moolenaar updated for version 7.3.992 v7.3.992
Tue, 21 May 2013 18:19:38 +0200 Bram Moolenaar updated for version 7.3.991 v7.3.991
Fri, 17 May 2013 16:40:06 +0200 Bram Moolenaar updated for version 7.3.966 v7.3.966
Fri, 17 May 2013 16:18:33 +0200 Bram Moolenaar updated for version 7.3.964 v7.3.964
Wed, 15 May 2013 19:44:39 +0200 Bram Moolenaar updated for version 7.3.959 v7.3.959
Wed, 15 May 2013 18:28:13 +0200 Bram Moolenaar updated for version 7.3.957 v7.3.957
Wed, 15 May 2013 17:49:05 +0200 Bram Moolenaar updated for version 7.3.956 v7.3.956
Wed, 15 May 2013 16:04:40 +0200 Bram Moolenaar updated for version 7.3.953 v7.3.953
Wed, 15 May 2013 15:44:28 +0200 Bram Moolenaar updated for version 7.3.951 v7.3.951