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 }}
mypyc
/
mypyc
Public
Notifications
You must be signed in to change notification settings
Fork
49
Star
2k
Code
Issues
301
Pull requests
0
Actions
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Security and quality
Insights
Commits
Branch selector
master
User selector
All users
Datepicker
All time
Commit history
Commits on Mar 7, 2021
Add feature highlights to README (#810)
JukkaL
authored
4dcb006
View commit details
Copy full SHA for 4dcb006
Browse repository at this point
Simplify readme heading and add another link to code (#809)
Show description for a4b20f1
JukkaL
authored
a4b20f1
View commit details
Copy full SHA for a4b20f1
Browse repository at this point
Add basic README content (#808)
JukkaL
authored
abfbd48
View commit details
Copy full SHA for abfbd48
Browse repository at this point
Commits on Sep 6, 2019
Update 404 link to mypy/mypyc (#698)
bsolomon1124
authored and
ilevkivskyi
committed
8996f51
View commit details
Copy full SHA for 8996f51
Browse repository at this point
Commits on Sep 5, 2019
Complete the move into mypy!
msullivan
committed
da217f4
View commit details
Copy full SHA for da217f4
Browse repository at this point
Commits on Aug 21, 2019
[mypyc] Remove the __init__ magic that finds mypy
Show description for 068618a
msullivan
committed
068618a
View commit details
Copy full SHA for 068618a
Browse repository at this point
[mypyc] Disable the typechecking and flake8 tests
msullivan
committed
f52e163
View commit details
Copy full SHA for f52e163
Browse repository at this point
[mypyc] Move some of the scripts under misc
msullivan
committed
fa281bd
View commit details
Copy full SHA for fa281bd
Browse repository at this point
[mypyc] Move all test-data under mypyc
msullivan
committed
b4f1c3c
View commit details
Copy full SHA for b4f1c3c
Browse repository at this point
[mypyc] Move doc under the mypyc directory
msullivan
committed
01a9ba9
View commit details
Copy full SHA for 01a9ba9
Browse repository at this point
[mypyc] Move googletest under the mypyc directory
msullivan
committed
6c7c675
View commit details
Copy full SHA for 6c7c675
Browse repository at this point
[mypyc] Move README
msullivan
committed
0264816
View commit details
Copy full SHA for 0264816
Browse repository at this point
Commits on Aug 20, 2019
Update mypy version
Show description for 58bf710
msullivan
committed
58bf710
View commit details
Copy full SHA for 58bf710
Browse repository at this point
Fix a crash in CPy_GetTypeName
msullivan
committed
de51ea2
View commit details
Copy full SHA for de51ea2
Browse repository at this point
Fixes to the build-debug-python.sh script
msullivan
committed
37afcbc
View commit details
Copy full SHA for 37afcbc
Browse repository at this point
Show actual runtime type if a cast fails (#692)
Show description for 0223a69
msullivan
authored
0223a69
View commit details
Copy full SHA for 0223a69
Browse repository at this point
Improve tracebacks (#691)
Show description for cffbb79
msullivan
authored
cffbb79
View commit details
Copy full SHA for cffbb79
Browse repository at this point
Implement a primitive op for str.join (#689)
msullivan
authored
f793e15
View commit details
Copy full SHA for f793e15
Browse repository at this point
Some fixes to returning from generators (#688)
Show description for cc7322a
msullivan
authored
cc7322a
View commit details
Copy full SHA for cc7322a
Browse repository at this point
Commits on Aug 18, 2019
Add a prim for 3-argument getattr (#687)
msullivan
authored
b6ee82a
View commit details
Copy full SHA for b6ee82a
Browse repository at this point
Don't do a py_getattr when calling a non-method attr (#685)
msullivan
authored
6ba4bfd
View commit details
Copy full SHA for 6ba4bfd
Browse repository at this point
Add a primitive for id (#684)
msullivan
authored
60468b1
View commit details
Copy full SHA for 60468b1
Browse repository at this point
Add a primitive to use PyUnicode_Append (#686)
Show description for 96b19ce
msullivan
authored
96b19ce
View commit details
Copy full SHA for 96b19ce
Browse repository at this point
Cache enum attributes (#672)
Show description for ba2ea03
SanjitKal
authored and
msullivan
committed
ba2ea03
View commit details
Copy full SHA for ba2ea03
Browse repository at this point
Spill the old exception in iterators with excepts (#683)
msullivan
authored
be11726
View commit details
Copy full SHA for be11726
Browse repository at this point
Commits on Aug 8, 2019
Implement real support for default arguments (#680)
Show description for b94177d
msullivan
authored
b94177d
View commit details
Copy full SHA for b94177d
Browse repository at this point
Update mypy version (#679)
Show description for 166151c
msullivan
authored
166151c
View commit details
Copy full SHA for 166151c
Browse repository at this point
Commits on Aug 7, 2019
Use a function call for doing decrefs instead of a macro (#675)
Show description for d875f0d
msullivan
authored
d875f0d
View commit details
Copy full SHA for d875f0d
Browse repository at this point
Commits on Aug 5, 2019
Add a typing_extensions dependency
msullivan
committed
419315a
View commit details
Copy full SHA for 419315a
Browse repository at this point
Update mypy version (#674)
msullivan
authored
5d84684
View commit details
Copy full SHA for 5d84684
Browse repository at this point
Commits on Aug 3, 2019
Add click module stuff to import_map (#673)
SanjitKal
authored and
msullivan
committed
eceebce
View commit details
Copy full SHA for eceebce
Browse repository at this point
Commits on Aug 1, 2019
Async await support (#670)
Show description for b8e5c9d
SanjitKal
authored
b8e5c9d
View commit details
Copy full SHA for b8e5c9d
Browse repository at this point
Commits on Jul 31, 2019
Fix generating glue for functions with positional default args (#669)
Show description for 24437d3
msullivan
authored
24437d3
View commit details
Copy full SHA for 24437d3
Browse repository at this point
use sys.version_info instead of .ini information in build.py (#668)
SanjitKal
authored
a1c092d
View commit details
Copy full SHA for a1c092d
Browse repository at this point
Generator and non-extension class fixes (#663)
Show description for c931b01
SanjitKal
authored
c931b01
View commit details
Copy full SHA for c931b01
Browse repository at this point
Previous
Next
You can’t perform that action at this time.