Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | pyconsole: Avoid lockup when reading from stdin | gatecat | 2021-02-22 | 1 | -0/+2 |
* | PyEval_InitThreads only for older than 3.9 | Miodrag Milanovic | 2021-01-02 | 1 | -0/+2 |
* | Do not create new python interpreter | Miodrag Milanovic | 2020-11-13 | 1 | -10/+3 |
* | python: Improve general robustness during autocomplete | David Shah | 2020-04-24 | 1 | -0/+4 |
* | python: Escape strings for autocomplete | David Shah | 2020-04-24 | 1 | -2/+8 |
* | Add GUI for executing python file | Miodrag Milanovic | 2018-12-14 | 2 | -0/+23 |
* | Made python console use edit line and better | Miodrag Milanovic | 2018-07-13 | 2 | -402/+0 |
* | make GUI compile on MSVC | Miodrag Milanovic | 2018-07-05 | 3 | -5/+5 |
* | make paste work, fix inserting in wrong lines | Miodrag Milanovic | 2018-06-28 | 2 | -1/+32 |
* | adapted python-console for easier use | Miodrag Milanovic | 2018-06-28 | 7 | -1/+707 |
* | compile in needed helpers and fix warnings | Miodrag Milanovic | 2018-06-28 | 4 | -16/+16 |
* | few more | Miodrag Milanovic | 2018-06-28 | 1 | -5/+0 |
* | move to c++11 remove console writes | Miodrag Milanovic | 2018-06-28 | 6 | -96/+28 |
* | make it compile with qt5 | Miodrag Milanovic | 2018-06-28 | 6 | -30/+61 |
* | initial import of python-console | Miodrag Milanovic | 2018-06-28 | 28 | -0/+2120 |