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 }}
ProGamerCode
/
circuitpython
Public
forked from
adafruit/circuitpython
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
circuitpython
py
modbuiltins.c
on
parse-bytecode
User selector
All users
Datepicker
All time
Commit history
Commits on Mar 14, 2016
py: Fix passing of some wide int types to printf varg format list.
Show description for 2a1cca2
dpgeorge
committed
2a1cca2
View commit details
Copy full SHA for 2a1cca2
View code at this point
Browse repository at this point
Commits on Jan 11, 2016
py: Change first arg of type.make_new from mp_obj_t to mp_obj_type_t*.
Show description for 5b3f0b7
dpgeorge
committed
5b3f0b7
View commit details
Copy full SHA for 5b3f0b7
View code at this point
Browse repository at this point
py: Change type signature of builtin funs that take variable or kw args.
Show description for 4b72b3a
dpgeorge
committed
4b72b3a
View commit details
Copy full SHA for 4b72b3a
View code at this point
Browse repository at this point
Commits on Jan 4, 2016
py/modbuiltins: Fix access of mp_obj_t variable, wrap in MP_OBJ_TO_PTR.
dpgeorge
committed
43cab7c
View commit details
Copy full SHA for 43cab7c
View code at this point
Browse repository at this point
Commits on Jan 3, 2016
py: Make dir report instance members
dhylands
authored and
pfalcon
committed
7281d95
View commit details
Copy full SHA for 7281d95
View code at this point
Browse repository at this point
py: Change struct and macro for builtin fun so they can be type checked.
dpgeorge
committed
1b0aab6
View commit details
Copy full SHA for 1b0aab6
View code at this point
Browse repository at this point
Commits on Dec 18, 2015
py: Add MICROPY_ENABLE_COMPILER and MICROPY_PY_BUILTINS_EVAL_EXEC opts.
Show description for dd5353a
dpgeorge
committed
dd5353a
View commit details
Copy full SHA for dd5353a
View code at this point
Browse repository at this point
Commits on Dec 7, 2015
py: Add min/max "default" keyword argument
pohmelie
authored and
pfalcon
committed
c6ee273
View commit details
Copy full SHA for c6ee273
View code at this point
Browse repository at this point
py: Add MICROPY_PY_BUILTINS_MIN_MAX, disable for minimal ports.
pohmelie
authored and
pfalcon
committed
354e688
View commit details
Copy full SHA for 354e688
View code at this point
Browse repository at this point
Commits on Nov 29, 2015
py: Wrap all obj-ptr conversions in MP_OBJ_TO_PTR/MP_OBJ_FROM_PTR.
Show description for 999cedb
dpgeorge
committed
999cedb
View commit details
Copy full SHA for 999cedb
View code at this point
Browse repository at this point
py: Add MP_ROM_* macros and mp_rom_* types and use them.
dpgeorge
committed
cbf7674
View commit details
Copy full SHA for cbf7674
View code at this point
Browse repository at this point
Commits on Nov 23, 2015
py: Check that second argument to hasattr is actually a string.
Show description for 0e3f29c
dpgeorge
committed
0e3f29c
View commit details
Copy full SHA for 0e3f29c
View code at this point
Browse repository at this point
Commits on Oct 20, 2015
py: Add mp_obj_is_float function (macro) and use it where appropriate.
dpgeorge
committed
aaef185
View commit details
Copy full SHA for aaef185
View code at this point
Browse repository at this point
Commits on Oct 17, 2015
py: Add support for _ in REPL to hold last computed value.
Show description for 035a0a2
dpgeorge
committed
035a0a2
View commit details
Copy full SHA for 035a0a2
View code at this point
Browse repository at this point
Commits on Oct 11, 2015
py: Rename MP_BOOL() to mp_obj_new_bool() for consistency in naming.
pfalcon
committed
1b586f3
View commit details
Copy full SHA for 1b586f3
View code at this point
Browse repository at this point
Commits on Aug 30, 2015
modbuiltins: Consistently use indentation for #if.
pfalcon
committed
21ffa7c
View commit details
Copy full SHA for 21ffa7c
View code at this point
Browse repository at this point
Commits on Aug 19, 2015
py: Add MICROPY_PY_BUILTINS_FILTER, disable for minimal ports.
Show description for 22ff397
pfalcon
committed
22ff397
View commit details
Copy full SHA for 22ff397
View code at this point
Browse repository at this point
Commits on Jul 19, 2015
modbuiltins: Implement round() to precision.
turbinenreiter
authored and
pfalcon
committed
1e8ca3a
View commit details
Copy full SHA for 1e8ca3a
View code at this point
Browse repository at this point
Commits on Jun 13, 2015
py: Add MP_BINARY_OP_DIVMOD to simplify and consolidate divmod builtin.
dpgeorge
committed
c5029bc
View commit details
Copy full SHA for c5029bc
View code at this point
Browse repository at this point
Commits on Jun 5, 2015
py: Expose KeyboardInterrupt in builtins module.
dpgeorge
committed
d7192fe
View commit details
Copy full SHA for d7192fe
View code at this point
Browse repository at this point
Commits on May 12, 2015
py: Convert hash API to use MP_UNARY_OP_HASH instead of ad-hoc function.
Show description for c2a4e4e
dpgeorge
committed
c2a4e4e
View commit details
Copy full SHA for c2a4e4e
View code at this point
Browse repository at this point
Commits on May 5, 2015
objsingleton: New home for Ellipsis and NotImplemented.
Show description for 7667727
pfalcon
committed
7667727
View commit details
Copy full SHA for 7667727
View code at this point
Browse repository at this point
Commits on May 4, 2015
modbuiltins: Add NotImplemented builtin constant.
Show description for 5ab5ac5
pfalcon
committed
5ab5ac5
View commit details
Copy full SHA for 5ab5ac5
View code at this point
Browse repository at this point
Commits on Apr 20, 2015
py: Make viper codegen raise proper exception (ViperTypeError) on error.
Show description for c8b60f0
dpgeorge
committed
c8b60f0
View commit details
Copy full SHA for c8b60f0
View code at this point
Browse repository at this point
Commits on Apr 19, 2015
py: Fix builtin ord so that it can handle bytes values >= 0x80.
Show description for d8cbbca
dpgeorge
committed
d8cbbca
View commit details
Copy full SHA for d8cbbca
View code at this point
Browse repository at this point
Commits on Apr 16, 2015
py: Convert occurrences of non-debug printf to mp_printf.
dpgeorge
committed
e72cda9
View commit details
Copy full SHA for e72cda9
View code at this point
Browse repository at this point
py: Make mp_sys_stdout_print object, wrapping sys.stdout for mp_print*.
Show description for 5ae5ec9
dpgeorge
committed
5ae5ec9
View commit details
Copy full SHA for 5ae5ec9
View code at this point
Browse repository at this point
py: Overhaul and simplify printf/pfenv mechanism.
Show description for 7f9d1d6
dpgeorge
committed
7f9d1d6
View commit details
Copy full SHA for 7f9d1d6
View code at this point
Browse repository at this point
Commits on Apr 9, 2015
py: Use a dummy type for referring to extern structs
Show description for e50cff6
stinos
committed
e50cff6
View commit details
Copy full SHA for e50cff6
View code at this point
Browse repository at this point
Commits on Apr 6, 2015
py: Add MICROPY_PY_BUILTINS_REVERSED, disable for minimal ports.
pfalcon
committed
282ca09
View commit details
Copy full SHA for 282ca09
View code at this point
Browse repository at this point
py: Add MICROPY_PY_BUILTINS_ENUMERATE, disable for minimal ports.
pfalcon
committed
e2d44e3
View commit details
Copy full SHA for e2d44e3
View code at this point
Browse repository at this point
Commits on Mar 30, 2015
modbuiltins: round(): Accept second arg, and at least support it to be 0.
Show description for fdaac1d
pfalcon
committed
fdaac1d
View commit details
Copy full SHA for fdaac1d
View code at this point
Browse repository at this point
Commits on Mar 19, 2015
py: Allow to compile with extra warnings (sign-compare, unused-param).
dpgeorge
committed
2e2e404
View commit details
Copy full SHA for 2e2e404
View code at this point
Browse repository at this point
Commits on Mar 14, 2015
py: Fix builtin abs so it works for bools and bignum.
dpgeorge
committed
6837d46
View commit details
Copy full SHA for 6837d46
View code at this point
Browse repository at this point
Commits on Mar 2, 2015
py: Use SMALL_INT creation macro in builtin sum.
dpgeorge
committed
db1e10d
View commit details
Copy full SHA for db1e10d
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.