summaryrefslogtreecommitdiff
path: root/src/if_python3.c
Commit message (Expand)AuthorAgeFilesLines
* updated for version 7.3.132v7.3.132Bram Moolenaar2011-02-251-3/+3
* updated for version 7.3.062v7.3.062Bram Moolenaar2010-11-161-2/+10
* updated for version 7.3.034v7.3.034Bram Moolenaar2010-10-231-1/+1
* Add a configure check for RTLD_GLOBAL. (James Vega, Roland Puntaier)Bram Moolenaar2010-08-131-9/+6
* When building with both Python 2 and Python 3 don't use RTLD_GLOBAL, so thatBram Moolenaar2010-08-091-38/+47
* Move many more common Python items to if_py_both.c.Bram Moolenaar2010-07-311-1157/+14
* 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