| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
|
|