1. b9b6900 bpo-31234: Add support.join_thread() helper (#3587) by Victor Stinner · 7 years ago
  2. 167cbde bpo-31234: Join threads in test_queue (#3586) by Victor Stinner · 7 years ago
  3. ff40ecd bpo-31234: Add test.support.wait_threads_exit() (#3578) by Victor Stinner · 7 years ago
  4. b8c7be2 bpo-31234: Join threads in test_threading (#3579) by Victor Stinner · 7 years ago
  5. c8d8e15 bpo-31455: Fix an assertion failure in ElementTree.XMLParser(). (#3545) by scoder · 7 years ago
  6. 0b3a87e bpo-31471: Fix assertion failure in subprocess.Popen() on Windows, in case env has a bad keys() method. (#3580) by Oren Milman · 7 years ago
  7. f350a26 bpo-28556: typing.get_type_hints: better globalns for classes and modules (#3582) by Łukasz Langa · 7 years ago
  8. d393c1b bpo-28411: Isolate PyInterpreterState.modules (#3575) by Eric Snow · 7 years ago
  9. 8dcf22f bpo-31234: Join threads in test_hashlib (#3573) by Victor Stinner · 7 years ago
  10. 18e95b4 bpo-31234: Join threads in tests (#3572) by Victor Stinner · 7 years ago
  11. 1bbd482 bpo-31457: Allow for nested LoggerAdapter objects (#3551) by Łukasz Langa · 7 years ago
  12. 5a61559 _ssl_: Fix compiler warning (#3559) by Victor Stinner · 7 years ago
  13. dae0276 bpo-30860: Fix a refleak. (#3567) by Eric Snow · 7 years ago
  14. 93c92f7 bpo-31404: Revert "remove modules from Py_InterpreterState (#1638)" (#3565) by Eric Snow · 7 years ago
  15. 13ad3b7 bpo-31462: Remove trailing whitespaces. (#3564) by Serhiy Storchaka · 7 years ago
  16. 312ffea Improve code examples in hashlib cookie signing (GH-3562) by sww · 7 years ago
  17. c3e97d9 bpo-30246: fix several error messages which only mention bytes in struct (#1421) by Xiang Zhang · 7 years ago
  18. 1b8f612 bpo-31458: Update Misc/NEWS link in What's New page (GH-3555) by Mariatta · 7 years ago
  19. 096ae33 bpo-31234: Try to fix lock_tests warning (#3557) by Victor Stinner · 7 years ago
  20. 65bc620 bpo-28556: Minor updates to typing module (#3550) by Ivan Levkivskyi · 7 years ago
  21. f6e61df bpo-31418: Fix an assertion failure in PyErr_WriteUnraisable() in case of an exception with a bad __module__ attribute. (#3539) by Oren Milman · 7 years ago
  22. ace1ecc bpo-31234: threading_cleanup() now warns immediately (#3138) by Victor Stinner · 7 years ago
  23. 88031a9 Update subprocess.communicate() docstring. by Joel Schaerer · 7 years ago
  24. acb9fa7 bpo-31234, socket.create_connection(): Fix ref cycle (#3546) by Victor Stinner · 7 years ago
  25. b157ce1 bpo-31234: Fix dangling thread in test_ftplib (#3544) by Victor Stinner · 7 years ago
  26. d165e14 bpo-31448, test_poplib: Fix ResourceWarning (#3542) by Victor Stinner · 7 years ago
  27. a7b3bc5 Travis CI: run coverage test using --fail-env-changed (#3541) by Victor Stinner · 7 years ago
  28. d403a29 bpo-31234: Fix dangling thread in test_ftp/poplib (#3540) by Victor Stinner · 7 years ago
  29. b8f4163 bpo-31233: socketserver.ThreadingMixIn.server_close() (#3523) by Victor Stinner · 7 years ago
  30. 97d7e65 bpo-30830: logging.config.listen() calls server_close() (#3524) by Victor Stinner · 7 years ago
  31. b8d1b9d Mention enum as an ex (#2982) by Louie Lu · 7 years ago
  32. ea0f7c2 bpo-31394: Make tokenize.rst PEP 8-compliant (GH-3526) by Mariatta · 7 years ago
  33. 5f8fbf9 bpo-31394: Clarify documentation about token type attribute (GH-3469) by Aivar Annamaa · 7 years ago
  34. 3bcf157 bpo-31249: Fix test_concurrent_futures dangling thread (#3521) by Victor Stinner · 7 years ago
  35. a15d155 bpo-31234: Enhance test_thread.test_forkinthread() (#3516) by Victor Stinner · 7 years ago
  36. d056818 bpo-31428: Prevent raising a SystemError in case the memo arg of ElementTree.Element.__deepcopy__() isn't a dictionary. (#3512) by Oren Milman · 7 years ago
  37. 98758bc bpo-31421: Document how IDLE runs tkinter programs. (#3513) by Terry Jan Reedy · 7 years ago
  38. adb4cd2 bpo-27099: Finish updating IDLE doc and help text. (#3510) by Terry Jan Reedy · 7 years ago
  39. fc1bf87 bpo-30860: Move windows.h include out of internal/*.h. (#3458) by Eric Snow · 7 years ago
  40. 8728018 bpo-30860: Fix a refleak. (#3506) by Eric Snow · 7 years ago
  41. ba6d5d1 bpo-30860: Always provide serialno. (#3507) by Eric Snow · 7 years ago
  42. 9d984fd bpo-31416: Fix assertion failures in case of a bad warnings.filters or warnings.defaultaction. (#3496) by Oren Milman · 7 years ago
  43. 8239fd7 bpo-30928: Update idlelib/NEWS.txt to 2017-09-11. (#3503) by Terry Jan Reedy · 7 years ago
  44. 667522e bpo-31414: IDLE -- fix tk entry box tests by deleting first. (#3501) by Terry Jan Reedy · 7 years ago
  45. 4866957 bpo-30860: Add Include/internal/ in "make tags" (#3498) by Victor Stinner · 7 years ago
  46. 50a72af test_ssl: Implement timeout in ssl_io_loop() (#3500) by Victor Stinner · 7 years ago
  47. 834a5ce Remove a null statement that was necessary for --without-threads (#3478) by Zackery Spytz · 7 years ago
  48. 2bb69a5 bpo-31373: remove overly strict float range checks (#3486) by Benjamin Peterson · 7 years ago
  49. 252033d bpo-31411: Prevent raising a SystemError in case warnings.onceregistry is not a dictionary. (#3485) by Oren Milman · 7 years ago
  50. 3866d9b bpo-30781: IDLE: Fix help button on configdialog (#3238) by Cheryl Sabella · 7 years ago
  51. 58fc71c bpo-27099: IDLE - Convert built-in extensions to regular features (#2494) by wohlganger · 7 years ago
  52. d39dbf4 Simplify run_tests.py (#3482) by Antoine Pitrou · 7 years ago
  53. 8b57d73 bpo-28638: Optimize namedtuple() creation time by minimizing use of exec() (#3454) by Raymond Hettinger · 7 years ago
  54. 3cedf46 bpo-31406: Fix crash due to lack of type checking in subclassing. (#3477) by Stefan Krah · 7 years ago
  55. 30644de Improve IncrementalEncoder documentation (GH-2746) by Zhiming Wang · 7 years ago
  56. c0c29df bpo-31403: Remove WITHOUT_THREADS from _decimal. (#3474) by Stefan Krah · 7 years ago
  57. a7fbad9 Make `json.dumps()` example to be PEP-8 compliant. (GH-3472) by Sergey Fedoseev · 7 years ago
  58. b84bcc4 bpo-31392: Update SSL build for 1.1.0 (#3448) by Steve Dower · 7 years ago
  59. efb1d0a bpo-29639: change test.support.HOST to "localhost" by Gregory P. Smith · 7 years ago
  60. 829dacc bpo-26669: Fix nan arg value error in pytime.c (#3085) by Han Lee · 7 years ago
  61. e6eb48c bpo-31400: Improve SSL error handling on Windows (#3463) by Steve Dower · 7 years ago
  62. 0915360 bpo-28182: restore backwards compatibility (#3464) by Christian Heimes · 7 years ago
  63. db610e9 delete dead locale initialization code for windows (#3461) by Benjamin Peterson · 7 years ago
  64. 4c81401 bpo-31354: Let configure --with-lto work on all builds by octaviansoldea · 7 years ago
  65. b3ad0e5 bpo-28182: Expose OpenSSL verification results (#3412) by Christian Heimes · 7 years ago
  66. af8d6b9 Fixes reference leak (#3457) by Steve Dower · 7 years ago
  67. 2b7953d replace custom table with pyctype (#3456) by Benjamin Peterson · 7 years ago
  68. e3b2b4b bpo-31393: Fix the use of PyUnicode_READY(). (#3451) by Serhiy Storchaka · 7 years ago
  69. 70c2dd3 Show example of itemgetter() applied to a dictionary (#3431) by Raymond Hettinger · 7 years ago
  70. 8e0ad46 update all_name_chars comment after 9020ac7cce97dddad51b285fffc31fe4ddf60898 (#3452) by Benjamin Peterson · 7 years ago
  71. 2ebc5ce bpo-30860: Consolidate stateful runtime globals. (#3397) by Eric Snow · 7 years ago
  72. bab21fa Updates PCBuild/readme.txt (#3418) by Steve Dower · 7 years ago
  73. cb5b68a bpo-29136: Add TLS 1.3 cipher suites and OP_NO_TLSv1_3 (#1363) by Christian Heimes · 7 years ago
  74. 9020ac7 optimize all_name_chars (#3442) by Benjamin Peterson · 7 years ago
  75. 590665c bpo-31036: Allow sphinx and blurb to be found automatically (#3440) by Ned Deily · 7 years ago
  76. 5a85167 bpo-31344: Per-frame control of trace events (GH-3417) by Nick Coghlan · 7 years ago
  77. 2eb0cb4 bpo-22635: Update the getstatusoutput docstring. (#3435) by Gregory P. Smith · 7 years ago
  78. 888bbdc bpo-27340: Use memoryview in SSLSocket.sendall() (#3384) by Christian Heimes · 7 years ago
  79. 17c9ac9 bpo-28958: Improve SSLContext error reporting. (#3414) by Christian Heimes · 7 years ago
  80. 3147b04 bpo-31270: Modification of Pr 3200 (#3427) by Raymond Hettinger · 7 years ago
  81. 0c72a0c Update copyright PSF to 2001-2017 (#3421) by Christian Heimes · 7 years ago
  82. 586c050 bpo-31294: Fix ZeroMQSocketListener and ZeroMQSocketHandler examples (#3229) by Pablo Galindo · 7 years ago
  83. 397c467 bpo-31330: Clarify that RawTextHelpFormatter collapses repeated newlines. (#3272) by Elena Oat · 7 years ago
  84. 05f01d8 bpo-30389 Adds detection of VS 2017 to distutils._msvccompiler (#1632) by Steve Dower · 7 years ago
  85. a853a8b bpo-31373: fix undefined floating-point demotions (#3396) by Benjamin Peterson · 7 years ago
  86. c988ae0 remove current_filename optimization from marshal (#3423) (closes bpo-31384) by Benjamin Peterson · 7 years ago
  87. a6a4dc8 bpo-31370: Remove support for threads-less builds (#3385) by Antoine Pitrou · 7 years ago
  88. 1f06a68 Add props file for nuget packages (#3410) by Steve Dower · 7 years ago
  89. d3b9f97 Update multissl test helper (#3349) by Christian Heimes · 7 years ago
  90. 78ebc73 Avoid UB in test selection macro. (#3407) by Devin Jeanpierre · 7 years ago
  91. 738b7d9 bpo-22635: subprocess.getstatusoutput doc update. (#3398) by Gregory P. Smith · 7 years ago
  92. d01db1c bpo-31358: Pull zlib out of the repository (GH-3375) by Zachary Ware · 7 years ago
  93. e7c566c bpo-30465: Fix lineno and col_offset in fstring AST nodes (#1800) by Łukasz Langa · 7 years ago
  94. 36d644d Create PULL_REQUEST_TEMPLATE.md (GH-3404) by Mariatta · 7 years ago
  95. 0f6b9d2 bpo-14191 Add parse_intermixed_args. (#3319) by R. David Murray · 7 years ago
  96. ad0ffa0 bpo-21649: Add RFC 7525 and Mozilla server side TLS (#3387) by Christian Heimes · 7 years ago
  97. 49ce74e Remove all mention of Windows IA-64 support (GH-3389) by Zachary Ware · 7 years ago
  98. effc12f bpo-27584: New addition of vSockets to the python socket module (#2489) by caavery · 7 years ago
  99. 5d57844 Fixes Tix build by correcting the directories used by Tcl and Tk. (#3391) by Steve Dower · 7 years ago
  100. 6d51b87 bpo-30912: Don't check the content of ffi.h (GH-2687) by Shlomi Fish · 7 years ago