Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Shorter name for namedtuple() | Raymond Hettinger | 2007-10-23 | 1 | -17/+17 |
* | More docs, error messages, and tests | Raymond Hettinger | 2007-10-16 | 1 | -6/+11 |
* | Eliminate camelcase function name | Raymond Hettinger | 2007-10-08 | 1 | -12/+14 |
* | Add comments to NamedTuple code. | Raymond Hettinger | 2007-10-08 | 1 | -0/+5 |
* | Add __asdict__() to NamedTuple and refine the docs. | Raymond Hettinger | 2007-10-05 | 1 | -0/+2 |
* | Handle corner cased on 0-tuples and 1-tuples. Add verbose option so people c... | Raymond Hettinger | 2007-09-18 | 1 | -0/+6 |
* | Sync-up named tuples with the latest version of the ASPN recipe. | Raymond Hettinger | 2007-09-17 | 1 | -0/+7 |
* | Allow all alphanumeric and underscores in type and field names. | Raymond Hettinger | 2007-05-21 | 1 | -0/+3 |
* | Improvements to NamedTuple's implementation, tests, and documentation | Raymond Hettinger | 2007-05-19 | 1 | -1/+2 |
* | Add collections.NamedTuple | Raymond Hettinger | 2007-03-01 | 1 | -0/+57 |