Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix reST label for collections ABCs. | Éric Araujo | 2011-06-03 | 1 | -1/+1 |
| | | | | | | The previous markup hijacked the abstract-base-classes glossary entry, which resulted in the HTML linking to collections.abc when defining the generic ABC concept. Now the glossary links to the abc module. | ||||
* | #10617: merge with 3.2. | Ezio Melotti | 2011-03-28 | 1 | -8/+50 |
| | |||||
* | Merge | Antoine Pitrou | 2011-03-22 | 1 | -1/+1 |
| | |||||
* | Mentioned new clear() method of MutableSequence in its doc, and added unit ↵ | Eli Bendersky | 2011-03-04 | 1 | -1/+1 |
| | | | | tests for its mixin methods | ||||
* | Issue #11085: Moved collections abstract base classes into a separate module | Raymond Hettinger | 2011-02-22 | 1 | -0/+139 |
called collections.abc, following the pattern used by importlib.abc. For backwards compatibility, the names continue to also be imported into the collections module. |