summaryrefslogtreecommitdiffstats
path: root/Doc/tutorial/datastructures.rst
Commit message (Collapse)AuthorAgeFilesLines
* Issue #26778: Fixed "a/an/and" typos in code comment and documentation.Serhiy Storchaka2016-04-171-1/+1
|
* Improve tutorial suggestion for looping techniquesRaymond Hettinger2015-09-011-11/+11
|
* Fix minor docs markup errors.Serhiy Storchaka2015-03-141-3/+3
|
* Fix description.Georg Brandl2014-11-141-1/+1
|
* Closes #22868: make example less ambiguous.Georg Brandl2014-11-141-3/+3
|
* Issue 21575: Show list.sort() arguments in the tutorial.Raymond Hettinger2014-05-271-2/+3
|
* Issue #21545: Add .pop example and tweak comment about pure mutation methods.Terry Jan Reedy2014-05-231-0/+9
| | | | Patch prepared by David Harrigan.
* Small logical fix in filter() example description.Georg Brandl2013-10-061-1/+1
|
* #16470: mention set and dict comprehension in the tutorial. Patch by ↵Ezio Melotti2012-11-171-8/+19
| | | | Yongzhi Pan.
* Remove versionadded from the tutorial, at a location where it produces more ↵Georg Brandl2012-11-151-2/+0
| | | | questions than it answers.
* Issue #16225: Backport from 3.2: Add additional note to tutorial about looping.Chris Jerdonek2012-10-161-0/+13
|
* #14840: Add a bit on the difference between tuples and lists. Initial patch ↵Ezio Melotti2012-06-171-9/+21
| | | | by Zachary Ware.
* Reorder the entries to put the type specific technique last.Raymond Hettinger2012-04-241-10/+10
|
* #13549: improve tutorial section about listcomps.Ezio Melotti2011-12-131-62/+112
|
* Doc fix. Mathematically correct sentence.Senthil Kumaran2011-09-281-2/+2
|
* Clarify.Georg Brandl2010-11-051-1/+2
|
* #8267: Use sorted() to get a sorted list of dict keys.Georg Brandl2010-10-151-2/+2
|
* Revert r79179 and merge r75584 to explain how to implement a queue using ↵Ezio Melotti2010-03-311-14/+13
| | | | collection.deque instead of a list.
* Mention inefficiency of lists as queues, add link to collections.deque ↵Georg Brandl2010-03-211-0/+5
| | | | discussion.
* Dont shout to users.Georg Brandl2009-03-311-1/+1
|
* #5018: remove confusing paragraph.Georg Brandl2009-03-311-7/+5
|
* Issue #5341: Fix a variety of spelling errors.Mark Dickinson2009-02-211-1/+1
|
* Remove tabs from the documentation.Georg Brandl2009-01-031-1/+1
|
* Remove trailing whitespace.Georg Brandl2009-01-031-6/+6
|
* remove duplicate targetBenjamin Peterson2008-09-131-1/+0
|
* Incorporate some suggestions by Tait Stevens.Georg Brandl2008-09-131-0/+1
|
* update the tutorial to use str.formatBenjamin Peterson2008-05-261-1/+1
|
* Phase out has_key usage in the tutorial; correct docs for PyMapping_HasKey*.Georg Brandl2008-03-281-4/+1
|
* Mark the descitems in the tutorial as "noindex" so that :meth: cross-refs ↵Georg Brandl2008-03-211-0/+9
| | | | don't link to them.
* Some cleanup in the docs.Georg Brandl2007-12-291-1/+1
|
* Add a section about nested listcomps to the tutorial.Georg Brandl2007-12-141-0/+42
| | | | Thanks to Ian Bruntlett and Robert Lehmann.
* Move the 2.6 reST doc tree in place.Georg Brandl2007-08-151-0/+617