1. 19 Jan, 2016 2 commits
  2. 17 Jan, 2016 3 commits
  3. 16 Jan, 2016 1 commit
  4. 15 Jan, 2016 5 commits
  5. 14 Jan, 2016 2 commits
    • chrysn's avatar
      builtin property: accept keyword arguments · f8ba2eca
      chrysn authored
      this allows python code to use property(lambda:..., doc=...) idiom.
      
      named versions for the fget, fset and fdel arguments are left out in the
      interest of saving space; they are rarely used and easy to enable when
      actually needed.
      
      a test case is included.
      f8ba2eca
    • stijn's avatar
      tests: Remove builtin_dict test · dea585f8
      stijn authored
      This is essentially a duplicate of obj_dict.py
      dea585f8
  6. 13 Jan, 2016 3 commits
  7. 12 Jan, 2016 1 commit
  8. 11 Jan, 2016 5 commits
  9. 10 Jan, 2016 3 commits
  10. 09 Jan, 2016 1 commit
  11. 08 Jan, 2016 9 commits
  12. 07 Jan, 2016 5 commits