1. 254a466 bpo-20104: Add flag capabilities to posix_spawn (GH-6693) by Pablo Galindo · 6 years ago
  2. 5e92265 bpo-34605: Avoid master/slave terms (GH-9101) by Victor Stinner · 6 years ago
  3. 77b112c bpo-34097: Polish API design (GH-8725) by Marcel Plch · 6 years ago
  4. d658dea bpo-21145: Add cached_property decorator in functools (#6982) by Carl Meyer · 6 years ago
  5. 3fe89da bpo-34434: Update doc for bool(), float() and int() arguments (GH-8834) by Louis Sautier · 6 years ago
  6. 44838be closes bpo-34502: Remove a note about utf8_mode from sys.exit() docs. (GH-8928) by Alexey Izbyshev · 6 years ago
  7. 2e5d2ea Fix markup in stdtypes documentation (GH-8905) by Andrés Delfino · 6 years ago
  8. 416cbce Fixed typo with asynccontextmanager code example (GH-8845) by Alexander Vasin · 6 years ago
  9. 075b3c3 Fix typo in the dataclasses's doc (GH-8896) by Daniel Dương · 6 years ago
  10. cc18258 Fix doc for `add_subparsers` arguments (GH-8884) by Anthony Sottile · 6 years ago
  11. b8a181f Fix typo in asyncio.BoundedSemaphore docs (GH-8882) by Jelle Zijlstra · 6 years ago
  12. c33bb5d Make it more clear that setUpClass runs before each class, not "class run" (GH-8844) by Ville Skyttä · 6 years ago
  13. e7d4b2f bpo-2122: Make mmap.flush() behave same on all platforms (GH-8692) by Berker Peksag · 6 years ago
  14. 225b055 bpo-22057: Clarify eval() documentation (GH-8812) by Berker Peksag · 6 years ago
  15. 93b5655 bpo-34432: doc Mention complex and decimal.Decimal on str.format not about locales (GH-8808) by Andrés Delfino · 6 years ago
  16. a251073 Warn not to set SIGPIPE to SIG_DFL (#6773) by Alfred Perlstein · 6 years ago
  17. c53aaec bpo-34418: Fix HTTPErrorProcessor documentation (GH-8793) by Sebastian Rittau · 6 years ago
  18. e0b5b20 bpo-34384: Fix os.readlink() on Windows (GH-8740) by Berker Peksag · 6 years ago
  19. da12063 smtplib documentation fixes (GH-8708) by Ville Skyttä · 6 years ago
  20. 65b5ef0 Fix the versionadded indentation in exec_module doc (GH-8719) by Andrés Delfino · 6 years ago
  21. 9e84084 bpo-34379: Doc: Move note for json.dump (GH-8730) by Evan Allrich · 6 years ago
  22. 84a13fb bpo-9372: Deprecate several __getitem__ methods (GH-8609) by Berker Peksag · 6 years ago
  23. 22d131a Doc: add missing capture_output arg to subprocess.run() signature (#8374) by Andriy Maletsky · 6 years ago
  24. cca4eec bpo-34270: Make it possible to name asyncio tasks (GH-8547) by Alex Grönholm · 6 years ago
  25. d2ac400 bpo-34335: Use async/await syntax in documentation examples (GH-8674) by Mikhail Terekhov · 6 years ago
  26. 5b2657f bpo-34319: Clarify file handler closure in pathlib.read_text (GH-8645) by Xtreak · 6 years ago
  27. 28c7f8c bpo-34273: Change 'Fixed point' to 'Fixed-point notation'. (#8673) by Terry Jan Reedy · 6 years ago
  28. 336c945 bpo-34336: Don't promote possibility to leave out typing.Optional (#8677) by Ville Skyttä · 6 years ago
  29. 2e5566d Fix reST markup in unittest documentation (GH-8665) by Berker Peksag · 6 years ago
  30. 46dc4e3 bpo-34329: Doc'd how to remove suffix of pathlib.Path() (GH-8655) by Stefan Otte · 6 years ago
  31. b6efc2c Improve the grammar in `range` documentation. (GH-8628) by Andrés Delfino · 6 years ago
  32. f394ee5 bpo-27910: Update documentation of traceback module (GH-6116) by torsava · 6 years ago
  33. a2fe1e5 bpo-34097: Add support for zipping files older than 1980-01-01 (GH-8270) by Marcel Plch · 6 years ago
  34. 944451c bpo-34263 Cap timeout submitted to epoll/select etc. to one day. (GH-8532) by MartinAltmayer · 6 years ago
  35. 9c18b1a bpo-33089: Add math.dist() for computing the Euclidean distance between two points (GH-8561) by Raymond Hettinger · 6 years ago
  36. f1d36d8 bpo-33729: Fix issues with arguments parsing in hashlib. (GH-8346) by Serhiy Storchaka · 6 years ago
  37. 22d2508 bpo-34075: Deprecate non-ThreadPoolExecutor in loop.set_default_executor() (GH-8533) by Elvis Pranskevichus · 6 years ago
  38. a71fed0 bpo-8145: Improve isolation_level documentation (GH-8499) by Berker Peksag · 6 years ago
  39. c6dabe3 bpo-33089: Multidimensional math.hypot() (GH-8474) by Raymond Hettinger · 6 years ago
  40. 5032692 bpo-24356: Specify which Python binary will be used with venv (GH-6589) by Elena Oat · 6 years ago
  41. 95dfb9c bpo-33921: Clarify how to bind to all interfaces using socket (GH-7877) by johnthagen · 6 years ago
  42. 937fb55 bpo-5978: Document that profiling needs cmd/function to return (GH-7938) by Andrés Delfino · 6 years ago
  43. b4bc5ca bpo-29710: Clarify documentation for Bitwise binary operation (GH-1691) by Sanyam Khurana · 6 years ago
  44. 95d34c2 Fix site module documentation. (GH-8441) by Mariatta · 6 years ago
  45. 02ec92f bpo-29209: Remove old-deprecated features in ElementTree. (GH-6769) by Serhiy Storchaka · 6 years ago
  46. e22072f bpo-34149: Behavior of the min/max with key=None (GH-8328) by Alexander Marshalov · 6 years ago
  47. bde782b bpo-33468: Add try-finally contextlib.contextmanager example (GH-7816) by Matthias Bussonnier · 6 years ago
  48. 7a3056f bpo-21446: Update reload fixer to use importlib (GH-8391) by Berker Peksag · 6 years ago
  49. cb9c299 Fix versionchanged indentation in popitem documentation (GH-8387) by Andrés Delfino · 6 years ago
  50. feabae9 Clarify ValueError's broad applicability (GH-8313) by Raymond Hettinger · 6 years ago
  51. 01b7d58 bpo-34123: Fix missed documentation update for dict.popitem(). (GH-8292) by Raymond Hettinger · 6 years ago
  52. c9265c1 bpo-34124: Fix markup of message_from_binary_file() signature (GH-8297) by Jon Ribbens · 6 years ago
  53. 379e9d6 bpo-4260: Document that ctypes.xFUNCTYPE are decorators (GH-7924) by Andrés Delfino · 6 years ago
  54. 33aefad Doc: Point to Simple statements section instead of PEP (GH-8238) by Andrés Delfino · 6 years ago
  55. 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
  56. c287545 bpo-34067: Include a more easily understood example for nullcontext (GH-8158) by Daniel Porteous · 6 years ago
  57. 2a9b8ba bpo-26544: Fixed implementation of platform.libc_ver(). (GH-7684) by Serhiy Storchaka · 6 years ago
  58. f85af03 Fix margin in sentinel and mock_open (GH-8188) by Andrés Delfino · 6 years ago
  59. bc9aa81 bpo-34061: Document sqlite3.NotSupportedError (GH-8172) by Marcin Niemira · 6 years ago
  60. 0830858 bpo-34041: Allow creating deterministic functions in Connection.create_function() (GH-8086) by Sergey Fedoseev · 6 years ago
  61. 9c5ba09 closes bpo-34050: Fix link in SSL docs (GH-8173) by Marcin Niemira · 6 years ago
  62. b6bb77c bpo-33804: Document that the argument for io.TextIOBase.read() is optional (GH-7510) by Andrés Delfino · 6 years ago
  63. 2d74838 Fix moduleauthor/sectionauthor directives in Enum (GH-8117) by Andrés Delfino · 6 years ago
  64. 03dd0e7 Add missing closing parentheses (GH-8144) by Andrés Delfino · 6 years ago
  65. 2800dcf bpo-34065: Improve the markup of logging.basicConfig() arguments (GH-8153) by Dong-hee Na · 6 years ago
  66. 7943c5e Doc: Remove superfluous markup. (GH-8112) by Julien Palard · 6 years ago
  67. f120288 versionadded -> versionchanged for all 'X parameter was added' for uniformity. (GH8114) by Sergey Fedoseev · 6 years ago
  68. 3ae2e33 classify abs() argument type (GH-8103) by Windson yang · 6 years ago
  69. bd81cbd DOC: In `reduce`, refer to `accumulate` (GH-7930) by Gerrit Holl · 6 years ago
  70. 5b6e49a bpo-30516: Fix documentation issue with -timedelta in datetime (GH-7348) by Farhaan Bukhsh · 6 years ago
  71. 831c297 bpo-34018: Doc'd that type names of SQLite converters are case-insensitive. (GH-8042) by Sergey Fedoseev · 6 years ago
  72. c6cd164 bpo-30660: Doc: Optimize PNG files by optipng (GH-8032) by INADA Naoki · 6 years ago
  73. 6dc57e2 bpo-31938: Convert selectmodule.c to Argument Clinic (GH-4265) by Tal Einat · 6 years ago
  74. fe524df Doc: Remove unused image file (GH-8027) by INADA Naoki · 6 years ago
  75. 0cdf5f4 bpo-32568: make select.epoll() and its docs consistent (#7840) by Tal Einat · 6 years ago
  76. bda9c3e Fix the indentation in the documentation of bin() and hash() (GH-7998) by Andrés Delfino · 6 years ago
  77. 41cb0ba bpo-33985: Implement ContextVar.name attribute. (GH-7980) by Yury Selivanov · 6 years ago
  78. d2cbfff bpo-25007: Add copy protocol support to zlib compressors and decompressors (GH-7940) by Zackery Spytz · 6 years ago
  79. fdd6e0b bpo-33573: docs to suggest median() alternatives for non-numeric data (GH-7587) by Tal Einat · 6 years ago
  80. 4a6e746 bpo-33952: Fix typo in str.upper() documentation (GH-7898) by Andrés Delfino · 6 years ago
  81. a8ddf85 bpo-33943: Add references in the docs for logging.basicConfig (GH-7858) by Andrés Delfino · 6 years ago
  82. cf67d6a bpo-33897: Add a 'force' keyword argument to logging.basicConfig(). (GH-7873) by Dong-hee Na · 6 years ago
  83. 0ba9a0b [master] bpo-33885: Replace "hook function" with "callable" (GH-7765) (#7886) by Andrés Delfino · 6 years ago
  84. 940ae60 Clarified the tempfile.tempdir documentation (GH-7829) by Srinivas Reddy Thatiparthy (శ్రీనివాస్ రెడ్డి తాటిపర్తి) · 6 years ago
  85. c7f02a9 bpo-33671 / shutil.copyfile: use memoryview() with dynamic size on Windows (#7681) by Giampaolo Rodola · 6 years ago
  86. 698865d bpo-33843: Remove deprecated stuff in cgi module (GH-7662) by INADA Naoki · 6 years ago
  87. e57f91a bpo-33866: enum: Stop using OrderedDict (GH-7698) by INADA Naoki · 6 years ago
  88. 5092439 bpo-33892: Doc: Use gender neutral words (GH-7770) by Andrés Delfino · 6 years ago
  89. c151f78 bpo-33859: Fix spelling mistakes in docs. (GH-7691) by Xtreak · 6 years ago
  90. b193fa9 bpo-33499: Add PYTHONPYCACHEPREFIX env var for alt bytecode cache location. (GH-6834) by Carl Meyer · 6 years ago
  91. a9d0b34 bpo-33854: Add PEP 461 title to 'See also' note (GH-7688) by Andrés Delfino · 6 years ago
  92. 71ede00 bpo-31378: Document sqlite3.OperationalError exception (GH-7677) by Zackery Spytz · 6 years ago
  93. b9d8ad5 bpo-33828: Add missing versionchanged note for string.Formatter. (GH-7668) by Xiang Zhang · 6 years ago
  94. 4a172cc bpo-33671: efficient zero-copy for shutil.copy* functions (Linux, OSX and Win) (#7160) by Giampaolo Rodola · 6 years ago
  95. c3f55be bpo-27397: Make email module properly handle invalid-length base64 strings (#7583) by Tal Einat · 6 years ago
  96. ef24b6c bpo-31432: Clarify ssl CERT_NONE/OPTIONAL/REQUIRED docs. (GH-3530) by Christian Heimes · 6 years ago
  97. 2c071ce bpo-30820: Remove incorrect docs for email.contentmanager.raw_data_manager (#7631) by Zackery Spytz · 6 years ago
  98. 877b232 bpo-33812: Corrected astimezone for naive datetimes. (GH-7578) by Alexander Belopolsky · 6 years ago
  99. af4b013 bpo-33610: Update IDLE Code Context doc entry (GH-7597) by Terry Jan Reedy · 6 years ago
  100. 0e0534c Fix typo in object.__getnewargs__() documentation (GH-7554) by Andrés Delfino · 6 years ago