Skip to content

Tags: fable-compiler/Fable.Python

Tags

v5.0.0rc2

Toggle v5.0.0rc2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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]>

v5.0.0-rc.2

Toggle v5.0.0-rc.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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]>

v5.0.0-alpha.24.1

Toggle v5.0.0-alpha.24.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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]>

v5.0.0-alpha.24

Toggle v5.0.0-alpha.24's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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>

v5.0.0-alpha.21.5

Toggle v5.0.0-alpha.21.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore(main): release 5.0.0-alpha.21.5 (#189)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

v5.0.0-alpha.21.4

Toggle v5.0.0-alpha.21.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore(main): release 5.0.0-alpha.21.4 (#187)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

v5.0.0-alpha.21.3

Toggle v5.0.0-alpha.21.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore(main): release 5.0.0-alpha.21.3 (#185)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

v5.0.0-alpha.21.2

Toggle v5.0.0-alpha.21.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore(main): release 5.0.0-alpha.21.2 (#183)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

v5.0.0-alpha.21.1

Toggle v5.0.0-alpha.21.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore(main): release 5.0.0-alpha.21.1 (#181)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

v5.0.0-alpha.21.0

Toggle v5.0.0-alpha.21.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore(main): release 5.0.0-alpha.21.0 (#172)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>