1. b5cef5c py/objobject: Don't make locals_dict if there's nothing to go in it. by Kaspar Schleiser · 10 years ago
  2. 47b9809 py: Check that arg to object.__new__ is a user-defined type. by Damien George · 10 years ago
  3. 50149a5 py: Use mp_arg_check_num in some _make_new functions. by Damien George · 11 years ago
  4. ff8dd3f py, unix: Allow to compile with -Wunused-parameter. by Damien George · 11 years ago
  5. 51dfcb4 py: Move to guarded includes, everywhere in py/ core. by Damien George · 11 years ago
  6. ecc88e9 Change some parts of the core API to use mp_uint_t instead of uint/int. by Damien George · 11 years ago
  7. 806ea1f py: Initial attempts to actually allow implementing __new__ in Python. by Paul Sokolovsky · 11 years ago
  8. 0c937fa objobject: Fix arguments to __init__(). by Paul Sokolovsky · 11 years ago
  9. a8408a8 objtype: super: Fall back to "object" lookup as last resort. by Paul Sokolovsky · 11 years ago
  10. 04b9147 Add license header to (almost) all files. by Damien George · 11 years ago
  11. f54bcbf py, unix: Make "mpconfig.h" be first included, as other headers depend on it. by Paul Sokolovsky · 11 years ago
  12. 1752022 py: Make all objects and instances derive from object. by Damien George · 11 years ago
  13. ea13f40 py: Change nlr_jump to nlr_raise, to aid in debugging. by Damien George · 11 years ago
  14. 3ec0a1a py: Add 'object' object. by Damien George · 11 years ago