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