1. 8429b67 #15831: merge with 3.2 by Ezio Melotti · 12 years ago
  2. e8677c0 Issue #15855: updated related manual entries. by Alexander Belopolsky · 12 years ago
  3. a3b84fb Issue #15814: Documentation: disallow hashing of multi-dimensional memoryviews. by Stefan Krah · 12 years ago
  4. dbf56c2 Issue #15814: Document planned restrictions for memoryview hashes in 3.3.1. by Stefan Krah · 12 years ago
  5. ab0c3c7 Issue #15724: Add versionchanged tags to the memoryview documentation. by Stefan Krah · 12 years ago
  6. 06e1ab0 Close #15573: use value-based memoryview comparisons (patch by Stefan Krah) by Nick Coghlan · 12 years ago
  7. 83c0ae5 Address most of Ezio's comments. str/bytes/bytearray docs still need consolidation by Nick Coghlan · 12 years ago
  8. 273069c Close #4966: revamp the sequence docs in order to better explain the state of modern Python by Nick Coghlan · 12 years ago
  9. 27bbcfb Merge #15543: glossary entry for and 'universal newlines', and links to it. by R David Murray · 12 years ago
  10. 1b00f25 #15543: glossary entry for and 'universal newlines', and links to it. by R David Murray · 12 years ago
  11. 5a5e8dd merge with 3.2 by Sandro Tosi · 12 years ago
  12. 82a509c add missing quote in splitlines() example; thanks to Yevgen Yampolskiy from docs@ by Sandro Tosi · 12 years ago
  13. 638de33 Merge #15554: clarify splitlines/split differences. by R David Murray · 12 years ago
  14. 05c35a6 #15554: clarify splitlines/split differences. by R David Murray · 12 years ago
  15. f4b26ef #14957: fix doc typo. by R David Murray · 12 years ago
  16. 554b348 #14957: fix doc typo. by R David Murray · 12 years ago
  17. 5a0d439 #14957: clarify splitlines docs. by R David Murray · 12 years ago
  18. ae1b94b #14957: clarify splitlines docs. by R David Murray · 12 years ago
  19. d5a1c44 PEP 415: Implement suppression of __context__ display with an exception attribute by Benjamin Peterson · 12 years ago
  20. 9a23490 Issue #14417: Mutating a dict during lookup now restarts the lookup instead of raising a RuntimeError (undoes issue #14205). by Antoine Pitrou · 12 years ago
  21. 708d88c merge with 3.2 by Sandro Tosi · 12 years ago
  22. 3918b1e Issue #14793: fix grammar in bytes object paragraph; patch by Tshepang Lekhonkhobe by Sandro Tosi · 12 years ago
  23. fd7aaab #14763: merge with 3.2. by Ezio Melotti · 12 years ago
  24. bf3165b #14763: document default maxsplit value for str.split. by Ezio Melotti · 12 years ago
  25. 89c4eef Issue #14691: indent the traceback so the example is highlighted by Sandro Tosi · 12 years ago
  26. 0db176f Issue #14386: Expose the dict_proxy internal type as types.MappingProxyType by Victor Stinner · 12 years ago
  27. 226ed7e Fix indentation. by Georg Brandl · 12 years ago
  28. 2ac82f8 Fix indentation. by Georg Brandl · 12 years ago
  29. 50dbb3f Issue #14205: document the change of dict[key] behaviour if dict is modified by Victor Stinner · 13 years ago
  30. c45a8a1 Issue #14123: Explicitly mention that old style % string formatting has caveats but is not going away any time soon. by Gregory P. Smith · 13 years ago
  31. 3bbdc8e Issue #14123: Explicitly mention that old style % string formatting has caveats by Gregory P. Smith · 13 years ago
  32. ab7bf21 Close issue #6210: Implement PEP 409 by Nick Coghlan · 13 years ago
  33. 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 · 13 years ago
  34. 9a2d99e - Issue #10181: New memoryview implementation fixes multiple ownership by Stefan Krah · 13 years ago
  35. 1ee86a1 merge with 3.2 by Sandro Tosi · 13 years ago
  36. 76dea27 Indent 'File' in memoryview example, so it is correctly highlighted by Sandro Tosi · 13 years ago
  37. b5d2710 merge with 3.2 by Sandro Tosi · 13 years ago
  38. c33ae06 fix error in memoryview example; thanks to kan lianlian from docs@ by Sandro Tosi · 13 years ago
  39. a5f6d0e merge 3.2 by Benjamin Peterson · 13 years ago
  40. b4b0b35 kill extra word by Benjamin Peterson · 13 years ago
  41. e9fca25 say bitwise (because I have no idea what a bit-string is) by Benjamin Peterson · 13 years ago
  42. 5b45a01 merge from 3.2 by Georg Brandl · 13 years ago
  43. 3b65fd7 #13816: fix two minor style issues. Thanks to Justin Wehnes for the patch. by Georg Brandl · 13 years ago
  44. 9430354 improve casefold/lower/upper docs by Benjamin Peterson · 13 years ago
  45. d5890c8 add str.casefold() (closes #13752) by Benjamin Peterson · 13 years ago
  46. f4ec3c5 #13754 String returned if less than *or equal to* x 3 by Terry Jan Reedy · 13 years ago
  47. 22ef4fa merge heads by Benjamin Peterson · 13 years ago
  48. b2bf01d use full unicode mappings for upper/lower/title case (#12736) by Benjamin Peterson · 13 years ago
  49. 610e814 Merge with 3.2 by Terry Jan Reedy · 13 years ago
  50. c42512d #13494: merge with 3.2. by Ezio Melotti · 13 years ago
  51. c1f26f6 #13494: s/cast/convert/. Also add a link. by Ezio Melotti · 13 years ago
  52. 86a36b5 PEP 3155 / issue #13448: Qualified name for classes and functions. by Antoine Pitrou · 13 years ago
  53. e333d00 Clarify concatenation behaviour of immutable strings, and remove explicit by Antoine Pitrou · 13 years ago
  54. fd9ebd4 Clarify concatenation behaviour of immutable strings, and remove explicit by Antoine Pitrou · 13 years ago
  55. ce4a9da Issue #13411: memoryview objects are now hashable when the underlying object is hashable. by Antoine Pitrou · 13 years ago
  56. 6e9002c Issue #13365: correct an error in the documentation of str.expandtabs. Patch by John Feuerstein by Eli Bendersky · 13 years ago
  57. c2c8960 Issue #13365: correct an error in the documentation of str.expandtabs by Eli Bendersky · 13 years ago
  58. 74e6495 Fixes #13270: obsolete reference to old-style/new-style classes. by Florent Xicluna · 13 years ago
  59. e130a52 Remove duplication. by Ezio Melotti · 13 years ago
  60. acfc97a Merge 3.2 by Florent Xicluna · 13 years ago
  61. ac65d96 Issue #12170: The count(), find(), rfind(), index() and rindex() methods by Antoine Pitrou · 13 years ago
  62. f106449 Merge with 3.2. by Ezio Melotti · 13 years ago
  63. 388349a Closes #12192: Document that mutating list methods do not return the instance (original patch by Mike Hoy). by Georg Brandl · 13 years ago
  64. 793c47a Merge doc changes from 3.2 (#10454, #12298) by Éric Araujo · 13 years ago
  65. 18ddf82 Add links from library/functions to other docs. by Éric Araujo · 13 years ago
  66. ae0cbde #12204: merge with 3.2. by Ezio Melotti · 13 years ago
  67. 0656a56 #12204: document that str.upper().isupper() might be False and add a note about cased characters. by Ezio Melotti · 13 years ago
  68. e4f9e2f #12665: merge with 3.2 by Sandro Tosi · 13 years ago
  69. 2a8d195 #12665: Dictionary view example has error in set operation by Sandro Tosi · 13 years ago
  70. 98f2b9b transition move technically correct to obviously so by Benjamin Peterson · 13 years ago
  71. 2c69e3d we can call singleton types now by Benjamin Peterson · 13 years ago
  72. 7f94feb merge 3.2 by Benjamin Peterson · 13 years ago
  73. 497cd65 add space by Benjamin Peterson · 13 years ago
  74. 50211fa document NotImplemented by Benjamin Peterson · 13 years ago
  75. 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
  76. 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
  77. 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
  78. 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
  79. 6048045 Merge with 3.2. by Ezio Melotti · 13 years ago
  80. 74efb71 Merge with 3.1. by Ezio Melotti · 13 years ago
  81. 0ed8c68 Add a note to the str.find doc to suggest the use of the "in" operator. by Ezio Melotti · 13 years ago
  82. f95f180 Merge 3.2 by Éric Araujo · 13 years ago
  83. 38cfe89 Merge 3.1 by Éric Araujo · 13 years ago
  84. b79c234 Add missing colon by Éric Araujo · 13 years ago
  85. 0255973 merge 3.2 by Benjamin Peterson · 13 years ago
  86. c704378 merge 3.1 by Benjamin Peterson · 13 years ago
  87. 9b2fd32 Fix spelling. by Raymond Hettinger · 13 years ago
  88. 47583fa merge 3.2 by Benjamin Peterson · 13 years ago
  89. cee01bf merge 3.1 by Benjamin Peterson · 13 years ago
  90. 10116d4 note abcs of int and float (closes #11977) by Benjamin Peterson · 13 years ago
  91. f59c7b2 Issue #10610: Document that int(), float(), and complex() accept numeric literals with the Nd property. by Raymond Hettinger · 13 years ago
  92. b1aef23 Issue #10610: Document that int(), float(), and complex() accept numeric literals with the Nd property. by Raymond Hettinger · 13 years ago
  93. c706dbf Issue #10610: Document that int(), float(), and complex() accept numeric literals with the Nd property. by Raymond Hettinger · 13 years ago
  94. 1ebca48 Merge doc fixes. by Georg Brandl · 14 years ago
  95. 891391b Merge doc fixes. by Georg Brandl · 14 years ago
  96. 12a6153 #11373: fix spelling. by Georg Brandl · 14 years ago
  97. 4db28d3 Issue #10516: added copy() and clear() methods to bytearrays as well by Eli Bendersky · 14 years ago
  98. 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
  99. cbbaa96 Issue #10516: adding list.clear() and list.copy() methods by Eli Bendersky · 14 years ago
  100. 375aec2 Fix a few doc errors, mostly undefined keywords. by Georg Brandl · 14 years ago