0
I Use This!
Very Low Activity

Commits : Listings

Analyzed 23 days ago. based on code collected 24 days ago.
Jan 04, 2024 — Jan 04, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fix file naming More... 6 months ago
Update issue templates More... 6 months ago
Update issue templates More... 6 months ago
Try to disable new issue creation More... 6 months ago
Merge pull request #301 from kmod/settrace_fix More... almost 2 years ago
Add a bugfix from 3.10 to get the 3.10 tests passing More... almost 2 years ago
Merge pull request #286 from kmod/docs More... about 2 years ago
Merge pull request #284 from belm0/pyston3.8_symlink More... about 2 years ago
Update the readme to talk about pyston-lite more More... about 2 years ago
pyston3.8 symlinks More... about 2 years ago
Merge pull request #276 from kmod/auditwheel More... over 2 years ago
Improve the auditwheel commands More... over 2 years ago
Merge pull request #275 from undingen/release_2.3.5 More... over 2 years ago
Release 2.3.5: increase version numbers More... over 2 years ago
Merge pull request #274 from kmod/nomorelite More... over 2 years ago
Merge pull request #273 from undingen/make_package_macos More... over 2 years ago
make package: add suport for MacOS building packages outside the CI on Mac is annoying because it seems only one python official python version can be installed at a time which means the script will modify your system python... (only if CI=1 is set else it will just abort when it can't find correct python version) More... over 2 years ago
Build non-lite-named versions of the packages in CI as well More... over 2 years ago
remove this pgo task as well More... over 2 years ago
update description More... over 2 years ago
Add support for calling the package either "pyston_lite" or "pyston" More... over 2 years ago
Merge pull request #272 from undingen/release_action More... over 2 years ago
Merge pull request #271 from undingen/pyston_lite_testsuites2 More... over 2 years ago
github CI: build all x86 linux and macos pyston_lite packages for a release After this action is merged we can go to "Action" -> "Build pyston_lite wheels" -> "run workflow" and trigger a build of all pyston_lite x86 packages. About 2h later we can dnowload the wheels from the "Artifacts" page. More... over 2 years ago
Merge pull request #269 from undingen/macos_ci More... over 2 years ago
pyston_lite: run external testsuites on amd64 - skip django and pandas on 3.7 because of dependency problems - it's important that pyston_lite* get's installed into the virtualenv the test run else we will not use pyston lite. I verified that it works by checking in a test that "'pyston_lite' in sys.modules" == True More... over 2 years ago
Merge pull request #268 from undingen/build_pkgs2 More... over 2 years ago
pyston_lite: pass -fprofile-correction when PGO is enabled Seeing sometimes in the CI: aot_ceval.c: In function '_PyEval_EvalFrame_AOT_Interpreter': aot_ceval.c:9915:1: error: corrupted profile info: profile data is not flow-consistent 9915 | } | ^ aot_ceval.c:9915:1: error: corrupted profile info: number of executions for edge 0-1806 thought to be -7 More... over 2 years ago
pyston_lite: test all supported pyston_lite versions on the x86 macos CI More... over 2 years ago
pyston_lite: make pyston_lite_autoload package a binary package Tried it by installing via: pip install --no-index --find-links `pwd`/wheelhouse/ pyston_lite_autoload and confirmed that it works. More... over 2 years ago