1. 9a118f1 Issue #26778: Fixed "a/an/and" typos in code comment and documentation. by Serhiy Storchaka · 9 years ago
  2. 9ce9f77 Improve tutorial suggestion for looping techniques by Raymond Hettinger · 10 years ago
  3. 251aede Fix minor docs markup errors. by Serhiy Storchaka · 10 years ago
  4. 05e7c9e Fix description. by Georg Brandl · 11 years ago
  5. 96c4de9 Closes #22868: make example less ambiguous. by Georg Brandl · 11 years ago
  6. 7e19b60 Issue 21575: Show list.sort() arguments in the tutorial. by Raymond Hettinger · 11 years ago
  7. cc79837 Issue #21545: Add .pop example and tweak comment about pure mutation methods. by Terry Jan Reedy · 11 years ago
  8. b3d6fe3 Small logical fix in filter() example description. by Georg Brandl · 12 years ago
  9. 9236a4e #16470: mention set and dict comprehension in the tutorial. Patch by Yongzhi Pan. by Ezio Melotti · 13 years ago
  10. 526b553 Remove versionadded from the tutorial, at a location where it produces more questions than it answers. by Georg Brandl · 13 years ago
  11. 0cffd6b Issue #16225: Backport from 3.2: Add additional note to tutorial about looping. by Chris Jerdonek · 13 years ago
  12. f637920 #14840: Add a bit on the difference between tuples and lists. Initial patch by Zachary Ware. by Ezio Melotti · 13 years ago
  13. 4c8d392 Reorder the entries to put the type specific technique last. by Raymond Hettinger · 13 years ago
  14. 4a72d1a #13549: improve tutorial section about listcomps. by Ezio Melotti · 14 years ago
  15. 169fa93 Doc fix. Mathematically correct sentence. by Senthil Kumaran · 14 years ago
  16. fc3901e Clarify. by Georg Brandl · 15 years ago
  17. 44c3ceb #8267: Use sorted() to get a sorted list of dict keys. by Georg Brandl · 15 years ago
  18. 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
  19. a39f2af Mention inefficiency of lists as queues, add link to collections.deque discussion. by Georg Brandl · 15 years ago
  20. a08867d Dont shout to users. by Georg Brandl · 16 years ago
  21. 354e4cb #5018: remove confusing paragraph. by Georg Brandl · 16 years ago
  22. 3e4caeb Issue #5341: Fix a variety of spelling errors. by Mark Dickinson · 16 years ago
  23. 7044b11 Remove tabs from the documentation. by Georg Brandl · 17 years ago
  24. c62ef8b Remove trailing whitespace. by Georg Brandl · 17 years ago
  25. f2a2c79 remove duplicate target by Benjamin Peterson · 17 years ago
  26. 3ce0dee Incorporate some suggestions by Tait Stevens. by Georg Brandl · 17 years ago
  27. f9ef988 update the tutorial to use str.format by Benjamin Peterson · 17 years ago
  28. 8ca6c84 Phase out has_key usage in the tutorial; correct docs for PyMapping_HasKey*. by Georg Brandl · 17 years ago
  29. 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
  30. b19be57 Some cleanup in the docs. by Georg Brandl · 18 years ago
  31. adbda84 Add a section about nested listcomps to the tutorial. by Georg Brandl · 18 years ago
  32. 8ec7f65 Move the 2.6 reST doc tree in place. by Georg Brandl · 18 years ago