-
-
Notifications
You must be signed in to change notification settings - Fork 109
Comparing changes
Open a pull request
base repository: jodal/pykka
base: v4.4.0
head repository: jodal/pykka
compare: v4.4.1
- 12 commits
- 10 files changed
- 2 contributors
Commits on Sep 22, 2025
-
Configuration menu - View commit details
-
Copy full SHA for ce5b194 - Browse repository at this point
Copy the full SHA ce5b194View commit details
Commits on Sep 29, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 732ba9e - Browse repository at this point
Copy the full SHA 732ba9eView commit details
Commits on Oct 8, 2025
-
build(deps): bump astral-sh/setup-uv from 6 to 7 (#243)
Bumps [astral-sh/setup-uv](https://github.com/astral-sh/setup-uv) from 6 to 7. - [Release notes](https://github.com/astral-sh/setup-uv/releases) - [Commits](astral-sh/setup-uv@v6...v7) --- updated-dependencies: - dependency-name: astral-sh/setup-uv dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 3f68173 - Browse repository at this point
Copy the full SHA 3f68173View commit details -
Configuration menu - View commit details
-
Copy full SHA for a104927 - Browse repository at this point
Copy the full SHA a104927View commit details
Commits on Oct 24, 2025
-
build(deps): bump actions/download-artifact from 5 to 6 (#244)
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 5 to 6. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v5...v6) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for b0fb122 - Browse repository at this point
Copy the full SHA b0fb122View commit details
Commits on Nov 21, 2025
-
build(deps): bump actions/checkout from 5 to 6 (#245)
Bumps [actions/checkout](https://github.com/actions/checkout) from 5 to 6. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v5...v6) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for f012916 - Browse repository at this point
Copy the full SHA f012916View commit details
Commits on Nov 23, 2025
-
Configuration menu - View commit details
-
Copy full SHA for c1f8908 - Browse repository at this point
Copy the full SHA c1f8908View commit details
Commits on Dec 13, 2025
-
build(deps): bump actions/download-artifact from 6 to 7 (#246)
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 6 to 7. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v6...v7) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 0e1cee7 - Browse repository at this point
Copy the full SHA 0e1cee7View commit details
Commits on Jan 1, 2026
-
Configuration menu - View commit details
-
Copy full SHA for d9c4a3c - Browse repository at this point
Copy the full SHA d9c4a3cView commit details -
fix: Simplify the actor thread's name
Since Python 3.10, the thread target's name has been automatically added to the thread name if the name wasn't explicitly provided, causing thread names like "ActorClassName-N (_actor_loop)". This explicitly sets the thread name, using our own counter to differentiate multiple actor threads of the same type. This brings us back to how thread names was set by Pykka pre Python 3.10, with names like "ActorClassName-N".
Configuration menu - View commit details
-
Copy full SHA for 9dd731e - Browse repository at this point
Copy the full SHA 9dd731eView commit details -
Merge pull request #247 from jodal/thread-names
fix: Simplify the actor thread's name
Configuration menu - View commit details
-
Copy full SHA for 77a4ce1 - Browse repository at this point
Copy the full SHA 77a4ce1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3b018e8 - Browse repository at this point
Copy the full SHA 3b018e8View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v4.4.0...v4.4.1