Fable.Python icon indicating copy to clipboard operation
Fable.Python copied to clipboard

Python bindings for Fable

Results 30 Fable.Python issues
Sort by recently updated
recently updated
newest added

Bumps [idna](https://github.com/kjd/idna) from 3.4 to 3.7. Release notes Sourced from idna's releases. v3.7 What's Changed Fix issue where specially crafted inputs to encode() could take exceptionally long amount of time...

dependencies
python

Bumps [certifi](https://github.com/certifi/python-certifi) from 2023.7.22 to 2024.7.4. Commits bd81538 2024.07.04 (#295) 06a2cbf Bump peter-evans/create-pull-request from 6.0.5 to 6.1.0 (#294) 13bba02 Bump actions/checkout from 4.1.6 to 4.1.7 (#293) e8abcd0 Bump pypa/gh-action-pypi-publish from...

dependencies
python

Bumps [urllib3](https://github.com/urllib3/urllib3) from 2.0.7 to 2.2.2. Release notes Sourced from urllib3's releases. 2.2.2 🚀 urllib3 is fundraising for HTTP/2 support urllib3 is raising ~$40,000 USD to release HTTP/2 support and...

dependencies
python

Is it possible to bind to async context managers? They have a magic method `__aexit__` that seems like it would map to the `IAsyncDisposable` interface, but I can't see to...

There are a good number of Javascript references in the documentation for the Python compiler. It is fine to mention it a few times just to indicate that Fable also...

This adds `sys.exit` https://docs.python.org/3/library/sys.html#sys.exit, using overloads for the three common ways of calling the method. The return type is polymorphic to represent it never returning, allowing it to be used...

Could `TextIOWrapper` be made to be an enumerable of string? I am able to do this with a cast, which generates a call to `get_enumerator` that happens to call `iter()`...

I feel like it has been around for a while now. [Docs state to use --prerelease](https://fable.io/Fable.Python/your-fable-project/build-and-run.html). Is this just an out of date doc or is it recommended to use...

Bumps [setuptools](https://github.com/pypa/setuptools) from 68.2.2 to 70.0.0. Changelog Sourced from setuptools's changelog. v70.0.0 Features Emit a warning when [tools.setuptools] is present in pyproject.toml and will be ignored. -- by :user:SnoopJ (#4150)...

dependencies
python

Bumps [zipp](https://github.com/jaraco/zipp) from 3.17.0 to 3.19.1. Changelog Sourced from zipp's changelog. v3.19.1 Bugfixes Improved handling of malformed zip files. (#119) v3.19.0 Features Implement is_symlink. (#117) v3.18.2 No significant changes. v3.18.1...

dependencies
python