1. 132a7d7 bpo-31482: Missing bytes support for random.seed() version 1 (#3614) by Raymond Hettinger · 7 years ago
  2. e82c034 bpo-31431: SSLContext.check_hostname auto-sets CERT_REQUIRED (#3531) by Christian Heimes · 7 years ago
  3. a170fa1 bpo-31346: Use PROTOCOL_TLS_CLIENT/SERVER (#3058) by Christian Heimes · 7 years ago
  4. 4df60f1 bpo-31386: Custom wrap_bio and wrap_socket type (#3426) by Christian Heimes · 7 years ago
  5. 11f0807 bpo-31234: test_multiprocessing: wait 30 seconds (#3599) by Victor Stinner · 7 years ago
  6. da3e5cf bpo-31234: Join timers in test_threading (#3598) by Victor Stinner · 7 years ago
  7. 6a396c9 bpo-31128: Allow pydoc to bind to arbitrary hostnames (#3011) by Feanil Patel · 7 years ago
  8. b9b6900 bpo-31234: Add support.join_thread() helper (#3587) by Victor Stinner · 7 years ago
  9. 167cbde bpo-31234: Join threads in test_queue (#3586) by Victor Stinner · 7 years ago
  10. ff40ecd bpo-31234: Add test.support.wait_threads_exit() (#3578) by Victor Stinner · 7 years ago
  11. b8c7be2 bpo-31234: Join threads in test_threading (#3579) by Victor Stinner · 7 years ago
  12. c8d8e15 bpo-31455: Fix an assertion failure in ElementTree.XMLParser(). (#3545) by scoder · 7 years ago
  13. 0b3a87e bpo-31471: Fix assertion failure in subprocess.Popen() on Windows, in case env has a bad keys() method. (#3580) by Oren Milman · 7 years ago
  14. f350a26 bpo-28556: typing.get_type_hints: better globalns for classes and modules (#3582) by Łukasz Langa · 7 years ago
  15. 8dcf22f bpo-31234: Join threads in test_hashlib (#3573) by Victor Stinner · 7 years ago
  16. 18e95b4 bpo-31234: Join threads in tests (#3572) by Victor Stinner · 7 years ago
  17. 1bbd482 bpo-31457: Allow for nested LoggerAdapter objects (#3551) by Łukasz Langa · 7 years ago
  18. 13ad3b7 bpo-31462: Remove trailing whitespaces. (#3564) by Serhiy Storchaka · 7 years ago
  19. 096ae33 bpo-31234: Try to fix lock_tests warning (#3557) by Victor Stinner · 7 years ago
  20. 65bc620 bpo-28556: Minor updates to typing module (#3550) by Ivan Levkivskyi · 7 years ago
  21. ace1ecc bpo-31234: threading_cleanup() now warns immediately (#3138) by Victor Stinner · 7 years ago
  22. b157ce1 bpo-31234: Fix dangling thread in test_ftplib (#3544) by Victor Stinner · 7 years ago
  23. d165e14 bpo-31448, test_poplib: Fix ResourceWarning (#3542) by Victor Stinner · 7 years ago
  24. d403a29 bpo-31234: Fix dangling thread in test_ftp/poplib (#3540) by Victor Stinner · 7 years ago
  25. b8f4163 bpo-31233: socketserver.ThreadingMixIn.server_close() (#3523) by Victor Stinner · 7 years ago
  26. 3bcf157 bpo-31249: Fix test_concurrent_futures dangling thread (#3521) by Victor Stinner · 7 years ago
  27. a15d155 bpo-31234: Enhance test_thread.test_forkinthread() (#3516) by Victor Stinner · 7 years ago
  28. 9d984fd bpo-31416: Fix assertion failures in case of a bad warnings.filters or warnings.defaultaction. (#3496) by Oren Milman · 7 years ago
  29. 50a72af test_ssl: Implement timeout in ssl_io_loop() (#3500) by Victor Stinner · 7 years ago
  30. 2bb69a5 bpo-31373: remove overly strict float range checks (#3486) by Benjamin Peterson · 7 years ago
  31. 252033d bpo-31411: Prevent raising a SystemError in case warnings.onceregistry is not a dictionary. (#3485) by Oren Milman · 7 years ago
  32. 8b57d73 bpo-28638: Optimize namedtuple() creation time by minimizing use of exec() (#3454) by Raymond Hettinger · 7 years ago
  33. efb1d0a bpo-29639: change test.support.HOST to "localhost" by Gregory P. Smith · 7 years ago
  34. 829dacc bpo-26669: Fix nan arg value error in pytime.c (#3085) by Han Lee · 7 years ago
  35. b3ad0e5 bpo-28182: Expose OpenSSL verification results (#3412) by Christian Heimes · 7 years ago
  36. cb5b68a bpo-29136: Add TLS 1.3 cipher suites and OP_NO_TLSv1_3 (#1363) by Christian Heimes · 7 years ago
  37. 5a85167 bpo-31344: Per-frame control of trace events (GH-3417) by Nick Coghlan · 7 years ago
  38. 888bbdc bpo-27340: Use memoryview in SSLSocket.sendall() (#3384) by Christian Heimes · 7 years ago
  39. a6a4dc8 bpo-31370: Remove support for threads-less builds (#3385) by Antoine Pitrou · 7 years ago
  40. e7c566c bpo-30465: Fix lineno and col_offset in fstring AST nodes (#1800) by Łukasz Langa · 7 years ago
  41. 0f6b9d2 bpo-14191 Add parse_intermixed_args. (#3319) by R. David Murray · 7 years ago
  42. 49ce74e Remove all mention of Windows IA-64 support (GH-3389) by Zachary Ware · 7 years ago
  43. effc12f bpo-27584: New addition of vSockets to the python socket module (#2489) by caavery · 7 years ago
  44. c5bace2 bpo-29505: Add fuzz tests for float(str), int(str), unicode(str) (#2878) by Devin Jeanpierre · 7 years ago
  45. 3fc499b bpo-31178: Avoid concatenating bytes with str in subprocess error (#3066) by Ammar Askar · 7 years ago
  46. 6877111 bpo-29781: Fix SSLObject.version before handshake (#3364) by Christian Heimes · 7 years ago
  47. 3463ee3 Stop test_xmlrpc from writing to sys.stderr (#3359) by Christian Heimes · 7 years ago
  48. 305e56c bpo-31320: No traceback to sys.stderr in test_ssl (#3360) by Christian Heimes · 7 years ago
  49. 0693063 remove IRIX support (closes bpo-31341) (#3310) by Benjamin Peterson · 7 years ago
  50. ba42796 bpo-1198569: Allow string.Template braced pattern to be different (#3288) by Barry Warsaw · 7 years ago
  51. 002d640 bpo-25674: remove sha256.tbs-internet.com ssl test (#3297) by Christian Heimes · 7 years ago
  52. 06de1ae bpo-31281: Fix pathlib.Path incompatibility in fileinput (gh-3208) by Zhiming Wang · 7 years ago
  53. 918edc0 bpo-12383: Also ignore __PYVENV_LAUNCHER__ (#3278) by Ned Deily · 7 years ago
  54. 2ef3760 Fix a c.f.as_completed() refleak previously introduced in bpo-27144 (#3270) by Antoine Pitrou · 7 years ago
  55. bca4939 bpo-31185: Fixed miscellaneous errors in asyncio speedup module. (#3076) by Serhiy Storchaka · 7 years ago
  56. 8687101 bpo-31323: Fix reference leak in test_ssl (#3263) by Victor Stinner · 7 years ago
  57. e8a533f bpo-31250, test_asyncio: fix EventLoopTestsMixin.tearDown() (#3264) by Victor Stinner · 7 years ago
  58. 97e1b1c bpo-27144: concurrent.futures as_complete and map iterators do not keep reference to returned object (#1560) by Grzegorz Grzywacz · 7 years ago
  59. 16432be bpo-31250, test_asyncio: fix dangling threads (#3252) by Victor Stinner · 7 years ago
  60. 6c2feab bpo-31217: Fix regrtest -R for small integer (#3260) by Victor Stinner · 7 years ago
  61. 631fdee bpo-31291: Fixed an assertion failure in zipimport.zipimporter.get_data() (#3226) by Oren Milman · 7 years ago
  62. 265fcc5 bpo-31286, bpo-30024: Fixed stack usage in absolute imports with (#3217) by Serhiy Storchaka · 7 years ago
  63. ba7d736 bpo-31243: Fixed PyArg_ParseTuple failure checks. (#3171) by Oren Milman · 7 years ago
  64. a30f6d4 bpo-30987 - Support for ISO-TP protocol in SocketCAN (#2956) by Pier-Yves Lessard · 7 years ago
  65. 0780bf7 bpo-31072: Rename the new filter argument for zipapp.create_archive. (#3049) by Paul Moore · 7 years ago
  66. a5b4ea1 bpo-31271: Fix an assertion failure in io.TextIOWrapper.write. (#3201) by Oren Milman · 7 years ago
  67. a3a6df3 Skip two tests not intended to pass on Windows. (#3202) by Gregory P. Smith · 7 years ago
  68. 8621bb5 bpo-22536: Set the filename in FileNotFoundError. (#3194) by Gregory P. Smith · 7 years ago
  69. de50360 bpo-29741: Update some methods in the _pyio module to also accept integer types. Patch by Oren Milman. (#560) by Oren Milman · 7 years ago
  70. a5fab17 bpo-23835: Restore legacy defaults= behavior for RawConfigParser (#3191) by Łukasz Langa · 7 years ago
  71. bf9075a bpo-31229: Fixed wrong error messages when too many keyword arguments are received. (#3180) by Oren Milman · 7 years ago
  72. 772d809 bpo-31161: only check for parens error for SyntaxError (#3082) by Martijn Pieters · 7 years ago
  73. 41bbd82 bpo-31234: test_threaded_import: fix test_side_effect_import() (#3189) by Victor Stinner · 7 years ago
  74. 830d7d2 bpo-31234: test_httpservers joins the server thread (#3188) by Victor Stinner · 7 years ago
  75. 44e6ad8 bpo-23835: Enforce that configparser defaults are strings (#2558) by James Tocknell · 7 years ago
  76. 9a83f65 Add test_subprocess.test_nonexisting_with_pipes() (#3133) by Victor Stinner · 7 years ago
  77. 489d91c bpo-31249: test_concurrent_futures checks dangling threads (#3167) by Victor Stinner · 7 years ago
  78. 1d1d3e9 bpo-28261: Fixed err msgs where PyArg_ParseTuple is used to parse normal tuples. (#3119) by Oren Milman · 7 years ago
  79. 3d284c0 bpo-31234: test_threading: fix ref cycle (#3150) by Victor Stinner · 7 years ago
  80. a7719e2 bpo-31235: Fix ResourceWarning in test_logging (#3147) by Victor Stinner · 7 years ago
  81. 6966960 bpo-30830: test_logging uses threading_setup/cleanup (#3137) by Victor Stinner · 7 years ago
  82. c99d41f bpo-31234: fork_wait tests now join threads (#3139) by Victor Stinner · 7 years ago
  83. 4d38517 bpo-30121: Fix debug assert in subprocess on Windows (#1224) by Segev Finer · 7 years ago
  84. a7c449b bpo-30721: Add missing '?' to new error message (GH-3131) by Sanyam Khurana · 7 years ago
  85. 5e2eb35 bpo-30721: Show correct syntax hint in Py3 when using Py2 redirection syntax (#2345) by Sanyam Khurana · 7 years ago
  86. ad7eaed bpo-30871: pythoninfo: more sys, os, time data (#3130) by Victor Stinner · 7 years ago
  87. fe2b56a bpo-31183: `dis` now handles coroutines & async generators (GH-3077) by syncosmic · 7 years ago
  88. f6ebd83 bpo-30871: pythoninfo: add expat and _decimal (#3121) by Victor Stinner · 7 years ago
  89. b907abc bpo-30871: Add test.pythoninfo (#3075) by Victor Stinner · 7 years ago
  90. 7c17e23 bpo-24700: Add a fast path for comparing array.array of equal type (#3009) by Adrian Wielgosik · 7 years ago
  91. ee84a60 bpo-18966: non-daemonic threads created by a multiprocessing.Process should be joined on exit (#3111) by Antoine Pitrou · 7 years ago
  92. 17657bb bpo-31069, test_multiprocessing: Fix dangling process (#3103) by Victor Stinner · 7 years ago
  93. 7b40cb7 bpo-30714: ALPN changes for OpenSSL 1.1.0f (#2305) by Christian Heimes · 7 years ago
  94. d4b93e2 bpo-31106: Fix handling of erros in posix_fallocate() and posix_fadvise() (#3000) (#3000) by Коренберг Марк · 7 years ago
  95. 5659a72 bpo-31008: Fix asyncio test_wait_for_handle on Windows (#3065) by Victor Stinner · 7 years ago
  96. 957d0e9 bpo-26762: _test_multiprocessing reports dangling (#3064) by Victor Stinner · 7 years ago
  97. b97d99c regrtest: count also env changed as failures in progress (#3061) by Victor Stinner · 7 years ago
  98. b501147 Enhance support.reap_children() (#3036) by Victor Stinner · 7 years ago
  99. aa8ec34 bpo-31151: Add socketserver.ForkingMixIn.server_close() (#3057) by Victor Stinner · 7 years ago
  100. 6c8c294 bpo-31160: test_tempfile: Fix reap_children() warning (#3056) by Victor Stinner · 7 years ago