1. 17fc44c Improve str() and object.__str__() documentation (issue #13538). by Chris Jerdonek · 12 years ago
  2. 8b6b176 #16440: fix exception type and clarify example. by Ezio Melotti · 12 years ago
  3. 5c90436 Issue #16439: Fix markup in example for stdtypes. by Andrew Svetlov · 12 years ago
  4. 11f3f17 Link to mapping glossary entry in "Mapping Types - dict" and os.environ docs. by Chris Jerdonek · 12 years ago
  5. 5bb4207 Reword set docs to use *proper subset/superset* terminology. by Andrew Svetlov · 12 years ago
  6. a20879f #16206: Improve examples about dict construction. by Ezio Melotti · 12 years ago
  7. f341317 Issue #16206: Improve the documentation of the dict constructor. by Chris Jerdonek · 12 years ago
  8. 7fa8222 Fix links to the __next__ method. by Ezio Melotti · 12 years ago
  9. 1b00f25 #15543: glossary entry for and 'universal newlines', and links to it. by R David Murray · 12 years ago
  10. 82a509c add missing quote in splitlines() example; thanks to Yevgen Yampolskiy from docs@ by Sandro Tosi · 12 years ago
  11. 05c35a6 #15554: clarify splitlines/split differences. by R David Murray · 12 years ago
  12. 554b348 #14957: fix doc typo. by R David Murray · 12 years ago
  13. ae1b94b #14957: clarify splitlines docs. by R David Murray · 12 years ago
  14. 3918b1e Issue #14793: fix grammar in bytes object paragraph; patch by Tshepang Lekhonkhobe by Sandro Tosi · 12 years ago
  15. bf3165b #14763: document default maxsplit value for str.split. by Ezio Melotti · 12 years ago
  16. 3bbdc8e Issue #14123: Explicitly mention that old style % string formatting has caveats by Gregory P. Smith · 13 years ago
  17. 76dea27 Indent 'File' in memoryview example, so it is correctly highlighted by Sandro Tosi · 13 years ago
  18. c33ae06 fix error in memoryview example; thanks to kan lianlian from docs@ by Sandro Tosi · 13 years ago
  19. b4b0b35 kill extra word by Benjamin Peterson · 13 years ago
  20. e9fca25 say bitwise (because I have no idea what a bit-string is) by Benjamin Peterson · 13 years ago
  21. 3b65fd7 #13816: fix two minor style issues. Thanks to Justin Wehnes for the patch. by Georg Brandl · 13 years ago
  22. f4ec3c5 #13754 String returned if less than *or equal to* x 3 by Terry Jan Reedy · 13 years ago
  23. c1f26f6 #13494: s/cast/convert/. Also add a link. by Ezio Melotti · 13 years ago
  24. fd9ebd4 Clarify concatenation behaviour of immutable strings, and remove explicit by Antoine Pitrou · 13 years ago
  25. c2c8960 Issue #13365: correct an error in the documentation of str.expandtabs by Eli Bendersky · 13 years ago
  26. 74e6495 Fixes #13270: obsolete reference to old-style/new-style classes. by Florent Xicluna · 13 years ago
  27. e130a52 Remove duplication. by Ezio Melotti · 13 years ago
  28. 18ddf82 Add links from library/functions to other docs. by Éric Araujo · 13 years ago
  29. 0656a56 #12204: document that str.upper().isupper() might be False and add a note about cased characters. by Ezio Melotti · 13 years ago
  30. 2a8d195 #12665: Dictionary view example has error in set operation by Sandro Tosi · 13 years ago
  31. 497cd65 add space by Benjamin Peterson · 13 years ago
  32. 50211fa document NotImplemented by Benjamin Peterson · 13 years ago
  33. ef4902a Issue #12644: document the '%a' conversion in the old string formatting operations. Patch prepared together with Ezio Melotti by Eli Bendersky · 13 years ago
  34. a6bac95 issue10403 - Let's not use members anymore. Use 'attribute' where it denotes attribute and 'methods' where it denotes methods. Context should clarify usage. by Senthil Kumaran · 13 years ago
  35. 74efb71 Merge with 3.1. by Ezio Melotti · 13 years ago
  36. 0ed8c68 Add a note to the str.find doc to suggest the use of the "in" operator. by Ezio Melotti · 13 years ago
  37. 38cfe89 Merge 3.1 by Éric Araujo · 13 years ago
  38. b79c234 Add missing colon by Éric Araujo · 13 years ago
  39. c704378 merge 3.1 by Benjamin Peterson · 13 years ago
  40. 9b2fd32 Fix spelling. by Raymond Hettinger · 13 years ago
  41. cee01bf merge 3.1 by Benjamin Peterson · 13 years ago
  42. 10116d4 note abcs of int and float (closes #11977) by Benjamin Peterson · 13 years ago
  43. b1aef23 Issue #10610: Document that int(), float(), and complex() accept numeric literals with the Nd property. by Raymond Hettinger · 13 years ago
  44. c706dbf Issue #10610: Document that int(), float(), and complex() accept numeric literals with the Nd property. by Raymond Hettinger · 13 years ago
  45. 891391b Merge doc fixes. by Georg Brandl · 14 years ago
  46. 12a6153 #11373: fix spelling. by Georg Brandl · 14 years ago
  47. d98934c Merged revisions 87101,87146,87156,87172,87175,87371,87378,87522-87524,87526-87528,87530-87536,87581 via svnmerge from by Georg Brandl · 14 years ago
  48. 375aec2 Fix a few doc errors, mostly undefined keywords. by Georg Brandl · 14 years ago
  49. 5254e97 Issue 10533: Need example of using __missing__. by Raymond Hettinger · 14 years ago
  50. c28036b #10742: document readonly attribute of memoryviews. by Georg Brandl · 14 years ago
  51. c10abb4 Merged revisions 87443 via svnmerge from by Alexander Belopolsky · 14 years ago
  52. 0d26798 Issue #10587: Document the meaning of str methods. by Alexander Belopolsky · 14 years ago
  53. 2a1e3e6 Issue2690: Update docs to reflect the change made by issue2690. by Daniel Stutzbach · 14 years ago
  54. a92d1f5 Merged revisions 87188-87190,87192-87194 via svnmerge from by Antoine Pitrou · 14 years ago
  55. a654090 Remove redundant sentence, and fix markup by Antoine Pitrou · 14 years ago
  56. cc4edd5 Add link to the buffer protocol description from the memory description. by Antoine Pitrou · 14 years ago
  57. 28a4dce remove (un)transform methods by Benjamin Peterson · 14 years ago
  58. 0252462 #7475: add (un)transform method to bytes/bytearray and str, add back codecs that can be used with them from Python 2. by Georg Brandl · 14 years ago
  59. ab32fec Merged revisions 85572-85573,85606,85609-85622,85624,85626-85627,85629,85631,85633,85635-85636,85638-85639,85641-85642 via svnmerge from by Georg Brandl · 14 years ago
  60. c524cff Merged revisions 85530,85532-85534,85538-85543,85546-85548 via svnmerge from by Georg Brandl · 14 years ago
  61. 2a07d6e Issue 3292: Fixup to the Sequence docs. by Raymond Hettinger · 14 years ago
  62. b65b493 Merged revisions 86625 via svnmerge from by Éric Araujo · 14 years ago
  63. fe502ea Clean-up the description of the range object. by Raymond Hettinger · 14 years ago
  64. 0f44179 Document index and count as part of the Sequence ABC (#9746) by Éric Araujo · 14 years ago
  65. e14e212 Fix encode/decode method doc of str, bytes, bytearray types by Victor Stinner · 14 years ago
  66. bee54f5 Merged revisions 86293 via svnmerge from by Mark Dickinson · 14 years ago
  67. 4a3c7c4 Issue #10145: the float.is_integer method was undocumented. by Mark Dickinson · 14 years ago
  68. 5ad85f8 Added example for str.format_map(). by Eric Smith · 14 years ago
  69. 2642ad0 Fix typo from r86170. by Éric Araujo · 14 years ago
  70. 27bbca6 Issue #6081: Add str.format_map. str.format_map(mapping) is similar to str.format(**mapping), except mapping does not get converted to a dict. by Eric Smith · 14 years ago
  71. f447770 Put warning block in the main flow of text. by Raymond Hettinger · 14 years ago
  72. c16e8f1 Make twisted example a bit more logical. by Georg Brandl · 14 years ago
  73. edc9e7f #8556: use less confusing mapping key in example. by Georg Brandl · 14 years ago
  74. f74cf77 #7771: reference to documentation of dictview methods and operations. by Georg Brandl · 14 years ago
  75. 60203b4 Migrate to Sphinx 1.0 C language constructs. by Georg Brandl · 14 years ago
  76. f243dad Merged revisions 85008,85011,85228,85240 via svnmerge from by Georg Brandl · 14 years ago
  77. 23b4f92 Merged revisions 84142 via svnmerge from by Georg Brandl · 14 years ago
  78. 16215c7 Merged revisions 78959,79170,79175,79177,79180,79183,79186,79193,79581 via svnmerge from by Georg Brandl · 14 years ago
  79. d8d1cea Merged revisions 85156 via svnmerge from by Senthil Kumaran · 14 years ago
  80. 7cafd26 Fix - issue10010 .. index:: position in the docs. by Senthil Kumaran · 14 years ago
  81. fda2106 #9562: slight clarification. by Georg Brandl · 14 years ago
  82. 25d535e Merged revisions 84827-84829 via svnmerge from by Antoine Pitrou · 14 years ago
  83. 11cb961 Add cross-references to the glossary entry for file objects. by Antoine Pitrou · 14 years ago
  84. 9f0cbf1 Issue #9213: Add index and count methods to range objects, needed to by Daniel Stutzbach · 14 years ago
  85. 4785916 release() is probably not the most important method by Georg Brandl · 14 years ago
  86. 6e6cc83 Issue #9757: memoryview objects get a release() method to release the by Antoine Pitrou · 14 years ago
  87. 045b3ba Issue #9212: Added the missing isdisjoint method to the dict_keys and by Daniel Stutzbach · 14 years ago
  88. 790c9af Manually merge r84187 by Éric Araujo · 14 years ago
  89. 0fc86b8 Fix indentation level by Éric Araujo · 14 years ago
  90. 67b21b7 Consistency check for versionadded/changed directives. by Georg Brandl · 14 years ago
  91. b4efb3d Merged revisions 83212,83829,83833,83838-83839,83878,84019,84025,84028,84032,84036 via svnmerge from by Florent Xicluna · 14 years ago
  92. ac52107 Remove bad merge (from svnmerge r82301) by Florent Xicluna · 14 years ago
  93. e56a386 Merged revisions 83732 via svnmerge from by Mark Dickinson · 14 years ago
  94. 74f5902 Issue #9498: Add reference to sys.float_info from 'numeric types' docs. by Mark Dickinson · 14 years ago
  95. dac55ea Merged revisions 82842 via svnmerge from by Antoine Pitrou · 14 years ago
  96. c779515 Fix definition of len() and indexing for memoryview objects (part of #7696). by Antoine Pitrou · 14 years ago
  97. c62efa8 Merged revisions 82301 via svnmerge from by Georg Brandl · 14 years ago
  98. 317ac61 Merged revisions 82601 via svnmerge from by Senthil Kumaran · 14 years ago
  99. 37c63a3 Change 'lowered' to 'lowercased' by Senthil Kumaran · 14 years ago
  100. 3592a46 Merged revisions 82570 via svnmerge from by Senthil Kumaran · 14 years ago