1. 05 Oct, 2017 2 commits
  2. 04 Oct, 2017 8 commits
  3. 03 Oct, 2017 7 commits
  4. 02 Oct, 2017 3 commits
  5. 30 Sep, 2017 1 commit
  6. 26 Sep, 2017 2 commits
    • Damien George's avatar
      py/objfloat: Support raising a negative number to a fractional power. · bdc6e86e
      Damien George authored
      This returns a complex number, following CPython behaviour.  For ports that
      don't have complex numbers enabled this will raise a ValueError which gives
      a fail-safe for scripts that were written assuming complex numbers exist.
      bdc6e86e
    • David Lechner's avatar
      py: Add config option to print warnings/errors to stderr. · 62849b70
      David Lechner authored
      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.
      62849b70
  7. 25 Sep, 2017 4 commits
  8. 24 Sep, 2017 1 commit
    • Paul Sokolovsky's avatar
      extmod/re1.5: Update to 0.8.1. · 4a314a6f
      Paul Sokolovsky authored
      Allow literal minus in char classes to be in trailing position, e.g. [a-c-].
      (Previously, minus was allowed only at the start.)
      
      This increases ARM Thumb2 code size by 8 bytes.
      4a314a6f
  9. 22 Sep, 2017 5 commits
  10. 21 Sep, 2017 7 commits