summaryrefslogtreecommitdiff
path: root/src/if_py_both.h
Commit message (Expand)AuthorAgeFilesLines
* patch 8.2.3200: Vim9: hard to guess where a type error is givenv8.2.3200Bram Moolenaar2021-07-221-1/+1
* patch 8.2.2842: Vim9: skip argument to searchpair() is not compiledv8.2.2842Bram Moolenaar2021-05-071-0/+1
* patch 8.2.2538: crash when using Python list iteratorv8.2.2538Bram Moolenaar2021-02-211-0/+2
* patch 8.2.2178: Python 3: non-utf8 character cannot be handledv8.2.2178Bram Moolenaar2020-12-211-5/+7
* patch 8.2.1883: compiler warnings when using Pythonv8.2.1883Bram Moolenaar2020-10-211-36/+39
* patch 8.2.1834: PyEval_InitThreads() is deprecated in Python 3.9v8.2.1834Bram Moolenaar2020-10-111-4/+4
* patch 8.2.1538: Python: iteration over vim objects fails to keep referencev8.2.1538Bram Moolenaar2020-08-291-6/+14
* patch 8.2.1210: using ht_used when looping through a hashtab is less reliablev8.2.1210Bram Moolenaar2020-07-141-17/+14
* patch 8.2.1150: ml_get error when using Pythonv8.2.1150Bram Moolenaar2020-07-071-5/+10
* patch 8.2.1146: not enough testing for Pythonv8.2.1146Bram Moolenaar2020-07-061-1/+16
* patch 8.2.1093: Python: double free when adding item to dict failsv8.2.1093Bram Moolenaar2020-06-291-1/+0
* patch 8.2.0853: ml_delete() often called with FALSE argumentv8.2.0853Bram Moolenaar2020-05-301-3/+3
* patch 8.2.0751: Vim9: performance can be improvedv8.2.0751Bram Moolenaar2020-05-131-4/+4
* patch 8.2.0740: minor message mistakesv8.2.0740Bram Moolenaar2020-05-111-13/+13
* patch 8.2.0654: building with Python failsv8.2.0654Bram Moolenaar2020-04-281-1/+1
* patch 8.2.0559: clearing a struct is verbosev8.2.0559Bram Moolenaar2020-04-121-17/+17
* patch 8.2.0517: Vim9: cannot separate "func" and "func(): void"v8.2.0517Bram Moolenaar2020-04-051-0/+1
* patch 8.2.0500: using the same loop in many placesv8.2.0500Bram Moolenaar2020-04-021-2/+2
* patch 8.2.0173: build fails with old compilerv8.2.0173Bram Moolenaar2020-01-291-1/+1
* patch 8.2.0155: warnings from MinGW compiler; tests fail without +floatv8.2.0155Bram Moolenaar2020-01-261-1/+1
* patch 8.2.0149: maintaining a Vim9 branch separately is more workv8.2.0149Bram Moolenaar2020-01-261-2/+7
* patch 8.2.0111: VAR_SPECIAL is also used for booleansv8.2.0111Bram Moolenaar2020-01-111-7/+9
* patch 8.2.0070: crash when using Python 3 with "debug" encodingv8.2.0070Bram Moolenaar2020-01-011-1/+2
* patch 8.2.0068: crash when using Python 3 with "utf32" encodingv8.2.0068Bram Moolenaar2019-12-311-1/+1
* patch 8.1.2366: using old C style commentsv8.1.2366Bram Moolenaar2019-11-301-178/+170
* patch 8.1.2179: pressing "q" at the more prompt doesn't stop Python outputv8.1.2179Bram Moolenaar2019-10-191-5/+10
* patch 8.1.1957: more code can be moved to evalvars.cv8.1.1957Bram Moolenaar2019-09-011-2/+2
* patch 8.1.1583: set_ref_in_list() only sets ref in itemsv8.1.1583Bram Moolenaar2019-06-231-23/+7
* patch 8.1.1414: alloc() returning "char_u *" causes a lot of type castsv8.1.1414Bram Moolenaar2019-05-281-4/+4
* patch 8.1.1393: unnecessary type castsv8.1.1393Bram Moolenaar2019-05-251-3/+3
* patch 8.1.1361: Python setuptools don't work with Python 3v8.1.1361Bram Moolenaar2019-05-201-2/+9
* patch 8.1.1346: error for Python exception does not show useful infov8.1.1346Bram Moolenaar2019-05-181-0/+2
* patch 8.1.1306: Borland support is outdated and doesn't workv8.1.1306Bram Moolenaar2019-05-091-5/+0
* patch 8.1.1291: not easy to change directory and restorev8.1.1291Bram Moolenaar2019-05-071-1/+1
* patch 8.1.1218: cannot set a directory for a tab pagev8.1.1218Bram Moolenaar2019-04-271-1/+1
* patch 8.1.1075: function reference count wrong in Python codev8.1.1075Bram Moolenaar2019-03-301-1/+1
* patch 8.1.1045: E315 ml_get error when using Python and hidden bufferv8.1.1045Bram Moolenaar2019-03-231-2/+8
* patch 8.1.0916: with Python 3.7 "find_module" is not made availablev8.1.0916Bram Moolenaar2019-02-141-12/+19
* patch 8.1.0826: too many #ifdefsv8.1.0826Bram Moolenaar2019-01-261-2/+0
* patch 8.1.0810: too many #ifdefsv8.1.0810Bram Moolenaar2019-01-241-9/+1
* patch 8.1.0779: argument for message functions is inconsistentv8.1.0779Bram Moolenaar2019-01-191-7/+1
* patch 8.1.0744: compiler warnings for signed/unsigned stringsv8.1.0744Bram Moolenaar2019-01-131-5/+11
* patch 8.1.0743: giving error messages is not flexiblev8.1.0743Bram Moolenaar2019-01-131-10/+10
* patch 8.1.0735: cannot handle binary datav8.1.0735Bram Moolenaar2019-01-121-0/+8
* patch 8.1.0628: Compiler warning on MS-Windows.v8.1.0628Bram Moolenaar2018-12-231-1/+1
* patch 8.1.0627: Python cannot handle function name of script-local functionv8.1.0627Bram Moolenaar2018-12-221-5/+25
* patch 8.1.0247: Python: error message for failing import is incorrectv8.1.0247Bram Moolenaar2018-08-071-28/+59
* patch 8.1.0212: preferred cursor column not set in interfacesv8.1.0212Bram Moolenaar2018-07-251-0/+1
* patch 8.1.0201: newer Python uses "importlib" instead of "imp"v8.1.0201Bram Moolenaar2018-07-221-0/+75
* patch 8.1.0167: lock flag in new dictitem is reset in many placesv8.1.0167Bram Moolenaar2018-07-081-4/+0