aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/ffi/python
Commit message (Expand)AuthorAgeLines
* properly export the event object to the python gluefix/py/add-missing-workspace-event-class cschen2025-03-17-1/+2
* some rewording in the log messagesfix/python/adds-version-to-typehints cschen2025-02-15-5/+5
* bumped to pyo3 0.23 (#81) frelodev2025-02-15-9/+19
* fix: ack is not async. misnamed textchange fields.py-ack-type-hints cschen2024-10-26-7/+6
* fix: missing ack method in python glue. Fixed python constructors for TextChange cschen2024-10-26-54/+34
* reverted the change to accept only keywords arguments and have user and passw... cschen2024-10-16-2/+2
* fix(py): explicit getter/setter for user name zaaarf2024-10-16-0/+11
* chore: renamed TextChange and Event fields zaaarf2024-10-16-29/+24
* feat(python): better struct access zaaarf2024-10-16-19/+125
* chore: split list_workspaces, renamed filetree, refactored fetch_users and fe... zaaarf2024-10-16-16/+18
* fix(py): unify current_user alemi2024-10-15-12/+9
* feat: user_list returns Vec<User> alemi2024-10-15-1/+1
* chore: update glues alemi2024-10-15-19/+19
* fix: js, py and lua allow &'static str, use it alemi2024-10-13-2/+2
* fix: make version return a static string alemi2024-10-12-1/+1
* fix: typos in clear_callback alemi2024-10-10-1/+1
* chore: cargo fmt alemi2024-10-10-1/+1
* chore: cleanup zaaarf2024-10-10-1/+1
* chore: update glue code alemi2024-10-10-10/+10
* chore: updated send methods (+format) alemi2024-10-10-5/+7
* chore: autofmt alemi2024-10-03-2/+2
* feat: implemented Workspace receiver in glues alemi2024-10-03-7/+41
* chore: update glue code to remove .stop() alemi2024-09-26-18/+4
* add python glue cschen2024-09-25-0/+6
* Merge pull request #16 from hexedtech/feat/userlist alemi.dev2024-09-24-0/+5
|\
| * chore: implemented user_list for lua, js, py alemi2024-09-21-0/+5
* | fix(py): fixed the configuration and rearranged a bit. tested. builds and works. cschen2024-09-20-10/+11
* | feat(py): better configuration constructor. cschen2024-09-20-4/+34
|/
* feat(python): add config support to python with a getter/setter approach cschen2024-09-14-14/+13
* feat: strict filetree() zaaarf2024-09-13-3/+3
* chore: move ffi infos in root mod alemi2024-09-13-4/+0
* fix: glue for js and py alemi2024-09-11-10/+10
* fix(python): fix macros also for client.rs cschen2024-09-08-8/+13
* fix(python): remove the macro_export and use pub(crate) instead so that it do... cschen2024-09-08-5/+5
* feat(python): switched to abi3 mode to allow multiple python versions with si... cschen2024-09-06-22/+28
* fix: uuid was copy, string is not alemi2024-09-06-1/+1
* fix: moved import, exclude dist from packaging alemi2024-09-05-1/+1
* fix: updated js and py glues with new errors alemi2024-09-05-23/+36
* docs: re-documented remaining members alemi2024-09-04-0/+4
* fix(python): changed entry point. separated logger from driver. cschen2024-08-31-46/+50
* feat: added new methods to java, js and py glues alemi2024-08-27-2/+42
* chore(python): added name to buffer controller, small cleanup cschen2024-08-23-19/+12
* wip(python): try_recv doesn't return a promise. cschen2024-08-22-6/+18
* feat(python): added callback support, reaching feature parity with the lib. cschen2024-08-22-0/+35
* chore(python): final cleanup before merge into dev cschen2024-08-21-17/+35
* fix(python): release GIL when spawning stuff, we don't need to keep it and we... cschen2024-08-21-55/+76
* chore(python): cleaned up the leftovers cschen2024-08-21-64/+32
* Merge branch 'dev' into pyo3_bump cschen2024-08-21-2/+2
|\
| * feat: allow filtering workspace filetree alemi2024-08-21-3/+3
* | wip(python): moving the rest of the glue to promises (empty promises) cschen2024-08-21-45/+78