1. 04a9a0e Simplify implementation of __replace__() by Raymond Hettinger · 18 years ago
  2. 2e1af25 Error checking was too aggressive (reported by Chris Tismer) by Raymond Hettinger · 18 years ago
  3. 64c06e3 Backport of _abccoll.py by Benjamin Arangueren, issue 1383. by Guido van Rossum · 18 years ago
  4. 5681cbc Small improvement to the implementation of __replace__(). by Raymond Hettinger · 18 years ago
  5. eeeb9c4 Accept Issac Morland's suggestion for __replace__ to allow multiple replacements by Raymond Hettinger · 18 years ago
  6. 78f27e0 Make __fields__ read-only. Suggested by Issac Morland by Raymond Hettinger · 18 years ago
  7. 01a0957 Shorter name for namedtuple() by Raymond Hettinger · 18 years ago
  8. abfd8df More docs, error messages, and tests by Raymond Hettinger · 18 years ago
  9. 050afbf Improve error messages by Raymond Hettinger · 18 years ago
  10. 163f622 Make the error messages more specific by Raymond Hettinger · 18 years ago
  11. a48a299 Eliminate camelcase function name by Raymond Hettinger · 18 years ago
  12. 0e1d606 Better variable names by Raymond Hettinger · 18 years ago
  13. 2115bbc Add comments to NamedTuple code. by Raymond Hettinger · 18 years ago
  14. a7fc4b1 Add __asdict__() to NamedTuple and refine the docs. by Raymond Hettinger · 18 years ago
  15. 2b03d45 Handle corner cased on 0-tuples and 1-tuples. Add verbose option so people can see how it works. by Raymond Hettinger · 18 years ago
  16. d36a60e Sync-up named tuples with the latest version of the ASPN recipe. by Raymond Hettinger · 18 years ago
  17. 767debb Allow all alphanumeric and underscores in type and field names. by Raymond Hettinger · 18 years ago
  18. 0d6a8cc Replace assertion with straight error-checking. by Raymond Hettinger · 18 years ago
  19. f3241a3 Fix beginner mistake -- don't mix spaces and tabs. by Raymond Hettinger · 18 years ago
  20. 5a41daf Improvements to NamedTuple's implementation, tests, and documentation by Raymond Hettinger · 18 years ago
  21. c37e5e0 Add collections.NamedTuple by Raymond Hettinger · 18 years ago
  22. eb97988 Prepare collections module for pure python code entries. by Raymond Hettinger · 18 years ago