1. 526b553 Remove versionadded from the tutorial, at a location where it produces more questions than it answers. by Georg Brandl · 13 years ago
  2. 0cffd6b Issue #16225: Backport from 3.2: Add additional note to tutorial about looping. by Chris Jerdonek · 13 years ago
  3. f637920 #14840: Add a bit on the difference between tuples and lists. Initial patch by Zachary Ware. by Ezio Melotti · 13 years ago
  4. 4c8d392 Reorder the entries to put the type specific technique last. by Raymond Hettinger · 13 years ago
  5. 4a72d1a #13549: improve tutorial section about listcomps. by Ezio Melotti · 14 years ago
  6. 169fa93 Doc fix. Mathematically correct sentence. by Senthil Kumaran · 14 years ago
  7. fc3901e Clarify. by Georg Brandl · 15 years ago
  8. 44c3ceb #8267: Use sorted() to get a sorted list of dict keys. by Georg Brandl · 15 years ago
  9. 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
  10. a39f2af Mention inefficiency of lists as queues, add link to collections.deque discussion. by Georg Brandl · 15 years ago
  11. a08867d Dont shout to users. by Georg Brandl · 16 years ago
  12. 354e4cb #5018: remove confusing paragraph. by Georg Brandl · 16 years ago
  13. 3e4caeb Issue #5341: Fix a variety of spelling errors. by Mark Dickinson · 16 years ago
  14. 7044b11 Remove tabs from the documentation. by Georg Brandl · 17 years ago
  15. c62ef8b Remove trailing whitespace. by Georg Brandl · 17 years ago
  16. f2a2c79 remove duplicate target by Benjamin Peterson · 17 years ago
  17. 3ce0dee Incorporate some suggestions by Tait Stevens. by Georg Brandl · 17 years ago
  18. f9ef988 update the tutorial to use str.format by Benjamin Peterson · 17 years ago
  19. 8ca6c84 Phase out has_key usage in the tutorial; correct docs for PyMapping_HasKey*. by Georg Brandl · 17 years ago
  20. 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
  21. b19be57 Some cleanup in the docs. by Georg Brandl · 18 years ago
  22. adbda84 Add a section about nested listcomps to the tutorial. by Georg Brandl · 18 years ago
  23. 8ec7f65 Move the 2.6 reST doc tree in place. by Georg Brandl · 18 years ago