1. 67b93f8 bpo-38456: Use /bin/true in test_subprocess (GH-16736) by Gregory P. Smith · 6 years ago
  2. f3751ef bpo-38417: Add umask support to subprocess (GH-16726) by Gregory P. Smith · 6 years ago
  3. 19a3d87 bpo-38449: Revert "bpo-22347: Update mimetypes.guess_type to allow oper parsing of URLs (GH-15522)" (GH-16724) by Abhilash Raj · 6 years ago
  4. 2b7dc40 bpo-38347: find pathfix for Python scripts whose name contain a '-' (GH-16536) by Ruediger Pluem · 6 years ago
  5. 1dbe537 Re-enable the OverflowError test for test_truediv on test_complex (GH-16591) by Dong-hee Na · 6 years ago
  6. 7bb1431 bpo-38109: Add missing constants to Lib/stat.py (GH-16665) by Ronan Lamy · 6 years ago
  7. ecbf35f bpo-38379: don't claim objects are collected when they aren't (#16658) by Tim Peters · 6 years ago
  8. 0ec618a bpo-37531: regrtest ignores output on timeout (GH-16659) by Victor Stinner · 6 years ago
  9. e53c580 test_dictviews: Add testcase for dictviews_sub (GH-16660) by Dong-hee Na · 6 years ago
  10. 10cd00a bpo-38395: Fix ownership in weakref.proxy methods (GH-16632) by Pablo Galindo · 6 years ago
  11. 13abda4 bpo-38405: Make nested subclasses of typing.NamedTuple pickleable. (GH-16641) by Serhiy Storchaka · 6 years ago
  12. d05b000 bpo-38371: Tkinter: deprecate the split() method. (GH-16584) by Serhiy Storchaka · 6 years ago
  13. 6876257 bpo-36389: _PyObject_CheckConsistency() available in release mode (GH-16612) by Victor Stinner · 6 years ago
  14. c38e725 bpo-38210: Fix intersection operation with dict view and iterator. (GH-16602) by Dong-hee Na · 6 years ago
  15. 65dcc8a bpo-38332: Catch KeyError from unknown cte in encoded-word. (GH-16503) by Andrei Troie · 6 years ago
  16. 06cb94b bpo-13153: Use OS native encoding for converting between Python and Tcl. (GH-16545) by Serhiy Storchaka · 6 years ago
  17. a0e3d27 bpo-38355: Fix ntpath.realpath failing on sys.executable (GH-16551) by Steve Dower · 6 years ago
  18. 098e256 bpo-36670: Enhance regrtest (GH-16556) by Victor Stinner · 6 years ago
  19. c65119d bpo-36670: Enhance regrtest WindowsLoadTracker (GH-16553) by Victor Stinner · 6 years ago
  20. 3e04cd2 bpo-36670, regrtest: Fix WindowsLoadTracker() for partial line (GH-16550) by Victor Stinner · 6 years ago
  21. b3e7045 bpo-38338, test.pythoninfo: add more ssl infos (GH-16539) by Victor Stinner · 6 years ago
  22. 2ea71a0 bpo-36670: regrtest bug fixes (GH-16537) by Victor Stinner · 6 years ago
  23. 982bfa4 bpo-36670: Multiple regrtest bugfixes (GH-16511) by Victor Stinner · 6 years ago
  24. 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
  25. fc4a044 bpo-30773: Fix ag_running; prohibit running athrow/asend/aclose in parallel (#7468) by Yury Selivanov · 6 years ago
  26. 6758e6e bpo-38242: Revert "bpo-36889: Merge asyncio streams (GH-13251)" (#16482) by Yury Selivanov · 6 years ago
  27. 5bcc6d8 bpo-37096: Add large-file tests for modules using sendfile(2) (GH-13676) by Giampaolo Rodola · 6 years ago
  28. fb4ae15 bpo-38317: Fix PyConfig.warnoptions priority (GH-16478) by Victor Stinner · 6 years ago
  29. 58498bc bpo-38019: correctly handle pause/resume reading of closed asyncio unix pipe (GH-16472) by Andrew Svetlov · 6 years ago
  30. c816503 bpo-38115: Deal with invalid bytecode offsets in lnotab (GH-16079) by T. Wouters · 6 years ago
  31. 7774d78 bpo-38216, bpo-36274: Allow subclasses to separately override validation and encoding behavior (GH-16448) by Jason R. Coombs · 6 years ago
  32. e8650a4 bpo-38243, xmlrpc.server: Escape the server_title (GH-16373) by Dong-hee Na · 6 years ago
  33. 6693f73 bpo-38187: Fix a refleak in Tools/c-analyzer. (gh-16304) by Eric Snow · 6 years ago
  34. 9055815 bpo-38270: More fixes for strict crypto policy (GH-16418) by Christian Heimes · 6 years ago
  35. 0bcbfa4 bpo-28009: Fix uuid.uuid1() and uuid.get_node() on AIX (GH-8672) by Michael Felt · 6 years ago
  36. 9f77268 bpo-38275: Fix test_ssl issue caused by GH-16386 (#16428) by Christian Heimes · 6 years ago
  37. df6ac7e bpo-38275: Skip ssl tests for disabled versions (GH-16386) by Christian Heimes · 6 years ago
  38. 64b4a3a bpo-38239: Fix test_gdb for Link Time Optimization (LTO) (GH-16422) by Victor Stinner · 6 years ago
  39. 12f2f17 bpo-38234: Py_Initialize() sets global path configuration (GH-16421) by Victor Stinner · 6 years ago
  40. 3d984a1 compileall tests: Use shorter name for long_path test (GH-16419) by Petr Viktorin · 6 years ago
  41. 4f2eac0 bpo-38223: Reorganize test_shutil. (GH-16281) by Serhiy Storchaka · 6 years ago
  42. 4267c98 bpo-38112: compileall: Skip long path path on Windows if the path can't be created (GH-16414) by Petr Viktorin · 6 years ago
  43. 8e7bb99 bpo-38112: Compileall improvements (GH-16012) by Lumír 'Frenzy' Balhar · 6 years ago
  44. 49d99f0 bpo-38234: Fix test_embed.test_init_setpath_config() on FreeBSD (GH-16406) by Victor Stinner · 6 years ago
  45. 8bf39b6 bpo-38234: Add test_init_setpath_config() to test_embed (GH-16402) by Victor Stinner · 6 years ago
  46. df69e75 bpo-38142: Updated _hashopenssl.c to be PEP 384 compliant (#16071) by Christian Heimes · 6 years ago
  47. bfd0c96 bpo-38271: encrypt private key test files with AES256 (GH-16385) by Christian Heimes · 6 years ago
  48. 543a395 bpo-38005: Remove support of string argument in InterpreterID(). (GH-16227) by Serhiy Storchaka · 6 years ago
  49. 00508a7 bpo-38234: Fix test_embed pathconfig tests (GH-16390) by Victor Stinner · 6 years ago
  50. c64a1a6 bpo-38270: Check for hash digest algorithms and avoid MD5 (GH-16382) by Christian Heimes · 6 years ago
  51. faca855 bpo-36046: posix_spawn() doesn't support uid/gid (GH-16384) by Victor Stinner · 6 years ago
  52. 1dc1acb bpo-37064: Add option -a to pathfix.py tool (GH-15717) by PatrikKopkan · 6 years ago
  53. edad4d8 bpo-38248: Fix inconsistent immediate asyncio.Task cancellation (GH-16330) by Yury Selivanov · 6 years ago
  54. 221fd84 bpo-38234: Cleanup getpath.c (GH-16367) by Victor Stinner · 6 years ago
  55. 52ad33a bpo-38234: test_embed: test pyvenv.cfg and pybuilddir.txt (GH-16366) by Victor Stinner · 6 years ago
  56. bb6bf7d bpo-38234: Add tests for Python init path config (GH-16358) by Victor Stinner · 6 years ago
  57. b0e1ae5 bpo-37123: multiprocessing test_mymanager() accepts SIGTERM (GH-16349) by Victor Stinner · 6 years ago
  58. 99799c7 bpo-38212: Increase MP test_queue_feeder_donot_stop_onexc() timeout (GH-16348) by Victor Stinner · 6 years ago
  59. 1d094af Updated incorrect level-setting code to use setLevel(). (GH-16325) by Vinay Sajip · 6 years ago
  60. 87d6cd3 bpo-38237: Make pow's arguments have more descriptive names and be keyword passable (GH-16302) by Ammar Askar · 6 years ago
  61. bc2256e bpo-33694: Remove test_asyncio ProactorDatagramTransportTests (GH-16288) by Victor Stinner · 6 years ago
  62. 3368f3c bpo-38140: Make dict and weakref offsets opaque for C heap types (#16076) by Eddie Elizondo · 6 years ago
  63. 079931d bpo-34037: test_asyncio uses shutdown_default_executor() (GH-16284) by Victor Stinner · 6 years ago
  64. b2dd2dd bpo-37531: Skip test_regrtest.test_multiprocessing_timeout() on all platforms (GH-16282) by Victor Stinner · 6 years ago
  65. 96b1c59 bpo-38155: Add __all__ to datetime module (GH-16203) by t k · 6 years ago
  66. 0a963fb bpo-38203: faulthandler.dump_traceback_later() is always available (GH-16249) by Victor Stinner · 6 years ago
  67. da57599 bpo-38203: regrtest: put a 2 min timeout on Python exit (GH-16250) by Victor Stinner · 6 years ago
  68. b9877cd bpo-37531: Skip test_regrtest.test_multiprocessing_timeout() on Windows (GH-16247) by Victor Stinner · 6 years ago
  69. 1ce16fb bpo-38070: Py_FatalError() logs runtime state (GH-16246) by Victor Stinner · 6 years ago
  70. 8fc5839 bpo-38191: Turn warnings into errors in NamedTuple() and TypedDict(). (GH-16238) by Serhiy Storchaka · 6 years ago
  71. 2bf31cc bpo-38191: Accept arbitrary keyword names in NamedTuple() and TypedDict(). (GH-16222) by Serhiy Storchaka · 6 years ago
  72. 6fbc924 bpo-38187: Fix reference leak in test_tools (GH-16233) by Pablo Galindo · 6 years ago
  73. c275312 bpo-38013: make async_generator_athrow object tolerant to throwing exceptions (GH-16070) by Andrew Svetlov · 6 years ago
  74. 46b0b81 bpo-37531: regrtest main process uses shorter timeout (GH-16220) by Victor Stinner · 6 years ago
  75. 279f446 bpo-37206: Unrepresentable default values no longer represented as None. (GH-13933) by Serhiy Storchaka · 6 years ago
  76. d057b89 bpo-37953: Fix deprecation warnings in test_typing (GH-16133) by Zackery Spytz · 6 years ago
  77. bf16991 bpo-38005: Fixed comparing and creating of InterpreterID and ChannelID. (GH-15652) by Serhiy Storchaka · 6 years ago
  78. e082e7c bpo-37953: Fix ForwardRef hash and equality checks (GH-15400) by plokmijnuhby · 6 years ago
  79. 0bc17ea Fix typo in test_api.py. (GH-16119) by Benjamin Peterson · 6 years ago
  80. 5b9ff7a bpo-34706: Preserve subclassing in inspect.Signature.from_callable (GH-16108) by Gregory P. Smith · 6 years ago
  81. 81319a8 bpo-37199: Replace the early returns added in c2cda63. (GH-14535) by Zackery Spytz · 6 years ago
  82. b761e3a bpo-25068: urllib.request.ProxyHandler now lowercases the dict keys (GH-13489) by Zackery Spytz · 6 years ago
  83. 693aa80 bpo-36046: Fix buildbot failures (GH-16091) by Gregory P. Smith · 6 years ago
  84. 995b5d3 bpo-38153: Normalize hashlib algorithm names (GH-16083) by Christian Heimes · 6 years ago
  85. 9eb35ab bpo-38148: Add slots to asyncio transports (GH-16077) by Andrew Svetlov · 6 years ago
  86. 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
  87. bb41147 bpo-12144: Handle cookies with expires attribute in CookieJar.make_cookies (GH-13921) by Xtreak · 6 years ago
  88. 6a517c6 bpo-8538: Add support for boolean actions to argparse (GH-11478) by Rémi Lapeyre · 6 years ago
  89. 7cad53e bpo-9216: Add usedforsecurity to hashlib constructors (GH-16044) by Christian Heimes · 6 years ago
  90. 2b2ead7 bpo-36046: Add user and group parameters to subprocess (GH-11950) by Patrick McLean · 6 years ago
  91. 4ffd05d bpo-21872: fix lzma library decompresses data incompletely (GH-14048) by animalize · 6 years ago
  92. 2f1b857 bpo-36991: Fix incorrect exception escaping ZipFile.extract() (GH-13632) by Berker Peksag · 6 years ago
  93. f9dc2ad bpo-37935: Added tests for os.walk(), glob.iglob() and Path.glob() (GH-15956) by Serhiy Storchaka · 6 years ago
  94. 5a4f82f bpo-38132: Simplify _hashopenssl code (GH-16023) by Christian Heimes · 6 years ago
  95. a488879 bpo-36373: Deprecate explicit loop in task and subprocess API (GH-16033) by Andrew Svetlov · 6 years ago
  96. f545638 bpo-9938: Add optional keyword argument exit_on_error to argparse.ArgumentParser (GH-15362) by Hai Shi · 6 years ago
  97. 692a0dc bpo-38008: Move builtin protocol whitelist to mapping instead of list (GH-15647) by Divij Rajkumar · 6 years ago
  98. 954900a closes bpo-37405: Make socket.getsockname() always return a tuple for AF_CAN. (GH-14392) by bggardner · 6 years ago
  99. 64535fc bpo-36876: Skip test_check_c_globals for now. (gh-16017) by Eric Snow · 6 years ago
  100. 6e1a30b Fix the ImportWarning regarding __spec__ and __package__ being None (GH-16003) by Xtreak · 6 years ago