Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython2
/
565ea5ae3701b3600cb7ac2f6405574b51c19ba7
/
Doc
/
lib
/
libcollections.tex
2e66940
Minor wording and spacing nits.
by Raymond Hettinger
· 21 years ago
0e371f2
Make sure "del d[n]" is properly supported. Was necessary because the
by Raymond Hettinger
· 21 years ago
e7169eb
Add more examples.
by Raymond Hettinger
· 21 years ago
f5f9a370
Add an example application to the docs.
by Raymond Hettinger
· 21 years ago
0a4977c
Replace left(), right(), and __reversed__() with the more general purpose
by Raymond Hettinger
· 21 years ago
738ec90
Improvements to collections.deque():
by Raymond Hettinger
· 21 years ago
5c5eb86
* Incorporate Skip's suggestions for documentation (explain the word deque
by Raymond Hettinger
· 22 years ago
c058fd1
* Fix ref counting in extend() and extendleft().
by Raymond Hettinger
· 22 years ago
3ba85c2
Have deques support high volume loads.
by Raymond Hettinger
· 22 years ago
e52f3b1
Add documentation for collections.deque().
by Raymond Hettinger
· 22 years ago