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 }}
RonSheely
/
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 Jan 26, 2025
chore: Removing Python3.7 from the build matrix
fgmacedo
committed
ef351d5
View commit details
Copy full SHA for ef351d5
Browse repository at this point
tests: Ignore tests that requires dot if the executable is not present (#519)
fgmacedo
authored
bdb4fbd
View commit details
Copy full SHA for bdb4fbd
Browse repository at this point
Commits on Jan 14, 2025
docs: mention pydot resolution settings (#514)
Show description for 9954890
comalice
and
Albert Latham
authored
9954890
View commit details
Copy full SHA for 9954890
Browse repository at this point
Commits on Dec 3, 2024
typo: Fix package email metadata
fgmacedo
committed
4449a9c
View commit details
Copy full SHA for 4449a9c
Browse repository at this point
Merge tag 'v2.5.0' into develop
Show description for 68ba609
fgmacedo
committed
68ba609
View commit details
Copy full SHA for 68ba609
Browse repository at this point
Merge branch 'release/2.5.0'
fgmacedo
committed
d5006b5
View commit details
Copy full SHA for d5006b5
Browse repository at this point
chore: Misc; Optimization TODO
fgmacedo
committed
2093cf1
View commit details
Copy full SHA for 2093cf1
Browse repository at this point
chore: Bump version to 2.5.0
fgmacedo
committed
80f09d6
View commit details
Copy full SHA for 80f09d6
Browse repository at this point
feat: Comparison in condition expressions (#507)
fgmacedo
authored
b1ef079
View commit details
Copy full SHA for b1ef079
Browse repository at this point
Commits on Nov 30, 2024
feat: Allow using event as decorator to register callbacks (#506)
fgmacedo
authored
1f91cc4
View commit details
Copy full SHA for 1f91cc4
Browse repository at this point
docs: Improving docs for async. Closes #502 (#505)
fgmacedo
authored
ad0e92e
View commit details
Copy full SHA for ad0e92e
Browse repository at this point
refac: Improved support for pickle and deepcopy (#504)
fgmacedo
authored
2977f83
View commit details
Copy full SHA for 2977f83
Browse repository at this point
feat: Supporting pickle protocol (#500)
fgmacedo
authored
e16e0ef
View commit details
Copy full SHA for e16e0ef
Browse repository at this point
Commits on Nov 20, 2024
refac: Engine now owns the queue; Attempt to simplify engines (~15 lines less per engine) (#498)
fgmacedo
authored
9b55852
View commit details
Copy full SHA for 9b55852
Browse repository at this point
Commits on Nov 18, 2024
Adding State.from_.any() (#497)
Show description for c1fea89
fgmacedo
authored
c1fea89
View commit details
Copy full SHA for c1fea89
Browse repository at this point
Commits on Nov 14, 2024
chore: Update GH CI action versions
fgmacedo
committed
bf55631
View commit details
Copy full SHA for bf55631
Browse repository at this point
chore: Improved release.yml workflow
fgmacedo
committed
23b942e
View commit details
Copy full SHA for 23b942e
Browse repository at this point
Commits on Nov 13, 2024
chore: Updating classifiers
fgmacedo
committed
d4df6c9
View commit details
Copy full SHA for d4df6c9
Browse repository at this point
Commits on Nov 12, 2024
refac: Improved isolation of components; caching results of built-in iscoroutinefunction (#493)
fgmacedo
authored
4e29771
View commit details
Copy full SHA for 4e29771
Browse repository at this point
chore: Coverage without dynamic context
fgmacedo
committed
5528c3e
View commit details
Copy full SHA for 5528c3e
Browse repository at this point
chore: Fix pre-commit and update docs references for Poetry to UV (#492)
Show description for 56a1985
fgmacedo
authored
56a1985
View commit details
Copy full SHA for 56a1985
Browse repository at this point
chore: Porting from poetry to UV (#491)
fgmacedo
authored
a5ef7fe
View commit details
Copy full SHA for a5ef7fe
Browse repository at this point
Commits on Nov 7, 2024
macedo/refac dispatcher (#490)
Show description for a5a1392
fgmacedo
authored
a5a1392
View commit details
Copy full SHA for a5a1392
Browse repository at this point
feat: Events as commands on 'allowed_events' and 'events' SM properties lists (#489)
fgmacedo
authored
8985849
View commit details
Copy full SHA for 8985849
Browse repository at this point
Commits on Nov 6, 2024
release: Fix some docs typos
fgmacedo
committed
cc55e08
View commit details
Copy full SHA for cc55e08
Browse repository at this point
Commits on Nov 5, 2024
Merge tag 'v2.4.0' into develop
Show description for c5ad450
fgmacedo
committed
c5ad450
View commit details
Copy full SHA for c5ad450
Browse repository at this point
Merge branch 'release/2.4.0'
fgmacedo
committed
9434716
View commit details
Copy full SHA for 9434716
Browse repository at this point
release: Update translations
fgmacedo
committed
90b78fc
View commit details
Copy full SHA for 90b78fc
Browse repository at this point
release: New 2.4.0 release doc
fgmacedo
committed
5bd27b7
View commit details
Copy full SHA for 5bd27b7
Browse repository at this point
docs: Improving docs for events
fgmacedo
committed
9cadf84
View commit details
Copy full SHA for 9cadf84
Browse repository at this point
Commits on Nov 4, 2024
feat: Improved Event class (#488)
fgmacedo
authored
f22bae0
View commit details
Copy full SHA for f22bae0
Browse repository at this point
Commits on Nov 2, 2024
feat: Conditionals with boolean algebra (#487)
fgmacedo
authored
1275cd4
View commit details
Copy full SHA for 1275cd4
Browse repository at this point
Commits on Nov 1, 2024
fix: Fix nested events inside loops leaking memory by referencing the previous 'event_data' when calling the next event on queue (#485)
Show description for ff14d62
fgmacedo
authored
ff14d62
View commit details
Copy full SHA for ff14d62
Browse repository at this point
Commits on Sep 11, 2024
Merge tag 'v2.3.6' into develop
Show description for 25d6392
fgmacedo
committed
25d6392
View commit details
Copy full SHA for 25d6392
Browse repository at this point
Merge branch 'release/2.3.6'
fgmacedo
committed
0610c9d
View commit details
Copy full SHA for 0610c9d
Browse repository at this point
Previous
Next
You can’t perform that action at this time.