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
Breadcrumbs
History for
python-statemachine
statemachine
on
develop
User selector
All users
Datepicker
All time
Commit history
Commits on Jul 3, 2024
chore: Release 2.3.3
fgmacedo
committed
3afc6b6
View commit details
Copy full SHA for 3afc6b6
View code at this point
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
View code at this point
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
View code at this point
Browse repository at this point
Commits on Jul 1, 2024
chore: 2.3.2 release
fgmacedo
committed
59edeee
View commit details
Copy full SHA for 59edeee
View code at this point
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
View code at this point
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
View code at this point
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
View code at this point
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
View code at this point
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
View code at this point
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
View code at this point
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
View code at this point
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
View code at this point
Browse repository at this point
Commits on Jun 10, 2024
chore: New 2.3.1 release
fgmacedo
committed
c1a6a63
View commit details
Copy full SHA for c1a6a63
View code at this point
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
View code at this point
Browse repository at this point
Commits on Jun 7, 2024
chore: Bump version to 2.3.0
fgmacedo
committed
60221c3
View commit details
Copy full SHA for 60221c3
View code at this point
Browse repository at this point
fix: Fix Python3.7 tests
fgmacedo
committed
c248a43
View commit details
Copy full SHA for c248a43
View code at this point
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
View code at this point
Browse repository at this point
Commits on May 7, 2024
chore: Bump version to 2.2.0
fgmacedo
committed
45427e5
View commit details
Copy full SHA for 45427e5
View code at this point
Browse repository at this point
chore: Remove upgrade warnings
fgmacedo
committed
ab0e91b
View commit details
Copy full SHA for ab0e91b
View code at this point
Browse repository at this point
Commits on May 6, 2024
chore: Improved setup by 40% changing state and transitions callbacks setup to factory (run only once per class instead of by instance creation (#433)
fgmacedo
authored
4f334c3
View commit details
Copy full SHA for 4f334c3
View code at this point
Browse repository at this point
Commits on May 5, 2024
chore: StateMachine setup as observer sharing same code (#432)
fgmacedo
authored
df06976
View commit details
Copy full SHA for df06976
View code at this point
Browse repository at this point
fix: Fix passing conditions callbacks as references. (#431)
fgmacedo
authored
f55eb5a
View commit details
Copy full SHA for f55eb5a
View code at this point
Browse repository at this point
Commits on May 3, 2024
update a comment. (#429)
Show description for d195b4a
NitaiP
and
Nitai Pramanik
authored
d195b4a
View commit details
Copy full SHA for d195b4a
View code at this point
Browse repository at this point
Commits on Apr 29, 2024
Unifying callbacks setup with the observer machinery (#427)
Show description for ca94afe
fgmacedo
authored
ca94afe
View commit details
Copy full SHA for ca94afe
View code at this point
Browse repository at this point
Commits on Apr 18, 2024
fix: Reconstructing callable references when using deepcopy over a SM. (#425)
fgmacedo
authored
16f2a73
View commit details
Copy full SHA for 16f2a73
View code at this point
Browse repository at this point
Commits on Apr 17, 2024
Update deps - using ruff instead of black (#426)
Show description for f236cad
fgmacedo
authored
f236cad
View commit details
Copy full SHA for f236cad
View code at this point
Browse repository at this point
Commits on Dec 4, 2023
Check for trap states and states that can't reach a final state (#410)
Show description for 6d90d2e
twoolie
authored
6d90d2e
View commit details
Copy full SHA for 6d90d2e
View code at this point
Browse repository at this point
Commits on Oct 6, 2023
bump version to 2.1.2
fgmacedo
committed
fbd1484
View commit details
Copy full SHA for fbd1484
View code at this point
Browse repository at this point
chore: Improve observers visitor reusing the initial setup loop
fgmacedo
committed
a17fe7f
View commit details
Copy full SHA for a17fe7f
View code at this point
Browse repository at this point
chore: Improve setup performance (#401)
Show description for 63d2048
fgmacedo
authored
63d2048
View commit details
Copy full SHA for 63d2048
View code at this point
Browse repository at this point
Commits on Aug 3, 2023
bump version to 2.1.1
fgmacedo
committed
1b0664c
View commit details
Copy full SHA for 1b0664c
View code at this point
Browse repository at this point
chore: Improved factory type hints (#399)
fgmacedo
authored
0469cb0
View commit details
Copy full SHA for 0469cb0
View code at this point
Browse repository at this point
Commits on Jun 12, 2023
fix: Add support for pytest-mock spy method fixing the SignatureAdapter (#392)
fgmacedo
authored
d16ee12
View commit details
Copy full SHA for d16ee12
View code at this point
Browse repository at this point
new release 2.1.0
fgmacedo
committed
3a16db1
View commit details
Copy full SHA for 3a16db1
View code at this point
Browse repository at this point
Commits on May 5, 2023
fix: Multiple observers can watch the same callback (#387)
fgmacedo
authored
2de95fb
View commit details
Copy full SHA for 2de95fb
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.