Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | pyconsole: Avoid lockup when reading from stdin | gatecat | 2021-02-22 | 1 | -0/+2 |
| | | | | | | | | Create an empty temporary file for stdin; so reads fail rather than locking up (otherwise doing help() would be enough to completely lock up the GUI). Signed-off-by: gatecat <gatecat@ds0.me> | ||||
* | 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 |
| | | | | Signed-off-by: David Shah <dave@ds0.me> | ||||
* | python: Escape strings for autocomplete | David Shah | 2020-04-24 | 1 | -2/+8 |
| | | | | Signed-off-by: David Shah <dave@ds0.me> | ||||
* | Add GUI for executing python file | Miodrag Milanovic | 2018-12-14 | 1 | -0/+22 |
| | |||||
* | make GUI compile on MSVC | Miodrag Milanovic | 2018-07-05 | 1 | -2/+2 |
| | |||||
* | adapted python-console for easier use | Miodrag Milanovic | 2018-06-28 | 1 | -0/+155 |