summaryrefslogtreecommitdiffstats
path: root/src/if_python3.c
AgeCommit message (Expand)Author
2023-10-18patch 9.0.2048: python: uninitialized warningv9.0.2048Ken Takata
2023-10-17patch 9.0.2036: if_python: rework python3.12 build dependencyv9.0.2036Yee Cheng Chin
2023-10-14patch 9.0.2026: win32: python3 dll loading can be improvedv9.0.2026Ken Takata
2023-10-11patch 9.0.2013: confusing ifdefs in if_<lang>.cv9.0.2014Ken Takata
2023-10-06patch 9.0.1996: Cannot build with python312v9.0.1996Ken Takata
2023-10-04patch 9.0.1980: win32: issues with stable python ABIv9.0.1980Ken Takata
2023-09-30patch 9.0.1960: Make CI checks more strictv9.0.1960Yee Cheng Chin
2023-09-24patch 9.0.1930: compiler warnings with clang-17v9.0.1930Dominique Pellé
2023-09-21patch 9.0.1925: if_python: still undefined behaviour with function pointerv9.0.1925Yee Cheng Chin
2023-09-20patch 9.0.1917: undefined behaviour with python function pointerv9.0.1917Yee Cheng Chin
2023-09-19patch 9.0.1913: if_python: undefined behaviour for function pointersv9.0.1913Yee Cheng Chin
2023-08-20patch 9.0.1776: No support for stable Python 3 ABIv9.0.1776Yee Cheng Chin
2023-08-15patch 9.0.1716: Windows build with python 3.12 and clang failsv9.0.1716Zdenek Dohnal
2023-08-13patch 9.0.1709: dynamic build with python 3.12 breaksv9.0.1709Zdenek Dohnal
2023-08-11patch 9.0.1685: silence Python 3.11 depreciations for gccv9.0.1685Philip H
2023-01-22patch 9.0.1234: the code style has to be checked manuallyv9.0.1234Bram Moolenaar
2023-01-12patch 9.0.1183: code is indented more than necessaryv9.0.1183Yegappan Lakshmanan
2022-12-26patch 9.0.1102: complicated use of #ifdefv9.0.1102K.Takata
2022-11-14patch 9.0.0880: preprocessor indenting is offv9.0.0880K.Takata
2022-11-05patch 9.0.0832: deprecation warning causes build failurev9.0.0832Philip H
2022-11-04patch 9.0.0831: compiler warning for redefining HAVE_DUPv9.0.0831ichizok
2022-06-27patch 8.2.5168: cannot build with Python 3.11v8.2.5168Zdenek Dohnal
2022-02-07patch 8.2.4317: MS-Windows: Vim exits when Python 3 initialisation failsv8.2.4317Bram Moolenaar
2022-01-05patch 8.2.4010: error messages are spread outv8.2.4010Bram Moolenaar
2022-01-01patch 8.2.3977: error messages are spread outv8.2.3977Bram Moolenaar
2022-01-01patch 8.2.3967: error messages are spread outv8.2.3967Bram Moolenaar
2021-12-27patch 8.2.3914: various spelling mistakes in commentsv8.2.3914Dominique Pelle
2021-07-24patch 8.2.3208: dynamic library load error does not mention why it failedv8.2.3208Martin Tournoij
2021-06-14patch 8.2.2995: linker errors with dynamic Python 3.10v8.2.2995Zdenek Dohnal
2020-12-25patch 8.2.2211: MS-Windows: can't load Python dll if not in the pathv8.2.2211Bram Moolenaar
2020-12-21patch 8.2.2178: Python 3: non-utf8 character cannot be handledv8.2.2178Bram Moolenaar
2020-10-21patch 8.2.1883: compiler warnings when using Pythonv8.2.1883Bram Moolenaar
2020-10-11patch 8.2.1834: PyEval_InitThreads() is deprecated in Python 3.9v8.2.1834Bram Moolenaar
2020-10-10patch 8.2.1830: MS-Windows: Python3 issue with stdinv8.2.1830Bram Moolenaar
2020-10-06patch 8.2.1806: MS-Windows with Python: Vim freezes after import commandv8.2.1806Bram Moolenaar
2020-10-03patch 8.2.1790: MS-Windows with Python: crash when executed from Vifmv8.2.1790Bram Moolenaar
2020-08-06patch 8.2.1381: MS-Windows: crash with Python 3.5 when stdin is redirectedv8.2.1381Bram Moolenaar
2020-07-16patch 8.2.1225: linker errors when building with dynamic Python 3.9v8.2.1225Bram Moolenaar
2020-07-06patch 8.2.1146: not enough testing for Pythonv8.2.1146Bram Moolenaar
2020-03-29patch 8.2.0479: unloading shared libraries on exit has no purposev8.2.0479Bram Moolenaar
2020-03-04patch 8.2.0354: Python 3.9 does not define _Py_DEC_REFTOTALv8.2.0354Bram Moolenaar
2020-02-26patch 8.2.0319: file missing in distribution, comments outdatedv8.2.0319Bram Moolenaar
2019-12-04patch 8.1.2387: using old C style commentsv8.1.2387Bram Moolenaar
2019-10-23patch 8.1.2201: cannot build with dynamically linked Python 3.8v8.1.2201Bram Moolenaar
2019-05-28patch 8.1.1414: alloc() returning "char_u *" causes a lot of type castsv8.1.1414Bram Moolenaar
2019-05-24patch 8.1.1384: using "int" for alloc() often results in compiler warningsv8.1.1384Bram Moolenaar
2019-03-30patch 8.1.1086: too many curly bracesv8.1.1086Bram Moolenaar
2019-03-19patch 8.1.1021: pyeval() and py3eval() leak memoryv8.1.1021Bram Moolenaar
2019-03-19patch 8.1.1020: compiler warning for Python3 interfacev8.1.1020Bram Moolenaar
2019-02-18patch 8.1.0950: using :python sets 'pyxversion' even when not executedv8.1.0950Bram Moolenaar