Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Include old Python changes in Python 3 interface. | Bram Moolenaar | 2010-07-25 | 1 | -3/+10 |
* | Move some common code from if_python.c and if_python3.c to if_py_both.h. | Bram Moolenaar | 2010-07-24 | 1 | -354/+195 |
* | Temporary solution for crashing when using both :py and :py3: disallow both in | Bram Moolenaar | 2010-07-24 | 1 | -2/+20 |
* | Fix: "import termios" doesn't work with dynamically loaded Python. (James | Bram Moolenaar | 2010-07-22 | 1 | -2/+2 |
* | Rename some "python3" symbols to "py3", as the command name. | Bram Moolenaar | 2010-07-19 | 1 | -2/+2 |
* | Fixes and improvements for MS-Windows build. | Bram Moolenaar | 2010-07-18 | 1 | -7/+7 |
* | Make automatic prototype generation work with more interfaces. | Bram Moolenaar | 2010-07-18 | 1 | -8/+10 |
* | Whitespace cleanup. | Bram Moolenaar | 2010-07-17 | 1 | -739/+704 |
* | Added support for Python 3. (Roland Puntaier) | Bram Moolenaar | 2010-07-17 | 1 | -0/+2796 |