1. 2b32da2 Improve error message when mock.assert_has_calls fails (GH-8205) by davidair · 6 years ago
  2. 1590c39 bpo-34391: Fix ftplib test for TLS 1.3 (GH-8787) by Christian Heimes · 6 years ago
  3. e0b5b20 bpo-34384: Fix os.readlink() on Windows (GH-8740) by Berker Peksag · 6 years ago
  4. 88bfd0b bpo-34399: 2048 bits RSA keys and DH params (#8762) by Christian Heimes · 6 years ago
  5. aa4e4a4 Make regular expressions in test_tasks.py raw strings. (GH-8759) by Benjamin Peterson · 6 years ago
  6. 0041459 Add more tests and assertions for math.hypot() and math.dist() (GH-8747) by Raymond Hettinger · 6 years ago
  7. 4d12e4d bpo-34213: Allow dataclasses to work with a field named 'object'. (GH-8452) by Vadim Pushtaev · 6 years ago
  8. c8b0dbc bpo-26818: Add a test to make sure the bug is fixed (GH-8664) by Berker Peksag · 6 years ago
  9. 84a13fb bpo-9372: Deprecate several __getitem__ methods (GH-8609) by Berker Peksag · 6 years ago
  10. 423d05f bpo-34333: Fix %-formatting in Path.with_suffix() (GH-8663) by Berker Peksag · 6 years ago
  11. 077059e bpo-34047: IDLE: fix mousewheel scrolling direction on macOS (GH-8678) by Tal Einat · 6 years ago
  12. b92c526 closes bpo-34353: Add sockets to stat.filemode fallback python implementation. (GH-8703) by GPery · 6 years ago
  13. cca4eec bpo-34270: Make it possible to name asyncio tasks (GH-8547) by Alex Grönholm · 6 years ago
  14. 52dee68 Assume the raw environ is always declared. (GH-8707) by Benjamin Peterson · 6 years ago
  15. e4dcbbd bpo-18540: Fix EAI_NONAME in imaplib.IMAP4*() (GH-8634) by Berker Peksag · 6 years ago
  16. 8f7bb10 bpo-34272: Move argument parsing tests from test_capi to test_getargs2. (GH-8567) by Serhiy Storchaka · 6 years ago
  17. b249966 bpo-19891: Ignore error while writing history file (GH-8483) by Anthony Sottile · 6 years ago
  18. 87e59ac bpo-33839: refactor IDLE's tooltips & calltips, add docstrings and tests (GH-7683) by Tal Einat · 6 years ago
  19. 46dc4e3 bpo-34329: Doc'd how to remove suffix of pathlib.Path() (GH-8655) by Stefan Otte · 6 years ago
  20. 7b41dba bpo-34325: Skip zipfile test for large timestamps when filesystem don't support them. (GH-8656) by Marcel Plch · 6 years ago
  21. 2ebd381 Fix docstring of Profiler class (GH-8651) by INADA Naoki · 6 years ago
  22. 9beaef6 bpo-34275: Make IDLE calltips always visible on Mac. (GH-8639) by Terry Jan Reedy · 6 years ago
  23. 5640d03 bpo-30317: Fix multiprocessing test_timeout() (GH-8621) by Victor Stinner · 6 years ago
  24. f394ee5 bpo-27910: Update documentation of traceback module (GH-6116) by torsava · 6 years ago
  25. a2fe1e5 bpo-34097: Add support for zipping files older than 1980-01-01 (GH-8270) by Marcel Plch · 6 years ago
  26. dd74369 bpo-34120: fix text viewer to call grab_release() only when needed (GH-8616) by Tal Einat · 6 years ago
  27. 10ea940 bpo-34120: fix IDLE freezing after closing dialogs (GH-8603) by Tal Einat · 6 years ago
  28. ea68d83 bpo-34170: _PyCoreConfig_Read() defaults to argc=0 (GH-8595) by Victor Stinner · 6 years ago
  29. 9851227 bpo-34170: Rename _PyCoreConfig.unbuffered_stdip (GH-8594) by Victor Stinner · 6 years ago
  30. b75d7e2 bpo-34170: Add _PyCoreConfig._frozen parameter (GH-8591) by Victor Stinner · 6 years ago
  31. 8ed317f bpo-34113: Fix a crash when using LLTRACE is on (GH-8517) by costypetrisor · 6 years ago
  32. 944451c bpo-34263 Cap timeout submitted to epoll/select etc. to one day. (GH-8532) by MartinAltmayer · 6 years ago
  33. 9c18b1a bpo-33089: Add math.dist() for computing the Euclidean distance between two points (GH-8561) by Raymond Hettinger · 6 years ago
  34. 9d57273 bpo-33871: Fix os.sendfile(), os.writev(), os.readv(), etc. (GH-7931) by Serhiy Storchaka · 6 years ago
  35. f1d36d8 bpo-33729: Fix issues with arguments parsing in hashlib. (GH-8346) by Serhiy Storchaka · 6 years ago
  36. 4b8a7f5 Revert "closes bpo-27494: Fix 2to3 handling of trailing comma after a generator expression (GH-3771)" (#8241) by Serhiy Storchaka · 6 years ago
  37. ac20e0f bpo-1617161: Make the hash and equality of methods not depending on the value of self. (GH-7848) by Serhiy Storchaka · 6 years ago
  38. 9045199 bpo-33833: Fix ProactorSocketTransport AssertionError (#7893) by twisteroid ambassador · 6 years ago
  39. 22d2508 bpo-34075: Deprecate non-ThreadPoolExecutor in loop.set_default_executor() (GH-8533) by Elvis Pranskevichus · 6 years ago
  40. 4e11c46 bpo-34182: Fix test_pydoc running as a script. (GH-8389) by Bo Bayles · 6 years ago
  41. 3f8c691 bpo-34035: Fix several AttributeError in zipfile seek() methods. (GH-8527) by Mickaël Schoentgen · 6 years ago
  42. d2e902e bpo-31047: Fix ntpath.abspath for invalid paths (GH-8544) by Franz Wöllert · 6 years ago
  43. 11eb1a9 bpo-34251: Restore msilib.Win64 to preserve compatibility (GH-8510) by Berker Peksag · 6 years ago
  44. 1561703 bpo-42349: Switch to test.support.unlink per review by Serhiy Storchaka (GH-8529) by Tim Golden · 6 years ago
  45. c6dabe3 bpo-33089: Multidimensional math.hypot() (GH-8474) by Raymond Hettinger · 6 years ago
  46. 8fe9eed bpo-33476: Fix _header_value_parser when address group is missing final ';' (GH-7484) by Dong-hee Na · 6 years ago
  47. 6a62e1d bpo-34239: Convert test_bz2 to use tempfile (#8485) by Tim Golden · 6 years ago
  48. 56b29b6 bpo-34170, test_embed: write Py_Initialize() tests (GH-8484) by Victor Stinner · 6 years ago
  49. 3b5342c bpo-34201: Tweak test_buffer. (GH-8481) by Serhiy Storchaka · 6 years ago
  50. 5473f06 bpo-34225: Ensure INCLUDE and LIB directories do not end with a backslash. (GH-8464) by Steve Dower · 6 years ago
  51. e0d67f1 bpo-34201: Make ndarray.readonly a bool and use stricter tests in test_buffer. (GH-8414) by Serhiy Storchaka · 6 years ago
  52. 7cb7bcf bpo-20260: Implement non-bitwise unsigned int converters for Argument Clinic. (GH-8434) by Serhiy Storchaka · 6 years ago
  53. 323748a bpo-34197: Make _csv.Dialect attributes booleans. (GH-8440) by Serhiy Storchaka · 6 years ago
  54. ecf411c bpo-34170: Enhance _PyCoreConfig_Read() (GH-8468) by Victor Stinner · 6 years ago
  55. 48ed88a bpo-32663 Make SMTPUTF8SimTests run (#5314) by chason · 6 years ago
  56. 60b04c9 bpo-34228: Allow PYTHONTRACEMALLOC=0 (GH-8467) by Victor Stinner · 6 years ago
  57. 96d1e69 bpo-29097: Forego fold detection on windows for low timestamp values (GH-2385) by Ammar Askar · 6 years ago
  58. 74102c9 bpo-13041: Use shutil.get_terminal_size() in argparse.HelpFormatter (GH-8459) by Berker Peksag · 6 years ago
  59. ff64add bpo-34195: Fix case-sensitive comparison in test_nt_helpers (GH-8448) by Tim Golden · 6 years ago
  60. 53b7d4e bpo-34170: Add _PyCoreConfig.bytes_warning (GH-8447) by Victor Stinner · 6 years ago
  61. c206f0d bpo-34136: Make test_do_not_recreate_annotations more lenient. (GH-8437) by Serhiy Storchaka · 6 years ago
  62. ac0b3c2 bpo-34164: Fix handling of incorrect padding in base64.b32decode(). (GH-8351) by Serhiy Storchaka · 6 years ago
  63. 02ec92f bpo-29209: Remove old-deprecated features in ElementTree. (GH-6769) by Serhiy Storchaka · 6 years ago
  64. e22072f bpo-34149: Behavior of the min/max with key=None (GH-8328) by Alexander Marshalov · 6 years ago
  65. aba24ff bpo-34084: Fix setting an error message for the "Barry as BDFL" easter egg. (GH-8262) by Serhiy Storchaka · 6 years ago
  66. db8e3a1 bpo-34183: Fix running Lib/test/test_contextlib_async.py as a script. (GH-8381) by Serhiy Storchaka · 6 years ago
  67. 3fe5ccc bpo-34184: Fix running Lib/test/test_dataclasses.py as a script. (GH-8382) by Serhiy Storchaka · 6 years ago
  68. caa331d bpo-33336, imaplib: Legalize MOVE command (GH-6569) by Matěj Cepl · 6 years ago
  69. 752d4b7 bpo-25094: Fix test_tools.test_sundry() on Windows (GH-8406) by Victor Stinner · 6 years ago
  70. 7a3056f bpo-21446: Update reload fixer to use importlib (GH-8391) by Berker Peksag · 6 years ago
  71. d04f46c bpo-940286: Fix pydoc to show cross refs correctly (GH-8390) by Berker Peksag · 6 years ago
  72. 1426daa bpo-34127: Fix grammar in error message with respect to argument count (GH-8395) by Xtreak · 6 years ago
  73. c75c1e0 bpo-34189: Fix checking for bugfix Tcl version. (GH-8397) by Serhiy Storchaka · 6 years ago
  74. e271ca7 bpo-34189: Add simple tests for new Tk widget options. (GH-8396) by Serhiy Storchaka · 6 years ago
  75. 9613609 bpo-34181: Fix running Lib/test/test_typing.py as a script. (GH-8380) by Serhiy Storchaka · 6 years ago
  76. 938045f bpo-34179: Make sure decimal context doesn't affect other tests. (#8376) by Bo Bayles · 6 years ago
  77. 56868f9 bpo-34126: Fix crashes while profiling invalid calls. (GH-8300) by jdemeyer · 6 years ago
  78. 06ca3f0 bpo-34136: Make test_do_not_recreate_annotations more reliable. (GH-8364) by Serhiy Storchaka · 6 years ago
  79. e78dace bpo-33723: Fix test_time.test_process_time() (GH-8358) by Victor Stinner · 6 years ago
  80. 94487d4 bpo-34011: Update code copying DLLs and init.tcl into venvs. (GH-8253) by Vinay Sajip · 6 years ago
  81. fb47bca bpo-34008: Allow to call Py_Main() after Py_Initialize() (GH-8043) by Victor Stinner · 6 years ago
  82. 2c5c0a3 bpo-34162: idlelib/NEWS.txt entries to 2018-7-20 (GH-8345) by Terry Jan Reedy · 6 years ago
  83. 8195049 bpo-32692: Fix test_threading.test_set_and_clear() (GH-8331) by Victor Stinner · 6 years ago
  84. 686b4b5 bpo-34130: Fix test_signal.test_warn_on_full_buffer() (GH-8327) by Victor Stinner · 6 years ago
  85. 99bb6df bpo-34130: Fix test_signal.test_socket() (GH-8326) by Victor Stinner · 6 years ago
  86. 28f0736 bpo-34068: _io__IOBase_close_impl could call _PyObject_SetAttrId with an exception set (GH-8282) by Zackery Spytz · 6 years ago
  87. 56d8f57 bpo-33967: Fix wrong use of assertRaises (GH-8306) by INADA Naoki · 6 years ago
  88. 961d54c bpo-32430: Rename Modules/Setup.dist to Modules/Setup (GH-8229) by Antoine Pitrou · 6 years ago
  89. 35c0809 bpo-33911: Fixed deprecation warning in xmlrpc.server (GH-7847) by Nicolas Noé · 6 years ago
  90. 16dfca4 bpo-34087: Fix buffer overflow in int(s) and similar functions (GH-8274) by INADA Naoki · 6 years ago
  91. cafaf04 bpo-34108: Fix double carriage return in 2to3 on Windows (#8271) by Jason R. Coombs · 6 years ago
  92. d6345de bpo-33723: Fix test_time.test_thread_time() (GH-8267) by Victor Stinner · 6 years ago
  93. 9e9b2c3 bpo-33967: Remove use of deprecated assertRaisesRegexp() (GH-8261) by Zackery Spytz · 6 years ago
  94. 504373c bpo-23927: Make getargs.c skipitem() skipping 'w*'. (GH-8192) by Serhiy Storchaka · 6 years ago
  95. 31b50b8 bpo-34092, test_logging: increase SMTPHandlerTest timeout (GH-8245) by Victor Stinner · 6 years ago
  96. c40278e Simplify __all__ in multiprocessing (GH-6856) by Derek B. Kim · 6 years ago
  97. 6b490b5 bpo-34031: fix incorrect usage of self.fail in two tests (GH-8091) by Bradley Laney · 6 years ago
  98. 445f1b3 bpo-33967: Fix singledispatch raised IndexError when no args (GH-8184) by Dong-hee Na · 6 years ago
  99. 2708578 bpo-11572: Make minor improvements to copy module (GH-8208) by Berker Peksag · 6 years ago
  100. b796e7d Fixed several assertTrue() that were intended to be assertEqual(). (GH-8191) by Sergey Fedoseev · 6 years ago