1. 89c4eef Issue #14691: indent the traceback so the example is highlighted by Sandro Tosi · 12 years ago
  2. 0db176f Issue #14386: Expose the dict_proxy internal type as types.MappingProxyType by Victor Stinner · 12 years ago
  3. 226ed7e Fix indentation. by Georg Brandl · 12 years ago
  4. 2ac82f8 Fix indentation. by Georg Brandl · 12 years ago
  5. 50dbb3f Issue #14205: document the change of dict[key] behaviour if dict is modified by Victor Stinner · 12 years ago
  6. c45a8a1 Issue #14123: Explicitly mention that old style % string formatting has caveats but is not going away any time soon. by Gregory P. Smith · 12 years ago
  7. 3bbdc8e Issue #14123: Explicitly mention that old style % string formatting has caveats by Gregory P. Smith · 12 years ago
  8. ab7bf21 Close issue #6210: Implement PEP 409 by Nick Coghlan · 12 years ago
  9. cda6b6d #14081: The sep and maxsplit parameter to str.split, bytes.split, and bytearray.split may now be passed as keyword arguments. by Ezio Melotti · 12 years ago
  10. 9a2d99e - Issue #10181: New memoryview implementation fixes multiple ownership by Stefan Krah · 12 years ago
  11. 1ee86a1 merge with 3.2 by Sandro Tosi · 12 years ago
  12. 76dea27 Indent 'File' in memoryview example, so it is correctly highlighted by Sandro Tosi · 12 years ago
  13. b5d2710 merge with 3.2 by Sandro Tosi · 12 years ago
  14. c33ae06 fix error in memoryview example; thanks to kan lianlian from docs@ by Sandro Tosi · 12 years ago
  15. a5f6d0e merge 3.2 by Benjamin Peterson · 12 years ago
  16. b4b0b35 kill extra word by Benjamin Peterson · 12 years ago
  17. e9fca25 say bitwise (because I have no idea what a bit-string is) by Benjamin Peterson · 12 years ago
  18. 5b45a01 merge from 3.2 by Georg Brandl · 12 years ago
  19. 3b65fd7 #13816: fix two minor style issues. Thanks to Justin Wehnes for the patch. by Georg Brandl · 12 years ago
  20. 9430354 improve casefold/lower/upper docs by Benjamin Peterson · 12 years ago
  21. d5890c8 add str.casefold() (closes #13752) by Benjamin Peterson · 12 years ago
  22. f4ec3c5 #13754 String returned if less than *or equal to* x 3 by Terry Jan Reedy · 12 years ago
  23. 22ef4fa merge heads by Benjamin Peterson · 12 years ago
  24. b2bf01d use full unicode mappings for upper/lower/title case (#12736) by Benjamin Peterson · 12 years ago
  25. 610e814 Merge with 3.2 by Terry Jan Reedy · 12 years ago
  26. c42512d #13494: merge with 3.2. by Ezio Melotti · 13 years ago
  27. c1f26f6 #13494: s/cast/convert/. Also add a link. by Ezio Melotti · 13 years ago
  28. 86a36b5 PEP 3155 / issue #13448: Qualified name for classes and functions. by Antoine Pitrou · 13 years ago
  29. e333d00 Clarify concatenation behaviour of immutable strings, and remove explicit by Antoine Pitrou · 13 years ago
  30. fd9ebd4 Clarify concatenation behaviour of immutable strings, and remove explicit by Antoine Pitrou · 13 years ago
  31. ce4a9da Issue #13411: memoryview objects are now hashable when the underlying object is hashable. by Antoine Pitrou · 13 years ago
  32. 6e9002c Issue #13365: correct an error in the documentation of str.expandtabs. Patch by John Feuerstein by Eli Bendersky · 13 years ago
  33. c2c8960 Issue #13365: correct an error in the documentation of str.expandtabs by Eli Bendersky · 13 years ago
  34. 74e6495 Fixes #13270: obsolete reference to old-style/new-style classes. by Florent Xicluna · 13 years ago
  35. e130a52 Remove duplication. by Ezio Melotti · 13 years ago
  36. acfc97a Merge 3.2 by Florent Xicluna · 13 years ago
  37. ac65d96 Issue #12170: The count(), find(), rfind(), index() and rindex() methods by Antoine Pitrou · 13 years ago
  38. f106449 Merge with 3.2. by Ezio Melotti · 13 years ago
  39. 388349a Closes #12192: Document that mutating list methods do not return the instance (original patch by Mike Hoy). by Georg Brandl · 13 years ago
  40. 793c47a Merge doc changes from 3.2 (#10454, #12298) by Éric Araujo · 13 years ago
  41. 18ddf82 Add links from library/functions to other docs. by Éric Araujo · 13 years ago
  42. ae0cbde #12204: merge with 3.2. by Ezio Melotti · 13 years ago
  43. 0656a56 #12204: document that str.upper().isupper() might be False and add a note about cased characters. by Ezio Melotti · 13 years ago
  44. e4f9e2f #12665: merge with 3.2 by Sandro Tosi · 13 years ago
  45. 2a8d195 #12665: Dictionary view example has error in set operation by Sandro Tosi · 13 years ago
  46. 98f2b9b transition move technically correct to obviously so by Benjamin Peterson · 13 years ago
  47. 2c69e3d we can call singleton types now by Benjamin Peterson · 13 years ago
  48. 7f94feb merge 3.2 by Benjamin Peterson · 13 years ago
  49. 497cd65 add space by Benjamin Peterson · 13 years ago
  50. 50211fa document NotImplemented by Benjamin Peterson · 13 years ago
  51. 1d8b968 Merge from 3.2: Issue #12644: document the '%a' conversion in the old string formatting operations. Patch prepared together with Ezio Melotti by Eli Bendersky · 13 years ago
  52. 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
  53. 276a58b Merge from 3.2 . Replace the term members with correct and appropriate terminology. Initial patch by Adam Woodbeck. by Senthil Kumaran · 13 years ago
  54. 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
  55. 6048045 Merge with 3.2. by Ezio Melotti · 13 years ago
  56. 74efb71 Merge with 3.1. by Ezio Melotti · 13 years ago
  57. 0ed8c68 Add a note to the str.find doc to suggest the use of the "in" operator. by Ezio Melotti · 13 years ago
  58. f95f180 Merge 3.2 by Éric Araujo · 13 years ago
  59. 38cfe89 Merge 3.1 by Éric Araujo · 13 years ago
  60. b79c234 Add missing colon by Éric Araujo · 13 years ago
  61. 0255973 merge 3.2 by Benjamin Peterson · 13 years ago
  62. c704378 merge 3.1 by Benjamin Peterson · 13 years ago
  63. 9b2fd32 Fix spelling. by Raymond Hettinger · 13 years ago
  64. 47583fa merge 3.2 by Benjamin Peterson · 13 years ago
  65. cee01bf merge 3.1 by Benjamin Peterson · 13 years ago
  66. 10116d4 note abcs of int and float (closes #11977) by Benjamin Peterson · 13 years ago
  67. f59c7b2 Issue #10610: Document that int(), float(), and complex() accept numeric literals with the Nd property. by Raymond Hettinger · 13 years ago
  68. b1aef23 Issue #10610: Document that int(), float(), and complex() accept numeric literals with the Nd property. by Raymond Hettinger · 13 years ago
  69. c706dbf Issue #10610: Document that int(), float(), and complex() accept numeric literals with the Nd property. by Raymond Hettinger · 13 years ago
  70. 1ebca48 Merge doc fixes. by Georg Brandl · 13 years ago
  71. 891391b Merge doc fixes. by Georg Brandl · 13 years ago
  72. 12a6153 #11373: fix spelling. by Georg Brandl · 13 years ago
  73. 4db28d3 Issue #10516: added copy() and clear() methods to bytearrays as well by Eli Bendersky · 13 years ago
  74. d98934c Merged revisions 87101,87146,87156,87172,87175,87371,87378,87522-87524,87526-87528,87530-87536,87581 via svnmerge from by Georg Brandl · 13 years ago
  75. cbbaa96 Issue #10516: adding list.clear() and list.copy() methods by Eli Bendersky · 13 years ago
  76. 375aec2 Fix a few doc errors, mostly undefined keywords. by Georg Brandl · 13 years ago
  77. 5254e97 Issue 10533: Need example of using __missing__. by Raymond Hettinger · 14 years ago
  78. c28036b #10742: document readonly attribute of memoryviews. by Georg Brandl · 14 years ago
  79. c10abb4 Merged revisions 87443 via svnmerge from by Alexander Belopolsky · 14 years ago
  80. 0d26798 Issue #10587: Document the meaning of str methods. by Alexander Belopolsky · 14 years ago
  81. 2a1e3e6 Issue2690: Update docs to reflect the change made by issue2690. by Daniel Stutzbach · 14 years ago
  82. a92d1f5 Merged revisions 87188-87190,87192-87194 via svnmerge from by Antoine Pitrou · 14 years ago
  83. a654090 Remove redundant sentence, and fix markup by Antoine Pitrou · 14 years ago
  84. cc4edd5 Add link to the buffer protocol description from the memory description. by Antoine Pitrou · 14 years ago
  85. 28a4dce remove (un)transform methods by Benjamin Peterson · 14 years ago
  86. 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
  87. 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
  88. c524cff Merged revisions 85530,85532-85534,85538-85543,85546-85548 via svnmerge from by Georg Brandl · 14 years ago
  89. 2a07d6e Issue 3292: Fixup to the Sequence docs. by Raymond Hettinger · 14 years ago
  90. b65b493 Merged revisions 86625 via svnmerge from by Éric Araujo · 14 years ago
  91. fe502ea Clean-up the description of the range object. by Raymond Hettinger · 14 years ago
  92. 0f44179 Document index and count as part of the Sequence ABC (#9746) by Éric Araujo · 14 years ago
  93. e14e212 Fix encode/decode method doc of str, bytes, bytearray types by Victor Stinner · 14 years ago
  94. bee54f5 Merged revisions 86293 via svnmerge from by Mark Dickinson · 14 years ago
  95. 4a3c7c4 Issue #10145: the float.is_integer method was undocumented. by Mark Dickinson · 14 years ago
  96. 5ad85f8 Added example for str.format_map(). by Eric Smith · 14 years ago
  97. 2642ad0 Fix typo from r86170. by Éric Araujo · 14 years ago
  98. 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
  99. f447770 Put warning block in the main flow of text. by Raymond Hettinger · 14 years ago
  100. c16e8f1 Make twisted example a bit more logical. by Georg Brandl · 14 years ago