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
Breadcrumbs
History for
python-statemachine
tests
on
develop
User selector
All users
Datepicker
All time
Commit history
Commits on Jan 26, 2025
tests: Ignore tests that requires dot if the executable is not present (#519)
fgmacedo
authored
bdb4fbd
View commit details
Copy full SHA for bdb4fbd
View code at this point
Browse repository at this point
Commits on Dec 3, 2024
chore: Misc; Optimization TODO
fgmacedo
committed
2093cf1
View commit details
Copy full SHA for 2093cf1
View code at this point
Browse repository at this point
feat: Comparison in condition expressions (#507)
fgmacedo
authored
b1ef079
View commit details
Copy full SHA for b1ef079
View code at this point
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
View code at this point
Browse repository at this point
feat: Supporting pickle protocol (#500)
fgmacedo
authored
e16e0ef
View commit details
Copy full SHA for e16e0ef
View code at this point
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
View code at this point
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
View code at this point
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
View code at this point
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
View code at this point
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
View code at this point
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
View code at this point
Browse repository at this point
Commits on Nov 5, 2024
release: New 2.4.0 release doc
fgmacedo
committed
5bd27b7
View commit details
Copy full SHA for 5bd27b7
View code at this point
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
View code at this point
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
View code at this point
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
View code at this point
Browse repository at this point
Commits on Sep 11, 2024
fix: Fix #480, engine was not assigned on the initial callback (#481)
fgmacedo
authored
e4a2092
View commit details
Copy full SHA for e4a2092
View code at this point
Browse repository at this point
Commits on Jul 11, 2024
fix: Regression that causes an exception when registering listeners with unbounded callables. (#466)
fgmacedo
authored
d308b47
View commit details
Copy full SHA for d308b47
View code at this point
Browse repository at this point
Commits on Jul 6, 2024
docs: Moving from rtd_theme to furo (#460)
Show description for 7de1489
fgmacedo
authored
7de1489
View commit details
Copy full SHA for 7de1489
View code at this point
Browse repository at this point
Commits on Jul 3, 2024
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
Commits on Jul 1, 2024
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
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 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 8, 2024
chore: Example of issue #434
fgmacedo
committed
79546a5
View commit details
Copy full SHA for 79546a5
View code at this point
Browse repository at this point
Commits on May 7, 2024
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 5, 2024
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 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
Previous
Next
You can’t perform that action at this time.