Thanks to visit codestin.com
Credit goes to github.com
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 }}
mjwoolf
/
nativepython
Public
forked from
APrioriInvestments/typed_python
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
nativepython
nativepython
type_wrappers
on
dev
User selector
All users
Datepicker
All time
Commit history
Commits on Mar 4, 2019
Fix F401 in nativepython: 'xyz' imported but unused
atzannes
committed
9377076
View commit details
Copy full SHA for 9377076
View code at this point
Browse repository at this point
Commits on Feb 28, 2019
Fix E741: ambiguous variable name 'l'
atzannes
committed
7203f9a
View commit details
Copy full SHA for 7203f9a
View code at this point
Browse repository at this point
Commits on Feb 26, 2019
Fix most F841: local variable 'xyz' is assigned to but never used
Show description for ed0437a
atzannes
committed
ed0437a
View commit details
Copy full SHA for ed0437a
View code at this point
Browse repository at this point
Fix E128: continuation line under-indented for visual indent
atzannes
committed
e1e9955
View commit details
Copy full SHA for e1e9955
View code at this point
Browse repository at this point
Fix E131: continuation line unaligned for hanging indent
atzannes
committed
fbb1978
View commit details
Copy full SHA for fbb1978
View code at this point
Browse repository at this point
Fix E126: continuation line over-indented for hanging indent
atzannes
committed
013de45
View commit details
Copy full SHA for 013de45
View code at this point
Browse repository at this point
Commits on Feb 24, 2019
Fix E703: statement ends with a semicolon
atzannes
committed
822dda9
View commit details
Copy full SHA for 822dda9
View code at this point
Browse repository at this point
Fix E124: closing bracket does not match visual indentation
Show description for e7c9f92
atzannes
committed
e7c9f92
View commit details
Copy full SHA for e7c9f92
View code at this point
Browse repository at this point
Manually fix remaining E123 pep8 errors
atzannes
committed
0635f62
View commit details
Copy full SHA for 0635f62
View code at this point
Browse repository at this point
Fix E123: closing bracket does not match indentation of opening bracket's line
atzannes
committed
9229ff9
View commit details
Copy full SHA for 9229ff9
View code at this point
Browse repository at this point
Fix E121: continuation line under-indented for hanging indent
atzannes
committed
1b24d95
View commit details
Copy full SHA for 1b24d95
View code at this point
Browse repository at this point
Fix E262,E265: comment should start with '# '
atzannes
committed
37e510a
View commit details
Copy full SHA for 37e510a
View code at this point
Browse repository at this point
Fix E301: expected 1 blank line, found 0
atzannes
committed
3c9ee75
View commit details
Copy full SHA for 3c9ee75
View code at this point
Browse repository at this point
Fix E305: expected 2 blank lines after class or function definition
atzannes
committed
a0f6fbf
View commit details
Copy full SHA for a0f6fbf
View code at this point
Browse repository at this point
Fix E303: too many blank lines
atzannes
committed
c47a174
View commit details
Copy full SHA for c47a174
View code at this point
Browse repository at this point
Fix E302: expected 2 blank lines, found 1
atzannes
committed
e263c1d
View commit details
Copy full SHA for e263c1d
View code at this point
Browse repository at this point
Spaces around operators: E221, E222, E225, E226, E227, E228
Show description for da3ba19
atzannes
committed
da3ba19
View commit details
Copy full SHA for da3ba19
View code at this point
Browse repository at this point
Fix W391: blank line at end of file
atzannes
committed
aab0475
View commit details
Copy full SHA for aab0475
View code at this point
Browse repository at this point
Fix E231 missing whitespace after ','
Show description for c39258f
atzannes
committed
c39258f
View commit details
Copy full SHA for c39258f
View code at this point
Browse repository at this point
Fix E251: unexpected spaces around keyword / parameter equals
Show description for 30386d4
atzannes
committed
30386d4
View commit details
Copy full SHA for 30386d4
View code at this point
Browse repository at this point
Commits on Feb 13, 2019
Add a docstring.
braxtonmckee
committed
98eaef3
View commit details
Copy full SHA for 98eaef3
View code at this point
Browse repository at this point
Compiled code knows that 'refcount' needs to be modified atomically.
braxtonmckee
committed
da4585e
View commit details
Copy full SHA for da4585e
View code at this point
Browse repository at this point
Commits on Feb 8, 2019
Add interpreter operations for alternative bitnesses.
braxtonmckee
committed
43aa9ae
View commit details
Copy full SHA for 43aa9ae
View code at this point
Browse repository at this point
Commits on Feb 7, 2019
Add for loops, and ability to compile 'range'.
braxtonmckee
committed
7fdbc7d
View commit details
Copy full SHA for 7fdbc7d
View code at this point
Browse repository at this point
Commits on Feb 6, 2019
Ensure that we convert assigned values to correct type in listof compilation.
braxtonmckee
committed
37515a7
View commit details
Copy full SHA for 37515a7
View code at this point
Browse repository at this point
PointerTo can take [] operations which makes it more convenient in some cases.
braxtonmckee
committed
7ea44a6
View commit details
Copy full SHA for 7ea44a6
View code at this point
Browse repository at this point
Improve our numpy interoperability.
braxtonmckee
committed
937c518
View commit details
Copy full SHA for 937c518
View code at this point
Browse repository at this point
Commits on Feb 4, 2019
Add an 'Entrypoint' decorator so we can start to model compiler policies.
Show description for ef3b3c6
braxtonmckee
committed
ef3b3c6
View commit details
Copy full SHA for ef3b3c6
View code at this point
Browse repository at this point
Commits on Jan 28, 2019
Alternative matching and construction in native code.
Show description for bd40f7c
braxtonmckee
committed
bd40f7c
View commit details
Copy full SHA for bd40f7c
View code at this point
Browse repository at this point
Make sure that ListOf(T)(x) produces a copy.
Show description for cec3bed
braxtonmckee
committed
cec3bed
View commit details
Copy full SHA for cec3bed
View code at this point
Browse repository at this point
Remove some redundant list-unsafe functions.
Show description for a4544ed
braxtonmckee
committed
a4544ed
View commit details
Copy full SHA for a4544ed
View code at this point
Browse repository at this point
Commits on Jan 27, 2019
Add a mechanism to let us compile an entire codebase to llvm bitcode and link it in later.
Show description for 54afc28
braxtonmckee
committed
54afc28
View commit details
Copy full SHA for 54afc28
View code at this point
Browse repository at this point
Create a 'TypeFunction' abstraction. Analagous to templates in C++.
Show description for 92f6b44
braxtonmckee
committed
92f6b44
View commit details
Copy full SHA for 92f6b44
View code at this point
Browse repository at this point
Commits on Jan 26, 2019
Add 'PointerTo'
Show description for 4980b4a
braxtonmckee
committed
4980b4a
View commit details
Copy full SHA for 4980b4a
View code at this point
Browse repository at this point
Commits on Jan 25, 2019
Implement setitem, and some list 'unsafe' operators for performance.
braxtonmckee
committed
efd35e0
View commit details
Copy full SHA for efd35e0
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.