| Commit message (Expand) | Author | Age | Files | Lines |
* | Merged revisions 76904 via svnmerge from | Ezio Melotti | 2009-12-19 | 1 | -1/+1 |
|
|
* | Merged revisions 74209 via svnmerge from | Georg Brandl | 2009-10-27 | 1 | -1/+1 |
|
|
* | Merged revisions 68797 via svnmerge from | Georg Brandl | 2009-10-27 | 1 | -11/+0 |
|
|
* | Merged revisions 68605 via svnmerge from | Georg Brandl | 2009-10-27 | 1 | -5/+3 |
|
|
* | Fix field name conflicts for named tuples. | Raymond Hettinger | 2009-05-27 | 1 | -6/+6 |
|
|
* | Sync-up examples with Py2.7 updates. | Raymond Hettinger | 2009-05-22 | 1 | -25/+22 |
|
|
* | Add MutableSet example. | Raymond Hettinger | 2009-03-20 | 1 | -1/+5 |
|
|
* | Clean-up named tuple docs. | Raymond Hettinger | 2009-02-11 | 1 | -4/+5 |
|
|
* | Correct docs for ABCs (MutableSequence was missing __setiem). Simplify the t... | Raymond Hettinger | 2009-01-29 | 1 | -15/+13 |
|
|
* | Merged revisions 68133-68134,68141-68142,68145-68146,68148-68149,68159-68162,... | Georg Brandl | 2009-01-03 | 1 | -13/+13 |
|
|
* | Merged revisions 67245,67277,67289,67295,67301-67303,67307,67330,67332,67336,... | Georg Brandl | 2008-12-05 | 1 | -5/+5 |
|
|
* | Merged revisions 66801,66803-66804,66813,66854-66856,66866,66870-66872,66874,... | Georg Brandl | 2008-11-07 | 1 | -1/+3 |
|
|
* | usage | Skip Montanaro | 2008-09-17 | 1 | -1/+1 |
|
|
* | Add missing ABCs to list. | Georg Brandl | 2008-07-08 | 1 | -36/+44 |
|
|
* | Fix whitespace in example code. | Raymond Hettinger | 2008-06-27 | 1 | -2/+2 |
|
|
* | Issue3065: Fixed pickling of named tuples. Added tests. | Raymond Hettinger | 2008-06-09 | 1 | -0/+3 |
|
|
* | Fix typo | Raymond Hettinger | 2008-05-23 | 1 | -1/+1 |
|
|
* | Fix-up the enumerate type example and move it to the end. | Raymond Hettinger | 2008-05-08 | 1 | -10/+9 |
|
|
* | reformat some documentation of classes so methods and attributes are under th... | Benjamin Peterson | 2008-04-25 | 1 | -45/+48 |
|
|
* | #2502: add example how to do enum types with named tuples. | Georg Brandl | 2008-03-28 | 1 | -0/+10 |
|
|
* | Make collections' doctests executable. | Georg Brandl | 2008-03-22 | 1 | -43/+51 |
|
|
* | A lot more typo fixes by Ori Avtalion. | Georg Brandl | 2008-02-22 | 1 | -2/+2 |
|
|
* | Backport ABC docs | Raymond Hettinger | 2008-02-11 | 1 | -8/+120 |
|
|
* | Removed an unnecessary and confusing paragraph from the namedtuple docs. | Raymond Hettinger | 2008-01-27 | 1 | -10/+1 |
|
|
* | Better variable name in an example. | Raymond Hettinger | 2008-01-18 | 1 | -2/+2 |
|
|
* | Minor wordsmithing. | Raymond Hettinger | 2008-01-16 | 1 | -2/+1 |
|
|
* | Fix-up half-written paragraph in the docs | Raymond Hettinger | 2008-01-15 | 1 | -7/+3 |
|
|
* | Refactor if/elif chain for clarity and speed. Remove dependency on subclasse... | Raymond Hettinger | 2008-01-15 | 1 | -0/+8 |
|
|
* | Run doctests on the collections module | Raymond Hettinger | 2008-01-11 | 1 | -1/+1 |
|
|
* | Neaten-up the named tuple docs | Raymond Hettinger | 2008-01-10 | 1 | -7/+7 |
|
|
* | Clarify how to add a field to a named tuple. | Raymond Hettinger | 2008-01-10 | 1 | -1/+1 |
|
|
* | Examples for named tuple subclassing should include __slots__ | Raymond Hettinger | 2008-01-10 | 1 | -3/+4 |
|
|
* | Fix typo | Raymond Hettinger | 2008-01-09 | 1 | -1/+1 |
|
|
* | Syntax highlighting only works when >>> lines are accompanied by ... lines | Raymond Hettinger | 2008-01-09 | 1 | -8/+8 |
|
|
* | Docs on named tuple's naming conventions and limits of subclassing | Raymond Hettinger | 2008-01-08 | 1 | -1/+7 |
|
|
* | Documentation nits. | Raymond Hettinger | 2008-01-07 | 1 | -5/+5 |
|
|
* | Use get() instead of pop() for the optimized version of _replace(). | Raymond Hettinger | 2008-01-07 | 1 | -1/+1 |
|
|
* | Minor markup fix | Raymond Hettinger | 2008-01-07 | 1 | -1/+1 |
|
|
* | Cleanup named tuple subclassing example. | Raymond Hettinger | 2008-01-07 | 1 | -10/+12 |
|
|
* | Restore "somenamedtuple" as the "class" for named tuple attrs. | Georg Brandl | 2008-01-07 | 1 | -11/+7 |
|
|
* | Clean up markup. | Georg Brandl | 2008-01-07 | 1 | -7/+5 |
|
|
* | Add another named tuple subclassing example. | Raymond Hettinger | 2008-01-07 | 1 | -0/+8 |
|
|
* | Cleanup subclassing example to more clearly show fixed-width print format. | Raymond Hettinger | 2008-01-07 | 1 | -5/+5 |
|
|
* | Add subclassing example to docs for named tuples. | Raymond Hettinger | 2008-01-07 | 1 | -6/+13 |
|
|
* | Small code simplification. Forgot that classmethods can be called from intan... | Raymond Hettinger | 2008-01-06 | 1 | -1/+1 |
|
|
* | Add error-checking to namedtuple's _replace() method. | Raymond Hettinger | 2008-01-05 | 1 | -1/+4 |
|
|
* | Improve namedtuple's _cast() method with a docstring, new name, and error-che... | Raymond Hettinger | 2008-01-05 | 1 | -16/+16 |
|
|
* | Minor fix-ups to named tuples: | Raymond Hettinger | 2008-01-04 | 1 | -10/+13 |
|
|
* | Some cleanup in the docs. | Georg Brandl | 2007-12-29 | 1 | -1/+1 |
|
|
* | Users demand iterable input for named tuples. The author capitulates. | Raymond Hettinger | 2007-12-18 | 1 | -16/+21 |
|
|