summaryrefslogtreecommitdiffstats
path: root/runtime/doc/if_pyth.txt
AgeCommit message (Collapse)Author
2015-11-10Updated runtime files.Bram Moolenaar
2015-11-02patch 7.4.907v7.4.907Bram Moolenaar
Problem: Libraries for dynamically loading interfaces can only be defined at compile time. Solution: Add options to specify the dll names. (Kazuki Sakamoto, closes #452)
2014-07-26Update runtime files. Add vroom file support.Bram Moolenaar
2013-08-10release version 7.4v7.4Bram Moolenaar
2013-07-28Update files for the 7.4b BETA release.v7.4b.000Bram Moolenaar
2013-07-17Updated runtime files.Bram Moolenaar
2013-07-06Vim 7.4a BETA release.v7.4aBram Moolenaar
2013-07-01updated for version 7.3.1287v7.3.1287Bram Moolenaar
Problem: Python SystemExit exception is not handled properly. Solution: Catch the exception and give an error. (Yasuhiro Matsumoto, Ken Takata)
2013-06-29Updated runtime files.Bram Moolenaar
2013-06-12updated for version 7.3.1174v7.3.1174Bram Moolenaar
Problem: Python 2 and 3 use different ways to load modules. Solution: Use the same method. (ZyX)
2013-06-12updated for version 7.3.1172v7.3.1172Bram Moolenaar
Problem: Python 2: loading modules doesn't work well. Solution: Fix the code. Add more tests. (ZyX)
2013-06-10updated for version 7.3.1163v7.3.1163Bram Moolenaar
Problem: Not easy to load Python modules. Solution: Search "python2", "python3" and "pythonx" directories in 'runtimepath' for Python modules. (ZyX)
2013-06-06Updated runtime files.Bram Moolenaar
2013-06-02updated for version 7.3.1099v7.3.1099Bram Moolenaar
Problem: Python: Changing directory with os.chdir() causes problems for Vim's notion of directories. Solution: Add vim.chdir() and vim.fchdir(). (ZyX)
2013-06-02updated for version 7.3.1097v7.3.1097Bram Moolenaar
Problem: Python: a few recently added items are not documented. Solution: Update the documentation. (ZyX)
2013-06-02updated for version 7.3.1096v7.3.1096Bram Moolenaar
Problem: Python: popitem() was not defined in a standard way. Solution: Remove the argument from popitem(). (ZyX)
2013-06-01Updated runtime files and translations.Bram Moolenaar
2013-05-30updated for version 7.3.1067v7.3.1067Bram Moolenaar
Problem: Python: documentation lags behind. Solution: Python patch 26. (ZyX)
2013-05-30updated for version 7.3.1061v7.3.1061Bram Moolenaar
Problem: Python: Dictionary is not standard. Solution: Python patch 20: Add standard methods and fields. (ZyX)
2013-05-29updated for version 7.3.1042v7.3.1042Bram Moolenaar
Problem: Python: can't assign to vim.Buffer.name. Solution: Python patch 3. (ZyX)
2013-05-21Updated runtime files, language files and translations.Bram Moolenaar
2013-05-21updated for version 7.3.996v7.3.996Bram Moolenaar
Problem: Python: Can't check types of what is returned by bindeval(). Solution: Add vim.List, vim.Dictionary and vim.Function types. (ZyX)
2013-05-17Update runtime files.Bram Moolenaar
2013-05-17updated for version 7.3.966v7.3.966Bram Moolenaar
Problem: There is ":py3do" but no ":pydo". Solution: Add the ":pydo" command. (Lilydjwg)
2013-05-17updated for version 7.3.964v7.3.964Bram Moolenaar
Problem: Python: not so easy to access tab pages. Solution: Add window.tabpage, make window.number work with non-current tab pages. (ZyX)
2013-05-15updated for version 7.3.957v7.3.957Bram Moolenaar
Problem: Python does not have a "do" command like Perl or Lua. Solution: Add the ":py3do" command. (Lilydjwg)
2013-05-15updated for version 7.3.952v7.3.952Bram Moolenaar
Problem: Python: It's not easy to change window/buffer/tabpage. Solution: Add ability to assign to vim.current.{tabpage,buffer,window}. (ZyX)
2013-05-15updated for version 7.3.949v7.3.949Bram Moolenaar
Problem: Python: no easy access to tabpages. Solution: Add vim.tabpages and vim.current.tabpage. (ZyX)
2013-05-15updated for version 7.3.947v7.3.947Bram Moolenaar
Problem: Python: No iterator for vim.list and vim.bufferlist. Solution: Add the iterators. Also fix name of FunctionType. Add tests for vim.buffers. (ZyX)
2013-05-15updated for version 7.3.945v7.3.945Bram Moolenaar
Problem: Python: List of buffers is not very useful. Solution: Make vim.buffers a map. No iterator yet. (ZyX)
2013-05-12updated for version 7.3.940v7.3.940Bram Moolenaar
Problem: Python: Can't get position of window. Solution: Add window.row and window.col. (ZyX)
2013-05-12updated for version 7.3.938v7.3.938Bram Moolenaar
Problem: Python: not easy to get to window number. Solution: Add vim.window.number. (ZyX)
2013-05-06Updated runtime files.Bram Moolenaar
2013-05-06updated for version 7.3.924v7.3.924Bram Moolenaar
Problem: Python interface can't easily access options. Solution: Add vim.options, vim.window.options and vim.buffer.options. (ZyX)
2013-04-24updated for version 7.3.911v7.3.911Bram Moolenaar
Problem: Python: Access to Vim variables is not so easy. Solution: Define vim.vars and vim.vvars. (ZyX)
2013-02-06Updated runtime files.Bram Moolenaar
2013-01-30Update runtime files.Bram Moolenaar
2012-10-03Update runtime files.Bram Moolenaar
2012-09-21Updated runtime files.Bram Moolenaar
2012-08-15Update runtime files.Bram Moolenaar
2012-07-12Updated runtime files.Bram Moolenaar
2012-02-04updated for version 7.3.423v7.3.423Bram Moolenaar
Problem: Small mistakes in comments, proto and indent. Solution: Fix the mistakes. Also update runtime files
2011-09-14Updated runtime files.Bram Moolenaar
2011-05-10Updated runtime files.Bram Moolenaar
2010-10-20Updated runtime files and translations.Bram Moolenaar
2010-08-15Last changes for the 7.3 release!v7.3Bram Moolenaar
2010-08-14Version 7.3f -> 7.3gBram Moolenaar
2010-08-13Preparations for 7.3f release.Bram Moolenaar
2010-08-13Add a configure check for RTLD_GLOBAL. (James Vega, Roland Puntaier)Bram Moolenaar
2010-08-11Runtime file updates.Bram Moolenaar