1. 28 Jan, 2016 3 commits
  2. 27 Jan, 2016 3 commits
  3. 26 Jan, 2016 5 commits
  4. 24 Jan, 2016 3 commits
  5. 23 Jan, 2016 2 commits
  6. 21 Jan, 2016 1 commit
  7. 19 Jan, 2016 2 commits
  8. 17 Jan, 2016 3 commits
  9. 16 Jan, 2016 1 commit
  10. 15 Jan, 2016 5 commits
  11. 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
  12. 13 Jan, 2016 3 commits
  13. 12 Jan, 2016 1 commit
  14. 11 Jan, 2016 5 commits
  15. 10 Jan, 2016 1 commit