summaryrefslogtreecommitdiffstats
path: root/src/if_py_both.h
AgeCommit message (Expand)Author
2024-01-29patch 9.1.0062: Internal error when :luado/perldo/pydo etc delete linesv9.1.0062zeertzjq
2024-01-04patch 9.1.0006: is*() and to*() function may be unsafev9.1.0006Keith Thompson
2023-10-27patch 9.0.2076: Vim9: No support for type aliasesv9.0.2076Yegappan Lakshmanan
2023-09-30patch 9.0.1960: Make CI checks more strictv9.0.1960Yee Cheng Chin
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-27patch 9.0.1795: Indentation issuesv9.0.1795Yegappan Lakshmanan
2023-08-20patch 9.0.1778: if_py_both: code-style issuev9.0.1778Christian Brabandt
2023-08-20patch 9.0.1776: No support for stable Python 3 ABIv9.0.1776Yee Cheng Chin
2022-12-10patch 9.0.1044: setting window height using Python may cause errorsv9.0.1044Bram Moolenaar
2022-12-08patch 9.0.1031: Vim9 class is not implemented yetv9.0.1031Bram Moolenaar
2022-11-29patch 9.0.0970: Coverity warns for uninitialized variablev9.0.0970Bram Moolenaar
2022-11-28patch 9.0.0965: using one window for executing autocommands is insufficientv9.0.0965Bram Moolenaar
2022-11-25patch 9.0.0949: crash when unletting a variable while listing variablesv9.0.0949Bram Moolenaar
2022-09-17patch 9.0.0491: no good reason to build without the float featurev9.0.0491Bram Moolenaar
2022-08-14patch 9.0.0206: redraw flags are not named specificallyv9.0.0206Bram Moolenaar
2022-05-22patch 8.2.4997: Python: changing hidden buffer can cause display mess upv8.2.4997Bram Moolenaar
2022-05-12patch 8.2.4945: inconsistent use of white spacev8.2.4945Bram Moolenaar
2022-03-27patch 8.2.4639: not sufficient parenthesis in preprocessor macroskylo252
2022-01-09patch 8.2.4048: gcc complains about use of "%p" in printfv8.2.4048Dominique Pelle
2022-01-08patch 8.2.4043: using int for second argument of ga_init2()v8.2.4043Bram Moolenaar
2022-01-06patch 8.2.4018: ml_get error when win_execute redraws with Visual selectionv8.2.4018Bram Moolenaar
2022-01-05patch 8.2.4012: error messages are spread outv8.2.4012Bram 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
2021-07-22patch 8.2.3200: Vim9: hard to guess where a type error is givenv8.2.3200Bram Moolenaar
2021-05-07patch 8.2.2842: Vim9: skip argument to searchpair() is not compiledv8.2.2842Bram Moolenaar
2021-02-21patch 8.2.2538: crash when using Python list iteratorv8.2.2538Bram 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-08-29patch 8.2.1538: Python: iteration over vim objects fails to keep referencev8.2.1538Bram Moolenaar
2020-07-14patch 8.2.1210: using ht_used when looping through a hashtab is less reliablev8.2.1210Bram Moolenaar
2020-07-07patch 8.2.1150: ml_get error when using Pythonv8.2.1150Bram Moolenaar
2020-07-06patch 8.2.1146: not enough testing for Pythonv8.2.1146Bram Moolenaar
2020-06-29patch 8.2.1093: Python: double free when adding item to dict failsv8.2.1093Bram Moolenaar
2020-05-30patch 8.2.0853: ml_delete() often called with FALSE argumentv8.2.0853Bram Moolenaar
2020-05-13patch 8.2.0751: Vim9: performance can be improvedv8.2.0751Bram Moolenaar
2020-05-11patch 8.2.0740: minor message mistakesv8.2.0740Bram Moolenaar
2020-04-28patch 8.2.0654: building with Python failsv8.2.0654Bram Moolenaar
2020-04-12patch 8.2.0559: clearing a struct is verbosev8.2.0559Bram Moolenaar
2020-04-05patch 8.2.0517: Vim9: cannot separate "func" and "func(): void"v8.2.0517Bram Moolenaar
2020-04-02patch 8.2.0500: using the same loop in many placesv8.2.0500Bram Moolenaar
2020-01-29patch 8.2.0173: build fails with old compilerv8.2.0173Bram Moolenaar
2020-01-26patch 8.2.0155: warnings from MinGW compiler; tests fail without +floatv8.2.0155Bram Moolenaar
2020-01-26patch 8.2.0149: maintaining a Vim9 branch separately is more workv8.2.0149Bram Moolenaar
2020-01-11patch 8.2.0111: VAR_SPECIAL is also used for booleansv8.2.0111Bram Moolenaar
2020-01-01patch 8.2.0070: crash when using Python 3 with "debug" encodingv8.2.0070Bram Moolenaar
2019-12-31patch 8.2.0068: crash when using Python 3 with "utf32" encodingv8.2.0068Bram Moolenaar