1. 10 Ock, 2008 3 kayıt (commit)
  2. 08 Ock, 2008 1 kayıt (commit)
  3. 07 Ock, 2008 5 kayıt (commit)
  4. 06 Ock, 2008 2 kayıt (commit)
  5. 05 Ock, 2008 2 kayıt (commit)
  6. 04 Ock, 2008 1 kayıt (commit)
    • Raymond Hettinger's avatar
      Minor fix-ups to named tuples: · e0734e7d
      Raymond Hettinger yazdı
      * Make the _replace() method respect subclassing.
      
      * Using property() to make _fields read-only wasn't a good idea.
        It caused len(Point._fields) to fail.
      
      * Add note to _cast() about length checking and alternative with the star-operator.
      e0734e7d
  7. 18 Ara, 2007 3 kayıt (commit)
  8. 14 Ara, 2007 3 kayıt (commit)
  9. 13 Ara, 2007 2 kayıt (commit)
  10. 05 Ara, 2007 1 kayıt (commit)
  11. 22 Kas, 2007 1 kayıt (commit)
  12. 15 Kas, 2007 2 kayıt (commit)
  13. 14 Kas, 2007 1 kayıt (commit)
  14. 23 Eki, 2007 1 kayıt (commit)
  15. 16 Eki, 2007 2 kayıt (commit)
  16. 09 Eki, 2007 1 kayıt (commit)
  17. 08 Eki, 2007 3 kayıt (commit)
  18. 05 Eki, 2007 1 kayıt (commit)
  19. 18 Eyl, 2007 1 kayıt (commit)
  20. 17 Eyl, 2007 1 kayıt (commit)
    • Raymond Hettinger's avatar
      Sync-up named tuples with the latest version of the ASPN recipe. · d36a60e1
      Raymond Hettinger yazdı
      Allows optional commas in the field-name spec (help when named tuples are used in conjuction with sql queries).
      Adds the __fields__ attribute for introspection and to support conversion to dictionary form.
      Adds a  __replace__() method similar to str.replace() but using a named field as a target.
      Clean-up spelling and presentation in doc-strings.
      d36a60e1
  21. 21 May, 2007 2 kayıt (commit)
  22. 19 May, 2007 1 kayıt (commit)