1. ae0cbde #12204: merge with 3.2. by Ezio Melotti · 13 years ago
  2. 0656a56 #12204: document that str.upper().isupper() might be False and add a note about cased characters. by Ezio Melotti · 13 years ago
  3. e4f9e2f #12665: merge with 3.2 by Sandro Tosi · 13 years ago
  4. 2a8d195 #12665: Dictionary view example has error in set operation by Sandro Tosi · 13 years ago
  5. 98f2b9b transition move technically correct to obviously so by Benjamin Peterson · 13 years ago
  6. 2c69e3d we can call singleton types now by Benjamin Peterson · 13 years ago
  7. 7f94feb merge 3.2 by Benjamin Peterson · 13 years ago
  8. 497cd65 add space by Benjamin Peterson · 13 years ago
  9. 50211fa document NotImplemented by Benjamin Peterson · 13 years ago
  10. 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
  11. 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
  12. 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
  13. 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
  14. 6048045 Merge with 3.2. by Ezio Melotti · 13 years ago
  15. 74efb71 Merge with 3.1. by Ezio Melotti · 13 years ago
  16. 0ed8c68 Add a note to the str.find doc to suggest the use of the "in" operator. by Ezio Melotti · 13 years ago
  17. f95f180 Merge 3.2 by Éric Araujo · 13 years ago
  18. 38cfe89 Merge 3.1 by Éric Araujo · 13 years ago
  19. b79c234 Add missing colon by Éric Araujo · 13 years ago
  20. 0255973 merge 3.2 by Benjamin Peterson · 13 years ago
  21. c704378 merge 3.1 by Benjamin Peterson · 13 years ago
  22. 9b2fd32 Fix spelling. by Raymond Hettinger · 13 years ago
  23. 47583fa merge 3.2 by Benjamin Peterson · 13 years ago
  24. cee01bf merge 3.1 by Benjamin Peterson · 13 years ago
  25. 10116d4 note abcs of int and float (closes #11977) by Benjamin Peterson · 13 years ago
  26. f59c7b2 Issue #10610: Document that int(), float(), and complex() accept numeric literals with the Nd property. by Raymond Hettinger · 13 years ago
  27. b1aef23 Issue #10610: Document that int(), float(), and complex() accept numeric literals with the Nd property. by Raymond Hettinger · 13 years ago
  28. c706dbf Issue #10610: Document that int(), float(), and complex() accept numeric literals with the Nd property. by Raymond Hettinger · 13 years ago
  29. 1ebca48 Merge doc fixes. by Georg Brandl · 14 years ago
  30. 891391b Merge doc fixes. by Georg Brandl · 14 years ago
  31. 12a6153 #11373: fix spelling. by Georg Brandl · 14 years ago
  32. 4db28d3 Issue #10516: added copy() and clear() methods to bytearrays as well by Eli Bendersky · 14 years ago
  33. 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
  34. cbbaa96 Issue #10516: adding list.clear() and list.copy() methods by Eli Bendersky · 14 years ago
  35. 375aec2 Fix a few doc errors, mostly undefined keywords. by Georg Brandl · 14 years ago
  36. 5254e97 Issue 10533: Need example of using __missing__. by Raymond Hettinger · 14 years ago
  37. c28036b #10742: document readonly attribute of memoryviews. by Georg Brandl · 14 years ago
  38. c10abb4 Merged revisions 87443 via svnmerge from by Alexander Belopolsky · 14 years ago
  39. 0d26798 Issue #10587: Document the meaning of str methods. by Alexander Belopolsky · 14 years ago
  40. 2a1e3e6 Issue2690: Update docs to reflect the change made by issue2690. by Daniel Stutzbach · 14 years ago
  41. a92d1f5 Merged revisions 87188-87190,87192-87194 via svnmerge from by Antoine Pitrou · 14 years ago
  42. a654090 Remove redundant sentence, and fix markup by Antoine Pitrou · 14 years ago
  43. cc4edd5 Add link to the buffer protocol description from the memory description. by Antoine Pitrou · 14 years ago
  44. 28a4dce remove (un)transform methods by Benjamin Peterson · 14 years ago
  45. 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
  46. 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
  47. c524cff Merged revisions 85530,85532-85534,85538-85543,85546-85548 via svnmerge from by Georg Brandl · 14 years ago
  48. 2a07d6e Issue 3292: Fixup to the Sequence docs. by Raymond Hettinger · 14 years ago
  49. b65b493 Merged revisions 86625 via svnmerge from by Éric Araujo · 14 years ago
  50. fe502ea Clean-up the description of the range object. by Raymond Hettinger · 14 years ago
  51. 0f44179 Document index and count as part of the Sequence ABC (#9746) by Éric Araujo · 14 years ago
  52. e14e212 Fix encode/decode method doc of str, bytes, bytearray types by Victor Stinner · 14 years ago
  53. bee54f5 Merged revisions 86293 via svnmerge from by Mark Dickinson · 14 years ago
  54. 4a3c7c4 Issue #10145: the float.is_integer method was undocumented. by Mark Dickinson · 14 years ago
  55. 5ad85f8 Added example for str.format_map(). by Eric Smith · 14 years ago
  56. 2642ad0 Fix typo from r86170. by Éric Araujo · 14 years ago
  57. 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
  58. f447770 Put warning block in the main flow of text. by Raymond Hettinger · 14 years ago
  59. c16e8f1 Make twisted example a bit more logical. by Georg Brandl · 14 years ago
  60. edc9e7f #8556: use less confusing mapping key in example. by Georg Brandl · 14 years ago
  61. f74cf77 #7771: reference to documentation of dictview methods and operations. by Georg Brandl · 14 years ago
  62. 60203b4 Migrate to Sphinx 1.0 C language constructs. by Georg Brandl · 14 years ago
  63. f243dad Merged revisions 85008,85011,85228,85240 via svnmerge from by Georg Brandl · 14 years ago
  64. 23b4f92 Merged revisions 84142 via svnmerge from by Georg Brandl · 14 years ago
  65. 16215c7 Merged revisions 78959,79170,79175,79177,79180,79183,79186,79193,79581 via svnmerge from by Georg Brandl · 14 years ago
  66. d8d1cea Merged revisions 85156 via svnmerge from by Senthil Kumaran · 14 years ago
  67. 7cafd26 Fix - issue10010 .. index:: position in the docs. by Senthil Kumaran · 14 years ago
  68. fda2106 #9562: slight clarification. by Georg Brandl · 14 years ago
  69. 25d535e Merged revisions 84827-84829 via svnmerge from by Antoine Pitrou · 14 years ago
  70. 11cb961 Add cross-references to the glossary entry for file objects. by Antoine Pitrou · 14 years ago
  71. 9f0cbf1 Issue #9213: Add index and count methods to range objects, needed to by Daniel Stutzbach · 14 years ago
  72. 4785916 release() is probably not the most important method by Georg Brandl · 14 years ago
  73. 6e6cc83 Issue #9757: memoryview objects get a release() method to release the by Antoine Pitrou · 14 years ago
  74. 045b3ba Issue #9212: Added the missing isdisjoint method to the dict_keys and by Daniel Stutzbach · 14 years ago
  75. 790c9af Manually merge r84187 by Éric Araujo · 14 years ago
  76. 0fc86b8 Fix indentation level by Éric Araujo · 14 years ago
  77. 67b21b7 Consistency check for versionadded/changed directives. by Georg Brandl · 14 years ago
  78. b4efb3d Merged revisions 83212,83829,83833,83838-83839,83878,84019,84025,84028,84032,84036 via svnmerge from by Florent Xicluna · 14 years ago
  79. ac52107 Remove bad merge (from svnmerge r82301) by Florent Xicluna · 14 years ago
  80. e56a386 Merged revisions 83732 via svnmerge from by Mark Dickinson · 14 years ago
  81. 74f5902 Issue #9498: Add reference to sys.float_info from 'numeric types' docs. by Mark Dickinson · 14 years ago
  82. dac55ea Merged revisions 82842 via svnmerge from by Antoine Pitrou · 14 years ago
  83. c779515 Fix definition of len() and indexing for memoryview objects (part of #7696). by Antoine Pitrou · 14 years ago
  84. c62efa8 Merged revisions 82301 via svnmerge from by Georg Brandl · 14 years ago
  85. 317ac61 Merged revisions 82601 via svnmerge from by Senthil Kumaran · 14 years ago
  86. 37c63a3 Change 'lowered' to 'lowercased' by Senthil Kumaran · 14 years ago
  87. 3592a46 Merged revisions 82570 via svnmerge from by Senthil Kumaran · 14 years ago
  88. fa89798 Fix: Issue9091 Minor documentation clarification. by Senthil Kumaran · 14 years ago
  89. 31a0f86 Merged revisions 77316 via svnmerge from by Georg Brandl · 14 years ago
  90. d7c3ed5 Merged revisions 80605-80609,80642-80646,80651-80652,80674,80684-80686,80748,80852,80854,80870,80872-80873,80907,80915-80916,80951-80952,80976-80977,80985,81038-81040,81042,81053,81070,81104-81105,81114,81125,81245,81285,81402,81463,81516,81562-81563,81567,81593,81635,81680-81681,81684,81801,81888,81931-81933,81939-81942,81963,81984,81991,82120,82188,82264-82267 via svnmerge from by Benjamin Peterson · 14 years ago
  91. 0aae6dc Minor comment formatting. by Senthil Kumaran · 14 years ago
  92. fd51270 Merged revisions 82146 via svnmerge from by Senthil Kumaran · 14 years ago
  93. c5b81ee Minor docs issue. by Senthil Kumaran · 14 years ago
  94. dc787d2 Issue #8188: Introduce a new scheme for computing hashes of numbers by Mark Dickinson · 14 years ago
  95. 480269e Merged revisions 80562 via svnmerge from by Benjamin Peterson · 14 years ago
  96. d99cd81 Merged revisions 80561 via svnmerge from by Benjamin Peterson · 14 years ago
  97. 08bf91c Merged revisions 79307,79408,79430,79533,79542,79579-79580,79585-79587,79607-79608,79622,79717,79820,79822,79828,79862,79875,79923-79924,79941-79943,79945,79947,79951-79952 via svnmerge from by Benjamin Peterson · 14 years ago
  98. c50846a Forward port total_ordering() and cmp_to_key(). by Raymond Hettinger · 14 years ago
  99. 53b95e7 Merged revisions 79192 via svnmerge from by Georg Brandl · 14 years ago
  100. 99cd957 Merged revisions 79172 via svnmerge from by Georg Brandl · 14 years ago