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 }}
simonweniger
/
python-statemachine
Public
forked from
fgmacedo/python-statemachine
Notifications
You must be signed in to change notification settings
Fork
0
Star
1
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
docs
on
develop
User selector
All users
Datepicker
All time
Commit history
Commits on May 1, 2024
chore: Adding 2.2.0 release notes
fgmacedo
committed
d6826a6
View commit details
Copy full SHA for d6826a6
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
chore: Adding note about support for python 3.12
fgmacedo
committed
2d9b259
View commit details
Copy full SHA for 2d9b259
View code at this point
Browse repository at this point
chore: 2.1.2 release notes
fgmacedo
committed
741512e
View commit details
Copy full SHA for 741512e
View code at this point
Browse repository at this point
Commits on Aug 3, 2023
Updated 2.1.1 release notes
fgmacedo
committed
96992c4
View commit details
Copy full SHA for 96992c4
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
Commits on Mar 20, 2023
docs: add explanation for action return values (#378)
Show description for c60f7fe
iamgodot
authored
c60f7fe
View commit details
Copy full SHA for c60f7fe
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 13, 2023
docs: Improve 2.0 release notes and readme (#371)
fgmacedo
authored
2420b18
View commit details
Copy full SHA for 2420b18
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
bump version: 2.0.0
fgmacedo
committed
cd7a223
View commit details
Copy full SHA for cd7a223
View code at this point
Browse repository at this point
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
Commits on Mar 4, 2023
feat: Add i18n support. Closes #19 (#362)
fgmacedo
authored
1cef155
View commit details
Copy full SHA for 1cef155
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
docs: Improved docs for 2.0 release (#352)
fgmacedo
authored
0a54b24
View commit details
Copy full SHA for 0a54b24
View code at this point
Browse repository at this point
Commits on Feb 11, 2023
docs: update images
fgmacedo
committed
7663a5a
View commit details
Copy full SHA for 7663a5a
View code at this point
Browse repository at this point
Commits on Feb 10, 2023
Extended the documentation to show a few more (#340)
Show description for 26f3096
Rosi2143
authored
26f3096
View commit details
Copy full SHA for 26f3096
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
README: add prerequisites for contributions (#338)
Show description for b4587dc
Rosi2143
authored
b4587dc
View commit details
Copy full SHA for b4587dc
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 'prepare_1.0.3' into develop
Show description for 6dbc55c
fgmacedo
committed
6dbc55c
View commit details
Copy full SHA for 6dbc55c
View code at this point
Browse repository at this point
bumpversion: 1.0.3
fgmacedo
committed
7733449
View commit details
Copy full SHA for 7733449
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
Previous
Next
You can’t perform that action at this time.