summaryrefslogtreecommitdiff
path: root/Doc/tutorial/datastructures.rst
Commit message (Expand)AuthorAgeFilesLines
* Issue #28587: Improve list examples in the tutorialRaymond Hettinger2016-11-211-24/+20
* Issue 28587: list.index documentation missing start and stop arguments. (Con...Raymond Hettinger2016-11-211-3/+10
* 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
* Closes #23181: codepoint -> code pointGeorg Brandl2015-01-141-1/+1
* Merge #21739: mention subtle difference between loops and listcomps in tutorial.R David Murray2014-09-301-2/+3
|\
| * Issue 21575: Show list.sort() arguments in the tutorial.Raymond Hettinger2014-05-261-2/+3
* | #21739: mention subtle difference between loops and listcomps in tutorial.R David Murray2014-09-301-3/+8
|/
* Issue #21545: Add .pop example and tweak comment about pure mutation methods.Terry Jan Reedy2014-05-231-2/+7
* Add missing list methods. Found by Leonardo Pereira on docs@.Georg Brandl2013-10-061-0/+12
* Merge rephrasing with 3.2.Ezio Melotti2012-11-171-3/+3
|\
| * Rephrase a sentence in the set and dict comprehensions tutorial page.Ezio Melotti2012-11-171-3/+3
* | Issue #16225: Merge from 3.2: Add additional note to tutorial about looping.Chris Jerdonek2012-10-151-8/+16
|\ \ | |/ |/|
| * Close issue #16073: merge fix from 3.2.Chris Jerdonek2012-09-281-1/+1
| |\
| * \ merge with 3.2Sandro Tosi2012-08-121-1/+1
| |\ \
| * \ \ #14840: merge with 3.2.Ezio Melotti2012-06-171-9/+21
| |\ \ \
| * \ \ \ #13549: merge with 3.2.Ezio Melotti2011-12-131-8/+16
| |\ \ \ \
| | * | | | Closes #12192: Document that mutating list methods do not return the instance...Georg Brandl2011-10-081-8/+16
* | | | | | Issue #16225: Add additional note to tutorial about changing sequence while l...Chris Jerdonek2012-10-151-0/+13
| |_|_|_|/ |/| | | |
* | | | | Close issue #16073: fix map() example in list comprehension documentation.Chris Jerdonek2012-09-281-1/+1
| |_|_|/ |/| | |
* | | | zip() returns an iterator, make a list() of it; thanks to Martin from docs@Sandro Tosi2012-08-121-1/+1
| |_|/ |/| |
* | | #14840: Add a bit on the difference between tuples and lists. Initial patch ...Ezio Melotti2012-06-171-9/+21
|/ /
* | #13549: improve tutorial section about listcomps.Ezio Melotti2011-12-131-72/+102
|/
* Merged revisions 86134,86315-86316,86390,86424-86425,86428,86550,86561-86562,...Georg Brandl2010-11-261-1/+1
* Merged revisions 84249,84264,84326-84327,84407,84476,84480-84482,84484,84530-...Georg Brandl2010-10-061-1/+1
* Issue #4570: Clean-up tutorial exampleRaymond Hettinger2010-08-081-9/+5
* Recorded merge of revisions 81410 via svnmerge fromGeorg Brandl2010-05-211-4/+1
* Merged revisions 79525 via svnmerge fromEzio Melotti2010-03-311-9/+13
* The key-value pairs can be lists or tuples or any iterable.Raymond Hettinger2009-06-161-1/+1
* Expand a bit on dict views.Georg Brandl2009-06-161-11/+18
* Fix markup.Georg Brandl2009-06-081-3/+3
* Elaborate encoding recommendations, and fix ambiguous wording for list compre...Georg Brandl2009-06-081-8/+7
* Merged revisions 70712,70714,70764-70765,70769-70771,70773,70776-70777,70788-...Benjamin Peterson2009-04-051-7/+5
* Merged revisions 69846 via svnmerge fromMark Dickinson2009-02-211-1/+1
* Fix a few remaining problems found by rstlint.Georg Brandl2009-01-031-2/+2
* Merged revisions 68221 via svnmerge fromGeorg Brandl2009-01-031-1/+1
* Remove trailing whitespace.Georg Brandl2009-01-031-5/+5
* #4667: fix some 2.x leftovers in the tutorial.Georg Brandl2008-12-151-2/+4
* tip-toe around dictionary keys view in the tutorialBenjamin Peterson2008-12-141-1/+1
* Forward-port r67624 and r67627.Georg Brandl2008-12-071-1/+1
* Forward-port of r66447.Georg Brandl2008-09-131-0/+1
* #3522: zip() returns an iterator.Georg Brandl2008-08-081-1/+1
* fix no-op in tutorialBenjamin Peterson2008-07-051-1/+1
* Merged revisions 63655 via svnmerge fromBenjamin Peterson2008-05-261-1/+1
* Convert a lot of print statements to print functions in docstrings,Neal Norwitz2008-05-131-2/+2
* Remove duplicated paragraph.Georg Brandl2008-05-121-66/+0
* Merged revisions 61687-61688,61696,61700,61704-61705,61707-61709,61711-61712,...Christian Heimes2008-03-221-0/+9
* Update docs w.r.t. PEP 3100 changes -- patch for GHOP by Dan Finnie.Georg Brandl2008-02-011-8/+15
* Merged revisions 59605-59624 via svnmerge fromChristian Heimes2007-12-311-0/+64
* Merged revisions 59488-59511 via svnmerge fromChristian Heimes2007-12-151-0/+42