1. dce6502 bpo-31279: Silence -Wstringop-overflow warning. (#3207) by Stefan Krah · 7 years ago
  2. 138753c bpo-31275: Small refactoring to silence a fall-through warning. (#3206) by Stefan Krah · 7 years ago
  3. 9e1e6f5 bpo-30923: Silence fall-through warnings in libexpat build. (#3205) by Stefan Krah · 7 years ago
  4. a3a6df3 Skip two tests not intended to pass on Windows. (#3202) by Gregory P. Smith · 7 years ago
  5. 8621bb5 bpo-22536: Set the filename in FileNotFoundError. (#3194) by Gregory P. Smith · 7 years ago
  6. de50360 bpo-29741: Update some methods in the _pyio module to also accept integer types. Patch by Oren Milman. (#560) by Oren Milman · 7 years ago
  7. 13614e3 bpo-28261: fix err msgs where PyArg_ParseTuple is used to parse normal tuples (leftovers) (#3198) by Oren Milman · 7 years ago
  8. a5fab17 bpo-23835: Restore legacy defaults= behavior for RawConfigParser (#3191) by Łukasz Langa · 7 years ago
  9. a6296d3 bpo-31095: fix potential crash during GC (GH-2974) by INADA Naoki · 7 years ago
  10. bf9075a bpo-31229: Fixed wrong error messages when too many keyword arguments are received. (#3180) by Oren Milman · 7 years ago
  11. 772d809 bpo-31161: only check for parens error for SyntaxError (#3082) by Martijn Pieters · 7 years ago
  12. 5df8c58 Touch up the contributing notes (#3158) by Brett Cannon · 7 years ago
  13. 41bbd82 bpo-31234: test_threaded_import: fix test_side_effect_import() (#3189) by Victor Stinner · 7 years ago
  14. 830d7d2 bpo-31234: test_httpservers joins the server thread (#3188) by Victor Stinner · 7 years ago
  15. bc61315 bpo-31249: Fix ref cycle in ThreadPoolExecutor (#3178) by Victor Stinner · 7 years ago
  16. 5fe59f8 bpo-30983: [gdb] Fix py-bt, etc. for non-debug shared builds (#3153) by Łukasz Langa · 7 years ago
  17. ea57923 bpo-23835: [docs] configparser converts defaults to strings (#3176) by Łukasz Langa · 7 years ago
  18. 44e6ad8 bpo-23835: Enforce that configparser defaults are strings (#2558) by James Tocknell · 7 years ago
  19. 9a83f65 Add test_subprocess.test_nonexisting_with_pipes() (#3133) by Victor Stinner · 7 years ago
  20. 4cab2cd bpo-31238: pydoc ServerThread.stop() now joins itself (#3151) by Victor Stinner · 7 years ago
  21. 489d91c bpo-31249: test_concurrent_futures checks dangling threads (#3167) by Victor Stinner · 7 years ago
  22. 58cf748 bpo-31236: Improved some error messages of min() and max(). by Oren Milman · 7 years ago
  23. 8452445 bpo-31247: xmlrpc.server: break reference cycle (#3166) by Victor Stinner · 7 years ago
  24. f432a32 bpo-30923: Silence fall-through warnings included in -Wextra since gcc-7.0. (#3157) by Stefan Krah · 7 years ago
  25. 0267128 bpo-9566 & bpo-30747: Silence warnings from pyatomic.h macros (#3140) by Segev Finer · 7 years ago
  26. 1d1d3e9 bpo-28261: Fixed err msgs where PyArg_ParseTuple is used to parse normal tuples. (#3119) by Oren Milman · 7 years ago
  27. 4bfebc6 bpo-31206: IDLE: Factor HighPage class from ConfigDialog (#3160) by Cheryl Sabella · 7 years ago
  28. 8f7a798 bpo-31206: IDLE: Factor HighPage class from ConfigDialog (#3156) by Cheryl Sabella · 7 years ago
  29. 3d284c0 bpo-31234: test_threading: fix ref cycle (#3150) by Victor Stinner · 7 years ago
  30. a32e405 bpo-31206: IDLE: Factor HighPage class from ConfigDialog (#3141) by Cheryl Sabella · 7 years ago
  31. a7719e2 bpo-31235: Fix ResourceWarning in test_logging (#3147) by Victor Stinner · 7 years ago
  32. 6966960 bpo-30830: test_logging uses threading_setup/cleanup (#3137) by Victor Stinner · 7 years ago
  33. 93d0cb5 bpo-30947: Update libexpat from 2.2.1 to 2.2.3 (#3106) by Victor Stinner · 7 years ago
  34. c99d41f bpo-31234: fork_wait tests now join threads (#3139) by Victor Stinner · 7 years ago
  35. d73a960 bpo-30923: Disable warning that has been part of -Wextra since gcc-7.0. (#3142) by Stefan Krah · 7 years ago
  36. 02f3b7d bpo-31109: Convert zipimport to use Argument Clinic (GH-2990) by Yaron de Leeuw · 7 years ago
  37. a3110a0 Fix a minor grammar issue in the logging cookbook (GH-3136) by Brett Cannon · 7 years ago
  38. 92b1f90 bpo-31231: Fix pythoninfo in Travis config (#3134) by Victor Stinner · 7 years ago
  39. 4d38517 bpo-30121: Fix debug assert in subprocess on Windows (#1224) by Segev Finer · 7 years ago
  40. a7c449b bpo-30721: Add missing '?' to new error message (GH-3131) by Sanyam Khurana · 7 years ago
  41. f0202bb Issue #30923: Revert flag that is not recognized by an obsolete gcc version. (#3132) by Stefan Krah · 7 years ago
  42. 5e2eb35 bpo-30721: Show correct syntax hint in Py3 when using Py2 redirection syntax (#2345) by Sanyam Khurana · 7 years ago
  43. ad7eaed bpo-30871: pythoninfo: more sys, os, time data (#3130) by Victor Stinner · 7 years ago
  44. a3a01a2 bpo-30871: Add "make pythoninfo" (#3120) by Victor Stinner · 7 years ago
  45. b9ff498 Fix broken `Show Source` links on documentation pages (GH-3113) by Elmar Ritsch · 7 years ago
  46. fe2b56a bpo-31183: `dis` now handles coroutines & async generators (GH-3077) by syncosmic · 7 years ago
  47. 82aff62 bpo-31001: IDLE: Add tests for configdialog highlight tab (#3123) by Cheryl Sabella · 7 years ago
  48. f6ebd83 bpo-30871: pythoninfo: add expat and _decimal (#3121) by Victor Stinner · 7 years ago
  49. f1ff2c4 Adds nuget symbols package for daily builds. (#3122) by Steve Dower · 7 years ago
  50. b907abc bpo-30871: Add test.pythoninfo (#3075) by Victor Stinner · 7 years ago
  51. 4a347ce bpo-31221: patchcheck ignores external libraries (#3109) by Victor Stinner · 7 years ago
  52. b616b97 Update the language selection in the docs language switch. (GH-3114) by Julien Palard · 7 years ago
  53. 7c17e23 bpo-24700: Add a fast path for comparing array.array of equal type (#3009) by Adrian Wielgosik · 7 years ago
  54. ee84a60 bpo-18966: non-daemonic threads created by a multiprocessing.Process should be joined on exit (#3111) by Antoine Pitrou · 7 years ago
  55. 17657bb bpo-31069, test_multiprocessing: Fix dangling process (#3103) by Victor Stinner · 7 years ago
  56. 7cc3399 bpo-30983: Revert changes which broke most buildbots (#3100) by Victor Stinner · 7 years ago
  57. 7f06684 bpo-30928: Update idlelib/NEWS.txt to 2017-08-15. (#3098) by Terry Jan Reedy · 7 years ago
  58. e36d9f5 bpo-31205: IDLE: Factor KeysPage class from ConfigDialog (#3096) by Cheryl Sabella · 7 years ago
  59. 1f512b9 Add Windows team as a codeowner for Windows-specific files (#3089) by Steve Dower · 7 years ago
  60. d83c23b fix grammr in error messages in overlapped.c (GH-3095) by Oren Milman · 7 years ago
  61. 7b40cb7 bpo-30714: ALPN changes for OpenSSL 1.1.0f (#2305) by Christian Heimes · 7 years ago
  62. 2f89646 bpo-31002: IDLE: Add tests for configdialog keys tab (#2996) by Cheryl Sabella · 7 years ago
  63. f978405 Add Bruno Penteado to ACKS (#3091) by Łukasz Langa · 7 years ago
  64. 2e0f4db bpo-30983: eval frame rename in pep 0523 broke gdb's python extension (#2803) by Bruno "Polaco" Penteado · 7 years ago
  65. 143be36 bpo-31191: Improve grammar in threading.Barrier docs (GH-3080) by Saurabh Chaturvedi · 7 years ago
  66. 8204b90 bpo-30824: Add mimetype for .json (#3048) by Nate Tangsurat · 7 years ago
  67. d4b93e2 bpo-31106: Fix handling of erros in posix_fallocate() and posix_fadvise() (#3000) (#3000) by Коренберг Марк · 7 years ago
  68. 48d9823 bpo-5001, bpo-31169: Fix two uninformative asserts in multiprocessing/managers.py (#3078) by Allen W. Smith, Ph.D · 7 years ago
  69. e664d7f bpo-30747: Attempt to fix atomic load/store (#2383) by Pär Björklund · 7 years ago
  70. dadca48 Fix typo in 3.7 What's New (GH-3069) by Daniel Himmelstein · 7 years ago
  71. 5659a72 bpo-31008: Fix asyncio test_wait_for_handle on Windows (#3065) by Victor Stinner · 7 years ago
  72. 957d0e9 bpo-26762: _test_multiprocessing reports dangling (#3064) by Victor Stinner · 7 years ago
  73. b97d99c regrtest: count also env changed as failures in progress (#3061) by Victor Stinner · 7 years ago
  74. b501147 Enhance support.reap_children() (#3036) by Victor Stinner · 7 years ago
  75. aa8ec34 bpo-31151: Add socketserver.ForkingMixIn.server_close() (#3057) by Victor Stinner · 7 years ago
  76. 6c8c294 bpo-31160: test_tempfile: Fix reap_children() warning (#3056) by Victor Stinner · 7 years ago
  77. 7b7c6dc bpo-31173: Rewrite WSTOPSIG test of test_subprocess (#3055) by Victor Stinner · 7 years ago
  78. 3b0f620 bpo-19903: IDLE: Calltips changed to use inspect.signature (#2822) by Louie Lu · 7 years ago
  79. 3ca9f50 bpo-31160: test_builtin: don't check waitpid() status (#3050) by Victor Stinner · 7 years ago
  80. da5e930 bpo-31160: Fix test_random for zombie process (#3045) by Victor Stinner · 7 years ago
  81. e3510d7 bpo-31160: regrtest now reaps child processes (#3044) by Victor Stinner · 7 years ago
  82. 4baca1b bpo-31160: Fix test_builtin for zombie process (#3043) by Victor Stinner · 7 years ago
  83. 122081d bpo-31159: fix language switch regex on unknown yet built languages. (#3039) by Julien Palard · 7 years ago
  84. b811d66 bpo-31072: Add filter to zipapp (#3021) by Jeffrey Rackauckas · 7 years ago
  85. 9b0d1d6 bpo-31070: Fix a race condition in importlib _get_module_lock(). (#3033) by Serhiy Storchaka · 7 years ago
  86. 88eee44 bpo-31150: Wait for child process in test_forkinthread to avoid thread reaped warnings (#3032) by Ammar Askar · 7 years ago
  87. c82b7f3 bpo-31149: Doc: Add Japanese to the language switcher. (#3028) by Julien Palard · 7 years ago
  88. cd7e9c1 ttk: fix LabeledScale and OptionMenu destroy() method (#3025) by Victor Stinner · 7 years ago
  89. 733d0f6 bpo-31130: IDLE -- stop leaks in test_configdialog. (#3016) by Terry Jan Reedy · 7 years ago
  90. 8922587 bpo-29910: IDLE - revert `break`s that disabled calltip close. (#2997) by Terry Jan Reedy · 7 years ago
  91. dff9b5f bpo-31045: Language switch (#2652) by Julien · 7 years ago
  92. 60a6632 add myself to CODEOWNERS for subprocess. (#3005) by Gregory P. Smith · 7 years ago
  93. d255fea Notify the import-team on import-related PRs (GH-3002) by Brett Cannon · 7 years ago
  94. 8238ef0 Add author of the fix for #30841 to ACKS. (#3001) by Łukasz Langa · 7 years ago
  95. 2af565b Fix a shadow-compatible-local warning (#2180) by Yuan Chao Chou · 7 years ago
  96. c4c9866 bpo-31107: Fix copyreg mangled slot names calculation. (#2989) by Shane Harvey · 7 years ago
  97. 778928b bpo-29304: Simplify dict lookup functions (GH-2407) by INADA Naoki · 7 years ago
  98. 87c3c5d Improve grammar in asyncio documentation (GH-2993) by Mike DePalatis · 7 years ago
  99. 5075416 bpo-30978: str.format_map() now passes key lookup exceptions through. (#2790) by Serhiy Storchaka · 7 years ago
  100. 25e4f77 bpo-31071: Avoid masking original TypeError in call with * unpacking (#2957) by Serhiy Storchaka · 7 years ago