summaryrefslogtreecommitdiffstats
path: root/Doc/lib/libcollections.tex
Commit message (Expand)AuthorAgeFilesLines
* Lots of explicit class names for method and member descs.Georg Brandl2007-04-011-4/+4
* Fix a lot of markup and meta-information glitches.Georg Brandl2007-04-011-2/+2
* Put code examples at left margin instead of indenting themAndrew M. Kuchling2007-03-211-19/+19
* Fix sentence, and fix typo in exampleAndrew M. Kuchling2007-03-211-2/+3
* Add collections.NamedTupleRaymond Hettinger2007-03-011-2/+51
* Provide an example of defaultdict with non-zero constant factory function.Raymond Hettinger2007-02-191-8/+12
* Typo fixesGeorge Yoshida2006-04-221-2/+2
* Typo fixAndrew M. Kuchling2006-04-141-1/+1
* Typo fixesAndrew M. Kuchling2006-04-141-2/+2
* Add section headers and examples.Raymond Hettinger2006-03-251-2/+82
* - Patch 1433928:Guido van Rossum2006-02-251-3/+47
* Add a remove() method to collections.deque objects.Raymond Hettinger2005-03-181-0/+6
* Minor wording and spacing nits.Raymond Hettinger2004-06-121-9/+7
* Make sure "del d[n]" is properly supported. Was necessary because theRaymond Hettinger2004-05-121-11/+8
* Add more examples.Raymond Hettinger2004-05-091-1/+52
* Add an example application to the docs.Raymond Hettinger2004-04-301-2/+31
* Replace left(), right(), and __reversed__() with the more general purposeRaymond Hettinger2004-03-011-15/+6
* Improvements to collections.deque():Raymond Hettinger2004-02-291-7/+22
* * Incorporate Skip's suggestions for documentation (explain the word dequeRaymond Hettinger2004-02-071-22/+42
* * Fix ref counting in extend() and extendleft().Raymond Hettinger2004-02-071-1/+3
* Have deques support high volume loads.Raymond Hettinger2004-02-061-2/+18
* Add documentation for collections.deque().Raymond Hettinger2004-01-291-0/+88