Skip to content
Snippets Groups Projects
  1. Oct 09, 2017
  2. Oct 08, 2017
  3. Oct 07, 2017
  4. Oct 06, 2017
  5. Oct 05, 2017
  6. Oct 04, 2017
  7. Oct 03, 2017
  8. Oct 02, 2017
  9. Sep 30, 2017
  10. Sep 26, 2017
    • 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
  11. Sep 25, 2017
  12. Sep 24, 2017
    • 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
  13. Sep 22, 2017
Loading