summaryrefslogtreecommitdiff
path: root/py
AgeCommit message (Expand)Author
2018-07-14do not call property if referenced by class, not objectDan Halbert
2018-07-03Limit qstr pool size to reduce memory waste.Scott Shawcroft
2018-07-03Always collect after an importScott Shawcroft
2018-07-03Analysis fixes and long lived tweaks.Scott Shawcroft
2018-06-01Provide mp_errno_to_str even without uerrnoMatt Wozniski
2018-05-16Merge pull request #838 from rhooper/masterScott Shawcroft
2018-05-16Merge pull request #829 from jerryneedell/jerryn_i2cScott Shawcroft
2018-05-15Merge branch 'master' of github.com:adafruit/circuitpythonRoy Hooper
2018-05-15Merge pull request #837 from godlygeek/human_readable_oserrorDan Halbert
2018-05-14move reload exception to reload.cRoy Hooper
2018-05-14Initial implementation of supervisor.reload()Roy Hooper
2018-05-14Display human readable strings for common OSErrorsMatt Wozniski
2018-05-14Updated library source: ucollections -> collectionsbildzeitung
2018-05-13 add timeout keyword to I2C - for bitbangio - ignored for busioJerry Needell
2018-05-06uhashlib: masquerade as hashlib for python3 compatibilityJeff Epler
2018-05-02Merge pull request #788 from jepler/binascii-py3Scott Shawcroft
2018-05-02correct path to conf.py in makeversionhdr.pyLars Kellogg-Stedman
2018-05-01ubinascii: masquerade as binascii for python3 compatibilityJeff Epler
2018-04-12fix for spaces in pathladyada
2018-04-02Merge branch 'master' into 3.0_hidDan Halbert
2018-04-01Merge pull request #734 from jepler/str-find-backwards-circuitpythonScott Shawcroft
2018-04-01py/objgenerator: Check stack before resuming a generatorJeff Epler
2018-03-31py/objstr: Don't crash when end < startJeff Epler
2018-03-31Merge pull request #728 from jepler/double-splat-crash-circuitpythonScott Shawcroft
2018-03-31py/bc: Turn assertion error into exceptionJeff Epler
2018-03-30WIP: works with just keyboard but not complex report descriptorDan Halbert
2018-03-29Fix assertion failures in super_attrJeff Epler
2018-03-29Fix assertion failures in mp_obj_new_typeJeff Epler
2018-03-29Fix assertion failure in mpz_divmod_inplJeff Epler
2018-03-26Merge pull request #709 from jepler/core-class-superpropertyScott Shawcroft
2018-03-26Conditionally compile out nonstandard array/struct typecodesJeff Epler
2018-03-25super(): Do the same lookup tasks as regular getattrJeff Epler
2018-03-25Don't assume the type of the prop->proxy objectsJeff Epler
2018-03-23Implement * and *= for array.arrayJeff Epler
2018-01-24Merge pull request #552 from tannewt/flexible_parserDan Halbert
2018-01-24Make parsing more memory flexible.Scott Shawcroft
2018-01-24Revert "alloca seems buggy on M4"Dan Halbert
2018-01-24Merge pull request #547 from tannewt/alloc_long_livedDan Halbert
2018-01-24Fix the initial state and polish a couple comments.Scott Shawcroft
2018-01-24Introduce a long lived section of the heap.Scott Shawcroft
2018-01-23undo removal of alloca in builtinimport.cDan Halbert
2018-01-23alloca seems buggy on M4Dan Halbert
2018-01-23Speed up qstr loading by using the stack to store a temporaryScott Shawcroft
2018-01-02merge from 2.2.0 + fix up board defsDan Halbert
2018-01-02Avoid gcc 7.2.1 compiler issues in nlr_push() (#506)Dan Halbert
2017-11-16non-DMA SPI working; adding this now for testing; will continue with DMADan Halbert
2017-11-02Merge tag 'v1.9.3'Scott Shawcroft
2017-11-01py: Prevent crash with LTO.Scott Shawcroft
2017-10-31Revert "py/{mkenv.mk,mkrules.mk}: Append .exe for Windows executable files."Damien George
2017-10-30extmod/modussl: Add finaliser support for ussl objects.Eric Poulsen