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 }}
timhawes
/
circuitpython
Public
forked from
adafruit/circuitpython
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
circuitpython
py
on
parse-bytecode
User selector
All users
Datepicker
All time
Commit history
Commits on Apr 18, 2016
update compiler to align with latest changes on master, v1.7
dpgeorge
committed
be020eb
View commit details
Copy full SHA for be020eb
View code at this point
Browse repository at this point
py/gc: Zero out all newly allocated memory to prevent stale pointers.
dpgeorge
committed
1c0343f
View commit details
Copy full SHA for 1c0343f
View code at this point
Browse repository at this point
py/vstr: Change allocation policy from *2 to +64.
dpgeorge
committed
2d9531a
View commit details
Copy full SHA for 2d9531a
View code at this point
Browse repository at this point
py/emitglue: Suppress warning for unused parameter.
dpgeorge
committed
238b5f5
View commit details
Copy full SHA for 238b5f5
View code at this point
Browse repository at this point
update parser and compiler to align with latest master
dpgeorge
committed
c23a2ea
View commit details
Copy full SHA for c23a2ea
View code at this point
Browse repository at this point
fixing inline assembler (emitinlinethumb.c)
dpgeorge
committed
6cdf816
View commit details
Copy full SHA for 6cdf816
View code at this point
Browse repository at this point
fixing inline assembler (compile2.c)
dpgeorge
committed
127d1f5
View commit details
Copy full SHA for 127d1f5
View code at this point
Browse repository at this point
py: Implement parse bytecode.
dpgeorge
committed
61398ab
View commit details
Copy full SHA for 61398ab
View code at this point
Browse repository at this point
py: Expose vstr_in_blank_bytes as public.
dpgeorge
committed
5bf649f
View commit details
Copy full SHA for 5bf649f
View code at this point
Browse repository at this point
Commits on Apr 10, 2016
py/stream: Move uPy func obj wrappers to below their respective funcs.
dpgeorge
committed
358e5d8
View commit details
Copy full SHA for 358e5d8
View code at this point
Browse repository at this point
py/stream: Simplify arg extraction logic for stream_ioctl.
Show description for 657aef6
dpgeorge
committed
657aef6
View commit details
Copy full SHA for 657aef6
View code at this point
Browse repository at this point
py/stream: ioctl(): Properly support 2-arg form.
pfalcon
committed
558fd5d
View commit details
Copy full SHA for 558fd5d
View code at this point
Browse repository at this point
py/stream: Fix signed comparison issue.
pfalcon
committed
6c3db26
View commit details
Copy full SHA for 6c3db26
View code at this point
Browse repository at this point
py/stream: Add Python-level ioctl() method.
Show description for 0c97e4c
pfalcon
committed
0c97e4c
View commit details
Copy full SHA for 0c97e4c
View code at this point
Browse repository at this point
py/stream.h: Add bigger inventory of stream ioctl's.
pfalcon
committed
a45e280
View commit details
Copy full SHA for a45e280
View code at this point
Browse repository at this point
Commits on Apr 7, 2016
py/objarray: Fix array.append so it doesn't extend if append fails.
Show description for 04d5e64
dpgeorge
committed
04d5e64
View commit details
Copy full SHA for 04d5e64
View code at this point
Browse repository at this point
py: Implement basic with support in native emitter.
dpgeorge
committed
2c915e1
View commit details
Copy full SHA for 2c915e1
View code at this point
Browse repository at this point
py: Combine continuous block of emit steps into with_cleanup emit call.
Show description for ce8b4e8
dpgeorge
committed
ce8b4e8
View commit details
Copy full SHA for ce8b4e8
View code at this point
Browse repository at this point
Commits on Apr 5, 2016
py: Move stream-related declarations from obj.h to stream.h.
pfalcon
committed
e6a4d4e
View commit details
Copy full SHA for e6a4d4e
View code at this point
Browse repository at this point
Commits on Apr 4, 2016
py/obj.h: Add comment why mp_fun_kw_t takes non-const mp_map_t*.
Show description for 069654f
pfalcon
committed
069654f
View commit details
Copy full SHA for 069654f
View code at this point
Browse repository at this point
Commits on Apr 1, 2016
py/map: Prevent map resize failure from destroying map.
stephenkyle-ARM
authored and
pfalcon
committed
b475327
View commit details
Copy full SHA for b475327
View code at this point
Browse repository at this point
Commits on Mar 30, 2016
py/ringbuf.h: Add reusable ring buffer class.
Show description for b1dfdaf
pfalcon
committed
b1dfdaf
View commit details
Copy full SHA for b1dfdaf
View code at this point
Browse repository at this point
Commits on Mar 29, 2016
py/parsenum: Use pow function to apply exponent to decimal number.
Show description for 2599672
dpgeorge
committed
2599672
View commit details
Copy full SHA for 2599672
View code at this point
Browse repository at this point
py/formatfloat: Fix further cases of buffer overflow in formatting.
Show description for e1e7657
dpgeorge
committed
e1e7657
View commit details
Copy full SHA for e1e7657
View code at this point
Browse repository at this point
py/formatfloat: Fix case of float format where leading digit was "10".
Show description for 03b8bb7
dpgeorge
committed
03b8bb7
View commit details
Copy full SHA for 03b8bb7
View code at this point
Browse repository at this point
Commits on Mar 27, 2016
py/stream: Fix stupid thinko with variable naming/shadowing.
pfalcon
committed
53ad5ed
View commit details
Copy full SHA for 53ad5ed
View code at this point
Browse repository at this point
Commits on Mar 25, 2016
extmod/modlwip: Add SOL_SOCKET and SO_REUSEADDR constants for setsockopt().
pfalcon
committed
8f1854a
View commit details
Copy full SHA for 8f1854a
View code at this point
Browse repository at this point
py/modio: io.BufferedWriter: Describe flushing policy.
pfalcon
committed
2c81b9b
View commit details
Copy full SHA for 2c81b9b
View code at this point
Browse repository at this point
py/modio: Implement io.BufferedWriter.flush().
pfalcon
committed
063e6e7
View commit details
Copy full SHA for 063e6e7
View code at this point
Browse repository at this point
Commits on Mar 24, 2016
py/modio: Initial implementation of io.BufferedWriter class.
Show description for 5d93dfb
pfalcon
committed
5d93dfb
View commit details
Copy full SHA for 5d93dfb
View code at this point
Browse repository at this point
py/stream: Fix object vs ptr usecase in mp_stream_writeall().
pfalcon
committed
4a02a8f
View commit details
Copy full SHA for 4a02a8f
View code at this point
Browse repository at this point
extmod/modwebsocket: Start module for WebSocket helper functions.
Show description for 24342dd
pfalcon
committed
24342dd
View commit details
Copy full SHA for 24342dd
View code at this point
Browse repository at this point
py/stream: Add mp_stream_writeall() helper function.
Show description for d4c8e62
pfalcon
committed
d4c8e62
View commit details
Copy full SHA for d4c8e62
View code at this point
Browse repository at this point
Commits on Mar 19, 2016
py/parse: When looking up consts, check they exist before checking type.
dpgeorge
committed
8d4d673
View commit details
Copy full SHA for 8d4d673
View code at this point
Browse repository at this point
Commits on Mar 16, 2016
py: Don't allocate an extra parse node for power exponent.
Show description for 3acaa28
dpgeorge
committed
3acaa28
View commit details
Copy full SHA for 3acaa28
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.