0
I Use This!
Very Low Activity

Commits : Listings

Analyzed 24 days ago. based on code collected 25 days ago.
Jan 04, 2024 — Jan 04, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge pull request #248 from undingen/pump_build_num More... over 2 years ago
build the pyston_lite package here too More... over 2 years ago
Bump version numbers again for 2.3.4 release More... over 2 years ago
Merge pull request #247 from undingen/fix_name_init More... over 2 years ago
pyston_lite: enable LOAD_NAME cache I forgot to enable it for pyston_lite More... over 2 years ago
Merge pull request #245 from kmod/lite_bolt_release More... over 2 years ago
Merge pull request #244 from kmod/2.3.4_release More... over 2 years ago
fix uninitialized var in LOAD_GLOBAL _PyDict_GetItemByOffset(name) was using a uninitialized var More... over 2 years ago
2.3.4: pump build_num for meta packages the use the python version number but reference the pyston version which means we won't generate new meta packages which reference the new pyston version if the build_num stays the same. More... over 2 years ago
Merge pull request #242 from undingen/lite_cibuildwheels More... over 2 years ago
Merge pull request #243 from kmod/conda_forge More... over 2 years ago
macos ci: disable flaky tests need to investigate later why the sometimes fail More... over 2 years ago
I guess this is necessary More... over 2 years ago
change the conda installer to use our normal version number More... over 2 years ago
slightly better More... over 2 years ago
I forgot bolt doesnt work on arm More... over 2 years ago
manylinux: compile luajit from source More... over 2 years ago
lite: support building aarch64 manylinux wheels More... over 2 years ago
lite: run bolt outside of the manylinux container More... over 2 years ago
Update version numbers 2.3.3->2.3.4 More... over 2 years ago
Merge pull request #241 from undingen/load_name More... over 2 years ago
Add a safety check that we don't try to build for other versions of Python More... over 2 years ago
LOAD_NAME: only call LOAD_GLOBAL when we know f_locals == f_globals this makes it a bit faster and requires fewer modifications More... over 2 years ago
Merge pull request #235 from undingen/macos2 More... over 2 years ago
Merge pull request #240 from kmod/globals_keys More... over 2 years ago
conda-forge support: add ability to use sys bins for bolt More... over 2 years ago
Merge pull request #239 from kmod/lite_split_cache More... over 2 years ago
New LOAD_GLOBAL cache that is more permissive More... over 2 years ago
pyston_lite: create cibuildwheel buildbot - the workflow needs to be manually started: https://docs.github.com/en/actions/managing-workflow-runs/manually-running-a-workflow - enforces that the mac package is not available on 10.15 where pyston_lite currently crashes - unfortunately we only have x86 CI machines so have to generate the remaining packages manually More... over 2 years ago
add these functions to pyston-full More... over 2 years ago