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 }}
bassemfg
/
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 Jul 3, 2024
Merge tag 'v2.3.3' into develop
Show description for 490b86b
fgmacedo
committed
490b86b
View commit details
Copy full SHA for 490b86b
Browse repository at this point
Merge branch 'release/2.3.3'
fgmacedo
committed
66b0efb
View commit details
Copy full SHA for 66b0efb
Browse repository at this point
chore: Release 2.3.3
fgmacedo
committed
3afc6b6
View commit details
Copy full SHA for 3afc6b6
Browse repository at this point
fix: Regression on 2.3.2 that broke Enum support (#458)
Show description for 17b3759
fgmacedo
authored
17b3759
View commit details
Copy full SHA for 17b3759
Browse repository at this point
refac: Improved internal APIs for engine and callbacks registry (#459)
fgmacedo
authored
dc8e773
View commit details
Copy full SHA for dc8e773
Browse repository at this point
Commits on Jul 1, 2024
Merge tag 'v2.3.2' into develop
Show description for 61ccc1f
fgmacedo
committed
61ccc1f
View commit details
Copy full SHA for 61ccc1f
Browse repository at this point
Merge branch 'release/2.3.2'
fgmacedo
committed
e48bde7
View commit details
Copy full SHA for e48bde7
Browse repository at this point
chore: 2.3.2 release
fgmacedo
committed
59edeee
View commit details
Copy full SHA for 59edeee
Browse repository at this point
chore: Add internal engine abstraction (strategy pattern) for sync vs hybrid sync/async (#456)
Show description for f43cfc1
fgmacedo
authored
f43cfc1
View commit details
Copy full SHA for f43cfc1
Browse repository at this point
Commits on Jun 28, 2024
chore: Improved enum support; Allow binding eventes to objects (#454)
fgmacedo
authored
6187213
View commit details
Copy full SHA for 6187213
Browse repository at this point
Commits on Jun 26, 2024
fix: Regression that broke sync callbacks interacting with Django ORM. Closes #446 (#452)
fgmacedo
authored
d446d99
View commit details
Copy full SHA for d446d99
Browse repository at this point
Fix regression that did not trigger events in nested calls within an already running transition (#451)
Show description for 2669b92
fgmacedo
authored
2669b92
View commit details
Copy full SHA for 2669b92
Browse repository at this point
Commits on Jun 25, 2024
chore: Adding test to cover scenario in #449 (#450)
Show description for af78785
fgmacedo
authored
af78785
View commit details
Copy full SHA for af78785
Browse repository at this point
Commits on Jun 23, 2024
chore: Observers rebranded to listeners (#448)
Show description for 0070f48
fgmacedo
authored
0070f48
View commit details
Copy full SHA for 0070f48
Browse repository at this point
Commits on Jun 16, 2024
tests: Adding Django test project (#447)
Show description for ee0be69
fgmacedo
authored
ee0be69
View commit details
Copy full SHA for ee0be69
Browse repository at this point
Commits on Jun 14, 2024
Improve callback registry (#442)
Show description for ee3885a
fgmacedo
authored
ee3885a
View commit details
Copy full SHA for ee3885a
Browse repository at this point
Commits on Jun 10, 2024
docs: Fix missing 2.3.1 release file
fgmacedo
committed
b18ea56
View commit details
Copy full SHA for b18ea56
Browse repository at this point
Merge tag 'v2.3.1' into develop
Show description for 6a67caf
fgmacedo
committed
6a67caf
View commit details
Copy full SHA for 6a67caf
Browse repository at this point
Merge branch 'release/2.3.1'
fgmacedo
committed
d4f5d80
View commit details
Copy full SHA for d4f5d80
Browse repository at this point
chore: New 2.3.1 release
fgmacedo
committed
c1a6a63
View commit details
Copy full SHA for c1a6a63
Browse repository at this point
docs: Fix typo on README
fgmacedo
committed
042a3e1
View commit details
Copy full SHA for 042a3e1
Browse repository at this point
Fix regression with asyncio and threading (#445)
Show description for 4026677
fgmacedo
and
jsbueno
authored
4026677
View commit details
Copy full SHA for 4026677
Browse repository at this point
Commits on Jun 7, 2024
Merge tag 'v2.3.0' into develop
Show description for d3ff328
fgmacedo
committed
d3ff328
View commit details
Copy full SHA for d3ff328
Browse repository at this point
Merge branch 'release/2.3.0'
fgmacedo
committed
d011271
View commit details
Copy full SHA for d011271
Browse repository at this point
chore: Bump version to 2.3.0
fgmacedo
committed
60221c3
View commit details
Copy full SHA for 60221c3
Browse repository at this point
fix: Fix Python3.7 tests
fgmacedo
committed
c248a43
View commit details
Copy full SHA for c248a43
Browse repository at this point
docs: Update readme
fgmacedo
committed
fe2fd15
View commit details
Copy full SHA for fe2fd15
Browse repository at this point
deps: Fix development dependencies declararion to allow python3.7+ usage
fgmacedo
committed
2bc483c
View commit details
Copy full SHA for 2bc483c
Browse repository at this point
docs: Lib logo
fgmacedo
committed
c1818ad
View commit details
Copy full SHA for c1818ad
Browse repository at this point
Update README.md to fix example (#441)
fgmacedo
authored
661147f
View commit details
Copy full SHA for 661147f
Browse repository at this point
Commits on Jun 6, 2024
feat: Support for native coroutines (asyncio) (#435)
Show description for 2dd1233
fgmacedo
authored
2dd1233
View commit details
Copy full SHA for 2dd1233
Browse repository at this point
Commits on May 8, 2024
chore: Example of issue #434
fgmacedo
committed
79546a5
View commit details
Copy full SHA for 79546a5
Browse repository at this point
Commits on May 7, 2024
fix: release action needs graphviz to run tests before publising
fgmacedo
committed
997211a
View commit details
Copy full SHA for 997211a
Browse repository at this point
Merge tag 'v2.2.0' into develop
Show description for db1cc95
fgmacedo
committed
db1cc95
View commit details
Copy full SHA for db1cc95
Browse repository at this point
Merge branch 'release/2.2.0'
fgmacedo
committed
524df07
View commit details
Copy full SHA for 524df07
Browse repository at this point
Previous
Next
You can’t perform that action at this time.