1. c9d66f0 bpo-33649 Polish asyncio docs on queues, protocols, and subproccesses (#9306) by Carol Willing · 7 years ago
  2. 902bcd9 Note that distinct argument patterns can be cached separately (GH-9298) by Raymond Hettinger · 7 years ago
  3. 5ac7043 bpo-33073: Adding as_integer_ratio to ints. (GH-8750) by Lisa Roach · 7 years ago
  4. 1aeba74 bpo-34552: Clarify built-in types comparisons (GH-9035) by Windson yang · 7 years ago
  5. 4e824e9 bpo-33649: Polish asyncio subprocess and sync docs (GH-9285) by Carol Willing · 7 years ago
  6. 11194c8 bpo-34666: Implement stream.awrite() and stream.aclose() (GH-9274) by Andrew Svetlov · 7 years ago
  7. a3c8ba7 polish exceptions and platforms (GH-9272) by Carol Willing · 7 years ago
  8. 1abba45 Polish doc as part of asyncio doc improvement (GH-9185) by Carol Willing · 7 years ago
  9. 6d9767f edit async policy doc - second pass (GH-9235) by Carol Willing · 7 years ago
  10. 5b7cbd6 bpo-33649: Edit asyncio eventloop doc - second pass (GH-9233) by Carol Willing · 7 years ago
  11. 2087023 bpo-32933: Implement __iter__ method on mock_open() (GH-5974) by Tony Flury · 7 years ago
  12. 5b10d51 closes bpo-34004: Skip lock interruption tests on musl. (GH-9224) by Benjamin Peterson · 7 years ago
  13. aca819f bpo-33649: Fix doc to reflect changes in 47cd10d (or bpo-23347) (GH-9219) by Bumsik Kim · 7 years ago
  14. 9dfa0fe bpo-34637: Make the *start* argument for *sum()* visible as a keyword argument. (GH-9208) by Raymond Hettinger · 7 years ago
  15. f522374 bpo-33437: add __new__ vs __init__ example (GH-9145) by Ethan Furman · 7 years ago
  16. 731ff68 closes bpo-25041: Document AF_PACKET socket address format. (GH-4092) by Cheryl Sabella · 7 years ago
  17. 8be876e bpo-33649: Cleanup asyncio/streams and asyncio/synchronization docs (GH-9192) by Yury Selivanov · 7 years ago
  18. 9c22379 bpo-34365: Update date object documentation (GH-8814) by Danish Prakash · 7 years ago
  19. b4ec362 bpo-34613: document the correct value of limit argument of asyncio.StreamReader (GH-9121) by Bram · 7 years ago
  20. 08bcf64 bpo-28617 Fixed docs inaccuracies about the types that support membership tests (GH-9086) by wim glenn · 7 years ago
  21. 7c7605f bpo-33649: First asyncio docs improvement pass (GH-9142) by Yury Selivanov · 7 years ago
  22. 3666b3c bpo-33032: Mention the implicit cache in struct.Struct() docs (GH-7700) by Zackery Spytz · 7 years ago
  23. 2064bb6 Fix missing line from example shell session (GH-9143) by Raymond Hettinger · 7 years ago
  24. ffa198c bpo-33487: improve BZ2File Deprecation and documentation. (GH-6785) by Matthias Bussonnier · 7 years ago
  25. 959625b Use bytes.hex instead of binascii.hexlify in pbkdf2_hmac example (GH-8420) by Ville Skyttä · 7 years ago
  26. 9430652 bpo-33217: Raise TypeError for non-Enum lookups in Enums (GH-6651) by Rahul Jha · 7 years ago
  27. 51a4743 bpo-33604: Remove deprecated HMAC default value marked for removal in 3.8 (GH-7063) by Matthias Bussonnier · 7 years ago
  28. 78deb7f closes bpo-34525: Fix smtplib's authobject() documentation (GH-8965) by Sebastian Rittau · 7 years ago
  29. d700f97 bpo-20104: Change the file_actions parameter of os.posix_spawn(). (GH-6725) by Serhiy Storchaka · 7 years ago
  30. d5fbe9b bpo-34246: Use no mutable default args in smtplib (GH-8554) by Pablo Aguiar · 7 years ago
  31. 254a466 bpo-20104: Add flag capabilities to posix_spawn (GH-6693) by Pablo Galindo · 7 years ago
  32. 5e92265 bpo-34605: Avoid master/slave terms (GH-9101) by Victor Stinner · 7 years ago
  33. 77b112c bpo-34097: Polish API design (GH-8725) by Marcel Plch · 7 years ago
  34. d658dea bpo-21145: Add cached_property decorator in functools (#6982) by Carl Meyer · 7 years ago
  35. 3fe89da bpo-34434: Update doc for bool(), float() and int() arguments (GH-8834) by Louis Sautier · 7 years ago
  36. 44838be closes bpo-34502: Remove a note about utf8_mode from sys.exit() docs. (GH-8928) by Alexey Izbyshev · 7 years ago
  37. 2e5d2ea Fix markup in stdtypes documentation (GH-8905) by Andrés Delfino · 7 years ago
  38. 416cbce Fixed typo with asynccontextmanager code example (GH-8845) by Alexander Vasin · 7 years ago
  39. 075b3c3 Fix typo in the dataclasses's doc (GH-8896) by Daniel Dương · 7 years ago
  40. cc18258 Fix doc for `add_subparsers` arguments (GH-8884) by Anthony Sottile · 7 years ago
  41. b8a181f Fix typo in asyncio.BoundedSemaphore docs (GH-8882) by Jelle Zijlstra · 7 years ago
  42. c33bb5d Make it more clear that setUpClass runs before each class, not "class run" (GH-8844) by Ville Skyttä · 7 years ago
  43. e7d4b2f bpo-2122: Make mmap.flush() behave same on all platforms (GH-8692) by Berker Peksag · 7 years ago
  44. 225b055 bpo-22057: Clarify eval() documentation (GH-8812) by Berker Peksag · 7 years ago
  45. 93b5655 bpo-34432: doc Mention complex and decimal.Decimal on str.format not about locales (GH-8808) by Andrés Delfino · 7 years ago
  46. a251073 Warn not to set SIGPIPE to SIG_DFL (#6773) by Alfred Perlstein · 7 years ago
  47. c53aaec bpo-34418: Fix HTTPErrorProcessor documentation (GH-8793) by Sebastian Rittau · 7 years ago
  48. e0b5b20 bpo-34384: Fix os.readlink() on Windows (GH-8740) by Berker Peksag · 7 years ago
  49. da12063 smtplib documentation fixes (GH-8708) by Ville Skyttä · 7 years ago
  50. 65b5ef0 Fix the versionadded indentation in exec_module doc (GH-8719) by Andrés Delfino · 7 years ago
  51. 9e84084 bpo-34379: Doc: Move note for json.dump (GH-8730) by Evan Allrich · 7 years ago
  52. 84a13fb bpo-9372: Deprecate several __getitem__ methods (GH-8609) by Berker Peksag · 7 years ago
  53. 22d131a Doc: add missing capture_output arg to subprocess.run() signature (#8374) by Andriy Maletsky · 7 years ago
  54. cca4eec bpo-34270: Make it possible to name asyncio tasks (GH-8547) by Alex Grönholm · 7 years ago
  55. d2ac400 bpo-34335: Use async/await syntax in documentation examples (GH-8674) by Mikhail Terekhov · 7 years ago
  56. 5b2657f bpo-34319: Clarify file handler closure in pathlib.read_text (GH-8645) by Xtreak · 7 years ago
  57. 28c7f8c bpo-34273: Change 'Fixed point' to 'Fixed-point notation'. (#8673) by Terry Jan Reedy · 7 years ago
  58. 336c945 bpo-34336: Don't promote possibility to leave out typing.Optional (#8677) by Ville Skyttä · 7 years ago
  59. 2e5566d Fix reST markup in unittest documentation (GH-8665) by Berker Peksag · 7 years ago
  60. 46dc4e3 bpo-34329: Doc'd how to remove suffix of pathlib.Path() (GH-8655) by Stefan Otte · 7 years ago
  61. b6efc2c Improve the grammar in `range` documentation. (GH-8628) by Andrés Delfino · 7 years ago
  62. f394ee5 bpo-27910: Update documentation of traceback module (GH-6116) by torsava · 7 years ago
  63. a2fe1e5 bpo-34097: Add support for zipping files older than 1980-01-01 (GH-8270) by Marcel Plch · 7 years ago
  64. 944451c bpo-34263 Cap timeout submitted to epoll/select etc. to one day. (GH-8532) by MartinAltmayer · 7 years ago
  65. 9c18b1a bpo-33089: Add math.dist() for computing the Euclidean distance between two points (GH-8561) by Raymond Hettinger · 7 years ago
  66. f1d36d8 bpo-33729: Fix issues with arguments parsing in hashlib. (GH-8346) by Serhiy Storchaka · 7 years ago
  67. 22d2508 bpo-34075: Deprecate non-ThreadPoolExecutor in loop.set_default_executor() (GH-8533) by Elvis Pranskevichus · 7 years ago
  68. a71fed0 bpo-8145: Improve isolation_level documentation (GH-8499) by Berker Peksag · 7 years ago
  69. c6dabe3 bpo-33089: Multidimensional math.hypot() (GH-8474) by Raymond Hettinger · 7 years ago
  70. 5032692 bpo-24356: Specify which Python binary will be used with venv (GH-6589) by Elena Oat · 7 years ago
  71. 95dfb9c bpo-33921: Clarify how to bind to all interfaces using socket (GH-7877) by johnthagen · 7 years ago
  72. 937fb55 bpo-5978: Document that profiling needs cmd/function to return (GH-7938) by Andrés Delfino · 7 years ago
  73. b4bc5ca bpo-29710: Clarify documentation for Bitwise binary operation (GH-1691) by Sanyam Khurana · 7 years ago
  74. 95d34c2 Fix site module documentation. (GH-8441) by Mariatta · 7 years ago
  75. 02ec92f bpo-29209: Remove old-deprecated features in ElementTree. (GH-6769) by Serhiy Storchaka · 7 years ago
  76. e22072f bpo-34149: Behavior of the min/max with key=None (GH-8328) by Alexander Marshalov · 7 years ago
  77. bde782b bpo-33468: Add try-finally contextlib.contextmanager example (GH-7816) by Matthias Bussonnier · 7 years ago
  78. 7a3056f bpo-21446: Update reload fixer to use importlib (GH-8391) by Berker Peksag · 7 years ago
  79. cb9c299 Fix versionchanged indentation in popitem documentation (GH-8387) by Andrés Delfino · 7 years ago
  80. feabae9 Clarify ValueError's broad applicability (GH-8313) by Raymond Hettinger · 7 years ago
  81. 01b7d58 bpo-34123: Fix missed documentation update for dict.popitem(). (GH-8292) by Raymond Hettinger · 7 years ago
  82. c9265c1 bpo-34124: Fix markup of message_from_binary_file() signature (GH-8297) by Jon Ribbens · 7 years ago
  83. 379e9d6 bpo-4260: Document that ctypes.xFUNCTYPE are decorators (GH-7924) by Andrés Delfino · 7 years ago
  84. 33aefad Doc: Point to Simple statements section instead of PEP (GH-8238) by Andrés Delfino · 7 years ago
  85. 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
  86. c287545 bpo-34067: Include a more easily understood example for nullcontext (GH-8158) by Daniel Porteous · 7 years ago
  87. 2a9b8ba bpo-26544: Fixed implementation of platform.libc_ver(). (GH-7684) by Serhiy Storchaka · 7 years ago
  88. f85af03 Fix margin in sentinel and mock_open (GH-8188) by Andrés Delfino · 7 years ago
  89. bc9aa81 bpo-34061: Document sqlite3.NotSupportedError (GH-8172) by Marcin Niemira · 7 years ago
  90. 0830858 bpo-34041: Allow creating deterministic functions in Connection.create_function() (GH-8086) by Sergey Fedoseev · 7 years ago
  91. 9c5ba09 closes bpo-34050: Fix link in SSL docs (GH-8173) by Marcin Niemira · 7 years ago
  92. b6bb77c bpo-33804: Document that the argument for io.TextIOBase.read() is optional (GH-7510) by Andrés Delfino · 7 years ago
  93. 2d74838 Fix moduleauthor/sectionauthor directives in Enum (GH-8117) by Andrés Delfino · 7 years ago
  94. 03dd0e7 Add missing closing parentheses (GH-8144) by Andrés Delfino · 7 years ago
  95. 2800dcf bpo-34065: Improve the markup of logging.basicConfig() arguments (GH-8153) by Dong-hee Na · 7 years ago
  96. 7943c5e Doc: Remove superfluous markup. (GH-8112) by Julien Palard · 7 years ago
  97. f120288 versionadded -> versionchanged for all 'X parameter was added' for uniformity. (GH8114) by Sergey Fedoseev · 7 years ago
  98. 3ae2e33 classify abs() argument type (GH-8103) by Windson yang · 7 years ago
  99. bd81cbd DOC: In `reduce`, refer to `accumulate` (GH-7930) by Gerrit Holl · 7 years ago
  100. 5b6e49a bpo-30516: Fix documentation issue with -timedelta in datetime (GH-7348) by Farhaan Bukhsh · 7 years ago