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 }}
rsp2k
/
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
examples
on
develop
User selector
All users
Datepicker
All time
Commit history
Commits on Dec 3, 2024
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 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 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 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 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 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 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 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 Oct 6, 2023
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 Mar 19, 2023
feat: Support to declare States using Enum. Closes #367 (#375)
fgmacedo
authored
0a15aa7
View commit details
Copy full SHA for 0a15aa7
View code at this point
Browse repository at this point
Commits on Mar 5, 2023
fix: Transition with multiple events was calling actions of all events (#365)
fgmacedo
authored
b9e3fca
View commit details
Copy full SHA for b9e3fca
View code at this point
Browse repository at this point
feat: allow_event_without_transition (#364)
fgmacedo
authored
e8c1feb
View commit details
Copy full SHA for e8c1feb
View code at this point
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
View code at this point
Browse repository at this point
Commits on Feb 24, 2023
feat: Allow using events on callbacks (#355)
fgmacedo
authored
11c6689
View commit details
Copy full SHA for 11c6689
View code at this point
Browse repository at this point
Commits on Feb 22, 2023
feat: State.name is now optional (#354)
fgmacedo
authored
03fb1ba
View commit details
Copy full SHA for 03fb1ba
View code at this point
Browse repository at this point
Commits on Jan 28, 2023
ruff: fix warning UP008 (#339)
Show description for da9d03a
Rosi2143
authored
da9d03a
View commit details
Copy full SHA for da9d03a
View code at this point
Browse repository at this point
Commits on Jan 27, 2023
Merge tag 'fix-concurrency' into develop
Show description for 27622bc
fgmacedo
committed
27622bc
View commit details
Copy full SHA for 27622bc
View code at this point
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
View code at this point
Browse repository at this point
Commits on Jan 26, 2023
refac: Using f-strings (#333)
fgmacedo
authored
4cd9926
View commit details
Copy full SHA for 4cd9926
View code at this point
Browse repository at this point
Commits on Jan 25, 2023
docs: All doc files ported to .md (#332)
fgmacedo
authored
dd92ce2
View commit details
Copy full SHA for dd92ce2
View code at this point
Browse repository at this point
docs: Improvements on the docs, removing jupyterlite (#331)
fgmacedo
authored
6ea6e2d
View commit details
Copy full SHA for 6ea6e2d
View code at this point
Browse repository at this point
Commits on Jan 18, 2023
Documentation: Just some easy typo corrections (#321)
Show description for 693e90c
Rosi2143
authored
693e90c
View commit details
Copy full SHA for 693e90c
View code at this point
Browse repository at this point
Commits on Jan 15, 2023
tool: Setup ruff, removing python2 code (#320)
Show description for 7c897f3
fgmacedo
authored
7c897f3
View commit details
Copy full SHA for 7c897f3
View code at this point
Browse repository at this point
Commits on Jan 14, 2023
tooling: Porting to poetry/ruff (#319)
fgmacedo
authored
1190bd8
View commit details
Copy full SHA for 1190bd8
View code at this point
Browse repository at this point
Commits on Jan 13, 2023
bump version 1.0.2 and release notes
fgmacedo
committed
63bb162
View commit details
Copy full SHA for 63bb162
View code at this point
Browse repository at this point
Commits on Jan 12, 2023
fix docs with jupyterlab
fgmacedo
committed
2ccbadb
View commit details
Copy full SHA for 2ccbadb
View code at this point
Browse repository at this point
Commits on Jan 11, 2023
refac: Adding https://github.com/asottile/reorder_python_imports to pre-commit hooks
fgmacedo
committed
5bf10af
View commit details
Copy full SHA for 5bf10af
View code at this point
Browse repository at this point
black
fgmacedo
committed
d7738e9
View commit details
Copy full SHA for d7738e9
View code at this point
Browse repository at this point
Commits on Jan 10, 2023
refac: Removing all internal references in code and docs to deprecated features (#309)
fgmacedo
authored
233d25f
View commit details
Copy full SHA for 233d25f
View code at this point
Browse repository at this point
feat: Actions as decorators (#307)
fgmacedo
authored
4c7e938
View commit details
Copy full SHA for 4c7e938
View code at this point
Browse repository at this point
Commits on Jan 8, 2023
chore: Improved docs. Conditions renamed to 'cond' to follow SCXML
fgmacedo
committed
be9ec1e
View commit details
Copy full SHA for be9ec1e
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.