Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
csentis
/
python-statemachine
Public
forked from
fgmacedo/python-statemachine
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Branch selector
develop
User selector
All users
Datepicker
All time
Commit history
Commits on Jun 12, 2026
fix: key instance states by state.value, not state.id (#624) (#625)
Show description for 10b063f
AndreyNenashev
authored
10b063f
View commit details
Copy full SHA for 10b063f
Browse repository at this point
fix: skip async invoke self-cancel on own done.invoke (#627)
loRes228
authored
51a54a3
View commit details
Copy full SHA for 51a54a3
Browse repository at this point
Commits on May 19, 2026
Merge branch 'hotfix/3.1.2' into develop (CI fix)
fgmacedo
committed
34d51cf
View commit details
Copy full SHA for 34d51cf
Browse repository at this point
ci: pin astral-sh/setup-uv to v8.1.0
Show description for 1918d9d
fgmacedo
committed
1918d9d
View commit details
Copy full SHA for 1918d9d
Browse repository at this point
Commits on May 18, 2026
Merge branch 'hotfix/3.1.2' into develop
Show description for 38bb161
fgmacedo
committed
38bb161
View commit details
Copy full SHA for 38bb161
Browse repository at this point
chore: prepare release 3.1.2
Show description for 54f917b
fgmacedo
committed
54f917b
View commit details
Copy full SHA for 54f917b
Browse repository at this point
fix: make pydot optional again (#622)
Show description for 6a51df9
fgmacedo
committed
6a51df9
View commit details
Copy full SHA for 6a51df9
Browse repository at this point
Commits on May 17, 2026
chore: drop Python 3.9 support, require Python 3.10+ (#621)
fgmacedo
authored
caaf7a2
View commit details
Copy full SHA for caaf7a2
Browse repository at this point
ci: pin astral-sh/setup-uv to v8.1.0
Show description for 0221892
fgmacedo
committed
0221892
View commit details
Copy full SHA for 0221892
Browse repository at this point
Commits on May 16, 2026
docs(contributing): add step for publishing the GitHub release
Show description for 9b3dd57
fgmacedo
committed
9b3dd57
View commit details
Copy full SHA for 9b3dd57
Browse repository at this point
Merge branch 'develop': dependency and CI security updates
fgmacedo
committed
e3b3398
View commit details
Copy full SHA for e3b3398
Browse repository at this point
chore(deps): bump dependencies and CI actions to address security alerts
Show description for 4548478
fgmacedo
committed
4548478
View commit details
Copy full SHA for 4548478
Browse repository at this point
Merge branch 'main' into develop
fgmacedo
committed
e859e97
View commit details
Copy full SHA for e859e97
Browse repository at this point
Merge branch 'release/3.1.1'
fgmacedo
committed
7c495bb
View commit details
Copy full SHA for 7c495bb
Browse repository at this point
fix: thread-safety hardening of Configuration (cache and in-place mutation races) (#620)
fgmacedo
authored
e33f34a
View commit details
Copy full SHA for e33f34a
Browse repository at this point
test: fix flaky timing in test_cancel_terminated_invocation (#619)
Show description for 48ce9dc
fgmacedo
authored
48ce9dc
View commit details
Copy full SHA for 48ce9dc
Browse repository at this point
Commits on May 15, 2026
Merge branch 'release/3.1.0' into develop
fgmacedo
committed
847f1d5
View commit details
Copy full SHA for 847f1d5
Browse repository at this point
Merge branch 'release/3.1.0'
fgmacedo
committed
c6f6262
View commit details
Copy full SHA for c6f6262
Browse repository at this point
chore: prepare release 3.1.0
Show description for 586f8bc
fgmacedo
committed
586f8bc
View commit details
Copy full SHA for 586f8bc
Browse repository at this point
Commits on Apr 10, 2026
docs: document coroutine function support in invoke (#612)
fgmacedo
authored
5780184
View commit details
Copy full SHA for 5780184
Browse repository at this point
Commits on Apr 9, 2026
feat: support coroutine functions as invoke targets (#610) (#611)
fgmacedo
authored
f54d9f5
View commit details
Copy full SHA for f54d9f5
Browse repository at this point
Commits on Apr 3, 2026
docs: improve StateChart docstrings and complete 3.1.0 release notes (#609)
fgmacedo
authored
b7a46e5
View commit details
Copy full SHA for b7a46e5
Browse repository at this point
chore: upgrade all dependencies to latest versions (#608)
fgmacedo
authored
386980a
View commit details
Copy full SHA for 386980a
Browse repository at this point
Commits on Apr 2, 2026
fix: support `States.from_enum()` inside compound and parallel states (#606) (#607)
fgmacedo
authored
f76a160
View commit details
Copy full SHA for f76a160
Browse repository at this point
Commits on Apr 1, 2026
fix: emit DeprecationWarning on `current_state` setter (#604) (#605)
fgmacedo
authored
ec225e0
View commit details
Copy full SHA for ec225e0
Browse repository at this point
Commits on Mar 21, 2026
fix: render human-readable Event name in diagrams (#601)
Show description for ee3607a
fgmacedo
authored
ee3607a
View commit details
Copy full SHA for ee3607a
Browse repository at this point
Commits on Mar 16, 2026
Refactor/configuration normalize orderedset (#599)
Show description for 67f2b0d
fgmacedo
authored
67f2b0d
View commit details
Copy full SHA for 67f2b0d
Browse repository at this point
Commits on Mar 11, 2026
perf: eliminate allocation overhead in Configuration.add()/discard()
Show description for 8d17ba9
fgmacedo
committed
8d17ba9
View commit details
Copy full SHA for 8d17ba9
Browse repository at this point
fix: Configuration.add()/discard() write through model setter for persistence (#596)
Show description for cd05c6e
fgmacedo
authored
cd05c6e
View commit details
Copy full SHA for cd05c6e
Browse repository at this point
Commits on Mar 8, 2026
feat: Mermaid diagrams, transition tables, and format() support (#595)
Show description for 2476d20
fgmacedo
authored
2476d20
View commit details
Copy full SHA for 2476d20
Browse repository at this point
feat: add --events option to diagram CLI (#593)
fgmacedo
authored
19556ce
View commit details
Copy full SHA for 19556ce
Browse repository at this point
perf: optimize engine hot paths — 5x-7x event throughput improvement (#592)
fgmacedo
authored
5a85209
View commit details
Copy full SHA for 5a85209
Browse repository at this point
Commits on Mar 3, 2026
refactor: extract test StateChart definitions to tests/machines/ (#591)
Show description for 11ffa95
fgmacedo
authored
11ffa95
View commit details
Copy full SHA for 11ffa95
Browse repository at this point
refactor: replace diagram doctests with directives and add pre-commit hook (#590)
Show description for 966500d
fgmacedo
authored
966500d
View commit details
Copy full SHA for 966500d
Browse repository at this point
refactor: restructure diagram module and add Sphinx directive (#589)
Show description for 4953985
fgmacedo
authored
4953985
View commit details
Copy full SHA for 4953985
Browse repository at this point
Previous
Next
You can’t perform that action at this time.