1. 886483e bpo-34595: Add %T format to PyUnicode_FromFormatV() (GH-9080) by Victor Stinner · 6 years ago
  2. 254a466 bpo-20104: Add flag capabilities to posix_spawn (GH-6693) by Pablo Galindo · 6 years ago
  3. 5e92265 bpo-34605: Avoid master/slave terms (GH-9101) by Victor Stinner · 6 years ago
  4. 25fa141 Doc: Missing 'f' in an f-string. (GH-9074) by Julien Palard · 6 years ago
  5. 98b976a Fix struct sequence glossary entry grammar (GH-9030) by Zachary Ware · 6 years ago
  6. 77b112c bpo-34097: Polish API design (GH-8725) by Marcel Plch · 6 years ago
  7. c5989cd bpo-34523: Py_DecodeLocale() use UTF-8 on Windows (GH-8998) by Victor Stinner · 6 years ago
  8. d658dea bpo-21145: Add cached_property decorator in functools (#6982) by Carl Meyer · 6 years ago
  9. 3fe89da bpo-34434: Update doc for bool(), float() and int() arguments (GH-8834) by Louis Sautier · 6 years ago
  10. 44838be closes bpo-34502: Remove a note about utf8_mode from sys.exit() docs. (GH-8928) by Alexey Izbyshev · 6 years ago
  11. 2e5d2ea Fix markup in stdtypes documentation (GH-8905) by Andrés Delfino · 6 years ago
  12. 416cbce Fixed typo with asynccontextmanager code example (GH-8845) by Alexander Vasin · 6 years ago
  13. 075b3c3 Fix typo in the dataclasses's doc (GH-8896) by Daniel Dương · 6 years ago
  14. cc18258 Fix doc for `add_subparsers` arguments (GH-8884) by Anthony Sottile · 6 years ago
  15. b8a181f Fix typo in asyncio.BoundedSemaphore docs (GH-8882) by Jelle Zijlstra · 6 years ago
  16. c33bb5d Make it more clear that setUpClass runs before each class, not "class run" (GH-8844) by Ville Skyttä · 6 years ago
  17. e7d4b2f bpo-2122: Make mmap.flush() behave same on all platforms (GH-8692) by Berker Peksag · 6 years ago
  18. ef8861c Fix Doc/whatsnew/3.8.rst (GH-8848) by Berker Peksag · 6 years ago
  19. 225b055 bpo-22057: Clarify eval() documentation (GH-8812) by Berker Peksag · 6 years ago
  20. 93b5655 bpo-34432: doc Mention complex and decimal.Decimal on str.format not about locales (GH-8808) by Andrés Delfino · 6 years ago
  21. a251073 Warn not to set SIGPIPE to SIG_DFL (#6773) by Alfred Perlstein · 6 years ago
  22. c53aaec bpo-34418: Fix HTTPErrorProcessor documentation (GH-8793) by Sebastian Rittau · 6 years ago
  23. e0b5b20 bpo-34384: Fix os.readlink() on Windows (GH-8740) by Berker Peksag · 6 years ago
  24. da12063 smtplib documentation fixes (GH-8708) by Ville Skyttä · 6 years ago
  25. 10b59f1 Fix misindented yaml in logging how to example (GH-8604) by Rémy HUBSCHER · 6 years ago
  26. 65b5ef0 Fix the versionadded indentation in exec_module doc (GH-8719) by Andrés Delfino · 6 years ago
  27. 9e84084 bpo-34379: Doc: Move note for json.dump (GH-8730) by Evan Allrich · 6 years ago
  28. 84a13fb bpo-9372: Deprecate several __getitem__ methods (GH-8609) by Berker Peksag · 6 years ago
  29. 22d131a Doc: add missing capture_output arg to subprocess.run() signature (#8374) by Andriy Maletsky · 6 years ago
  30. cf2c5e8 Improve grammar of asynchronous iterator glossary entry (GH-8657) by Andrés Delfino · 6 years ago
  31. 599bfa1 bpo-34324: Doc README wrong directory name for venv (GH-8650) by Stéphane Wirtel · 6 years ago
  32. cca4eec bpo-34270: Make it possible to name asyncio tasks (GH-8547) by Alex Grönholm · 6 years ago
  33. db8707c Make code examples in Functional Programming HOWTO to be PEP 8 compliant. (GH-8646) by Sergey Fedoseev · 6 years ago
  34. d2ac400 bpo-34335: Use async/await syntax in documentation examples (GH-8674) by Mikhail Terekhov · 6 years ago
  35. 3c1b590 Fix HTML formatting in datamodel.rst (GH-8693) by Berker Peksag · 6 years ago
  36. 5b2657f bpo-34319: Clarify file handler closure in pathlib.read_text (GH-8645) by Xtreak · 6 years ago
  37. 28c7f8c bpo-34273: Change 'Fixed point' to 'Fixed-point notation'. (#8673) by Terry Jan Reedy · 6 years ago
  38. 336c945 bpo-34336: Don't promote possibility to leave out typing.Optional (#8677) by Ville Skyttä · 6 years ago
  39. 2e5566d Fix reST markup in unittest documentation (GH-8665) by Berker Peksag · 6 years ago
  40. 46dc4e3 bpo-34329: Doc'd how to remove suffix of pathlib.Path() (GH-8655) by Stefan Otte · 6 years ago
  41. b6efc2c Improve the grammar in `range` documentation. (GH-8628) by Andrés Delfino · 6 years ago
  42. bcd1d97 Update list.remove(x) documentation (GH-8636) by Lysandros Nikolaou · 6 years ago
  43. 46ebe61 bpo-34317: Fix a dead url to Windows documentation (GH-8622) by HiyashiChuka · 6 years ago
  44. f394ee5 bpo-27910: Update documentation of traceback module (GH-6116) by torsava · 6 years ago
  45. a2fe1e5 bpo-34097: Add support for zipping files older than 1980-01-01 (GH-8270) by Marcel Plch · 6 years ago
  46. 944451c bpo-34263 Cap timeout submitted to epoll/select etc. to one day. (GH-8532) by MartinAltmayer · 6 years ago
  47. 9c18b1a bpo-33089: Add math.dist() for computing the Euclidean distance between two points (GH-8561) by Raymond Hettinger · 6 years ago
  48. f1d36d8 bpo-33729: Fix issues with arguments parsing in hashlib. (GH-8346) by Serhiy Storchaka · 6 years ago
  49. c48e26d bpo-27671: Update FAQ about why len is function (GH-8432) by INADA Naoki · 6 years ago
  50. 6921ef7 Use 'for example' instead of 'in other words' in compound statement doc (GH-8401) by Andrés Delfino · 6 years ago
  51. 8e7e8bd Fix typos & formatting in Using Python on Windows doc (GH-8559) by Segev Finer · 6 years ago
  52. 22d2508 bpo-34075: Deprecate non-ThreadPoolExecutor in loop.set_default_executor() (GH-8533) by Elvis Pranskevichus · 6 years ago
  53. a71fed0 bpo-8145: Improve isolation_level documentation (GH-8499) by Berker Peksag · 6 years ago
  54. c6dabe3 bpo-33089: Multidimensional math.hypot() (GH-8474) by Raymond Hettinger · 6 years ago
  55. 5032692 bpo-24356: Specify which Python binary will be used with venv (GH-6589) by Elena Oat · 6 years ago
  56. 1d2dafa bpo-33666: Add what's new entry for os.errno removal (GH-#8497) by INADA Naoki · 6 years ago
  57. 95dfb9c bpo-33921: Clarify how to bind to all interfaces using socket (GH-7877) by johnthagen · 6 years ago
  58. 937fb55 bpo-5978: Document that profiling needs cmd/function to return (GH-7938) by Andrés Delfino · 6 years ago
  59. b4bc5ca bpo-29710: Clarify documentation for Bitwise binary operation (GH-1691) by Sanyam Khurana · 6 years ago
  60. defcffd bpo-12743: Delete comment from marshal.rst (GH-8457) by Berker Peksag · 6 years ago
  61. e42b705 Fix typo: variables(s) (GH-8482) by Andrés Delfino · 6 years ago
  62. 7cb7bcf bpo-20260: Implement non-bitwise unsigned int converters for Argument Clinic. (GH-8434) by Serhiy Storchaka · 6 years ago
  63. c0f0a76 bpo-28677: Improve phrasing of when instance attribute is referenced (GH-6208) by Aaron Ang · 6 years ago
  64. 95d34c2 Fix site module documentation. (GH-8441) by Mariatta · 6 years ago
  65. 02ec92f bpo-29209: Remove old-deprecated features in ElementTree. (GH-6769) by Serhiy Storchaka · 6 years ago
  66. e22072f bpo-34149: Behavior of the min/max with key=None (GH-8328) by Alexander Marshalov · 6 years ago
  67. bde782b bpo-33468: Add try-finally contextlib.contextmanager example (GH-7816) by Matthias Bussonnier · 6 years ago
  68. 7a3056f bpo-21446: Update reload fixer to use importlib (GH-8391) by Berker Peksag · 6 years ago
  69. cb9c299 Fix versionchanged indentation in popitem documentation (GH-8387) by Andrés Delfino · 6 years ago
  70. cb5f3fd Remove extra parentheses in output formatting tutorial (GH-8350) by Aaqa Ishtyaq · 6 years ago
  71. feabae9 Clarify ValueError's broad applicability (GH-8313) by Raymond Hettinger · 6 years ago
  72. 01b7d58 bpo-34123: Fix missed documentation update for dict.popitem(). (GH-8292) by Raymond Hettinger · 6 years ago
  73. c9265c1 bpo-34124: Fix markup of message_from_binary_file() signature (GH-8297) by Jon Ribbens · 6 years ago
  74. 961d54c bpo-32430: Rename Modules/Setup.dist to Modules/Setup (GH-8229) by Antoine Pitrou · 6 years ago
  75. 379e9d6 bpo-4260: Document that ctypes.xFUNCTYPE are decorators (GH-7924) by Andrés Delfino · 6 years ago
  76. 5e5bbbe bpo-34083: Update dict order in Functional HOWTO (GH-8230) by Stig Johan Berggren · 6 years ago
  77. 33aefad Doc: Point to Simple statements section instead of PEP (GH-8238) by Andrés Delfino · 6 years ago
  78. d5c875b bpo-33597: Add What's New for PyGC_Head (GH-8236) by INADA Naoki · 6 years ago
  79. da5e947 Dataclasses: Fix example on 30.6.8, add method should receive a list rather than an integer. (GH-8038) by Tom Faulkner · 6 years ago
  80. 9cffdbf Fix documentation for input and output tutorial (GH-8231) by Lysandros Nikolaou · 6 years ago
  81. 5fe7c98 bpo-34009: Expand on platform support changes (GH-8022) by Nick Coghlan · 6 years ago
  82. c287545 bpo-34067: Include a more easily understood example for nullcontext (GH-8158) by Daniel Porteous · 6 years ago
  83. 2a9b8ba bpo-26544: Fixed implementation of platform.libc_ver(). (GH-7684) by Serhiy Storchaka · 6 years ago
  84. f85af03 Fix margin in sentinel and mock_open (GH-8188) by Andrés Delfino · 6 years ago
  85. bc9aa81 bpo-34061: Document sqlite3.NotSupportedError (GH-8172) by Marcin Niemira · 6 years ago
  86. 0830858 bpo-34041: Allow creating deterministic functions in Connection.create_function() (GH-8086) by Sergey Fedoseev · 6 years ago
  87. 8d41278 bpo-33888: Use CPython instead of Python in the FAQ (GH-7767) by Andrés Delfino · 6 years ago
  88. 9c5ba09 closes bpo-34050: Fix link in SSL docs (GH-8173) by Marcin Niemira · 6 years ago
  89. ced350b bpo-28626: rearrange discussion of output formatting to encourage f-strings (#6036) by Andrew Kuchling · 6 years ago
  90. caccca78 bpo-33702: Add some missing links in production lists and do a little polish (GH-7259) by Andrés Delfino · 6 years ago
  91. b6bb77c bpo-33804: Document that the argument for io.TextIOBase.read() is optional (GH-7510) by Andrés Delfino · 6 years ago
  92. 2d74838 Fix moduleauthor/sectionauthor directives in Enum (GH-8117) by Andrés Delfino · 6 years ago
  93. 03dd0e7 Add missing closing parentheses (GH-8144) by Andrés Delfino · 6 years ago
  94. 2800dcf bpo-34065: Improve the markup of logging.basicConfig() arguments (GH-8153) by Dong-hee Na · 6 years ago
  95. 7943c5e Doc: Remove superfluous markup. (GH-8112) by Julien Palard · 6 years ago
  96. f120288 versionadded -> versionchanged for all 'X parameter was added' for uniformity. (GH8114) by Sergey Fedoseev · 6 years ago
  97. 3ae2e33 classify abs() argument type (GH-8103) by Windson yang · 6 years ago
  98. 3a9bb5f Removed unused import from tzinfo_examples.py. (GH-7994) by Sergey Fedoseev · 6 years ago
  99. a6e1e41 Update Stackless Python wiki URL (GH-8072) by Julien Palard · 6 years ago
  100. bd81cbd DOC: In `reduce`, refer to `accumulate` (GH-7930) by Gerrit Holl · 6 years ago