| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-07-06 | Add license to some obvious files. | Diego Elio Pettenò | |
| 2017-09-26 | py: Add config option to print warnings/errors to stderr. | David Lechner | |
| This adds a new configuration option to print runtime warnings and errors to stderr. On Unix, CPython prints warnings and unhandled exceptions to stderr, so the unix port here is configured to use this option. The unix port already printed unhandled exceptions on the main thread to stderr. This patch fixes unhandled exceptions on other threads and warnings (issue #2838) not printing on stderr. Additionally, a couple tests needed to be fixed to handle this new behavior. This is done by also capturing stderr when running tests. | |||
| 2017-07-31 | all: Use the name MicroPython consistently in comments | Alexander Steffen | |
| There were several different spellings of MicroPython present in comments, when there should be only one. | |||
| 2016-10-31 | py: fix null pointer dereference in mpz.c, fix missing va_end in warning.c | Pavol Rusnak | |
| 2015-04-16 | py: Convert occurrences of non-debug printf to mp_printf. | Damien George | |
| 2015-01-12 | py: Can compile with -Wmissing-declarations and -Wmissing-prototypes. | Damien George | |
| 2015-01-01 | py: Move to guarded includes, everywhere in py/ core. | Damien George | |
| Addresses issue #1022. | |||
| 2015-01-01 | py: Add basic framework for issuing compile/runtime warnings. | Paul Sokolovsky | |
