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 }}
csamuelson
/
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
mpprint.c
on
main
User selector
All users
Datepicker
All time
Commit history
Commits on Aug 28, 2024
(only) reserve merge conflicts
dhalbert
committed
ac7e15f
View commit details
Copy full SHA for ac7e15f
View code at this point
Browse repository at this point
Commits on Jul 29, 2024
merge from main
dhalbert
committed
be6fa2a
View commit details
Copy full SHA for be6fa2a
View code at this point
Browse repository at this point
Commits on Jul 25, 2024
MPy v1.22 merge: initial merge; not compiled yet
dhalbert
committed
69b6674
View commit details
Copy full SHA for 69b6674
View code at this point
Browse repository at this point
Commits on Mar 7, 2024
all: Remove the "STATIC" macro and just use "static" instead.
Show description for decf8e6
projectgus
authored and
dpgeorge
committed
decf8e6
View commit details
Copy full SHA for decf8e6
View code at this point
Browse repository at this point
Commits on Oct 26, 2023
py/mpprint.c: fix formatting
dhalbert
committed
3f1b9af
View commit details
Copy full SHA for 3f1b9af
View code at this point
Browse repository at this point
Commits on Oct 25, 2023
Fix pointer-ness, const-ness of compressed messages
Show description for de541cf
jepler
committed
de541cf
View commit details
Copy full SHA for de541cf
View code at this point
Browse repository at this point
Rename compressed_string_t to mp_rom_error_text_t to match upstream
jepler
committed
55874b6
View commit details
Copy full SHA for 55874b6
View code at this point
Browse repository at this point
Commits on Oct 19, 2023
change CIRCUITPY change markers to CIRCUITPY-CHANGE
dhalbert
committed
367e13c
View commit details
Copy full SHA for 367e13c
View code at this point
Browse repository at this point
Commits on Oct 18, 2023
Initial MicroPython v1.21.0 merge; not compiled yet
dhalbert
committed
f2ebe68
View commit details
Copy full SHA for f2ebe68
View code at this point
Browse repository at this point
Commits on Aug 1, 2023
initial v1.19.1 merge; not compiled yet
dhalbert
committed
0d4bc8c
View commit details
Copy full SHA for 0d4bc8c
View code at this point
Browse repository at this point
Commits on Aug 29, 2021
Make %p include the 0x prefix
Show description for db3945e
jepler
committed
db3945e
View commit details
Copy full SHA for db3945e
View code at this point
Browse repository at this point
Commits on Aug 9, 2021
Improve mp_printf with support for compressed strings
Show description for bfea694
jepler
committed
bfea694
View commit details
Copy full SHA for bfea694
View code at this point
Browse repository at this point
Commits on May 11, 2021
Merge MicroPython 1.14 into CircuitPython
tannewt
committed
e02a264
View commit details
Copy full SHA for e02a264
View code at this point
Browse repository at this point
Commits on May 5, 2021
Merge MicroPython 1.13 into CircuitPython
tannewt
committed
f0bb26d
View commit details
Copy full SHA for f0bb26d
View code at this point
Browse repository at this point
Commits on Apr 26, 2021
Merge MicroPython v1.11 into CircuitPython
tannewt
committed
76033d5
View commit details
Copy full SHA for 76033d5
View code at this point
Browse repository at this point
Commits on Mar 15, 2021
run code formatting script
microdev1
committed
a52eb88
View commit details
Copy full SHA for a52eb88
View code at this point
Browse repository at this point
Commits on Dec 7, 2020
py/mpprint: Fix length calculation for strings with precision-modifier.
Show description for 5020b14
jeepee
authored and
dpgeorge
committed
5020b14
View commit details
Copy full SHA for 5020b14
View code at this point
Browse repository at this point
Commits on Nov 29, 2020
py/mpprint: Prevent case fall-through when assert is disabled.
Show description for be24e6a
dpgeorge
committed
be24e6a
View commit details
Copy full SHA for be24e6a
View code at this point
Browse repository at this point
Commits on Jul 6, 2020
Add license to some obvious files.
Flameeyes
committed
34b4993
View commit details
Copy full SHA for 34b4993
View code at this point
Browse repository at this point
Commits on Apr 18, 2020
all: Fix implicit conversion from double to float.
Show description for bcf01d1
stinos
authored and
dpgeorge
committed
bcf01d1
View commit details
Copy full SHA for bcf01d1
View code at this point
Browse repository at this point
Commits on Feb 27, 2020
all: Reformat C and Python source code with tools/codeformat.py.
Show description for 69661f3
dpgeorge
committed
69661f3
View commit details
Copy full SHA for 69661f3
View code at this point
Browse repository at this point
Commits on Apr 23, 2019
py/mpprint: Support printing %ld and %lu formats on 64-bit archs.
Show description for 27d22d8
dpgeorge
committed
27d22d8
View commit details
Copy full SHA for 27d22d8
View code at this point
Browse repository at this point
Commits on Feb 12, 2019
py: Downcase all MP_OBJ_IS_xxx macros to make a more consistent C API.
Show description for eee1e88
dpgeorge
committed
eee1e88
View commit details
Copy full SHA for eee1e88
View code at this point
Browse repository at this point
Commits on Dec 7, 2017
py/mpprint: Fix "%x" vs "%X" regression introduced in previous commit.
pfalcon
committed
f5e0970
View commit details
Copy full SHA for f5e0970
View code at this point
Browse repository at this point
py/mpprint: Support "%lx" format on 64-bit systems.
Show description for 5a10e63
pfalcon
committed
5a10e63
View commit details
Copy full SHA for 5a10e63
View code at this point
Browse repository at this point
py/mpprint: Make "%p" format work properly on 64-bit systems.
Show description for 5f8ad28
pfalcon
committed
5f8ad28
View commit details
Copy full SHA for 5f8ad28
View code at this point
Browse repository at this point
Commits on Oct 4, 2017
py/mpprint: Only check for null string printing when NDEBUG not defined.
Show description for 23faf88
dpgeorge
committed
23faf88
View commit details
Copy full SHA for 23faf88
View code at this point
Browse repository at this point
Commits on Jul 31, 2017
all: Use the name MicroPython consistently in comments
Show description for 55f3324
webmeister
authored and
dpgeorge
committed
55f3324
View commit details
Copy full SHA for 55f3324
View code at this point
Browse repository at this point
Commits on Jun 30, 2017
py/mpprint: Remove unreachable check for neg return of mp_format_float.
dpgeorge
committed
adf22c1
View commit details
Copy full SHA for adf22c1
View code at this point
Browse repository at this point
Commits on Mar 15, 2017
py/mpprint: Fix int formatting so "+" is printed for 0-valued integer.
dpgeorge
committed
d653715
View commit details
Copy full SHA for d653715
View code at this point
Browse repository at this point
Commits on Dec 28, 2016
py/mpprint: Add assertion for, and comment about, valid base values.
dpgeorge
committed
44bf8e1
View commit details
Copy full SHA for 44bf8e1
View code at this point
Browse repository at this point
Commits on Oct 11, 2016
py/objint: Use size_t for arguments that measure bytes/sizes.
dpgeorge
committed
6dff3df
View commit details
Copy full SHA for 6dff3df
View code at this point
Browse repository at this point
Commits on Sep 1, 2016
py/mpprint: Fail an assertion with unsupported format specifiers.
Show description for f98bb2d
dxxb
authored and
dpgeorge
committed
f98bb2d
View commit details
Copy full SHA for f98bb2d
View code at this point
Browse repository at this point
Commits on Feb 1, 2016
py/mpprint: Fix sign extension when printf'ing %u, %x and %X.
dpgeorge
committed
9e67711
View commit details
Copy full SHA for 9e67711
View code at this point
Browse repository at this point
Commits on Jan 7, 2016
py: Change mp_obj_int_is_positive to more general mp_obj_int_sign.
Show description for d6b31e4
dpgeorge
committed
d6b31e4
View commit details
Copy full SHA for d6b31e4
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.