1. ad7736f bpo-38265: Update os.pread to accept the length type as Py_ssize_t. (GH-16359) by Dong-hee Na · 5 years ago
  2. 12f209e bpo-22273: Update ctypes to correctly handle arrays in small structur… (GH-15839) by Vinay Sajip · 5 years ago
  3. 221fd84 bpo-38234: Cleanup getpath.c (GH-16367) by Victor Stinner · 5 years ago
  4. 52ad33a bpo-38234: test_embed: test pyvenv.cfg and pybuilddir.txt (GH-16366) by Victor Stinner · 5 years ago
  5. 2180f6b bpo-36871: Avoid duplicated 'Actual:' in assertion message (GH-16361) by Samuel Freilich · 5 years ago
  6. b5a7a4f bpo-36871: Handle spec errors in assert_has_calls (GH-16005) by Samuel Freilich · 5 years ago
  7. bb6bf7d bpo-38234: Add tests for Python init path config (GH-16358) by Victor Stinner · 5 years ago
  8. 1ce152a bpo-38234: Py_SetPath() uses the program full path (GH-16357) by Victor Stinner · 5 years ago
  9. b0e1ae5 bpo-37123: multiprocessing test_mymanager() accepts SIGTERM (GH-16349) by Victor Stinner · 5 years ago
  10. 99799c7 bpo-38212: Increase MP test_queue_feeder_donot_stop_onexc() timeout (GH-16348) by Victor Stinner · 5 years ago
  11. ef04851 bpo-38136: Updates await_count and call_count to be different things (GH-16192) by Lisa Roach · 5 years ago
  12. 6f53d34 closes bpo-16637: libpython: construct integer object directly from gdbvalue (GH-15232) by Marc Hartmayer · 5 years ago
  13. 4346bad closes bpo-38253: Fix typo of Py_SET_ERANGE_IF_OVERFLOW in pyport.h. (GH-16230) by Hai Shi · 5 years ago
  14. 85ce0a7 bpo-38234: read_pth_file() now returns PyStatus (GH-16338) by Victor Stinner · 5 years ago
  15. 9c42f8c bpo-38234: Fix _PyConfig_InitPathConfig() (GH-16335) by Victor Stinner · 5 years ago
  16. 88e6447 bpo-38236: Fix init_dump_ascii_wstr() (GH-16333) by Victor Stinner · 5 years ago
  17. fcdb027 bpo-38236: Dump path config at first import error (GH-16300) by Victor Stinner · 5 years ago
  18. b4d0b39 bpo-38209: Simplify dataclasses.InitVar by using __class_getitem__(). (GH-16255) by Serhiy Storchaka · 5 years ago
  19. 1d094af Updated incorrect level-setting code to use setLevel(). (GH-16325) by Vinay Sajip · 5 years ago
  20. b104ecb Shorter docstring (GH-16322) by Raymond Hettinger · 5 years ago
  21. 030fe8e Doc: Add whatsnew entry for loop.shutdown_default_executor() (GH-16308) by Kyle Stanley · 5 years ago
  22. bb16fb2 Doc: Fix spelling errors of 'initial' in enum.py (GH-16314) by HongWeipeng · 5 years ago
  23. 7ce4bfa Minor code and comment cleanup (GH-16315) by Raymond Hettinger · 5 years ago
  24. 87d6cd3 bpo-38237: Make pow's arguments have more descriptive names and be keyword passable (GH-16302) by Ammar Askar · 5 years ago
  25. e267793 bpo-38234: Fix PyConfig_Read() when Py_SetPath() was called (GH-16298) by Victor Stinner · 5 years ago
  26. 77af229 Doc: Remove provisional note for asyncio.run() (GH-16310) by Kyle Stanley · 5 years ago
  27. c422167 bpo-38234: Remove _PyPathConfig.dll_path (GH-16307) by Victor Stinner · 5 years ago
  28. b154258 bpo-38205: Py_UNREACHABLE() calls Py_FatalError() (GH-16290) by Victor Stinner · 5 years ago
  29. bc2256e bpo-33694: Remove test_asyncio ProactorDatagramTransportTests (GH-16288) by Victor Stinner · 5 years ago
  30. 77abf23 bpo-6559: Update _posixsubprocess.fork_exec doc (GH-16283) by Orivej Desh · 5 years ago
  31. 9c2682e bpo-37937: Mention frame.f_trace in sys.settrace docs (GH-15439) by Ram Rachum · 5 years ago
  32. 062cfe3 bpo-37353: Updated parser note about source code compatibility(GH-14277) by Prateek Nayak · 5 years ago
  33. 8b03f94 bpo-38093: Correctly returns AsyncMock for async subclasses. (GH-15947) by Lisa Roach · 5 years ago
  34. 2702638 bpo-34002: Minor efficiency and clarity improvements in email package. (GH-7999) by Michael Selik · 5 years ago
  35. 3368f3c bpo-38140: Make dict and weakref offsets opaque for C heap types (#16076) by Eddie Elizondo · 5 years ago
  36. 079931d bpo-34037: test_asyncio uses shutdown_default_executor() (GH-16284) by Victor Stinner · 5 years ago
  37. b2dd2dd bpo-37531: Skip test_regrtest.test_multiprocessing_timeout() on all platforms (GH-16282) by Victor Stinner · 5 years ago
  38. 96b1c59 bpo-38155: Add __all__ to datetime module (GH-16203) by t k · 5 years ago
  39. 9fdc64c bpo-34037: Fix test_asyncio failure and add loop.shutdown_default_executor() (GH-15735) by Kyle Stanley · 5 years ago
  40. 3171d67 Doc: Clarify dict equality irrespective of ordering. (GH-16266) by toonarmycaptain · 5 years ago
  41. 9ab6038 Doc: Corrected syntax for return annotation (GH-16265) by Jason Plurad · 5 years ago
  42. 42acb7b bpo-35696: Simplify long_compare() (GH-16146) by HongWeipeng · 5 years ago
  43. d299b8b Fix _PyTraceMalloc_Fini() definition (GH-16259) by Victor Stinner · 5 years ago
  44. 0a963fb bpo-38203: faulthandler.dump_traceback_later() is always available (GH-16249) by Victor Stinner · 5 years ago
  45. da57599 bpo-38203: regrtest: put a 2 min timeout on Python exit (GH-16250) by Victor Stinner · 5 years ago
  46. 272d0d0 bpo-36546: No longer a need to make "data" positional only (GH-16252) by Raymond Hettinger · 5 years ago
  47. b9877cd bpo-37531: Skip test_regrtest.test_multiprocessing_timeout() on Windows (GH-16247) by Victor Stinner · 5 years ago
  48. 1ce16fb bpo-38070: Py_FatalError() logs runtime state (GH-16246) by Victor Stinner · 5 years ago
  49. d3b9041 bpo-38070: Add _PyRuntimeState.preinitializing (GH-16245) by Victor Stinner · 5 years ago
  50. b39afb7 bpo-38070: Enhance _PyObject_Dump() (GH-16243) by Victor Stinner · 5 years ago
  51. 8fa3e17 bpo-38070: _Py_DumpTraceback() writes <no Python frame> (GH-16244) by Victor Stinner · 5 years ago
  52. 8fc5839 bpo-38191: Turn warnings into errors in NamedTuple() and TypedDict(). (GH-16238) by Serhiy Storchaka · 5 years ago
  53. 2bf31cc bpo-38191: Accept arbitrary keyword names in NamedTuple() and TypedDict(). (GH-16222) by Serhiy Storchaka · 5 years ago
  54. b574813 bpo-37904: Edition on python tutorial - section 4 (GH-16169) by Diego Alberto Barriga Martínez · 5 years ago
  55. 6fbc924 bpo-38187: Fix reference leak in test_tools (GH-16233) by Pablo Galindo · 5 years ago
  56. c275312 bpo-38013: make async_generator_athrow object tolerant to throwing exceptions (GH-16070) by Andrew Svetlov · 5 years ago
  57. 5f5f11f bpo-37828: Fix default mock_name in unittest.mock.assert_called error (GH-16166) by Abraham Toriz Cruz · 5 years ago
  58. 219fb9d Doc: Fix grammar/spelling in ssl.VERIFY_CRL_CHECK_LEAF docs (GH-16221) by Jörn Heissler · 5 years ago
  59. 46b0b81 bpo-37531: regrtest main process uses shorter timeout (GH-16220) by Victor Stinner · 5 years ago
  60. 5d359cc bpo-38192: Fix remaining passing of "loop" in the protocol examples (GH-16202) by Hrvoje Nikšić · 5 years ago
  61. f669581 bpo-38185: Fixed case-insensitive string comparison in sqlite3.Row indexing. (GH-16190) by Serhiy Storchaka · 5 years ago
  62. dfd34a9 bpo-35379: When exiting IDLE, catch any AttributeError. (GH-16212) by Terry Jan Reedy · 5 years ago
  63. 63dedef Doc: Add list(dict) in stdtypes library (GH-16209) by Adorilson Bezerra · 5 years ago
  64. 0048afc bpo-38183: Test_idle ignores user config directory GH-16198) by Terry Jan Reedy · 5 years ago
  65. 81528ba bpo-28556: Update the opening note in typing docs (GH-16204) by Ivan Levkivskyi · 5 years ago
  66. 724f1a5 bpo-33936: Don't call obsolete init methods with OpenSSL 1.1.0+ (GH-16140) by Christian Heimes · 5 years ago
  67. 336b306 Doc: Fix Wikipedia link for functools.lru_cache (GH-16183) by amist · 5 years ago
  68. 8debfa5 bpo-38175: Fix a memory leak in comparison of sqlite3.Row objects. (GH-16155) by Serhiy Storchaka · 5 years ago
  69. a9187c3 bpo-38100: Fix spelling error in unittest.mock code (GH-16168) by marcoramirezmx · 5 years ago
  70. f18242b Doc: Add link of GNU Readline library to interpreter tutorial (GH-16152) by Adorilson Bezerra · 5 years ago
  71. 89b8933 bpo-38081: Add more non-fatal error codes for ntpath.realpath (GH-16156) by Steve Dower · 5 years ago
  72. 3ab73f6 bpo-38117: Update bundled Windows OpenSSL to 1.1.1d (GH-16184) by Steve Dower · 5 years ago
  73. b7af4e7 Doc: remove duplicate word in controlflow tutorial (GH-16163) by Adorilson Bezerra · 5 years ago
  74. 56a4514 Fix a possbile refleak in setint() of mmapmodule.c (GH-16136) by Hai Shi · 5 years ago
  75. 24d1597 bpo-38117: Updated OpenSSL to 1.1.1d in macOS installer. (GH-16170) by Ned Deily · 5 years ago
  76. c717c73 bpo-38178: Don't explicitly pass "loop" to EchoClientProtocol. (GH-16159) by Hrvoje Nikšić · 5 years ago
  77. 6e27a0d bpo-37798: Prevent undefined behavior in direct calls to the C helper function. (#16149) by Raymond Hettinger · 5 years ago
  78. 09dc2c6 Fix missing dec ref (#16158) by Dino Viehland · 5 years ago
  79. 8b31a11 bpo38158: Removing nonexistant member "doc" from PyType_Spec documentation (GH-16142) by t k · 5 years ago
  80. ff603f6 bpo-37635: Update arg name for seek() in IO tutorial (GH-16147) by Kyle Stanley · 5 years ago
  81. eb2b0c6 bpo-38153: detect shake independently from sha3 (GH-16143) by Christian Heimes · 5 years ago
  82. f919054 bpo-38116: Convert select module to PEP-384 (#15971) by Dino Viehland · 5 years ago
  83. 0247e80 Fix leaks in Python-ast.c (#16127) by Eddie Elizondo · 5 years ago
  84. 279f446 bpo-37206: Unrepresentable default values no longer represented as None. (GH-13933) by Serhiy Storchaka · 5 years ago
  85. d057b89 bpo-37953: Fix deprecation warnings in test_typing (GH-16133) by Zackery Spytz · 5 years ago
  86. a26ace1 Doc: Fix link to window.getch in curses documentation (GH-16132) by Anthony Sottile · 5 years ago
  87. bdd6945 bpo-33095: Add reference to isolated mode in -m and script option (GH-7764) by Xtreak · 5 years ago
  88. bf16991 bpo-38005: Fixed comparing and creating of InterpreterID and ChannelID. (GH-15652) by Serhiy Storchaka · 5 years ago
  89. e082e7c bpo-37953: Fix ForwardRef hash and equality checks (GH-15400) by plokmijnuhby · 5 years ago
  90. 77cd0ce Doc: fcntl.lockf() is more powerful than written (GH-6750) by Eric O. LEBIGOT (EOL) · 5 years ago
  91. 0bc17ea Fix typo in test_api.py. (GH-16119) by Benjamin Peterson · 5 years ago
  92. d44542f bpo-32790: Add info about alt format using # for 'g' in chart (GH-6624) by bchhabra2490 · 5 years ago
  93. a67ac2f bpo-38150 Fix refleak in the finalizer of a _testcapimodule type (GH-16115) by Eddie Elizondo · 5 years ago
  94. 14fd925 bpo-38122: minor fixes to AsyncMock spec handling (GH-16099) by Michael Foord · 5 years ago
  95. f2b7556 bpo-38092: Reduce overhead when using multiprocessing in a Windows virtual environment (GH-16098) by Steve Dower · 5 years ago
  96. 5b9ff7a bpo-34706: Preserve subclassing in inspect.Signature.from_callable (GH-16108) by Gregory P. Smith · 5 years ago
  97. 2ccb50c bpo-37449: Move ensurepip off of pkgutil and to importlib.resources (GH-15109) by Joannah Nanjekye · 5 years ago
  98. d6a9d17 bpo-37555: Update _CallList.__contains__ to respect ANY (#14700) by Elizabeth Uselton · 5 years ago
  99. 81319a8 bpo-37199: Replace the early returns added in c2cda63. (GH-14535) by Zackery Spytz · 5 years ago
  100. f3095b0 Run autoreconf. (GH-16106) by Benjamin Peterson · 5 years ago