index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Doc
/
lib
/
libcollections.tex
Commit message (
Expand
)
Author
Age
Files
Lines
*
Improvements to NamedTuple's implementation, tests, and documentation
Raymond Hettinger
2007-05-19
1
-4/+15
*
Lots of explicit class names for method and member descs.
Georg Brandl
2007-04-01
1
-4/+4
*
Fix a lot of markup and meta-information glitches.
Georg Brandl
2007-04-01
1
-2/+2
*
Put code examples at left margin instead of indenting them
Andrew M. Kuchling
2007-03-21
1
-19/+19
*
Fix sentence, and fix typo in example
Andrew M. Kuchling
2007-03-21
1
-2/+3
*
Add collections.NamedTuple
Raymond Hettinger
2007-03-01
1
-2/+51
*
Provide an example of defaultdict with non-zero constant factory function.
Raymond Hettinger
2007-02-19
1
-8/+12
*
Typo fixes
George Yoshida
2006-04-22
1
-2/+2
*
Typo fix
Andrew M. Kuchling
2006-04-14
1
-1/+1
*
Typo fixes
Andrew M. Kuchling
2006-04-14
1
-2/+2
*
Add section headers and examples.
Raymond Hettinger
2006-03-25
1
-2/+82
*
- Patch 1433928:
Guido van Rossum
2006-02-25
1
-3/+47
*
Add a remove() method to collections.deque objects.
Raymond Hettinger
2005-03-18
1
-0/+6
*
Minor wording and spacing nits.
Raymond Hettinger
2004-06-12
1
-9/+7
*
Make sure "del d[n]" is properly supported. Was necessary because the
Raymond Hettinger
2004-05-12
1
-11/+8
*
Add more examples.
Raymond Hettinger
2004-05-09
1
-1/+52
*
Add an example application to the docs.
Raymond Hettinger
2004-04-30
1
-2/+31
*
Replace left(), right(), and __reversed__() with the more general purpose
Raymond Hettinger
2004-03-01
1
-15/+6
*
Improvements to collections.deque():
Raymond Hettinger
2004-02-29
1
-7/+22
*
* Incorporate Skip's suggestions for documentation (explain the word deque
Raymond Hettinger
2004-02-07
1
-22/+42
*
* Fix ref counting in extend() and extendleft().
Raymond Hettinger
2004-02-07
1
-1/+3
*
Have deques support high volume loads.
Raymond Hettinger
2004-02-06
1
-2/+18
*
Add documentation for collections.deque().
Raymond Hettinger
2004-01-29
1
-0/+88