1. 22eb689 bpo-37388: Development mode check encoding and errors (GH-14341) by Victor Stinner · 5 years ago
  2. de76c07 bpo-37134: Add PEP570 notation to the signature of byte{array}.translate (GH-13874) by Pablo Galindo · 5 years ago
  3. 0c2f930 bpo-22385: Support output separators in hex methods. (#13578) by Gregory P. Smith · 5 years ago
  4. 9892f45 bpo-33519: clarify that .copy() is not part of the MutableSequence ABC (GH-6965) by Jelle Zijlstra · 5 years ago
  5. 3aca40d closes bpo-36861: Update Unicode database to 12.1.0. (GH-13214) by Benjamin Peterson · 5 years ago
  6. da63b32 bpo-36715: Add usage note for dict.fromkeys() (GH-12974) by Raymond Hettinger · 5 years ago
  7. b015fc8 bpo-36549: str.capitalize now titlecases the first character instead of uppercasing it (GH-12804) by Kingsley M · 5 years ago
  8. efc4870 bpo-36416: Correct bytes.rpartition documentation (GH-12543) by pewscorner · 5 years ago
  9. 738c19f closes bpo-33376: Update to Unicode 12.0.0. (GH-12256) by Benjamin Peterson · 5 years ago
  10. e942e7b Fix the documentation for set.copy() (GH-12176) by Andre Delfino · 5 years ago
  11. d08ea70 bpo-35845: Add order={'C', 'F', 'A'} parameter to memoryview.tobytes(). (#11730) by Stefan Krah · 5 years ago
  12. d83f5bd Fix minor grammatical mistakes in reversed(dict) doc (GH-10997) by Andre Delfino · 6 years ago
  13. 7804e8c Tweak wording about Fraction and Decimal (GH-10904) by Andre Delfino · 6 years ago
  14. f06fba5 Document that dict.fromkeys accepts any iterable for keys (GH-10998) by Andre Delfino · 6 years ago
  15. 2b57c43 bpo-35506: Remove redundant and incorrect links from keywords. (GH-11174) by Serhiy Storchaka · 6 years ago
  16. de9e9b4 Fix numbered lists in stdtypes.rst. (GH-10989) by Andre Delfino · 6 years ago
  17. 55f41e4 Correct a couple of unbalanced parenthesis. (GH-10779) by Andre Delfino · 6 years ago
  18. 7610f4f Correct grammar mistake in stdtypes.rst (GH-10481) by Andrés Delfino · 6 years ago
  19. ca03f3b Mark len call as a code snippet in stdtypes.rst. (GH-9804) by Andrés Delfino · 6 years ago
  20. 6531bf6 bpo-33462: Add __reversed__ to dict and dict views (GH-6827) by Rémi Lapeyre · 6 years ago
  21. 913876d bpo-35054: Add yet more index entries for symbols. (GH-10121) by Serhiy Storchaka · 6 years ago
  22. ddb961d bpo-35054: Add more index entries for symbols. (GH-10064) by Serhiy Storchaka · 6 years ago
  23. 890a4b9 bpo-35020: Link to sorting examples from list.sort() (GH-9931) by Xtreak · 6 years ago
  24. ffc5a14 bpo-33014: Clarify str.isidentifier docstring (GH-6088) by Sanyam Khurana · 6 years ago
  25. 5ac7043 bpo-33073: Adding as_integer_ratio to ints. (GH-8750) by Lisa Roach · 6 years ago
  26. 1aeba74 bpo-34552: Clarify built-in types comparisons (GH-9035) by Windson yang · 6 years ago
  27. 08bcf64 bpo-28617 Fixed docs inaccuracies about the types that support membership tests (GH-9086) by wim glenn · 6 years ago
  28. 2e5d2ea Fix markup in stdtypes documentation (GH-8905) by Andrés Delfino · 6 years ago
  29. 93b5655 bpo-34432: doc Mention complex and decimal.Decimal on str.format not about locales (GH-8808) by Andrés Delfino · 6 years ago
  30. b6efc2c Improve the grammar in `range` documentation. (GH-8628) by Andrés Delfino · 6 years ago
  31. b4bc5ca bpo-29710: Clarify documentation for Bitwise binary operation (GH-1691) by Sanyam Khurana · 6 years ago
  32. cb9c299 Fix versionchanged indentation in popitem documentation (GH-8387) by Andrés Delfino · 6 years ago
  33. 01b7d58 bpo-34123: Fix missed documentation update for dict.popitem(). (GH-8292) by Raymond Hettinger · 6 years ago
  34. 03dd0e7 Add missing closing parentheses (GH-8144) by Andrés Delfino · 6 years ago
  35. 4a6e746 bpo-33952: Fix typo in str.upper() documentation (GH-7898) by Andrés Delfino · 6 years ago
  36. a9d0b34 bpo-33854: Add PEP 461 title to 'See also' note (GH-7688) by Andrés Delfino · 6 years ago
  37. d3ed67d bpo-33609: small wording fixes to dict ordering docs by Neil Schemenauer · 6 years ago
  38. f822549 bpo-33609: Document dict insertion order guarantee as of 3.7 (GH-7093) by INADA Naoki · 6 years ago
  39. 480ab05 bpo-33176: Add a toreadonly() method to memoryviews. (GH-6466) by Antoine Pitrou · 6 years ago
  40. dfbbbf1 bpo-32337: Update documentats about dict order (GH-4973) by hui shang · 6 years ago
  41. a49ac99 bpo-32677: Add .isascii() to str, bytes and bytearray (GH-5342) by INADA Naoki · 7 years ago
  42. cb064fc bpo-31900: Fix localeconv() encoding for LC_NUMERIC (#4174) by Victor Stinner · 7 years ago
  43. 5ce0a2a bpo-31942: Document optional support of start and stop attributes in Sequence.index method (#4277) by Nitish Chandra · 7 years ago
  44. a231428 bpo-20047: Make bytearray methods partition() and rpartition() rejecting (#4158) by Serhiy Storchaka · 7 years ago
  45. caa1280 bpo-30803: clarify truth value testing documentation (#2508) by Peter Thomassen · 7 years ago
  46. be37beb Doc that 'sorted' args are keyword-only, fix 'reverse' default (#2706) by Łukasz Rogalski · 7 years ago
  47. 279a962 bpo-30736: upgrade to Unicode 10.0 (#2344) by Benjamin Peterson · 7 years ago
  48. 5eb7075 bpo-30217: Add the operators ~ and | to the index (#1502) by Marco Buttu · 7 years ago
  49. 0737ee2 bpo-30499: Remove a deprecated note about sets. (GH-1848) by Julien · 7 years ago
  50. 08e2f35 bpo-22702: Clarify documentation of str.join & bytes.join (GH-156) by Sanyam Khurana · 7 years ago
  51. d97b7dc bpo-30380: Fix Sphinx 1.6.1 warnings. (#1613) by Serhiy Storchaka · 7 years ago
  52. c6db481 bpo-30052: Link `bytes` & `bytearray` to stdtypes not functions (GH-1271) by csabella · 7 years ago
  53. 9f74deb Improve the documentation for template strings (#856) by Barry Warsaw · 7 years ago
  54. b2d7717 bpo-29756: Improve documentation for list methods that compare items by equality (GH-572) by Xiang Zhang · 7 years ago
  55. 8eb531d bpo-29709: Improve Boolean Operations documentation (#433) by Mariatta · 7 years ago
  56. dfe14c4 Issue #29112: Merge 3.6. by Xiang Zhang · 8 years ago
  57. 9ea82dd Issue #29112: Merge 3.5. by Xiang Zhang · 8 years ago
  58. cea904f Issue #29112: Fix a questionable wording in sequence doc. by Xiang Zhang · 8 years ago
  59. 9fa6374 Issue #1446619: Merge slicing description from 3.6 by Martin Panter · 8 years ago
  60. 0efb5b3 Issue #1446619: Merge slicing description from 3.5 by Martin Panter · 8 years ago
  61. 3dbd87f Issue #1446619: Account for negative slice direction in description by Martin Panter · 8 years ago
  62. dd1da7f Issue #28927: bytes.fromhex() and bytearray.fromhex() now ignore all ASCII by Serhiy Storchaka · 8 years ago
  63. 0bf5906 Issue #28944: Merge from 3.5 by Berker Peksag · 8 years ago
  64. 7b440df Issue #28944: Fix footnote numbering by Berker Peksag · 8 years ago
  65. 0a7b859 Issues #28916, #26483: Merge stdtypes.rst from 3.5 by Martin Panter · 8 years ago
  66. 49c14d8 Issue #26483: Clarify str.isdecimal() and isdigit() by Martin Panter · 8 years ago
  67. 41176ae Issue #28916: Correct description of %o and %x alternative forms by Martin Panter · 8 years ago
  68. f9cb559 Issue #28553: Fix logic error in example code of int.to_bytes doc. by INADA Naoki · 8 years ago
  69. 3e3e9f3 Issue #28553: Fix logic error in example code of int.to_bytes doc. by INADA Naoki · 8 years ago
  70. 989db5c Issue #19795: Mark up None as literal text. by Serhiy Storchaka · 8 years ago
  71. ecf41da Issue #19795: Mark up None as literal text. by Serhiy Storchaka · 8 years ago
  72. b2317a4 Issue #15819: Merge include search from 3.5 into 3.6 by Martin Panter · 8 years ago
  73. a33e9f7 Issue #28104: More accurately document set method signatures by Raymond Hettinger · 8 years ago
  74. e256acc Issue #23226: Add linspace() recipe to the docs by Raymond Hettinger · 8 years ago
  75. 1b6c6da Issue #27506: Support bytes/bytearray.translate() delete as keyword argument by Martin Panter · 8 years ago
  76. 3b055b5 Issue #27601: Merge from 3.5 by Berker Peksag · 8 years ago
  77. aa46bd4 Issue #27601: Improve example in the "Hashing of numeric types" section by Berker Peksag · 8 years ago
  78. 2fec611 Issue #24314: Merge doc links from 3.5 by Martin Panter · 8 years ago
  79. bae5d81 Issue #24314: Fix doc links for general attributes like __name__, __dict__ by Martin Panter · 8 years ago
  80. 5848ac2 Issue #15476: Merge index entries from 3.5 by Martin Panter · 8 years ago
  81. e9b8403 [Issue 15476] Make "code object" its own entry in the index by Tommy Beadle · 8 years ago
  82. 129fe04 Issue #26512: Clarify Integral; tidy up table of rounding functions by Martin Panter · 8 years ago
  83. 18933ed Issue #26512: Merge rounding doc from 3.5 by Martin Panter · 8 years ago
  84. 7dc830e merge by Raymond Hettinger · 8 years ago
  85. 4d02896 Issue #26548: Minor fix to awkward wording in docs by Raymond Hettinger · 8 years ago
  86. 6d6dd73 merge with 3.5 by Georg Brandl · 8 years ago
  87. 8c16cb9 Closes #26435: fix syntax in directives. Thanks to Jakub Stasiak. by Georg Brandl · 8 years ago
  88. bc1ee46 Issue #25179: Documentation for formatted string literals aka f-strings by Martin Panter · 8 years ago
  89. e27403b Clarify "cardinality of" as "number of elements in" as many readers do by Gregory P. Smith · 8 years ago
  90. d5db147 Issue #25179: Preparatory cleanup of existing docs on string formatting by Martin Panter · 8 years ago
  91. f34c3fe merge from 3.4 by Senthil Kumaran · 9 years ago
  92. 114a1d6 Issue24898 - Improve str.find documentation. by Senthil Kumaran · 9 years ago
  93. 1f84765 Issue #25706: Fixed markup in the documentation. by Serhiy Storchaka · 9 years ago
  94. bf7b9ed Issue #25706: Fixed markup in the documentation. by Serhiy Storchaka · 9 years ago
  95. 2eb819f Issue #25523: Merge "a" to "an" fixes from 3.4 into 3.5 by Martin Panter · 9 years ago
  96. 7462b649 Issue #25523: Correct "a" article to "an" article by Martin Panter · 9 years ago
  97. 2b8cbf0 Issue #16701: Merge sequence docs from 3.4 into 3.5 by Martin Panter · 9 years ago
  98. 3795d12 Issue #16701: Document += and *= for mutable sequences by Martin Panter · 9 years ago
  99. 06dc2fa Issue #23406: Merge 3.4 into 3.5 by Martin Panter · 9 years ago
  100. 7f02d6d Issue #23406: Clarify documentation on multiplying a sequence by Martin Panter · 9 years ago