24 Commits (eec152d21783b901efae86afde771995fb357136)

Author SHA1 Message Date
Ezio Melotti 9236a4e99d #16470: mention set and dict comprehension in the tutorial. Patch by Yongzhi Pan. 14 years ago
Georg Brandl 526b553608 Remove versionadded from the tutorial, at a location where it produces more questions than it answers. 14 years ago
Chris Jerdonek 0cffd6be56 Issue #16225: Backport from 3.2: Add additional note to tutorial about looping. 14 years ago
Ezio Melotti f637920652 #14840: Add a bit on the difference between tuples and lists. Initial patch by Zachary Ware. 14 years ago
Raymond Hettinger 4c8d392bc1 Reorder the entries to put the type specific technique last. 14 years ago
Ezio Melotti 4a72d1a661 #13549: improve tutorial section about listcomps. 14 years ago
Senthil Kumaran 169fa9345d Doc fix. Mathematically correct sentence. 15 years ago
Georg Brandl f65e25b626 Merged revisions 86134,86315-86316,86390,86424-86425,86428,86550,86561-86562,86564-86565,86705,86708,86713 via svnmerge from 16 years ago
Georg Brandl 1790ed2b2e Fix typo. 16 years ago
Georg Brandl fc3901e5bf Clarify. 16 years ago
Georg Brandl 44c3ceb8ac #8267: Use sorted() to get a sorted list of dict keys. 16 years ago
Georg Brandl 57a5e3f0e2 Merged revisions 84249,84264,84326-84327,84407,84476,84480-84482,84484,84530-84531,84553,84619,84684,84915-84916 via svnmerge from 16 years ago
Georg Brandl 448f20b8b1 Fix typo. 16 years ago
Raymond Hettinger 2914308214 Issue #4570: Clean-up tutorial example 16 years ago
Raymond Hettinger afdeca980d Issue #4570: Clean-up tutorial example 16 years ago
Georg Brandl ced2f2d9f9 Recorded merge of revisions 81410 via svnmerge from 16 years ago
Georg Brandl 471ed00ae9 Remove redundant example. 16 years ago
Ezio Melotti de414a2e91 Merged revisions 79525 via svnmerge from 16 years ago
Ezio Melotti 8f8db14bb0 Merged revisions 79522 via svnmerge from 16 years ago
Ezio Melotti fc7b3d26b1 Remove paragraph about inefficiency of lists used as queues now that the example uses deque. 16 years ago
Ezio Melotti eb72991fbb Revert r79179 and merge r75584 to explain how to implement a queue using collection.deque instead of a list. 16 years ago
Georg Brandl 4c86cb31e2 Merged revisions 78859-78860,78952,79168-79169,79173,79176,79178-79179,79181,79184-79185,79192,79212 via svnmerge from 16 years ago
Georg Brandl 718ce2c2bd Merged revisions 79179 via svnmerge from 16 years ago
Georg Brandl a39f2afe9b Mention inefficiency of lists as queues, add link to collections.deque discussion. 16 years ago
Raymond Hettinger f04545565a Update advice on how to implement a queue. 17 years ago
Jesus Cea 585ad8ae5e Merged revisions 69846 via svnmerge from 17 years ago
Raymond Hettinger 8699aeaf34 The key-value pairs can be lists or tuples or any iterable. 17 years ago
Georg Brandl fc11f27f61 Expand a bit on dict views. 17 years ago
Georg Brandl 10e0e30101 Fix markup. 17 years ago
Georg Brandl 7ae90dd22d Elaborate encoding recommendations, and fix ambiguous wording for list comprehensions. 17 years ago
Georg Brandl 9b08e05e1e Merged revisions 70866-70868,70870-70871,70893,70896,70902,70905,70907,70912,70915,70927,70933,70940,70944,70954,70963,70998,71056 via svnmerge from 17 years ago
Benjamin Peterson d23f8224e9 Merged revisions 70712,70714,70764-70765,70769-70771,70773,70776-70777,70788-70789,70824,70828,70832,70836,70842,70851,70855,70857,70866-70872,70883,70885,70893-70894,70896-70897,70903,70905-70907,70915,70927,70933,70951,70960,70962-70964,70998,71001,71006,71008,71010-71011,71019,71037,71056,71094,71101-71103,71106,71119,71123,71149-71150,71203,71212,71214-71217,71221,71240 via svnmerge from 17 years ago
Georg Brandl a08867d8a1 Dont shout to users. 17 years ago
Georg Brandl 354e4cbb1c #5018: remove confusing paragraph. 17 years ago
Mark Dickinson 934896dc09 Merged revisions 69846 via svnmerge from 17 years ago
Mark Dickinson 3e4caeb3bf Issue #5341: Fix a variety of spelling errors. 17 years ago
Georg Brandl 734373cc4d Merged revisions 68133-68134,68141-68142,68145-68146,68148-68149,68159-68162,68166,68171-68174,68179,68195-68196,68210,68214-68215,68217-68222 via svnmerge from 17 years ago
Georg Brandl 06788c9fe4 Fix a few remaining problems found by rstlint. 17 years ago
Georg Brandl a1c6a1cea5 Merged revisions 68221 via svnmerge from 17 years ago
Georg Brandl 48310cd3f2 Remove trailing whitespace. 17 years ago
Georg Brandl 7044b11818 Remove tabs from the documentation. 17 years ago
Georg Brandl c62ef8b4d9 Remove trailing whitespace. 17 years ago
Georg Brandl abffe71dc1 #4667: fix some 2.x leftovers in the tutorial. 17 years ago
Benjamin Peterson ff94552763 tip-toe around dictionary keys view in the tutorial 17 years ago
Georg Brandl 2080ea5f4b Forward-port r67624 and r67627. 18 years ago
Benjamin Peterson f2a2c796e3 remove duplicate target 18 years ago
Georg Brandl 5d955ed13e Forward-port of r66447. 18 years ago
Georg Brandl 3ce0dee9a3 Incorporate some suggestions by Tait Stevens. 18 years ago
Georg Brandl 409c9d7184 #3522: zip() returns an iterator. 18 years ago
Benjamin Peterson bfc644bdbe fix no-op in tutorial 18 years ago