Tags: fable-compiler/Fable.Python
Tags
feat: Add threading, heapq, traceback bindings and extend builtins/qu… …eue (#219) Add new stdlib bindings so downstream projects don't need to create their own FFI wrappers for common Python modules. New modules: - Threading: Thread, Lock, RLock, Event classes + module functions - Heapq: heap operations (heappush, heappop, heapify, nlargest, etc.) - Traceback: print_exc, format_exc, print_stack, format_stack Extended existing modules: - Builtins: getattr, setattr, hasattr, isinstance, type - Queue: get_nowait(), Empty and Full exceptions Co-authored-by: Claude Opus 4.6 <[email protected]>
feat: Add threading, heapq, traceback bindings and extend builtins/qu… …eue (#219) Add new stdlib bindings so downstream projects don't need to create their own FFI wrappers for common Python modules. New modules: - Threading: Thread, Lock, RLock, Event classes + module functions - Heapq: heap operations (heappush, heappop, heapify, nlargest, etc.) - Traceback: print_exc, format_exc, print_stack, format_stack Extended existing modules: - Builtins: getattr, setattr, hasattr, isinstance, type - Queue: get_nowait(), Empty and Full exceptions Co-authored-by: Claude Opus 4.6 <[email protected]>
chore: Bump Fable.Core from 5.0.0-beta.4 to 5.0.0-beta.5 (#210) Co-authored-by: Claude Opus 4.6 <[email protected]>
chore: Bump django from 4.2.27 to 4.2.28 (#200) Bumps [django](https://github.com/django/django) from 4.2.27 to 4.2.28. - [Commits](django/django@4.2.27...4.2.28) --- updated-dependencies: - dependency-name: django dependency-version: 4.2.28 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
PreviousNext