summaryrefslogtreecommitdiff
path: root/src/if_python3.c
Commit message (Expand)AuthorAgeFilesLines
* Include old Python changes in Python 3 interface.Bram Moolenaar2010-07-251-3/+10
* Move some common code from if_python.c and if_python3.c to if_py_both.h.Bram Moolenaar2010-07-241-354/+195
* Temporary solution for crashing when using both :py and :py3: disallow both inBram Moolenaar2010-07-241-2/+20
* Fix: "import termios" doesn't work with dynamically loaded Python. (JamesBram Moolenaar2010-07-221-2/+2
* Rename some "python3" symbols to "py3", as the command name.Bram Moolenaar2010-07-191-2/+2
* Fixes and improvements for MS-Windows build.Bram Moolenaar2010-07-181-7/+7
* Make automatic prototype generation work with more interfaces.Bram Moolenaar2010-07-181-8/+10
* Whitespace cleanup.Bram Moolenaar2010-07-171-739/+704
* Added support for Python 3. (Roland Puntaier)Bram Moolenaar2010-07-171-0/+2796