1. ad7eaed bpo-30871: pythoninfo: more sys, os, time data (#3130) by Victor Stinner · 7 years ago
  2. a3a01a2 bpo-30871: Add "make pythoninfo" (#3120) by Victor Stinner · 7 years ago
  3. b9ff498 Fix broken `Show Source` links on documentation pages (GH-3113) by Elmar Ritsch · 7 years ago
  4. fe2b56a bpo-31183: `dis` now handles coroutines & async generators (GH-3077) by syncosmic · 7 years ago
  5. 82aff62 bpo-31001: IDLE: Add tests for configdialog highlight tab (#3123) by Cheryl Sabella · 7 years ago
  6. f6ebd83 bpo-30871: pythoninfo: add expat and _decimal (#3121) by Victor Stinner · 7 years ago
  7. f1ff2c4 Adds nuget symbols package for daily builds. (#3122) by Steve Dower · 7 years ago
  8. b907abc bpo-30871: Add test.pythoninfo (#3075) by Victor Stinner · 7 years ago
  9. 4a347ce bpo-31221: patchcheck ignores external libraries (#3109) by Victor Stinner · 7 years ago
  10. b616b97 Update the language selection in the docs language switch. (GH-3114) by Julien Palard · 7 years ago
  11. 7c17e23 bpo-24700: Add a fast path for comparing array.array of equal type (#3009) by Adrian Wielgosik · 7 years ago
  12. ee84a60 bpo-18966: non-daemonic threads created by a multiprocessing.Process should be joined on exit (#3111) by Antoine Pitrou · 7 years ago
  13. 17657bb bpo-31069, test_multiprocessing: Fix dangling process (#3103) by Victor Stinner · 7 years ago
  14. 7cc3399 bpo-30983: Revert changes which broke most buildbots (#3100) by Victor Stinner · 7 years ago
  15. 7f06684 bpo-30928: Update idlelib/NEWS.txt to 2017-08-15. (#3098) by Terry Jan Reedy · 7 years ago
  16. e36d9f5 bpo-31205: IDLE: Factor KeysPage class from ConfigDialog (#3096) by Cheryl Sabella · 7 years ago
  17. 1f512b9 Add Windows team as a codeowner for Windows-specific files (#3089) by Steve Dower · 7 years ago
  18. d83c23b fix grammr in error messages in overlapped.c (GH-3095) by Oren Milman · 7 years ago
  19. 7b40cb7 bpo-30714: ALPN changes for OpenSSL 1.1.0f (#2305) by Christian Heimes · 7 years ago
  20. 2f89646 bpo-31002: IDLE: Add tests for configdialog keys tab (#2996) by Cheryl Sabella · 7 years ago
  21. f978405 Add Bruno Penteado to ACKS (#3091) by Łukasz Langa · 7 years ago
  22. 2e0f4db bpo-30983: eval frame rename in pep 0523 broke gdb's python extension (#2803) by Bruno "Polaco" Penteado · 7 years ago
  23. 143be36 bpo-31191: Improve grammar in threading.Barrier docs (GH-3080) by Saurabh Chaturvedi · 7 years ago
  24. 8204b90 bpo-30824: Add mimetype for .json (#3048) by Nate Tangsurat · 7 years ago
  25. d4b93e2 bpo-31106: Fix handling of erros in posix_fallocate() and posix_fadvise() (#3000) (#3000) by Коренберг Марк · 7 years ago
  26. 48d9823 bpo-5001, bpo-31169: Fix two uninformative asserts in multiprocessing/managers.py (#3078) by Allen W. Smith, Ph.D · 7 years ago
  27. e664d7f bpo-30747: Attempt to fix atomic load/store (#2383) by Pär Björklund · 7 years ago
  28. dadca48 Fix typo in 3.7 What's New (GH-3069) by Daniel Himmelstein · 7 years ago
  29. 5659a72 bpo-31008: Fix asyncio test_wait_for_handle on Windows (#3065) by Victor Stinner · 7 years ago
  30. 957d0e9 bpo-26762: _test_multiprocessing reports dangling (#3064) by Victor Stinner · 7 years ago
  31. b97d99c regrtest: count also env changed as failures in progress (#3061) by Victor Stinner · 7 years ago
  32. b501147 Enhance support.reap_children() (#3036) by Victor Stinner · 7 years ago
  33. aa8ec34 bpo-31151: Add socketserver.ForkingMixIn.server_close() (#3057) by Victor Stinner · 7 years ago
  34. 6c8c294 bpo-31160: test_tempfile: Fix reap_children() warning (#3056) by Victor Stinner · 7 years ago
  35. 7b7c6dc bpo-31173: Rewrite WSTOPSIG test of test_subprocess (#3055) by Victor Stinner · 7 years ago
  36. 3b0f620 bpo-19903: IDLE: Calltips changed to use inspect.signature (#2822) by Louie Lu · 7 years ago
  37. 3ca9f50 bpo-31160: test_builtin: don't check waitpid() status (#3050) by Victor Stinner · 7 years ago
  38. da5e930 bpo-31160: Fix test_random for zombie process (#3045) by Victor Stinner · 7 years ago
  39. e3510d7 bpo-31160: regrtest now reaps child processes (#3044) by Victor Stinner · 7 years ago
  40. 4baca1b bpo-31160: Fix test_builtin for zombie process (#3043) by Victor Stinner · 7 years ago
  41. 122081d bpo-31159: fix language switch regex on unknown yet built languages. (#3039) by Julien Palard · 7 years ago
  42. b811d66 bpo-31072: Add filter to zipapp (#3021) by Jeffrey Rackauckas · 7 years ago
  43. 9b0d1d6 bpo-31070: Fix a race condition in importlib _get_module_lock(). (#3033) by Serhiy Storchaka · 7 years ago
  44. 88eee44 bpo-31150: Wait for child process in test_forkinthread to avoid thread reaped warnings (#3032) by Ammar Askar · 7 years ago
  45. c82b7f3 bpo-31149: Doc: Add Japanese to the language switcher. (#3028) by Julien Palard · 7 years ago
  46. cd7e9c1 ttk: fix LabeledScale and OptionMenu destroy() method (#3025) by Victor Stinner · 7 years ago
  47. 733d0f6 bpo-31130: IDLE -- stop leaks in test_configdialog. (#3016) by Terry Jan Reedy · 7 years ago
  48. 8922587 bpo-29910: IDLE - revert `break`s that disabled calltip close. (#2997) by Terry Jan Reedy · 7 years ago
  49. dff9b5f bpo-31045: Language switch (#2652) by Julien · 7 years ago
  50. 60a6632 add myself to CODEOWNERS for subprocess. (#3005) by Gregory P. Smith · 7 years ago
  51. d255fea Notify the import-team on import-related PRs (GH-3002) by Brett Cannon · 7 years ago
  52. 8238ef0 Add author of the fix for #30841 to ACKS. (#3001) by Łukasz Langa · 7 years ago
  53. 2af565b Fix a shadow-compatible-local warning (#2180) by Yuan Chao Chou · 7 years ago
  54. c4c9866 bpo-31107: Fix copyreg mangled slot names calculation. (#2989) by Shane Harvey · 7 years ago
  55. 778928b bpo-29304: Simplify dict lookup functions (GH-2407) by INADA Naoki · 7 years ago
  56. 87c3c5d Improve grammar in asyncio documentation (GH-2993) by Mike DePalatis · 7 years ago
  57. 5075416 bpo-30978: str.format_map() now passes key lookup exceptions through. (#2790) by Serhiy Storchaka · 7 years ago
  58. 25e4f77 bpo-31071: Avoid masking original TypeError in call with * unpacking (#2957) by Serhiy Storchaka · 7 years ago
  59. 49b2734 Spelling fixes (#2902) by Ville Skyttä · 7 years ago
  60. d9d55c9 Add @bitdancer as codeowner of email related stuff. (GH-2987) by R. David Murray · 7 years ago
  61. 6ea56d2 bpo-31080: Allowed logging.config.fileConfig() to accept both args and kwargs. (GH-2979) by Preston Landers · 7 years ago
  62. de34cbe bpo-31061: fix crash in asyncio speedup module (GH-2966) by Alexander Mohr · 7 years ago
  63. 47320a6 Document Path.is_mount(), update Misc/ACKS and Misc/NEWS (#2980) by Łukasz Langa · 7 years ago
  64. 9d8e6ec Add @1st1 as co-owner of asyncio and genobject (#2978) by Yury Selivanov · 7 years ago
  65. 173ff4a bpo-30897: Add is_mount() to pathlib.Path (#2669) by Cooper Lees · 7 years ago
  66. 9eef9e8 List myself as interested in all import-related pull requests (GH-2976) by Brett Cannon · 7 years ago
  67. adfe344 bpo-31084: QueueHandler now formats messages correctly. (GH-2954) by favll · 7 years ago
  68. 6f446be bpo-31083: IDLE: Describe the Page classes in configdialog (#2965) by csabella · 7 years ago
  69. e1e60bd Remove .mention-bot (GH-2923) by Mariatta · 7 years ago
  70. 00fce69 Create CODEOWNERS (GH-2924) by Mariatta · 7 years ago
  71. e4c06bc bpo-31091: Remove dead code in PyErr_GivenExceptionMatches(). (#2963) by scoder · 7 years ago
  72. 8474d87 bpo-25910: Update LICENSE (GH-2873) by Mariatta · 7 years ago
  73. 018d353 Closes issue bpo-5288: Allow tzinfo objects with sub-minute offsets. (#2896) by Alexander Belopolsky · 7 years ago
  74. c6ea897 bpo-30640: Fix undefined behavior in _PyFunction_FastCallDict() and PyEval_EvalCodeEx() (#2919) by Zackery Spytz · 7 years ago
  75. a568e52 bpo-25684: ttk.OptionMenu radiobuttons weren't unique (#2276) by csabella · 7 years ago
  76. e8eb17b bpo-31050: IDLE: Factor GenPage class from ConfigDialog (#2952) by csabella · 7 years ago
  77. 75f0b5d Updated LoggerAdapter.isEnabledFor to take advantage of caching. (GH-2951) by Vinay Sajip · 7 years ago
  78. 9397e2a bpo-31004: IDLE: Factor out FontPage class from configdialog (step 1) (#2905) by csabella · 7 years ago
  79. c3aa47f bpo-30928: Update IDLE News.txt. (#2948) by Terry Jan Reedy · 7 years ago
  80. 2543f50 bpo-30522: Implemented a method to allow setting a logging.StreamHander's stream. (GH-2921) by Vinay Sajip · 7 years ago
  81. 78c18a9 bpo-30962: Added caching to Logger.isEnabledFor() (GH-2752) by Avram Lubkin · 7 years ago
  82. caa1280 bpo-30803: clarify truth value testing documentation (#2508) by Peter Thomassen · 7 years ago
  83. ceb93f4 bpo-31027: Fix test_listcomps failure when run directly (#2939) by Zackery Spytz · 7 years ago
  84. b331f80 bpo-30781: IDLE - Use ttk Notebook in ConfigDialog (#2938) by Terry Jan Reedy · 7 years ago
  85. 5d0f30a bpo-30853: IDLE - touch-up configdialog.VarTrace and tests. (#2936) by Terry Jan Reedy · 7 years ago
  86. 5b59154 bpo-30853: IDLE: Convert font and general vars to use VarTrace (#2914) by csabella · 7 years ago
  87. 6fcb69d Fix trivial typo in multiprocessing documentation (GH-2930) by Yuval Langer · 7 years ago
  88. 28ce07a bpo-31066: Fix test_httpservers.test_last_modified() (#2933) by Victor Stinner · 7 years ago
  89. cc42c12 bpo-31067: test_subprocess calls reap_children() (#2931) by Victor Stinner · 7 years ago
  90. 8e45318 bpo-30302: Update WhatsNew and documentation. (#2929) by Utkarsh Upadhyay · 7 years ago
  91. ba9ddb7 bpo-29585: fix test fail on macOS Framework build (GH-2928) by INADA Naoki · 7 years ago
  92. c22bd58 bpo-28095: Re-enable temporarily disabled part of test_startup_imports on macOS (#2927) by Ned Deily · 7 years ago
  93. b166080 bpo-31060: IDLE: Finish regrouping ConfigDialog methods (#2908) by Terry Jan Reedy · 7 years ago
  94. 12953ff bpo-31044: Skip test_posix.test_makedev() on FreeBSD (#2915) by Victor Stinner · 7 years ago
  95. d5ed47d bpo-30814, bpo-30876: Add new import test files to projects. (#2851) by Serhiy Storchaka · 7 years ago
  96. fd46561 bpo-31028: Fix test_pydoc when run directly (#2864) by Victor Stinner · 7 years ago
  97. a80e985 bpo-9566: Change HANDLE argument parsing to unsigned in msvcrtmodule.c (#2904) by Segev Finer · 7 years ago
  98. 2bc8f0e bpo-31003: IDLE - Add more tests for General tab (#2859) by Terry Jan Reedy · 7 years ago
  99. 45bf723 bpo-30853: IDLE: Factor a VarTrace class from configdialog.ConfigDialog. (#2872) by csabella · 7 years ago
  100. 5cff637 bpo-9566: Fixed _ssl module warnings (#2495) by Segev Finer · 7 years ago