1. cf67d6a bpo-33897: Add a 'force' keyword argument to logging.basicConfig(). (GH-7873) by Dong-hee Na · 6 years ago
  2. 2af9f5d bpo-33951: IDLE test_configdialog: call page.update in setUpClass (GH-7892) by Tal Einat · 6 years ago
  3. 5ae70f6 bpo-33950: Remove IDLE htest spec for a deleted file. (GH-7881) by Terry Jan Reedy · 6 years ago
  4. 3d70f7a bpo-33805: Improve error message of dataclasses.replace() (GH-7580) by Dong-hee Na · 6 years ago
  5. 8fbbdf0 bpo-33671: Add support.MS_WINDOWS and support.MACOS (GH-7800) by Victor Stinner · 6 years ago
  6. 209abf7 bpo-33932: Calling Py_Initialize() twice does nothing (GH-7845) by Victor Stinner · 6 years ago
  7. bcd3a1a bpo-33905: Add test for idlelib.stackview.StackBrowser. (GH-7852) by Terry Jan Reedy · 6 years ago
  8. 419e88d bpo-33912: Fix test_warnings when run with -Werror (GH-7839) by Christopher Frederickson · 6 years ago
  9. 3ad8dec bpo-33716, test_concurrent_futures: increase timeout (GH-7828) by Pablo Galindo · 6 years ago
  10. 33c7420 bpo-33924: Change IDLE mainmenu.menudefs key 'windows' to 'window' (GH-7836) by Terry Jan Reedy · 6 years ago
  11. a361e89 bpo-33906: Rename idlelib.windows as window (#7833) by Terry Jan Reedy · 6 years ago
  12. 87a9273 bpo-33917: Fix and document idlelib/idle_test/template.py (GH-7830) by Terry Jan Reedy · 6 years ago
  13. b248e95 Fix compiling error when missing gdbm version macros (GH-7823) by Xiang Zhang · 6 years ago
  14. fd8fbce bpo-33746: Fix test_unittest.testRegisterResult() in verbose mode (GH-7799) by Victor Stinner · 6 years ago
  15. 9bb9223 bpo-33904: In IDLE's rstrip, rename class RstripExtension as Rstrip (GH-7811) by Srinivas Reddy Thatiparthy (శ్రీనివాస్ రెడ్డి తాటిపర్తి) · 6 years ago
  16. 9af1836 bpo-33907: Rename an IDLE module and classes. (GH-7810) by Terry Jan Reedy · 6 years ago
  17. acdc660 bpo-33908: Remove two superfluous assignments (GH-7116) by Srinivas Reddy Thatiparthy (శ్రీనివాస్ రెడ్డి తాటిపర్తి) · 6 years ago
  18. 06e2029 bpo-33907: Rename an IDLE module and class. (GH-7807) by Terry Jan Reedy · 6 years ago
  19. 4d92158 bpo-33855: Still more edits and minimal tests for IDLE (GH-7784) by Terry Jan Reedy · 6 years ago
  20. 00f9edb bpo-33901: Add _gdbm._GDBM_VERSION (GH-7794) by Victor Stinner · 6 years ago
  21. c44d8e5 bpo-33901: Better test_dbm_gnu.test_reorganize() fix (GH-7795) by Victor Stinner · 6 years ago
  22. c7f02a9 bpo-33671 / shutil.copyfile: use memoryview() with dynamic size on Windows (#7681) by Giampaolo Rodola · 6 years ago
  23. 936f03e bpo-33365: print the header values beside the keys (GH-6611) by Marco Strigl · 6 years ago
  24. 1261bfa bpo-33901: Fix test_dbm_gnu for gdbm 1.15 (GH-7791) by Victor Stinner · 6 years ago
  25. 22525de Use more specific asserts in dbm tests. (GH-7786) by Serhiy Storchaka · 6 years ago
  26. 698865d bpo-33843: Remove deprecated stuff in cgi module (GH-7662) by INADA Naoki · 6 years ago
  27. b36b0a3 bpo-33663: Convert content length to string before putting to header (GH-7754) by ValeriyaSinevich · 6 years ago
  28. e57f91a bpo-33866: enum: Stop using OrderedDict (GH-7698) by INADA Naoki · 6 years ago
  29. ea3dc80 bpo-33855: More edits and new minimal tests for IDLE (GH-7761) by Terry Jan Reedy · 6 years ago
  30. 9d49f85 bpo-33856: Add "help" to the welcome message of IDLE (GH-7755) by Stéphane Wirtel · 6 years ago
  31. 17a0088 bpo-33861: Minor improvements of tests for os.path. (GH-7715) by Serhiy Storchaka · 6 years ago
  32. b193fa9 bpo-33499: Add PYTHONPYCACHEPREFIX env var for alt bytecode cache location. (GH-6834) by Carl Meyer · 6 years ago
  33. cac4fef bpo-33873: regrtest: Add warning on -R 1:3 (GH-7736) by Pablo Galindo · 6 years ago
  34. ee5ef30 bpo-33855: Minimally test all IDLE modules. (GH-7689) by Terry Jan Reedy · 6 years ago
  35. 2f9cbaa Revert "bpo-32962: Fix test_gdb failure in debug build with -mcet -fcf-protection -O0 (GH-6754)" (#7723) by Victor Stinner · 6 years ago
  36. 9b7c74c bpo-32962: Fix test_gdb failure in debug build with -mcet -fcf-protection -O0 (#6754) by Marcel Plch · 6 years ago
  37. d134809 bpo-29456: Fix bugs in unicodedata.normalize: u1176, u11a7 and u11c3 (GH-1958) by Wonsup Yoon · 6 years ago
  38. 08f127a bpo-33851: Fix ast.get_docstring() for a node that lacks a docstring. (GH-7682) by Serhiy Storchaka · 6 years ago
  39. 4ffe9c2 bpo-33718: regrtest: use format_duration() to display failed tests (GH-7686) by Victor Stinner · 6 years ago
  40. dfa9643 bpo-19382: Adding test cases for module tabnanny (GH-851) by Jaysinh Shukla · 6 years ago
  41. ab4a198 bpo-33615: Re-enable subinterpreter tests. (#7552) by Eric Snow · 6 years ago
  42. 4a172cc bpo-33671: efficient zero-copy for shutil.copy* functions (Linux, OSX and Win) (#7160) by Giampaolo Rodola · 6 years ago
  43. 33cd058 bpo-32108: Don't clear configparser values if key is assigned to itself (GH-7588) by Cheryl Sabella · 6 years ago
  44. c3f55be bpo-27397: Make email module properly handle invalid-length base64 strings (#7583) by Tal Einat · 6 years ago
  45. 41254eb bpo-33582: Remove duplicate space in inspect.formatargspec() deprecation warning (GH-7655) by Zackery Spytz · 6 years ago
  46. 4531ec7 bpo-31432: Revert unrelated code changes to _ssl.c and test_ssl (GH-7650) by Ned Deily · 6 years ago
  47. ef24b6c bpo-31432: Clarify ssl CERT_NONE/OPTIONAL/REQUIRED docs. (GH-3530) by Christian Heimes · 6 years ago
  48. 4b704f2 bpo-33656: Mention color in idlelib/NEWS.txt entry. (#7646) by Terry Jan Reedy · 6 years ago
  49. 46c5cd0 bpo-33582: Emit deprecation warning for `formatargspec` (GH-6994) by Matthias Bussonnier · 6 years ago
  50. fd88f31 bpo-33656: Add enum name for argument of Windows call. (GH-7642) by Terry Jan Reedy · 6 years ago
  51. 800415e bpo-33656: On Windows, add API call saying that tk scales for DPI (GH-7137) by Terry Jan Reedy · 6 years ago
  52. 9d6d06e pypi.python.org -> pypi.org (GH-7613) by Ned Deily · 6 years ago
  53. 2487f30 bpo-30167: Prevent site.main() exception if PYTHONSTARTUP is set. (GH-6731) by Steve Weber · 6 years ago
  54. 877b232 bpo-33812: Corrected astimezone for naive datetimes. (GH-7578) by Alexander Belopolsky · 6 years ago
  55. af4b013 bpo-33610: Update IDLE Code Context doc entry (GH-7597) by Terry Jan Reedy · 6 years ago
  56. 4ab4695 bpo-33748: fix tests altering sys.path and sys.modules (GH-7433) by Tal Einat · 6 years ago
  57. 1b85c71 bpo-33770: improve base64 exception message for encoded inputs of invalid length (#7416) by Tal Einat · 6 years ago
  58. bcb032e bpo-33810 Remove unused code from datetime.py. (GH-7549) by Alexander Belopolsky · 6 years ago
  59. 4c3e39f Datetime test coverage (#7544) by Alexander Belopolsky · 6 years ago
  60. 12f482e bpo-30805: Avoid race condition with debug logging (GH-7545) by Yury Selivanov · 6 years ago
  61. 11a8966 bpo-33375: Get filename for warnings from frame.f_code.co_filename (GH-6622) by Thomas Kluyver · 6 years ago
  62. 214f18e bpo-33802: Do not interpolate in ConfigParser while reading defaults (GH-7524) by Łukasz Langa · 6 years ago
  63. 66f02aa bpo-11874: fix assertion failure in argparse metavar handling (GH-1826) by wim glenn · 6 years ago
  64. ff6c077 bpo-33694: Fix typo in helper function name (GH-7522) by Victor Stinner · 6 years ago
  65. c45fc76 bpo-33718: regrtest: use "xxx then yyy" result if re-run (GH-7521) by Victor Stinner · 6 years ago
  66. b1f6902 Update idlelib/NEWS.txt to 2018 Jun 8 am. (GH-7517) by Terry Jan Reedy · 6 years ago
  67. 041272b bpo-33768: IDLE: Clicking on code context line moves it to top of editor (GH-7411) by Cheryl Sabella · 6 years ago
  68. 4aa3006 bpo-33197: Add description property for _ParameterKind. (GH-7206) by Dong-hee Na · 6 years ago
  69. 8f40429 bpo-33792: Add selector and proactor windows policies (GH-7487) by Yury Selivanov · 6 years ago
  70. 52698c7 bpo-33786: Fix asynchronous generators to handle GeneratorExit in athrow() (GH-7467) by Yury Selivanov · 6 years ago
  71. c4f3cb7 bpo-33615: Skip test__xxsubinterpreters (GH-7503) by Victor Stinner · 6 years ago
  72. 79790bc bpo-33694: Fix race condition in asyncio proactor (GH-7498) by Victor Stinner · 6 years ago
  73. e7adf2b bpo-33796: Ignore ClassVar for dataclasses.replace(). (GH-7488) by Eric V. Smith · 6 years ago
  74. fffeb6f bpo-30436: Add missing space in importlib.util.find_spec() error message (GH-7385) by Zackery Spytz · 6 years ago
  75. 5bfa058 bpo-33274: Compliance with DOM L1: return removed attribute (#7465) by arikrupnik · 6 years ago
  76. 7c69c1c update to Unicode 11.0.0 (closes bpo-33778) (GH-7439) by Benjamin Peterson · 6 years ago
  77. 9f04f0d bpo-32676, test_asyncio: Fix warning in test_error_in_call_soon() (GH-7462) by Victor Stinner · 6 years ago
  78. 7ed61e9 bpo-33789, test_asyncio: Hide PendingDeprecationWarning (GH-7461) by Victor Stinner · 6 years ago
  79. 0eba7c3 bpo-33789: test_asyncio: Fix ResourceWarning (GH-7460) by Victor Stinner · 6 years ago
  80. 3ef769f bpo-28240: timeit: Update repeat() doc (GH-7419) by Victor Stinner · 6 years ago
  81. 492d642 bpo-33773: Fix test.support.fd_count() on Linux/FreBSD (GH-7421) by Victor Stinner · 6 years ago
  82. 36c60fb test.support.SaveSignals: fix typo (GH-7448) by Victor Stinner · 6 years ago
  83. b5d702e bpo-31044, test_posix: Reenable makedev() tests on FreeBSD (#7449) by Victor Stinner · 6 years ago
  84. 3a5b0d8 bpo-33504: Migrate configparser from OrderedDict to dict. (#6819) by John Reese · 6 years ago
  85. 5f3d04f Improve the subprocess restore_signals=True test. (GH-7414) by Gregory P. Smith · 6 years ago
  86. c56b17b bpo-12486: Document tokenize.generate_tokens() as public API (#6957) by Thomas Kluyver · 6 years ago
  87. c2745d2 bpo-33751: Fix test_file. (GH-7378) by Serhiy Storchaka · 6 years ago
  88. ac1ee1b bpo-33755: Fix importlib.resources isolation tests (#7412) by Barry Warsaw · 6 years ago
  89. dde9fdb bpo-33165: Added stacklevel parameter to logging APIs. (GH-7424) by Vinay Sajip · 6 years ago
  90. 6592d7f bpo-33752: Fix a file leak in test_dbm. (GH-7376) by Serhiy Storchaka · 6 years ago
  91. 415bc46 bpo-33769: start_tls: Fix error message; cancel callbacks on error (GH-7403) by Yury Selivanov · 6 years ago
  92. e9e3976 bpo-33767: Fix improper use of SystemError by mmap.mmap objects (GH-7381) by Zackery Spytz · 6 years ago
  93. 5f48e26 bpo-33753: Refactor creating temporary files in test_fileinput. (GH-7377) by Serhiy Storchaka · 6 years ago
  94. 2a4a62b bpo-33720: Reduces maximum marshal recursion depth on release builds. (GH-7401) by Steve Dower · 6 years ago
  95. b609e68 bpo-33763: IDLE: Replace label widget with text widget in code context (GH-7367) by Cheryl Sabella · 6 years ago
  96. d49dbd9 bpo-33664: Scroll IDLE editor text by lines (GH-7351) by Cheryl Sabella · 6 years ago
  97. 9602643 bpo-33734: asyncio/ssl: a bunch of bugfixes (#7321) by Yury Selivanov · 6 years ago
  98. e292b75 bpo-33509: Fix test_warnings for python3 -Werror (GH-7365) by Victor Stinner · 6 years ago
  99. 7cfd8c6 bpo-33759: Fix test.test_xmlrpc.ServerProxyTestCase. (GH-7362) by Serhiy Storchaka · 6 years ago
  100. e36837c bpo-33760: Fix file leaks in test_io. (GH-7361) by Serhiy Storchaka · 6 years ago