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
Accelerator
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 }}
StackRduino
/
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
tests
cmdline
on
encoding
User selector
All users
Datepicker
All time
Commit history
Commits on Mar 10, 2020
Update tests
Show description for ef195d6
jepler
committed
ef195d6
View commit details
Copy full SHA for ef195d6
View code at this point
Browse repository at this point
Commits on May 7, 2019
Fix tests and clarify first character access
katlings
committed
eb3cb4d
View commit details
Copy full SHA for eb3cb4d
View code at this point
Browse repository at this point
Commits on May 6, 2019
Correct output expectation
katlings
committed
33b5cff
View commit details
Copy full SHA for 33b5cff
View code at this point
Browse repository at this point
Update tests for new autocomplete behavior
katlings
committed
77f177b
View commit details
Copy full SHA for 77f177b
View code at this point
Browse repository at this point
Commits on Feb 19, 2018
py/repl: Generalise REPL autocomplete to use qstr probing.
Show description for 165aab1
dpgeorge
committed
165aab1
View commit details
Copy full SHA for 165aab1
View code at this point
Browse repository at this point
Commits on Dec 19, 2017
tests: Add some more tests to improve coverage of py/parse.c.
dpgeorge
committed
35a759d
View commit details
Copy full SHA for 35a759d
View code at this point
Browse repository at this point
Commits on Oct 4, 2017
py: Clean up unary and binary enum list to keep groups together.
Show description for 0864a69
dpgeorge
committed
0864a69
View commit details
Copy full SHA for 0864a69
View code at this point
Browse repository at this point
Commits on Sep 25, 2017
py: Clarify which mp_unary_op_t's may appear in the bytecode.
Show description for 9d836fe
pfalcon
committed
9d836fe
View commit details
Copy full SHA for 9d836fe
View code at this point
Browse repository at this point
Commits on Sep 7, 2017
py/runtime0.h: Put inplace arith ops in front of normal operations.
Show description for b8ee7ab
pfalcon
committed
b8ee7ab
View commit details
Copy full SHA for b8ee7ab
View code at this point
Browse repository at this point
py/runtime0.h: Move MP_BINARY_OP_DIVMOD to the end of mp_binary_op_t.
Show description for 50b9329
pfalcon
committed
50b9329
View commit details
Copy full SHA for 50b9329
View code at this point
Browse repository at this point
py/runtime0.h: Move relational ops to the beginning of mp_binary_op_t.
Show description for d4d1c45
pfalcon
committed
d4d1c45
View commit details
Copy full SHA for d4d1c45
View code at this point
Browse repository at this point
Commits on Apr 22, 2017
tests: Add tests for calling super and loading a method directly.
dpgeorge
committed
30badd1
View commit details
Copy full SHA for 30badd1
View code at this point
Browse repository at this point
py/compile: Refactor handling of special super() call.
Show description for 5335942
dpgeorge
committed
5335942
View commit details
Copy full SHA for 5335942
View code at this point
Browse repository at this point
Commits on Feb 24, 2017
py: Create str/bytes objects in the parser, not the compiler.
Show description for 5255255
dpgeorge
committed
5255255
View commit details
Copy full SHA for 5255255
View code at this point
Browse repository at this point
Commits on Feb 17, 2017
tests/cmdline/cmd_parsetree: Update to work with changes to grammar.
dpgeorge
committed
c889f01
View commit details
Copy full SHA for c889f01
View code at this point
Browse repository at this point
Commits on Feb 16, 2017
tests/cmdline: Update cmd_parsetree test for changes to grammar order.
dpgeorge
committed
0ec957d
View commit details
Copy full SHA for 0ec957d
View code at this point
Browse repository at this point
tests/cmdline/cmd_showbc: Update to work with recent changes.
dpgeorge
committed
86b3db9
View commit details
Copy full SHA for 86b3db9
View code at this point
Browse repository at this point
tests/cmdline: Update tests to pass with latest changes to bytecode.
dpgeorge
committed
861b001
View commit details
Copy full SHA for 861b001
View code at this point
Browse repository at this point
py: Allow bytecode/native to put iter_buf on stack for simple for loops.
Show description for f4df3aa
dpgeorge
committed
f4df3aa
View commit details
Copy full SHA for f4df3aa
View code at this point
Browse repository at this point
Commits on Dec 29, 2016
tests/cmdline: Improve repl.c autocomplete test coverage.
flowergrass
authored and
dpgeorge
committed
b7024f0
View commit details
Copy full SHA for b7024f0
View code at this point
Browse repository at this point
Commits on Dec 22, 2016
tests: Add a coverage test for printing the parse-tree.
dpgeorge
committed
cdec7ba
View commit details
Copy full SHA for cdec7ba
View code at this point
Browse repository at this point
Commits on Oct 17, 2016
tests/cmdline: Improve coverage test for printing bytecode.
dpgeorge
committed
453c2e8
View commit details
Copy full SHA for 453c2e8
View code at this point
Browse repository at this point
Commits on Oct 11, 2016
tests: Improve test coverage of py/compile.c.
dpgeorge
committed
5e22afc
View commit details
Copy full SHA for 5e22afc
View code at this point
Browse repository at this point
Commits on Oct 5, 2016
tests: Fix expected output of verbose cmdline test
Show description for 7f19b1c
stinos
committed
7f19b1c
View commit details
Copy full SHA for 7f19b1c
View code at this point
Browse repository at this point
Commits on Sep 27, 2016
tests/cmdline/cmd_showbc: Fix test now that 1 value is stored on stack.
Show description for f65e4f0
dpgeorge
committed
f65e4f0
View commit details
Copy full SHA for f65e4f0
View code at this point
Browse repository at this point
Commits on Sep 20, 2016
tests: Get cmdline verbose tests running again.
Show description for bb954d8
dpgeorge
committed
bb954d8
View commit details
Copy full SHA for bb954d8
View code at this point
Browse repository at this point
Commits on Aug 26, 2016
tests/cmdline: Add test for -O option to check optimisation value.
dpgeorge
committed
3b5affa
View commit details
Copy full SHA for 3b5affa
View code at this point
Browse repository at this point
Commits on Feb 17, 2016
py/repl: Check for an identifier char after the keyword.
Show description for 69d9e7d
hosaka
authored and
dpgeorge
committed
69d9e7d
View commit details
Copy full SHA for 69d9e7d
View code at this point
Browse repository at this point
Commits on Oct 11, 2015
unix: Add exit and paste-mode hints to shell startup banner.
Show description for 3aa7dd2
dpgeorge
committed
3aa7dd2
View commit details
Copy full SHA for 3aa7dd2
View code at this point
Browse repository at this point
Rename "Micro Python" to "MicroPython" in REPL, help, readme's and misc.
dpgeorge
committed
0334058
View commit details
Copy full SHA for 0334058
View code at this point
Browse repository at this point
Commits on Sep 19, 2015
tests: Add escaped quotes tests for REPL.
Show description for 1501829
hosaka
authored and
dpgeorge
committed
1501829
View commit details
Copy full SHA for 1501829
View code at this point
Browse repository at this point
Commits on Sep 12, 2015
unix: Enable REPL auto-indent.
dpgeorge
committed
3ca8402
View commit details
Copy full SHA for 3ca8402
View code at this point
Browse repository at this point
Commits on Aug 30, 2015
tests: Consolidate all feature check snippets under feature_check/.
pfalcon
committed
a3fe307
View commit details
Copy full SHA for a3fe307
View code at this point
Browse repository at this point
Commits on Aug 8, 2015
tests: Remove over-specification of startup banner
pramasoul
authored and
dpgeorge
committed
20f40c3
View commit details
Copy full SHA for 20f40c3
View code at this point
Browse repository at this point
Commits on Aug 5, 2015
run-tests: Test REPL emacs keys, but only if present.
Show description for 89852d3
pramasoul
authored and
dpgeorge
committed
89852d3
View commit details
Copy full SHA for 89852d3
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.