Skip to content
Navigation Menu
Toggle navigation
Sign in
Appearance settings
Product
GitHub Copilot
Write better code with AI
GitHub Models
New
Manage and compare prompts
GitHub Advanced Security
Find and fix vulnerabilities
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Discussions
Collaborate outside of code
Code Search
Find more, search less
Explore
Why GitHub
All features
Documentation
GitHub Skills
Blog
Solutions
By company size
Enterprises
Small and medium teams
Startups
Nonprofits
By use case
DevSecOps
DevOps
CI/CD
View all use cases
By industry
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
Topics
AI
DevOps
Security
Software Development
View all
Explore
Learning Pathways
Events & Webinars
Ebooks & Whitepapers
Customer Stories
Partners
Executive Insights
Open Source
GitHub Sponsors
Fund open source developers
The ReadME Project
GitHub community articles
Repositories
Topics
Trending
Collections
Enterprise
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 or jump to...
Search code, repositories, users, issues, pull requests...
Search syntax tips
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Sign in
Sign up
Appearance settings
Resetting focus
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 }}
serge-sans-paille
/
pythran
Public
Notifications
You must be signed in to change notification settings
Fork
197
Star
2.1k
Code
Issues
133
Pull requests
13
Actions
Projects
0
Security
Uh oh!
There was an error while loading.
Please reload this page
.
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security
Insights
Commits
Branch selector
master
User selector
All users
Datepicker
All time
Commit History
Commits on Jun 1, 2025
Add missing changelog entry for 0.18.0
Show description for 32a1058
serge-sans-paille
committed
32a1058
Copy full SHA for 32a1058
Commits on May 10, 2025
0.18.0 - balafenn
serge-sans-paille
committed
7f2a83a
Copy full SHA for 7f2a83a
Fix uninitialized iexpr assignment
Show description for e01e14d
serge-sans-paille
committed
e01e14d
Copy full SHA for e01e14d
Fix folding of comparison operators
serge-sans-paille
committed
a88743b
Copy full SHA for a88743b
Take augassign into account when removing nested functions
Show description for 2fddd6f
serge-sans-paille
committed
2fddd6f
Copy full SHA for 2fddd6f
Fix local processing in presence of else: clause in for loop
Show description for 6c528f8
serge-sans-paille
committed
6c528f8
Copy full SHA for 6c528f8
Fix detection of c++ compiler
Show description for a04619a
serge-sans-paille
committed
a04619a
Copy full SHA for a04619a
Commits on Apr 23, 2025
Traverse augassign when computing scopes
Show description for 91ca912
serge-sans-paille
committed
91ca912
Copy full SHA for 91ca912
Commits on Apr 22, 2025
Reproducible ContainerOf iteration
serge-sans-paille
committed
ac04ff0
Copy full SHA for ac04ff0
Fix overload handling for NoneType
Show description for bc0bb04
serge-sans-paille
committed
bc0bb04
Copy full SHA for bc0bb04
Fix type inference in presence of augassign
Show description for 32d87d2
serge-sans-paille
committed
32d87d2
Copy full SHA for 32d87d2
Commits on Apr 17, 2025
Improve forward substitution in presence of augassign
serge-sans-paille
committed
2d363c2
Copy full SHA for 2d363c2
Remove dead code in tests
serge-sans-paille
committed
efdad2a
Copy full SHA for efdad2a
Faster (and common!) implementation of make_integer_sequence
serge-sans-paille
committed
6203cad
Copy full SHA for 6203cad
[ci] Upgrade ubuntu image
Show description for e8212e8
serge-sans-paille
committed
e8212e8
Copy full SHA for e8212e8
Only register a node in name_to_nodes if the combiner was succesful
Show description for e6cf70f
serge-sans-paille
committed
e6cf70f
Copy full SHA for e6cf70f
Commits on Apr 15, 2025
Reproducible aliasing ordering
serge-sans-paille
committed
ed89a4a
Copy full SHA for ed89a4a
Reproducible nested functions removal
serge-sans-paille
committed
bbf50da
Copy full SHA for bbf50da
Reproducible topological order
serge-sans-paille
committed
82a8d38
Copy full SHA for 82a8d38
Verify reproducibility of c++ output
serge-sans-paille
committed
472f5d4
Copy full SHA for 472f5d4
Reproducible (because sortable) alias order
serge-sans-paille
committed
7e9395e
Copy full SHA for 7e9395e
Stateless PType
serge-sans-paille
committed
d635470
Copy full SHA for d635470
Reproducible local declaration order
serge-sans-paille
committed
7cb1f9a
Copy full SHA for 7cb1f9a
Reproducible identifiers generation
serge-sans-paille
committed
9a5ec4e
Copy full SHA for 9a5ec4e
Reproducible include order
serge-sans-paille
committed
934f916
Copy full SHA for 934f916
Commits on Apr 13, 2025
More flexible implementation of default list
Show description for 47c7501
serge-sans-paille
committed
47c7501
Copy full SHA for 47c7501
Fix typing issue under complex slice combination
serge-sans-paille
committed
3da6a14
Copy full SHA for 3da6a14
Commits on Apr 7, 2025
Add support for nonlocal keyword
Show description for 6f0e988
serge-sans-paille
committed
6f0e988
Copy full SHA for 6f0e988
Commits on Apr 4, 2025
Fix bug in nested function remover
Show description for 7135485
serge-sans-paille
committed
7135485
Copy full SHA for 7135485
Cope with numpy.bool deprecation
serge-sans-paille
committed
69ad633
Copy full SHA for 69ad633
Be more informative about UnboundIdentifierError
serge-sans-paille
committed
d950b58
Copy full SHA for d950b58
Commits on Mar 26, 2025
Optimize generation of cxx types
Show description for cdeaee9
serge-sans-paille
committed
cdeaee9
Copy full SHA for cdeaee9
Use inheritance instead of member type for __combined specialization
serge-sans-paille
committed
a2f06ec
Copy full SHA for a2f06ec
Remove redundant extra combiner for Assigned Subscript
Show description for 9bc0650
serge-sans-paille
committed
9bc0650
Copy full SHA for 9bc0650
Improve nested functions support
Show description for c46f0b9
serge-sans-paille
committed
c46f0b9
Copy full SHA for c46f0b9
Pagination
Previous
Next
You can’t perform that action at this time.