Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython2
/
40ba60f6bf2f7192f86da395c71348d0fa24da09
/
Doc
/
tutorial
/
datastructures.rst
9a118f1
Issue #26778: Fixed "a/an/and" typos in code comment and documentation.
by Serhiy Storchaka
· 9 years ago
9ce9f77
Improve tutorial suggestion for looping techniques
by Raymond Hettinger
· 10 years ago
251aede
Fix minor docs markup errors.
by Serhiy Storchaka
· 10 years ago
05e7c9e
Fix description.
by Georg Brandl
· 11 years ago
96c4de9
Closes #22868: make example less ambiguous.
by Georg Brandl
· 11 years ago
7e19b60
Issue 21575: Show list.sort() arguments in the tutorial.
by Raymond Hettinger
· 11 years ago
cc79837
Issue #21545: Add .pop example and tweak comment about pure mutation methods.
by Terry Jan Reedy
· 11 years ago
b3d6fe3
Small logical fix in filter() example description.
by Georg Brandl
· 12 years ago
9236a4e
#16470: mention set and dict comprehension in the tutorial. Patch by Yongzhi Pan.
by Ezio Melotti
· 13 years ago
526b553
Remove versionadded from the tutorial, at a location where it produces more questions than it answers.
by Georg Brandl
· 13 years ago
0cffd6b
Issue #16225: Backport from 3.2: Add additional note to tutorial about looping.
by Chris Jerdonek
· 13 years ago
f637920
#14840: Add a bit on the difference between tuples and lists. Initial patch by Zachary Ware.
by Ezio Melotti
· 13 years ago
4c8d392
Reorder the entries to put the type specific technique last.
by Raymond Hettinger
· 13 years ago
4a72d1a
#13549: improve tutorial section about listcomps.
by Ezio Melotti
· 14 years ago
169fa93
Doc fix. Mathematically correct sentence.
by Senthil Kumaran
· 14 years ago
fc3901e
Clarify.
by Georg Brandl
· 15 years ago
44c3ceb
#8267: Use sorted() to get a sorted list of dict keys.
by Georg Brandl
· 15 years ago
eb72991
Revert r79179 and merge r75584 to explain how to implement a queue using collection.deque instead of a list.
by Ezio Melotti
· 15 years ago
a39f2af
Mention inefficiency of lists as queues, add link to collections.deque discussion.
by Georg Brandl
· 15 years ago
a08867d
Dont shout to users.
by Georg Brandl
· 16 years ago
354e4cb
#5018: remove confusing paragraph.
by Georg Brandl
· 16 years ago
3e4caeb
Issue #5341: Fix a variety of spelling errors.
by Mark Dickinson
· 16 years ago
7044b11
Remove tabs from the documentation.
by Georg Brandl
· 17 years ago
c62ef8b
Remove trailing whitespace.
by Georg Brandl
· 17 years ago
f2a2c79
remove duplicate target
by Benjamin Peterson
· 17 years ago
3ce0dee
Incorporate some suggestions by Tait Stevens.
by Georg Brandl
· 17 years ago
f9ef988
update the tutorial to use str.format
by Benjamin Peterson
· 17 years ago
8ca6c84
Phase out has_key usage in the tutorial; correct docs for PyMapping_HasKey*.
by Georg Brandl
· 17 years ago
9c6c47b
Mark the descitems in the tutorial as "noindex" so that :meth: cross-refs don't link to them.
by Georg Brandl
· 17 years ago
b19be57
Some cleanup in the docs.
by Georg Brandl
· 18 years ago
adbda84
Add a section about nested listcomps to the tutorial.
by Georg Brandl
· 18 years ago
8ec7f65
Move the 2.6 reST doc tree in place.
by Georg Brandl
· 18 years ago