| Commit message (Expand) | Author | Age | Files | Lines |
* | Finish the collections ABC table. | Raymond Hettinger | 2008-02-09 | 1 | -35/+36 |
|
|
* | Merge r60674 an 60675. | Raymond Hettinger | 2008-02-09 | 1 | -6/+19 |
|
|
* | Smalls improvement to example in the docs for collections ABCs. | Raymond Hettinger | 2008-02-08 | 1 | -5/+7 |
|
|
* | Tiny grammatical fix. | Mark Summerfield | 2008-02-08 | 1 | -2/+2 |
|
|
* | Simplify float conversion recipe. | Raymond Hettinger | 2008-02-07 | 1 | -28/+18 |
|
|
* | Issue 2025: Add index() and count() methods to tuple so that it will follow | Raymond Hettinger | 2008-02-07 | 3 | -0/+119 |
|
|
* | Reversed UserLists are not required to support __length_hint__. | Raymond Hettinger | 2008-02-06 | 1 | -40/+0 |
|
|
* | MutableSequence requires an insert() method. | Raymond Hettinger | 2008-02-06 | 1 | -0/+2 |
|
|
* | Let the world know that UserList is a MutableSequence. | Raymond Hettinger | 2008-02-06 | 2 | -3/+12 |
|
|
* | Fix-up the _from_iterable() method to return instances of the subclass where ... | Raymond Hettinger | 2008-02-06 | 1 | -1/+6 |
|
|
* | Fix-up the collections docs. | Raymond Hettinger | 2008-02-06 | 1 | -18/+41 |
|
|
* | Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,... | Christian Heimes | 2008-02-06 | 29 | -559/+905 |
|
|
* | Fixed a table and a title that were broken. | Mark Summerfield | 2008-02-06 | 1 | -12/+14 |
|
|
* | Update docs for collections ABCs and for collections.UserDict. | Raymond Hettinger | 2008-02-06 | 3 | -60/+41 |
|
|
* | Remove the old UserDict module. | Raymond Hettinger | 2008-02-06 | 2 | -82/+1 |
|
|
* | Migrate remaining tests from UserDict.UserDict to collections.UserDict. | Raymond Hettinger | 2008-02-06 | 6 | -14/+14 |
|
|
* | Convert test_userdict to use the collections.UserDict. | Raymond Hettinger | 2008-02-05 | 3 | -41/+39 |
|
|
* | Fix. | Georg Brandl | 2008-02-05 | 1 | -2/+2 |
|
|
* | Respect EOL 80. | Georg Brandl | 2008-02-05 | 1 | -6/+9 |
|
|
* | Merge r60528, r60534 and r60539 from trunk. | Georg Brandl | 2008-02-05 | 1 | -232/+265 |
|
|
* | Blocked revisions 60599 via svnmerge | Georg Brandl | 2008-02-05 | 0 | -0/+0 |
|
|
* | Merge r60522 from trunk. | Georg Brandl | 2008-02-05 | 1 | -368/+232 |
|
|
* | Manually merge r60521 from trunk. | Georg Brandl | 2008-02-05 | 1 | -4237/+3941 |
|
|
* | Fix-up mapping equality tests to include both keys and values | Raymond Hettinger | 2008-02-05 | 1 | -2/+2 |
|
|
* | Put an updated UserDict class in the collections module and | Raymond Hettinger | 2008-02-05 | 2 | -2/+66 |
|
|
* | Decouple weakref containers from UserDict | Raymond Hettinger | 2008-02-05 | 1 | -4/+17 |
|
|
* | Moved WeakSet into a bootstap module use by abc.py. | Raymond Hettinger | 2008-02-05 | 3 | -107/+115 |
|
|
* | Remove one use of UserDict.UserDict | Raymond Hettinger | 2008-02-04 | 1 | -2/+11 |
|
|
* | Fix typo (thanks Nick). | Raymond Hettinger | 2008-02-04 | 1 | -1/+1 |
|
|
* | Remove DictMixin which is superceded by collections.MutableMapping | Raymond Hettinger | 2008-02-04 | 6 | -261/+10 |
|
|
* | In bsddb, replace UserDict.DictMixin with collections.MutableMapping. | Raymond Hettinger | 2008-02-04 | 3 | -11/+14 |
|
|
* | Save bsddb changes for a separate check-in. | Raymond Hettinger | 2008-02-04 | 1 | -2/+2 |
|
|
* | Start replacing UserDict.DictMixin with collections.MutableMapping (the bsddb... | Raymond Hettinger | 2008-02-04 | 4 | -7/+19 |
|
|
* | Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,... | Christian Heimes | 2008-02-04 | 18 | -37/+257 |
|
|
* | Fixed socketserver tests | Christian Heimes | 2008-02-03 | 1 | -9/+9 |
|
|
* | Merged revisions 60481,60485,60489-60520,60523-60527,60530-60533,60535-60538,... | Christian Heimes | 2008-02-03 | 31 | -431/+615 |
|
|
* | Update whatsnew document to use specific markup for identifiers, thus enablin... | Georg Brandl | 2008-02-02 | 1 | -134/+130 |
|
|
* | Some new 3.0 whatsnew items, written for GHOP by Andreas Freund. | Georg Brandl | 2008-02-02 | 1 | -5/+66 |
|
|
* | Context flags get set, not incremented. | Raymond Hettinger | 2008-02-01 | 2 | -6/+6 |
|
|
* | Get the ref counting for static allocated longs right. | Christian Heimes | 2008-02-01 | 1 | -9/+7 |
|
|
* | Make print docstring consistent with its docs. | Georg Brandl | 2008-02-01 | 1 | -1/+1 |
|
|
* | Update docs w.r.t. PEP 3100 changes -- patch for GHOP by Dan Finnie. | Georg Brandl | 2008-02-01 | 48 | -539/+400 |
|
|
* | Remove the deprecated array.read/write methods. | Georg Brandl | 2008-02-01 | 1 | -9/+2 |
|
|
* | Merged revisions 60475-60479,60481-60488 via svnmerge from | Christian Heimes | 2008-02-01 | 18 | -117/+597 |
|
|
* | fix bug 1482: IMAP4 SSL isn't working | Bill Janssen | 2008-02-01 | 1 | -50/+5 |
|
|
* | svnmerge.py block -r60480 | Christian Heimes | 2008-01-31 | 0 | -0/+0 |
|
|
* | Fixed multiple reinitialization of the Python interpreter. The small int list... | Christian Heimes | 2008-01-31 | 2 | -23/+39 |
|
|
* | Merged revisions 60441-60474 via svnmerge from | Christian Heimes | 2008-01-31 | 11 | -60/+275 |
|
|
* | Update pprint() to match the new repr style for frozensets | Raymond Hettinger | 2008-01-31 | 2 | -161/+160 |
|
|
* | Fixed r60466 | Christian Heimes | 2008-01-31 | 2 | -2/+2 |
|
|