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
Accelerator
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
Type
/
to 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 }}
Uh oh!
There was an error while loading.
Please reload this page
.
TheAlgorithms
/
Python
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
50.9k
Star
224k
Code
Issues
142
Pull requests
880
Discussions
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Wiki
Security and quality
Insights
Fix type hints in sorts/tim_sort.py, relates to #14457
- #14474
#14474
Merged
poyea
merged 14 commits into
TheAlgorithms:master
TheAlgorithms/Python:master
from
ale-molinari:fix-timsort-typehints
ale-molinari/Python:fix-timsort-typehints
Copy head branch name to clipboard
May 18, 2026
Conversation
Commits
14
(14)
Checks
Files changed
Merged
Fix type hints in sorts/tim_sort.py, relates to #14457
#14474
poyea
merged 14 commits into
TheAlgorithms:master
TheAlgorithms/Python:master
from
ale-molinari:fix-timsort-typehints
ale-molinari/Python:fix-timsort-typehints
Copy head branch name to clipboard
Commits
Commits on Mar 28, 2026
Add type hints to tim_sort.py, relates to #14457
ale-molinari
committed
807dff8
View commit details
Copy full SHA for 807dff8
Browse repository at this point
[pre-commit.ci] auto fixes from pre-commit.com hooks
Show description for f3c5437
pre-commit-ci[bot]
committed
f3c5437
View commit details
Copy full SHA for f3c5437
Browse repository at this point
Fix ruff PYI041 error: use float instead of int | float
ale-molinari
committed
2ff1963
View commit details
Copy full SHA for 2ff1963
Browse repository at this point
Resolve merge conflict and use float instead of int | float
ale-molinari
committed
4687407
View commit details
Copy full SHA for 4687407
Browse repository at this point
Fix mypy error: support str and tuple inputs as defined in doctests
ale-molinari
committed
ad806f9
View commit details
Copy full SHA for ad806f9
Browse repository at this point
[pre-commit.ci] auto fixes from pre-commit.com hooks
Show description for 98a4ef1
pre-commit-ci[bot]
committed
98a4ef1
View commit details
Copy full SHA for 98a4ef1
Browse repository at this point
Fix ruff E501: wrap binary_search parameters to respect 88 char limit
ale-molinari
committed
db8484a
View commit details
Copy full SHA for db8484a
Browse repository at this point
Fix mypy errors using TypeVar to ensure homogeneous lists
ale-molinari
committed
8f5055c
View commit details
Copy full SHA for 8f5055c
Browse repository at this point
[pre-commit.ci] auto fixes from pre-commit.com hooks
Show description for 6bc4358
pre-commit-ci[bot]
committed
6bc4358
View commit details
Copy full SHA for 6bc4358
Browse repository at this point
Refactor generics to use Python 3.12 type parameter syntax (PEP 695)
ale-molinari
committed
4d9b42a
View commit details
Copy full SHA for 4d9b42a
Browse repository at this point
Resolve merge conflict to keep Python 3.12 generics
ale-molinari
committed
f41a6b2
View commit details
Copy full SHA for f41a6b2
Browse repository at this point
Use Any from typing to resolve mypy list unpacking bugs
ale-molinari
committed
6619743
View commit details
Copy full SHA for 6619743
Browse repository at this point
[pre-commit.ci] auto fixes from pre-commit.com hooks
Show description for 4d12ec8
pre-commit-ci[bot]
committed
4d12ec8
View commit details
Copy full SHA for 4d12ec8
Browse repository at this point
Commits on May 18, 2026
Merge branch 'master' into fix-timsort-typehints
poyea
authored
d418f62
View commit details
Copy full SHA for d418f62
Browse repository at this point
You can’t perform that action at this time.