Sat, 31 Jul 2010 19:54:14 +0200 |
Bram Moolenaar |
Move many more common Python items to if_py_both.c.
vim73
|
Sun, 25 Jul 2010 13:43:20 +0200 |
Bram Moolenaar |
Include old Python changes in Python 3 interface.
vim73
|
Sat, 24 Jul 2010 23:51:45 +0200 |
Bram Moolenaar |
Move some common code from if_python.c and if_python3.c to if_py_both.h.
vim73
|
Sat, 24 Jul 2010 15:42:14 +0200 |
Bram Moolenaar |
Temporary solution for crashing when using both :py and :py3: disallow both in
vim73
|
Thu, 22 Jul 2010 21:44:13 +0200 |
Bram Moolenaar |
Fix: "import termios" doesn't work with dynamically loaded Python. (James
vim73
|
Mon, 19 Jul 2010 20:46:22 +0200 |
Bram Moolenaar |
Rename some "python3" symbols to "py3", as the command name.
vim73
|
Sun, 18 Jul 2010 21:42:34 +0200 |
Bram Moolenaar |
Fixes and improvements for MS-Windows build.
vim73
|
Sun, 18 Jul 2010 18:04:50 +0200 |
Bram Moolenaar |
Make automatic prototype generation work with more interfaces.
vim73
|
Sat, 17 Jul 2010 23:52:29 +0200 |
Bram Moolenaar |
Whitespace cleanup.
vim73
|
Sat, 17 Jul 2010 21:19:38 +0200 |
Bram Moolenaar |
Added support for Python 3. (Roland Puntaier)
vim73
|