summaryrefslogtreecommitdiff
path: root/src/if_python3.c
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | both may work.
* 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
| | | | one session.
* Fix: "import termios" doesn't work with dynamically loaded Python. (JamesBram Moolenaar2010-07-221-2/+2
| | | | Vega)
* Rename some "python3" symbols to "py3", as the command name.Bram Moolenaar2010-07-191-2/+2
| | | | Documentation updates.
* 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