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 }}
jruntti20
/
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 Mar 20, 2023
docs: add explanation for action return values (#378)
Show description for c60f7fe
iamgodot
authored
c60f7fe
View commit details
Copy full SHA for c60f7fe
Browse repository at this point
Commits on Mar 19, 2023
feat: Support to declare States using Enum. Closes #367 (#375)
fgmacedo
authored
0a15aa7
View commit details
Copy full SHA for 0a15aa7
Browse repository at this point
Commits on Mar 13, 2023
docs: Improve 2.0 release notes and readme (#371)
fgmacedo
authored
2420b18
View commit details
Copy full SHA for 2420b18
Browse repository at this point
Commits on Mar 11, 2023
fix: Add support for wrapping functools.partial.
fgmacedo
authored
c9a7215
View commit details
Copy full SHA for c9a7215
Browse repository at this point
Commits on Mar 5, 2023
Merge tag '2.0.0' into develop
Show description for 5f6bf4c
fgmacedo
committed
5f6bf4c
View commit details
Copy full SHA for 5f6bf4c
Browse repository at this point
Merge branch 'release/2.0.0'
fgmacedo
committed
2ae3223
View commit details
Copy full SHA for 2ae3223
Browse repository at this point
bump version: 2.0.0
fgmacedo
committed
cd7a223
View commit details
Copy full SHA for cd7a223
Browse repository at this point
refac: using built-in i18n function
fgmacedo
committed
a79b552
View commit details
Copy full SHA for a79b552
Browse repository at this point
fix: Transition with multiple events was calling actions of all events (#365)
fgmacedo
authored
b9e3fca
View commit details
Copy full SHA for b9e3fca
Browse repository at this point
feat: allow_event_without_transition (#364)
fgmacedo
authored
e8c1feb
View commit details
Copy full SHA for e8c1feb
Browse repository at this point
fix: linter problens
fgmacedo
committed
de5d085
View commit details
Copy full SHA for de5d085
Browse repository at this point
chore: New example of model based on #358 (#363)
fgmacedo
authored
3dc1a81
View commit details
Copy full SHA for 3dc1a81
Browse repository at this point
Commits on Mar 4, 2023
feat: Add i18n support. Closes #19 (#362)
fgmacedo
authored
1cef155
View commit details
Copy full SHA for 1cef155
Browse repository at this point
chore: Update dev dependencies
fgmacedo
committed
5b2b511
View commit details
Copy full SHA for 5b2b511
Browse repository at this point
Commits on Mar 2, 2023
feat: Add queued mode (Support for RTC by default) (#359)
Show description for 6a4be03
fgmacedo
authored
6a4be03
View commit details
Copy full SHA for 6a4be03
Browse repository at this point
Commits on Feb 24, 2023
chore: upgrading dependencies (#357)
fgmacedo
authored
ad8dcb2
View commit details
Copy full SHA for ad8dcb2
Browse repository at this point
feat: Allow using events on callbacks (#355)
fgmacedo
authored
11c6689
View commit details
Copy full SHA for 11c6689
Browse repository at this point
Commits on Feb 22, 2023
refac: Docs and modern python (remove OrderedDict usage)
fgmacedo
committed
9a64f4b
View commit details
Copy full SHA for 9a64f4b
Browse repository at this point
feat: State.name is now optional (#354)
fgmacedo
authored
03fb1ba
View commit details
Copy full SHA for 03fb1ba
Browse repository at this point
feat: Support abstract SM classes. Closes #350 (#353)
fgmacedo
authored
a74defb
View commit details
Copy full SHA for a74defb
Browse repository at this point
docs: Improved docs for 2.0 release (#352)
fgmacedo
authored
0a54b24
View commit details
Copy full SHA for 0a54b24
Browse repository at this point
Commits on Feb 11, 2023
fix: Test matrix python version not being cached properly (#346)
Show description for fb77c00
fgmacedo
authored
fb77c00
View commit details
Copy full SHA for fb77c00
Browse repository at this point
docs: update images
fgmacedo
committed
7663a5a
View commit details
Copy full SHA for 7663a5a
Browse repository at this point
Commits on Feb 10, 2023
Extended the documentation to show a few more (#340)
Show description for 26f3096
Rosi2143
authored
26f3096
View commit details
Copy full SHA for 26f3096
Browse repository at this point
Commits on Jan 29, 2023
fix: Signature adapter (#343)
Show description for cb28828
fgmacedo
authored
cb28828
View commit details
Copy full SHA for cb28828
Browse repository at this point
Commits on Jan 28, 2023
feat: Guards now support the evaluation of truthy and falsy values and can be assigned as decorators (#342)
fgmacedo
authored
f1afe5a
View commit details
Copy full SHA for f1afe5a
Browse repository at this point
README: add prerequisites for contributions (#338)
Show description for b4587dc
Rosi2143
authored
b4587dc
View commit details
Copy full SHA for b4587dc
Browse repository at this point
ruff: fix warning UP008 (#339)
Show description for da9d03a
Rosi2143
authored
da9d03a
View commit details
Copy full SHA for da9d03a
Browse repository at this point
fix missing version update to 1.0.3 (#336)
Show description for b758b92
Rosi2143
authored
b758b92
View commit details
Copy full SHA for b758b92
Browse repository at this point
Commits on Jan 27, 2023
Merge tag 'prepare_1.0.3' into develop
Show description for 6dbc55c
fgmacedo
committed
6dbc55c
View commit details
Copy full SHA for 6dbc55c
Browse repository at this point
Merge branch 'hotfix/prepare_1.0.3'
fgmacedo
committed
2002a54
View commit details
Copy full SHA for 2002a54
Browse repository at this point
bumpversion: 1.0.3
fgmacedo
committed
7733449
View commit details
Copy full SHA for 7733449
Browse repository at this point
Merge tag 'fix-concurrency' into develop
Show description for 27622bc
fgmacedo
committed
27622bc
View commit details
Copy full SHA for 27622bc
Browse repository at this point
Merge branch 'hotfix/fix-concurrency'
fgmacedo
committed
43c711d
View commit details
Copy full SHA for 43c711d
Browse repository at this point
hotfix: Fix a bug where the setup of callbacks was sharing data between instances due to the usage of property descriptors
fgmacedo
committed
6e3c69b
View commit details
Copy full SHA for 6e3c69b
Browse repository at this point
Previous
Next
You can’t perform that action at this time.