summaryrefslogtreecommitdiffstats
path: root/lib/python.tcl (unfollow)
Commit message (Expand)AuthorFilesLines
2026-04-02lib/python: Clean up warningOmar Rizwan1-0/+4
2026-02-27lib/python: Kill the Python process on unmatch.Omar Rizwan1-2/+5
2026-02-26python: Multithread listen on Python sideOmar Rizwan1-50/+55
2026-02-26python: Fix stderrOmar Rizwan1-1/+1
2026-02-26python: Remove zmq dependencyOmar Rizwan1-85/+103
2026-02-12python: Per-thread sockets so we can kill threads safely-ish.Omar Rizwan1-50/+63
2026-02-11python: Invert so Python is the server; use per-thread sockets.Omar Rizwan1-15/+17
2026-02-08python: Use JSON to serialize result. craft: Return serialized boxesOmar Rizwan1-2/+2
2026-02-08python: Fix zmq calls in unknown; craft works!Omar Rizwan1-0/+5
2026-02-08python: WIP: Let any thread call PythonOmar Rizwan1-34/+144
2026-02-06WIP: Start on craft.folk. Need to multithread $pyOmar Rizwan1-28/+10
2026-02-06python: Image argtype worksOmar Rizwan1-1/+0
2026-02-06python: WIP: Working on Image / argtype support.Omar Rizwan1-16/+5
2026-02-06lib/python: WIP: Start on argtype registrationOmar Rizwan1-85/+91
2026-02-04lib/python: WIP: Need to send parts separately for ImageOmar Rizwan1-11/+58
2026-02-04WIP: Add Uvx def. Need to implement custom argtype for Image nextOmar Rizwan1-16/+92
2026-02-03WIP: lib/python to run Python subprocess, call functions in itOmar Rizwan1-0/+150