1. 5f3c3ec py/parsenum: Provide detailed error for int parsing with escaped bytes. by Damien George · 10 years ago
  2. 2a1090a py: Clarify comment in parsenum.c about ValueError vs SyntaxError. by Damien George · 10 years ago
  3. 228c68a py: Change exception type to ValueError when error reporting is terse. by Daniel Campora · 10 years ago
  4. 0ec8cf8 py/parsenum.c: Rename "raise" func to "raise_exc" to avoid name clash. by Damien George · 10 years ago
  5. d4bd37a py: Fix printing of error message when parsing malformed integer. by Damien George · 10 years ago
  6. 7d414a1 py: Parse big-int/float/imag constants directly in parser. by Damien George · 10 years ago
  7. 51dfcb4 py: Move to guarded includes, everywhere in py/ core. by Damien George · 11 years ago
  8. 1e9a92f py: Use shorter, static error msgs when ERROR_REPORTING_TERSE enabled. by Damien George · 11 years ago
  9. 3816182 parser: Convert (u)int to mp_(u)int_t. by Damien George · 11 years ago
  10. 40f3c02 Rename machine_(u)int_t to mp_(u)int_t. by Damien George · 11 years ago
  11. 59c675a py: Include mpconfig.h before all other includes. by Paul Sokolovsky · 11 years ago
  12. 3b6f7b9 py: Separate MICROPY_PY_BUILTINS_COMPLEX from MICROPY_PY_BUILTINS_FLOAT. by Paul Sokolovsky · 11 years ago
  13. 0294661 parsenum: Signedness issues. by Paul Sokolovsky · 11 years ago
  14. fb510b3 Rename bultins config variables to MICROPY_PY_BUILTINS_*. by Damien George · 11 years ago
  15. d1e355e py: Fix check of small-int overflow when parsing ints. by Damien George · 11 years ago
  16. 503d611 py: Implement long int parsing in int(...). by Damien George · 11 years ago
  17. 04b9147 Add license header to (almost) all files. by Damien George · 11 years ago
  18. f78cfaf Remove exception name from inside the exception message by Andrew Scheller · 11 years ago
  19. ea13f40 py: Change nlr_jump to nlr_raise, to aid in debugging. by Damien George · 11 years ago
  20. 7b4b78b py: Put back proper ValueError for badly parsed integers. by Damien George · 11 years ago
  21. dfbafab py: Improve mp_parse_num_integer; make it self contained. by Damien George · 11 years ago
  22. 6e48f7f py: Allow 'complex()' to take a string as first argument. by Damien George · 11 years ago
  23. c06ea7a py: Implement parsing of infinity and nan for floats. by Damien George · 11 years ago
  24. efe3422 py: Clean up includes. by xbe · 11 years ago
  25. 06201ff py: Implement bit-shift and not operations for mpz. by Damien George · 11 years ago
  26. 2077397 py: Put number parsing code together in parsenum.c. by Damien George · 11 years ago