Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Handle corner cased on 0-tuples and 1-tuples. Add verbose option so people c... | Raymond Hettinger | 2007-09-18 | 1 | -8/+9 |
* | Sync-up named tuples with the latest version of the ASPN recipe. | Raymond Hettinger | 2007-09-17 | 1 | -10/+19 |
* | Allow all alphanumeric and underscores in type and field names. | Raymond Hettinger | 2007-05-21 | 1 | -1/+1 |
* | Replace assertion with straight error-checking. | Raymond Hettinger | 2007-05-21 | 1 | -1/+2 |
* | Fix beginner mistake -- don't mix spaces and tabs. | Raymond Hettinger | 2007-05-19 | 1 | -1/+1 |
* | Improvements to NamedTuple's implementation, tests, and documentation | Raymond Hettinger | 2007-05-19 | 1 | -24/+23 |
* | Add collections.NamedTuple | Raymond Hettinger | 2007-03-01 | 1 | -1/+60 |
* | Prepare collections module for pure python code entries. | Raymond Hettinger | 2007-02-28 | 1 | -0/+3 |