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 }}
mpettis
/
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 Oct 6, 2023
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
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
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
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 11, 2023
fix: Add support for wrapping functools.partial.
fgmacedo
authored
c9a7215
View commit details
Copy full SHA for c9a7215
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
fix: linter problens
fgmacedo
committed
de5d085
View commit details
Copy full SHA for de5d085
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 Mar 2, 2023
feat: Add queued mode (Support for RTC by default) (#359)
Show description for 6a4be03
fgmacedo
authored
6a4be03
View commit details
Copy full SHA for 6a4be03
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
feat: Support abstract SM classes. Closes #350 (#353)
fgmacedo
authored
a74defb
View commit details
Copy full SHA for a74defb
View code at this point
Browse repository at this point
Commits on Feb 11, 2023
fix: Test matrix python version not being cached properly (#346)
Show description for fb77c00
fgmacedo
authored
fb77c00
View commit details
Copy full SHA for fb77c00
View code at this point
Browse repository at this point
Commits on Jan 29, 2023
fix: Signature adapter (#343)
Show description for cb28828
fgmacedo
authored
cb28828
View commit details
Copy full SHA for cb28828
View code at this point
Browse repository at this point
Commits on Jan 28, 2023
feat: Guards now support the evaluation of truthy and falsy values and can be assigned as decorators (#342)
fgmacedo
authored
f1afe5a
View commit details
Copy full SHA for f1afe5a
View code at this point
Browse repository at this point
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 22, 2023
feat: Internal transition. Closes #78 (#328)
Show description for 08d93ce
fgmacedo
authored
08d93ce
View commit details
Copy full SHA for 08d93ce
View code at this point
Browse repository at this point
Commits on Jan 18, 2023
docs: Do not version auto-generated files (#326)
fgmacedo
authored
7a81146
View commit details
Copy full SHA for 7a81146
View code at this point
Browse repository at this point
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
feat: StateMachine observers (#312)
Show description for 762b1a9
fgmacedo
authored
762b1a9
View commit details
Copy full SHA for 762b1a9
View code at this point
Browse repository at this point
feat: Generate StateMachine diagram from cmd line (#311)
fgmacedo
authored
05fe36d
View commit details
Copy full SHA for 05fe36d
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.