Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Regex should be a raw string | Raymond Hettinger | 2013-03-01 | 1 | -1/+1 |
* | Update example: Counter.subtract returns None, not self | Andrew Svetlov | 2012-12-17 | 1 | -0/+1 |
|\ | |||||
| * | Update example: Counter.subtract returns None, not self | Andrew Svetlov | 2012-12-17 | 1 | -0/+1 |
* | | Fix markup in Counter note. | Georg Brandl | 2012-10-06 | 1 | -10/+10 |
* | | Fix typo in documentation for collections.ChainMap, thanks to Olivier Bernard... | Andrew Svetlov | 2012-10-04 | 1 | -1/+1 |
* | | Issue #15825: fix typo in OrderedDict docs. | Andrew Svetlov | 2012-08-31 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | Issue #15825: fix typo in OrderedDict docs. | Andrew Svetlov | 2012-08-31 | 1 | -1/+1 |
* | | update CodeTools link; thanks to Robert Kern from docs@ | Sandro Tosi | 2012-08-12 | 1 | -1/+1 |
* | | Fix typo | Raymond Hettinger | 2012-07-16 | 1 | -1/+1 |
* | | Clean-up example | Raymond Hettinger | 2012-07-16 | 1 | -5/+11 |
* | | cm.parents is property, not a method | Raymond Hettinger | 2012-07-16 | 1 | -8/+9 |
* | | Fix indentation of method and attribute examples. | Raymond Hettinger | 2012-06-11 | 1 | -19/+17 |
* | | Expand examples for ChainMap(). Improve markup. | Raymond Hettinger | 2012-06-10 | 1 | -38/+74 |
* | | Note that the _asdict() method is outdated | Raymond Hettinger | 2012-06-10 | 1 | -474/+475 |
* | | Move ChainMap versionadded to be less ambiguous. | Georg Brandl | 2012-04-03 | 1 | -2/+2 |
* | | Fix indentation. | Georg Brandl | 2012-03-08 | 1 | -59/+60 |
* | | merge heads (#13887) | Benjamin Peterson | 2012-01-27 | 1 | -0/+5 |
|\ \ | |/ | |||||
| * | note that get() is not affected by default_factory (closes #13887) | Benjamin Peterson | 2012-01-27 | 1 | -0/+5 |
* | | Issue #13121: Support in-place math operators for collections.Counter(). | Raymond Hettinger | 2011-10-19 | 1 | -1/+1 |
* | | Merge with 3.2. | Ezio Melotti | 2011-10-19 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | Remove duplication. | Ezio Melotti | 2011-10-19 | 1 | -1/+1 |
* | | Merge 3.2 | Éric Araujo | 2011-08-19 | 1 | -2/+1 |
|\ \ | |/ | |||||
| * | Fix a typo and touch up blank lines | Éric Araujo | 2011-08-18 | 1 | -2/+2 |
* | | Fix typo | Éric Araujo | 2011-08-16 | 1 | -1/+1 |
* | | Add support for unary plus and unary minus to collections.Counter() | Raymond Hettinger | 2011-08-09 | 1 | -1/+13 |
* | | Fix typo (reported by Hiro Ashiya). | Raymond Hettinger | 2011-06-25 | 1 | -2/+2 |
|\ \ | |/ | |||||
| * | Fix typo (reported by Hiro Ashiya). | Raymond Hettinger | 2011-06-25 | 1 | -2/+2 |
| * | Improve glossary entry for ABCs. | Éric Araujo | 2011-06-04 | 1 | -3/+4 |
| * | Remove link that’s already present at the top of the file | Éric Araujo | 2011-06-03 | 1 | -3/+0 |
| * | Fix named tuples to work with vars(). | Raymond Hettinger | 2011-06-03 | 1 | -0/+2 |
| * | Simplify example | Raymond Hettinger | 2011-05-21 | 1 | -4/+0 |
* | | Use correct directive to document one method | Éric Araujo | 2011-06-11 | 1 | -1/+1 |
* | | Fix reST label for collections ABCs. | Éric Araujo | 2011-06-03 | 1 | -1/+1 |
* | | Simplify example | Raymond Hettinger | 2011-05-21 | 1 | -4/+0 |
* | | Remove unneeded backslashes | Éric Araujo | 2011-04-24 | 1 | -4/+4 |
|\ \ | |/ | |||||
| * | Remove unneeded backslashes | Éric Araujo | 2011-04-24 | 1 | -2/+2 |
* | | merge | Raymond Hettinger | 2011-04-16 | 1 | -0/+20 |
|\ \ | |/ | |||||
| * | merge | Raymond Hettinger | 2011-04-16 | 1 | -0/+20 |
| |\ | |||||
| | * | Add another example to the collections module docs. | Raymond Hettinger | 2011-04-16 | 1 | -0/+20 |
* | | | Fix markup. | Raymond Hettinger | 2011-04-12 | 1 | -2/+2 |
* | | | Issue #7796: Add link to Jan Kaliszewski's alternate constructor and ABC for ... | Raymond Hettinger | 2011-03-31 | 1 | -2/+9 |
|\ \ \ | |/ / | |||||
| * | | Issue #7796: Add link to Jan Kaliszewski's alternate constructor and ABC for ... | Raymond Hettinger | 2011-03-31 | 1 | -2/+9 |
| * | | #10617: merge with 3.1. | Ezio Melotti | 2011-03-28 | 1 | -8/+50 |
| |\ \ | | |/ | |||||
| | * | #10617: add class directives to collections ABCs. | Ezio Melotti | 2011-03-28 | 1 | -8/+50 |
* | | | Expose the namedtuple source with a _source attribute. | Raymond Hettinger | 2011-03-23 | 1 | -48/+13 |
* | | | Fix set representation in an example. | Raymond Hettinger | 2011-03-23 | 1 | -1/+1 |
* | | | Minor named tuple clean-ups. | Raymond Hettinger | 2011-03-23 | 1 | -32/+33 |
* | | | Merge | Antoine Pitrou | 2011-03-22 | 1 | -0/+1 |
|\ \ \ | |/ / | |||||
| * | | Issue #11625: Fix Typo | Raymond Hettinger | 2011-03-22 | 1 | -1/+2 |
| |\ \ | | |/ | |||||
| | * | Issue #11625: Fix Typo | Raymond Hettinger | 2011-03-22 | 1 | -1/+2 |