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 }}
hellcoderz
/
micropython
Public
forked from
micropython/micropython
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Commits
Breadcrumbs
History for
micropython
tests
on
master
User selector
All users
Datepicker
All time
Commit history
Commits on Jun 3, 2014
py: Implement full behaviour of dict.update(), and dict().
Show description for bcb6ca4
dpgeorge
committed
bcb6ca4
View commit details
Copy full SHA for bcb6ca4
View code at this point
Browse repository at this point
Commits on May 31, 2014
tests: Add feature test for when heap allocation is disabled.
dpgeorge
committed
4d659f5
View commit details
Copy full SHA for 4d659f5
View code at this point
Browse repository at this point
tests: Change --test_dirs to --test-dirs.
dpgeorge
committed
a053e37
View commit details
Copy full SHA for a053e37
View code at this point
Browse repository at this point
Merge pull request #632 from stinos/tests-dir-argument
Show description for e7412ab
dpgeorge
committed
e7412ab
View commit details
Copy full SHA for e7412ab
View code at this point
Browse repository at this point
py: Fix stack underflow with optimised for loop.
dpgeorge
committed
5b5562c
View commit details
Copy full SHA for 5b5562c
View code at this point
Browse repository at this point
tests: Add another test for break-from-for-loop.
dpgeorge
committed
049a01d
View commit details
Copy full SHA for 049a01d
View code at this point
Browse repository at this point
add methods isspace(), isalpha(), isdigit(), isupper() and islower() to str
kimbauters
committed
a3f4b83
View commit details
Copy full SHA for a3f4b83
View code at this point
Browse repository at this point
Commits on May 30, 2014
tests: Add test for break in for.
Show description for ccd0e0a
pfalcon
committed
ccd0e0a
View commit details
Copy full SHA for ccd0e0a
View code at this point
Browse repository at this point
objstr: *strip(): If nothing is stripped, don't create dup string.
pfalcon
committed
8827682
View commit details
Copy full SHA for 8827682
View code at this point
Browse repository at this point
objstr: *strip(): Fix handling of one-char subject strings.
pfalcon
committed
bcdffe5
View commit details
Copy full SHA for bcdffe5
View code at this point
Browse repository at this point
Commits on May 29, 2014
py: Implement bignum '&' with negatives on lhs and rhs.
Show description for f55cf10
dpgeorge
committed
f55cf10
View commit details
Copy full SHA for f55cf10
View code at this point
Browse repository at this point
Commits on May 28, 2014
tests: Add argument to allow specifying which directories to test
stinos
committed
8ac3b57
View commit details
Copy full SHA for 8ac3b57
View code at this point
Browse repository at this point
Commits on May 25, 2014
tests: Add small testcase for 3-arg slices.
pfalcon
committed
d07bf02
View commit details
Copy full SHA for d07bf02
View code at this point
Browse repository at this point
objlist: Implement support for arbitrary (3-arg) slices.
pfalcon
committed
5fd5af9
View commit details
Copy full SHA for 5fd5af9
View code at this point
Browse repository at this point
Commits on May 24, 2014
objlist: Implement growing slice assignment.
Show description for 2705f4c
pfalcon
committed
2705f4c
View commit details
Copy full SHA for 2705f4c
View code at this point
Browse repository at this point
objstr: Implement .endswith().
pfalcon
committed
d098c6b
View commit details
Copy full SHA for d098c6b
View code at this point
Browse repository at this point
Commits on May 21, 2014
py: Initial attempts to actually allow implementing __new__ in Python.
Show description for 806ea1f
pfalcon
committed
806ea1f
View commit details
Copy full SHA for 806ea1f
View code at this point
Browse repository at this point
objtype: super: Fall back to "object" lookup as last resort.
Show description for a8408a8
pfalcon
committed
a8408a8
View commit details
Copy full SHA for a8408a8
View code at this point
Browse repository at this point
Merge pull request #607 from Anton-2/osx-clang
Show description for 0fd0168
dpgeorge
committed
0fd0168
View commit details
Copy full SHA for 0fd0168
View code at this point
Browse repository at this point
Commits on May 19, 2014
tests: Update subclass-native2.py for __new__/__init__ refactor.
Show description for 66ab571
pfalcon
committed
66ab571
View commit details
Copy full SHA for 66ab571
View code at this point
Browse repository at this point
Commits on May 15, 2014
objstr: startswith(): Accept optional "start" arg.
pfalcon
committed
c18ef2a
View commit details
Copy full SHA for c18ef2a
View code at this point
Browse repository at this point
py: Implement more complete bytes comparison handling.
pfalcon
committed
70328e4
View commit details
Copy full SHA for 70328e4
View code at this point
Browse repository at this point
sequence: Fix yet another case of improper sequence comparison.
Show description for ad3baec
pfalcon
committed
ad3baec
View commit details
Copy full SHA for ad3baec
View code at this point
Browse repository at this point
Commits on May 13, 2014
objstr.c: Partial implementation of .rsplit().
Show description for 2a27365
pfalcon
committed
2a27365
View commit details
Copy full SHA for 2a27365
View code at this point
Browse repository at this point
tests/int-long.py: Try to expose issue with recent "&" optimization.
pfalcon
committed
7074f25
View commit details
Copy full SHA for 7074f25
View code at this point
Browse repository at this point
Commits on May 12, 2014
py: Fix bug in mpz_and function.
Show description for 561e425
dpgeorge
committed
561e425
View commit details
Copy full SHA for 561e425
View code at this point
Browse repository at this point
modstruct: Implement count specifier for strings (e.g. "100s").
Show description for df94b71
pfalcon
committed
df94b71
View commit details
Copy full SHA for df94b71
View code at this point
Browse repository at this point
Commits on May 11, 2014
tests: create result file for test/basics/memoryerror.py .
Show description for 1b901c3
Anton-2
committed
1b901c3
View commit details
Copy full SHA for 1b901c3
View code at this point
Browse repository at this point
objstr: Slice indexing: support bytes properly.
pfalcon
committed
5ebd5f0
View commit details
Copy full SHA for 5ebd5f0
View code at this point
Browse repository at this point
objstr: Make .split() support bytes.
pfalcon
committed
bfb8819
View commit details
Copy full SHA for bfb8819
View code at this point
Browse repository at this point
objstr: Make .join() support bytes.
pfalcon
committed
5e5d69b
View commit details
Copy full SHA for 5e5d69b
View code at this point
Browse repository at this point
py: Add basic implementation of hasattr() function.
pfalcon
committed
ff30666
View commit details
Copy full SHA for ff30666
View code at this point
Browse repository at this point
py: frozenset() creates an empty frozenset.
dpgeorge
committed
1d34e32
View commit details
Copy full SHA for 1d34e32
View code at this point
Browse repository at this point
Merge pull request #603 from stinos/windows-tests-newline
Show description for c3dcb59
dpgeorge
committed
c3dcb59
View commit details
Copy full SHA for c3dcb59
View code at this point
Browse repository at this point
py: Give up and make mp_obj_str_get_data() deal with bytes too.
Show description for eea0118
pfalcon
committed
eea0118
View commit details
Copy full SHA for eea0118
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.