1. 82f897b Correct release version to 3.9 for RERAISE and WITH_EXCEPT_START bytecodes. (#17318) by Mark Shannon · 6 years ago
  2. fee5526 Produce cleaner bytecode for 'with' and 'async with' by generating separate code for normal and exceptional paths. (#6641) by Mark Shannon · 6 years ago
  3. d672791 Update functions.rst (GH-16468) by Géry Ogam · 6 years ago
  4. 9391f6c bpo-36277: Add document for pdb debug and retval commands (GH-12872) by Dave Nguyen · 6 years ago
  5. 6db2fb7 Removed capital letter in parameter in stdtypes.rst (GH-17218) by Jules Lasne (jlasne) · 6 years ago
  6. 046442d bpo-38857: AsyncMock fix for awaitable values and StopIteration fix [3.8] (GH-17269) by Jason Fried · 6 years ago
  7. 7483451 closes bpo-38712: Add signal.pidfd_send_signal. (GH-17070) by Benjamin Peterson · 6 years ago
  8. 279d8df bpo-38753: AsyncMock added in version 3.8 (GH-17102) by John Belmonte · 6 years ago
  9. f25875a Added missing coma after end of list in subprocess.rst (GH-17217) by Jules Lasne (jlasne) · 6 years ago
  10. b1f160a Add missing comma and period in unittest docs (GH-17211) by Jules Lasne (jlasne) · 6 years ago
  11. 24555ce bpo-21767: explicitly mention abc support in functools.singledispatch docs (#17171) by Batuhan Taşkaya · 6 years ago
  12. 00923c6 bpo-38622: Add missing audit events for ctypes module (GH-17158) by Steve Dower · 6 years ago
  13. f49f6ba Correct the description of the 3.7 change in urllib.parse.quote (GH-17065) by Роман Донченко · 6 years ago
  14. 04c79d6 bpo-38678: Improve argparse example in tutorial (GH-17207) by Raymond Hettinger · 6 years ago
  15. a065232 bpo-28286: Deprecate opening GzipFile for writing implicitly. (GH-16417) by Serhiy Storchaka · 6 years ago
  16. 84f2528 Fix the description of isdatadescriptor in inspect.rst (#16645) by HongWeipeng · 6 years ago
  17. b220300 bpo-38778: Document that os.fork is not allowed in subinterpreters (GH-17123) by Phil Connell · 6 years ago
  18. 3ccdd9b closes bpo-38692: Add a pidfd child process watcher to asyncio. (GH-17069) by Benjamin Peterson · 6 years ago
  19. 138ccbb bpo-38738: Fix formatting of True and False. (GH-17083) by Serhiy Storchaka · 6 years ago
  20. a12255d bpo-38421: Update email.utils documentation (GH-16678) by David K · 6 years ago
  21. 733b9a3 bpo-38385: Fix iterator/iterable terminology in statistics docs (GH-17111) by Raymond Hettinger · 6 years ago
  22. 051ff52 bpo-38565: add new cache_parameters method for lru_cache (GH-16916) by Manjusaka · 6 years ago
  23. 98480ce bpo-38771: Explict test for None in code example (GH-17108) by Jonathan Scholbach · 6 years ago
  24. a0ed99b bpo-38438: Simplify argparse "star nargs" usage. (GH-17106) by Brandt Bucher · 6 years ago
  25. 7f46049 bpo-38382: Document the early-out behavior for a zero (GH-17037) by Raymond Hettinger · 6 years ago
  26. 5c0c325 closes bpo-38713: Expose P_PIDFD in os if it's defined. (GH-17071) by Benjamin Peterson · 6 years ago
  27. 6c4c45e bpo-38692: Add os.pidfd_open. (GH-17063) by Benjamin Peterson · 6 years ago
  28. 56698d5 bpo-38696: Fix usage example of HTTPStatus (GH-17066) by Ammar Askar · 6 years ago
  29. d0e0f5b bpo-38388: Document pickle protocol version 5 (GH-16639) by Dima Tisnek · 6 years ago
  30. 99b7701 Convert argument to snake_case (GH-16990) by Борис Верховский · 6 years ago
  31. d0d9f7c Slightly improve plistlib test coverage. (GH-17025) by Jon Janzen · 6 years ago
  32. 112f2b8 Update the URL for the requests package (GH-17006) by Simon Legner · 6 years ago
  33. b32cb97 bpo-38312: Add curses.{get,set}_escdelay and curses.{get,set}_tabsize. (GH-16938) by Anthony Sottile · 6 years ago
  34. e835b31 bpo-38600: NULL -> ``NULL``. (GH-17001) by Serhiy Storchaka · 6 years ago
  35. 24c6258 bpo-38614: Add timeout constants to test.support (GH-16964) by Victor Stinner · 6 years ago
  36. 25fc088 bpo-38600: Change the mark up of NULL in the C API documentation. (GH-16950) by Serhiy Storchaka · 6 years ago
  37. e471e72 bpo-37330: open() no longer accept 'U' in file mode (GH-16959) by Victor Stinner · 6 years ago
  38. 3bfc8e0 bpo-38602: Add fcntl.F_OFD_XXXX for fcntlmodule (GH-16956) by Dong-hee Na · 6 years ago
  39. 894e30c bpo-38434: Fixes some audit event documentation (GH-16932) by Steve Dower · 6 years ago
  40. a01ba33 bpo-30618: add readlink to pathlib.Path (GH-8285) by Girts · 6 years ago
  41. 91528f4 bpo-38466: Fix threading.excepthook doc (GH-16891) by Daniel Baskal · 6 years ago
  42. 2eba6ad bpo-38493: Add os.CLD_KILLED and os.CLD_STOPPED. (GH-16821) by Dong-hee Na · 6 years ago
  43. 7414207 bpo-38531: document extend action's added version (GH-16865) by Batuhan Taşkaya · 6 years ago
  44. 88eeda6 Remove doc reference to unmaitained Nose package (GH-16849) by Jon Dufresne · 6 years ago
  45. f33c57d5 bpo-33604: Raise TypeError on missing hmac arg. (GH-16805) by Gregory P. Smith · 6 years ago
  46. 8d59eb1 bpo-37961, tracemalloc: add Traceback.total_nframe (GH-15545) by Julien Danjou · 6 years ago
  47. aad2ee0 bpo-32498: urllib.parse.unquote also accepts bytes (GH-7768) by Stein Karlsen · 6 years ago
  48. 8a6cbf8 bpo-38464: Document parameter for NormalDist.quantiles() (GH-16757) by Raymond Hettinger · 6 years ago
  49. fdfe283 bpo-38467: Fix argument name of typing functions (GH-16753) by Sebastian Rittau · 6 years ago
  50. 8144095 bpo-28556: Remove another mention of metaclass of Generic in typing docs (GH-16743) by Ivan Levkivskyi · 6 years ago
  51. 140a7d1 bpo-38378: Rename parameters "out" and "in" of os.sendfile(). (GH-16742) by Serhiy Storchaka · 6 years ago
  52. f3751ef bpo-38417: Add umask support to subprocess (GH-16726) by Gregory P. Smith · 6 years ago
  53. 822922a bpo-35800: Deprecate smtpd.MailmanProxy (GH-11675) by Samuel Colvin · 6 years ago
  54. f900064 docs: Add asyncio source code links (GH-16640) by Kyle Stanley · 6 years ago
  55. d47f0dd bpo-32996: Documentation fix-up. (GH-16646) by M. Eric Irrgang · 6 years ago
  56. 15ae75d bpo-38294: Add list of no-longer-escaped chars to re.escape documentation. (GH-16442) by Ricardo Bánffy · 6 years ago
  57. 9e71917 bpo-26510: Add versionchanged for required arg of add_subparsers (GH-16588) by Adam J. Stewart · 6 years ago
  58. 3142c66 bpo-38235: Correct some arguments names in logging documentation (GH-16571) by Ashley Whetter · 6 years ago
  59. cf57cab bpo-32689: Updates shutil.move to allow for Path objects to be used as source arg (GH-15326) by Maxwell A McKinnon · 6 years ago
  60. e407013 Fix and improve `asyncio.run()` docs (GH-16403) by Kyle Stanley · 6 years ago
  61. 6758e6e bpo-38242: Revert "bpo-36889: Merge asyncio streams (GH-13251)" (#16482) by Yury Selivanov · 6 years ago
  62. 3667e1e bpo-38163: Child mocks detect their type as sync or async (GH-16471) by Lisa Roach · 6 years ago
  63. c5a7e0c bpo-37408: Precise that Tarfile "format" argument only concerns writing. (GH-14389) by Pascal Chambon · 6 years ago
  64. a741457 bpo-38244: [Documentation] Fix unreliable link to sever in ftplib.rst (#16319) by Prateek Nayak · 6 years ago
  65. 5d326ab Doc: Use the `with` statement in the first example of the ftplib doc. (GH-16271) by Stéphane Wirtel · 6 years ago
  66. 8e7bb99 bpo-38112: Compileall improvements (GH-16012) by Lumír 'Frenzy' Balhar · 6 years ago
  67. 15ccc4f bpo-38255: super() can search attributes as well as methods (GH-16368) by Raymond Hettinger · 6 years ago
  68. 17deb16 bpo-38260: Add Docs on asyncio.run (GH-16337) by Emmanuel Arias · 6 years ago
  69. ef04851 bpo-38136: Updates await_count and call_count to be different things (GH-16192) by Lisa Roach · 6 years ago
  70. 87d6cd3 bpo-38237: Make pow's arguments have more descriptive names and be keyword passable (GH-16302) by Ammar Askar · 6 years ago
  71. 77af229 Doc: Remove provisional note for asyncio.run() (GH-16310) by Kyle Stanley · 6 years ago
  72. 9c2682e bpo-37937: Mention frame.f_trace in sys.settrace docs (GH-15439) by Ram Rachum · 6 years ago
  73. 062cfe3 bpo-37353: Updated parser note about source code compatibility(GH-14277) by Prateek Nayak · 6 years ago
  74. 8b03f94 bpo-38093: Correctly returns AsyncMock for async subclasses. (GH-15947) by Lisa Roach · 6 years ago
  75. 9fdc64c bpo-34037: Fix test_asyncio failure and add loop.shutdown_default_executor() (GH-15735) by Kyle Stanley · 6 years ago
  76. 3171d67 Doc: Clarify dict equality irrespective of ordering. (GH-16266) by toonarmycaptain · 6 years ago
  77. 0a963fb bpo-38203: faulthandler.dump_traceback_later() is always available (GH-16249) by Victor Stinner · 6 years ago
  78. 219fb9d Doc: Fix grammar/spelling in ssl.VERIFY_CRL_CHECK_LEAF docs (GH-16221) by Jörn Heissler · 6 years ago
  79. 5d359cc bpo-38192: Fix remaining passing of "loop" in the protocol examples (GH-16202) by Hrvoje Nikšić · 6 years ago
  80. 63dedef Doc: Add list(dict) in stdtypes library (GH-16209) by Adorilson Bezerra · 6 years ago
  81. 81528ba bpo-28556: Update the opening note in typing docs (GH-16204) by Ivan Levkivskyi · 6 years ago
  82. c717c73 bpo-38178: Don't explicitly pass "loop" to EchoClientProtocol. (GH-16159) by Hrvoje Nikšić · 6 years ago
  83. a26ace1 Doc: Fix link to window.getch in curses documentation (GH-16132) by Anthony Sottile · 6 years ago
  84. 77cd0ce Doc: fcntl.lockf() is more powerful than written (GH-6750) by Eric O. LEBIGOT (EOL) · 6 years ago
  85. d44542f bpo-32790: Add info about alt format using # for 'g' in chart (GH-6624) by bchhabra2490 · 6 years ago
  86. 9585f46 bpo-26468: Doc: improve the documentation of shutil.copy2 when it can fail. (GH-13765) by Windson yang · 6 years ago
  87. 53f78ec Doc: Improve consistency of os.path.normcase with other os.path functions (GH-14004) by Kexuan Sun · 6 years ago
  88. ff2e182 bpo-12707: deprecate info(), geturl(), getcode() methods in favor of headers, url, and status properties for HTTPResponse and addinfourl (GH-11447) by Ashwin Ramaswami · 6 years ago
  89. d31b315 bpo-36889: Document Stream class and add docstrings (GH-14488) by Xtreak · 6 years ago
  90. 6a517c6 bpo-8538: Add support for boolean actions to argparse (GH-11478) by Rémi Lapeyre · 6 years ago
  91. 7183064 Doc: Add example snippet for str.isupper() (GH-14681) by Kishore Vancheeshwaran · 6 years ago
  92. 7cad53e bpo-9216: Add usedforsecurity to hashlib constructors (GH-16044) by Christian Heimes · 6 years ago
  93. 2b2ead7 bpo-36046: Add user and group parameters to subprocess (GH-11950) by Patrick McLean · 6 years ago
  94. b1a2abd bpo-37908: Add an example of ArgumentParser.exit() (GH-15455) by Hai Shi · 6 years ago
  95. a488879 bpo-36373: Deprecate explicit loop in task and subprocess API (GH-16033) by Andrew Svetlov · 6 years ago
  96. 967b84c bpo-35325: Doc: imp.find_module() return value documentation discrepancy (GH-11040) by Windson yang · 6 years ago
  97. 31a82e2 bpo-35685: Add examples of unittest.mock.patch.dict usage (GH-11456) by Emmanuel Arias · 6 years ago
  98. 2c910c1 bpo-36675: Remove obsolete code. (GH-16024) by Julien Palard · 6 years ago
  99. 894d0f7 bpo-32008: Prefer client or TLSv1_2 in examples (GH-5797) by Christian Heimes · 6 years ago
  100. f545638 bpo-9938: Add optional keyword argument exit_on_error to argparse.ArgumentParser (GH-15362) by Hai Shi · 6 years ago