1. 23db935 bpo-25862: Fix assertion failures in io.TextIOWrapper.tell(). (GH-3918) by Zackery Spytz · 6 years ago
  2. bda9c3e Fix the indentation in the documentation of bin() and hash() (GH-7998) by Andrés Delfino · 6 years ago
  3. 891a1f8 bpo-14117: Make minor tweaks to turtledemo (GH-8002) by Terry Jan Reedy · 6 years ago
  4. d904c23 bpo-27500: Fix static version of getaddrinfo to resolve IPv6 (GH-7993) by Yury Selivanov · 6 years ago
  5. 41cb0ba bpo-33985: Implement ContextVar.name attribute. (GH-7980) by Yury Selivanov · 6 years ago
  6. 9b9d58f bpo-31546: Fix input hook integration (GH-7978) by Thomas A Caswell · 6 years ago
  7. 4d26c8a bpo-32996: Enhancements to What's New based on feedback (GH-7988) by Elvis Pranskevichus · 6 years ago
  8. e76ac9d Forward port rest of NEWS changes as of 3.7.0 by Ned Deily · 6 years ago
  9. 461a1c4 bpo-33842: Remove tarfile.filemode (GH-7661) by INADA Naoki · 6 years ago
  10. 62b6cea bpo-33958: Doc: Remove unused variable in example (GH-7927) by Srinivas Reddy Thatiparthy (శ్రీనివాస్ రెడ్డి తాటిపర్తి) · 6 years ago
  11. aee5df5 Forward port 3.7.0 final changes by Ned Deily · 6 years ago
  12. 4925727 bpo-33715: Fix multiprocessing test_wait_result() (GH-7971) by Victor Stinner · 6 years ago
  13. 64737e9 bpo-33913: Fix test_multiprocessing_main_handling (GH-7972) by Victor Stinner · 6 years ago
  14. d2cbfff bpo-25007: Add copy protocol support to zlib compressors and decompressors (GH-7940) by Zackery Spytz · 6 years ago
  15. fbd7172 bpo-30356: Fix test_mymanager_context() of multiprocessing (GH-7968) by Victor Stinner · 6 years ago
  16. 74e4aee Prevent upload script uploading from the wrong directory (GH-7953) by Steve Dower · 6 years ago
  17. 4a8b037 bpo-31647: Fix bpo typo in NEWS entry. (GH-7964) by twisteroid ambassador · 6 years ago
  18. 0aab866 bpo-33929: Fix regression in spawn_main() (#7962) by Victor Stinner · 6 years ago
  19. 2cc9d21 bpo-33929: multiprocessing: fix handle leak on race condition (GH-7921) by Victor Stinner · 6 years ago
  20. f15f66d bpo-30317, test_multiprocessing: fix test_timeout() (GH-7957) by Victor Stinner · 6 years ago
  21. ddf7171 bpo-24567: Random subnormal.diff (#7954) by Raymond Hettinger · 6 years ago
  22. 3c8043d bpo-33975: Avoid small type when running IDLE's htests. (GH-7944) by Terry Jan Reedy · 6 years ago
  23. df748c2 use rich markup for PEP reference (GH-7939) by Behzad B. Mokhtari · 6 years ago
  24. e7d3ccc bpo-29514: Make magic number test work for candidates by Ned Deily · 6 years ago
  25. 4e21100 bpo-33956: update vendored expat to 2.2.5 (GH-7925) by Benjamin Peterson · 6 years ago
  26. 58ed730 bpo-33873: Fix bug in `runtest.py` and add checks for invalid `-R` parameters (GH-7735) by Pablo Galindo · 6 years ago
  27. 866c168 bpo-33957: Doc: Use better wording (GH-7912) by Srinivas Reddy Thatiparthy (శ్రీనివాస్ రెడ్డి తాటిపర్తి) · 6 years ago
  28. 4239773 bpo-33924: Add missed mac-specific 'windows' to 'window' changes (GH-7920) by Mark Roseman · 6 years ago
  29. 937ee9e Revert "bpo-33671: Add support.MS_WINDOWS and support.MACOS (GH-7800)" (GH-7919) by Victor Stinner · 6 years ago
  30. fdd6e0b bpo-33573: docs to suggest median() alternatives for non-numeric data (GH-7587) by Tal Einat · 6 years ago
  31. 4a6e746 bpo-33952: Fix typo in str.upper() documentation (GH-7898) by Andrés Delfino · 6 years ago
  32. a8ddf85 bpo-33943: Add references in the docs for logging.basicConfig (GH-7858) by Andrés Delfino · 6 years ago
  33. cf67d6a bpo-33897: Add a 'force' keyword argument to logging.basicConfig(). (GH-7873) by Dong-hee Na · 6 years ago
  34. 2af9f5d bpo-33951: IDLE test_configdialog: call page.update in setUpClass (GH-7892) by Tal Einat · 6 years ago
  35. 3f197f9 Enable GUI tests in VSTS Linux builds via xvfb-run (GH-7890) by Zachary Ware · 6 years ago
  36. ea73775 bpo-33451: Close pyc files before calling PyEval_EvalCode() (GH-7884) by Zackery Spytz · 6 years ago
  37. 0ba9a0b [master] bpo-33885: Replace "hook function" with "callable" (GH-7765) (#7886) by Andrés Delfino · 6 years ago
  38. 5ae70f6 bpo-33950: Remove IDLE htest spec for a deleted file. (GH-7881) by Terry Jan Reedy · 6 years ago
  39. 38cf49b bpo-33887: Add TOC to Design and History FAQ(GH-7766) by Andrés Delfino · 6 years ago
  40. 3d70f7a bpo-33805: Improve error message of dataclasses.replace() (GH-7580) by Dong-hee Na · 6 years ago
  41. 66ecefc Remove tp_print implementation (GH-7857) by jdemeyer · 6 years ago
  42. 9b7cf75 bpo-33916: Fix bz2 and lzma init when called twice (GH-7843) by Victor Stinner · 6 years ago
  43. 44742e9 suppress compiler warnings in _cursesmodule.c (#7860) by Xiang Zhang · 6 years ago
  44. c9d43c7 bpo-33877: Remove UNIX qualification for running complete programs (GH-7744) by Andrés Delfino · 6 years ago
  45. d7da836 Add test coverage reporting for C files (GH-7773) by Ammar Askar · 6 years ago
  46. 8fbbdf0 bpo-33671: Add support.MS_WINDOWS and support.MACOS (GH-7800) by Victor Stinner · 6 years ago
  47. 209abf7 bpo-33932: Calling Py_Initialize() twice does nothing (GH-7845) by Victor Stinner · 6 years ago
  48. bcd3a1a bpo-33905: Add test for idlelib.stackview.StackBrowser. (GH-7852) by Terry Jan Reedy · 6 years ago
  49. 419e88d bpo-33912: Fix test_warnings when run with -Werror (GH-7839) by Christopher Frederickson · 6 years ago
  50. 3ad8dec bpo-33716, test_concurrent_futures: increase timeout (GH-7828) by Pablo Galindo · 6 years ago
  51. 940ae60 Clarified the tempfile.tempdir documentation (GH-7829) by Srinivas Reddy Thatiparthy (శ్రీనివాస్ రెడ్డి తాటిపర్తి) · 6 years ago
  52. 33c7420 bpo-33924: Change IDLE mainmenu.menudefs key 'windows' to 'window' (GH-7836) by Terry Jan Reedy · 6 years ago
  53. a361e89 bpo-33906: Rename idlelib.windows as window (#7833) by Terry Jan Reedy · 6 years ago
  54. 87a9273 bpo-33917: Fix and document idlelib/idle_test/template.py (GH-7830) by Terry Jan Reedy · 6 years ago
  55. b248e95 Fix compiling error when missing gdbm version macros (GH-7823) by Xiang Zhang · 6 years ago
  56. 16eb3bc bpo-33499: PYTHONPYCACHEPREFIX What's New entry (GH-7749) by Nick Coghlan · 6 years ago
  57. fd8fbce bpo-33746: Fix test_unittest.testRegisterResult() in verbose mode (GH-7799) by Victor Stinner · 6 years ago
  58. 9bb9223 bpo-33904: In IDLE's rstrip, rename class RstripExtension as Rstrip (GH-7811) by Srinivas Reddy Thatiparthy (శ్రీనివాస్ రెడ్డి తాటిపర్తి) · 6 years ago
  59. 9af1836 bpo-33907: Rename an IDLE module and classes. (GH-7810) by Terry Jan Reedy · 6 years ago
  60. acdc660 bpo-33908: Remove two superfluous assignments (GH-7116) by Srinivas Reddy Thatiparthy (శ్రీనివాస్ రెడ్డి తాటిపర్తి) · 6 years ago
  61. 06e2029 bpo-33907: Rename an IDLE module and class. (GH-7807) by Terry Jan Reedy · 6 years ago
  62. 4d92158 bpo-33855: Still more edits and minimal tests for IDLE (GH-7784) by Terry Jan Reedy · 6 years ago
  63. 00f9edb bpo-33901: Add _gdbm._GDBM_VERSION (GH-7794) by Victor Stinner · 6 years ago
  64. 06fe77a bpo-30345: Add -g to LDFLAGS for LTO (GH-7709) by Victor Stinner · 6 years ago
  65. c44d8e5 bpo-33901: Better test_dbm_gnu.test_reorganize() fix (GH-7795) by Victor Stinner · 6 years ago
  66. c7f02a9 bpo-33671 / shutil.copyfile: use memoryview() with dynamic size on Windows (#7681) by Giampaolo Rodola · 6 years ago
  67. 936f03e bpo-33365: print the header values beside the keys (GH-6611) by Marco Strigl · 6 years ago
  68. 1261bfa bpo-33901: Fix test_dbm_gnu for gdbm 1.15 (GH-7791) by Victor Stinner · 6 years ago
  69. 22525de Use more specific asserts in dbm tests. (GH-7786) by Serhiy Storchaka · 6 years ago
  70. fc93bd4 Change tp_size to tp_basicsize in comment and realign the comments (GH-6775) by Bup · 6 years ago
  71. 698865d bpo-33843: Remove deprecated stuff in cgi module (GH-7662) by INADA Naoki · 6 years ago
  72. cb97073 bpo-33630: Fix using of freed memory in old versions of glicb for posix_spawn(). (GH-7685) by Pablo Galindo · 6 years ago
  73. b36b0a3 bpo-33663: Convert content length to string before putting to header (GH-7754) by ValeriyaSinevich · 6 years ago
  74. e57f91a bpo-33866: enum: Stop using OrderedDict (GH-7698) by INADA Naoki · 6 years ago
  75. ea3dc80 bpo-33855: More edits and new minimal tests for IDLE (GH-7761) by Terry Jan Reedy · 6 years ago
  76. 5092439 bpo-33892: Doc: Use gender neutral words (GH-7770) by Andrés Delfino · 6 years ago
  77. 9d49f85 bpo-33856: Add "help" to the welcome message of IDLE (GH-7755) by Stéphane Wirtel · 6 years ago
  78. 17a0088 bpo-33861: Minor improvements of tests for os.path. (GH-7715) by Serhiy Storchaka · 6 years ago
  79. c151f78 bpo-33859: Fix spelling mistakes in docs. (GH-7691) by Xtreak · 6 years ago
  80. b193fa9 bpo-33499: Add PYTHONPYCACHEPREFIX env var for alt bytecode cache location. (GH-6834) by Carl Meyer · 6 years ago
  81. 6868003 bpo-33571: Improve the glossary description for '...' prompt (GH-6971) by Andrés Delfino · 6 years ago
  82. 2707e41 bpo-33836: Recommend keyword-only param for memoization in FAQ (GH-7687) by Noah Haasis · 6 years ago
  83. 7469ff5 Use singular, we are talking about the access (GH-7727) by Andrés Delfino · 6 years ago
  84. cac4fef bpo-33873: regrtest: Add warning on -R 1:3 (GH-7736) by Pablo Galindo · 6 years ago
  85. 3a6d752 Add missing va_end() calls in PC/launcher.c (GH-7690) by Zackery Spytz · 6 years ago
  86. ee5ef30 bpo-33855: Minimally test all IDLE modules. (GH-7689) by Terry Jan Reedy · 6 years ago
  87. 6c5a4b3 bpo-33824, bpo-32030: Fix pymain_read_conf() (GH-7712) by Victor Stinner · 6 years ago
  88. 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
  89. a9d0b34 bpo-33854: Add PEP 461 title to 'See also' note (GH-7688) by Andrés Delfino · 6 years ago
  90. 6951186 bpo-33847: Add '@' operator entry to index (GH-7669) by Andrés Delfino · 6 years ago
  91. 4fddd4e bpo-33852: Remove misplaced parentheses around 'list'. (GH-7672) by Andrés Delfino · 6 years ago
  92. 9b7c74c bpo-32962: Fix test_gdb failure in debug build with -mcet -fcf-protection -O0 (#6754) by Marcel Plch · 6 years ago
  93. c1897ed gitattribute: Mark generated files (GH-7619) by INADA Naoki · 6 years ago
  94. d134809 bpo-29456: Fix bugs in unicodedata.normalize: u1176, u11a7 and u11c3 (GH-1958) by Wonsup Yoon · 6 years ago
  95. ceeef10 bpo-33818: PyExceptionClass_Name() will now return "const char *". (GH-7581) by Serhiy Storchaka · 6 years ago
  96. 08f127a bpo-33851: Fix ast.get_docstring() for a node that lacks a docstring. (GH-7682) by Serhiy Storchaka · 6 years ago
  97. 9e7c921 bpo-17045: Improve C-API doc for PyTypeObject. (gh-7413) by Eric Snow · 6 years ago
  98. d22fc0b bpo-32962: python-gdb catchs UnicodeDecodeError (GH-7693) by Victor Stinner · 6 years ago
  99. 019d33b bpo-32962: python-gdb catchs ValueError on read_var() (GH-7692) by Victor Stinner · 6 years ago
  100. 4ffe9c2 bpo-33718: regrtest: use format_duration() to display failed tests (GH-7686) by Victor Stinner · 6 years ago