1. 271d18e py: Support conversion of bignum to bytes. by Damien George · 10 years ago
  2. 7f9d1d6 py: Overhaul and simplify printf/pfenv mechanism. by Damien George · 10 years ago
  3. 6837d46 py: Fix builtin abs so it works for bools and bignum. by Damien George · 10 years ago
  4. ca377b1 py: Add float-to-int classification function by David Steinberg · 11 years ago
  5. 51dfcb4 py: Move to guarded includes, everywhere in py/ core. by Damien George · 11 years ago
  6. 42f3de9 py: Convert [u]int to mp_[u]int_t where appropriate. by Damien George · 11 years ago
  7. b92cbe6 py: Move definition of mp_sys_exit to core. by Damien George · 11 years ago
  8. ecc88e9 Change some parts of the core API to use mp_uint_t instead of uint/int. by Damien George · 11 years ago
  9. ffe911d py: Make long ints hashable. by Damien George · 11 years ago
  10. ab7bf28 py: More const usage. by Paul Sokolovsky · 11 years ago
  11. 04b9147 Add license header to (almost) all files. by Damien George · 11 years ago
  12. 88d7bba py: Make it so that printing a small int does not allocate heap memory. by Damien George · 11 years ago
  13. c4029e5 Add string formatting support for longlong and mpz. by Dave Hylands · 11 years ago
  14. e8208a7 py: Make False and True act like 0 and 1 for integer arithmetic. by Damien George · 11 years ago
  15. 438c88d Add arbitrary precision integer support. by Damien George · 11 years ago
  16. 96056a6 py: Revent some long int configuration. by Damien George · 11 years ago
  17. 36109d2 Small change to configuration of long int. by Damien George · 11 years ago
  18. 8bc3516 ffi: Implement ffivar.get()/set() methods. by Paul Sokolovsky · 11 years ago
  19. 9b00dad long int: Implement more operations. by Paul Sokolovsky · 12 years ago
  20. 76d982e type->print(): Distinguish str() and repr() variety by passing extra param. by Paul Sokolovsky · 12 years ago
  21. 76a90f2 Move mp_obj_int_t definition to objint.h, to reuse in long int impls. by Paul Sokolovsky · 12 years ago