1. bd036d3 bpo-34521: Add NEWS entry for changes in GH-9613 (GH-9850) by Pablo Galindo · 7 years ago
  2. c8bb467 Update compound_stmts.rst (#9864) by Andrés Delfino · 7 years ago
  3. b11c566 bpo-34941: Fix searching Element subclasses. (GH-9766) by Serhiy Storchaka · 7 years ago
  4. d274afb bpo-33656: Move pyshell ctypes import inside try block. (GH-9858) by Terry Jan Reedy · 7 years ago
  5. 97cf082 bpo-34970: Protect tasks weak set manipulation in asyncio.all_tasks() (GH-9837) by Andrew Svetlov · 7 years ago
  6. 1a997eb Add new tests for bytes and bytearray constructors. (GH-9843) by Serhiy Storchaka · 7 years ago
  7. a486a47 Fixes issues in Windows release upload script (GH-9845) by Steve Dower · 7 years ago
  8. d4d6013 bpo-16965: 2to3 now rewrites execfile() to open with 'rb'. (GH-8569) by Zackery Spytz · 7 years ago
  9. 0461704 bpo-22872: multiprocessing.Queue's put() and get() now raise ValueError if the queue is closed. (GH-9010) by Zackery Spytz · 7 years ago
  10. e385d06 bpo-34967: Sphinx is deprecating add_description_unit, use add_object_type (GH-9827) by Stéphane Wirtel · 7 years ago
  11. f6c29a6 bpo-34783: Disable test_nonexisting_script for macOS framework builds (GH-9831) by Ned Deily · 7 years ago
  12. 17775ae4 Pin again sphinx version as stated in the comment. (GH-9824) by Julien Palard · 7 years ago
  13. bf03471 bpo-23831: Add moveto method to the tkinter.Canvas widget. (GH-9768) by Juliette Monsel · 7 years ago
  14. dc0d571 bpo-34964: Make Tkinter sources more readable by adding blank lines. (GH-9822) by Serhiy Storchaka · 7 years ago
  15. 2d6097d bpo-11233: Create availability directive for documentation (GH-9692) by Cheryl Sabella · 7 years ago
  16. da2bf9f bpo-34900: Make TestCase.debug() work with subtests (GH-9707) by Bruno Oliveira · 7 years ago
  17. 4505f65 bpo-34203: FAQ now recommends python 3.x over 2.x (GH-9796) by Gus Goulart · 7 years ago
  18. 65d2f8c bpo-31516: Skip test_main_thread_during_shutdown() with COUNT_ALLOCS builds. (GH-8052) by Zackery Spytz · 7 years ago
  19. a4b48f1 bpo-34940: Fix the error handling in _check_for_legacy_statements(). (GH-9764) by Zackery Spytz · 7 years ago
  20. 859c068 bpo-34962: make doctest in Doc/ now passes, and is enforced in CI (GH-9806) by Stéphane Wirtel · 7 years ago
  21. 53ebf4b Fix an incorrect check in compiler_try_except(). (GH-9810) by Zackery Spytz · 7 years ago
  22. fc439d2 Fix a possible decref of a borrowed reference in symtable.c. (GH-9786) by Zackery Spytz · 7 years ago
  23. 9b8c2e7 bpo-34922: Fix integer overflow in the digest() and hexdigest() methods (GH-9751) by Serhiy Storchaka · 7 years ago
  24. f1aa8ae Micro-optimize list index range checks (GH-9784) by Raymond Hettinger · 7 years ago
  25. 1d26c72 bpo-34576 warn users on security for http.server (#9720) by Felipe Rodrigues · 7 years ago
  26. a6b3ec5 bpo-34022: Stop forcing of hash-based invalidation with SOURCE_DATE_EPOCH (GH-9607) by Elvis Pranskevichus · 7 years ago
  27. 7e18dee bpo-34926: Make mimetypes.guess_type accept os.PathLike objects (GH-9777) by Mayank Asthana · 7 years ago
  28. 3058b7d bpo-33613: Fix test_semaphore_tracker signal tests when using -Werror (GH-9778) by Pablo Galindo · 7 years ago
  29. d0bb5d7 Convert code of conduct to markdown for Github (GH-9776) by Ammar Askar · 7 years ago
  30. 7c817e6 bpo-34913: Document gzip command line interface (GH-9782) by Stéphane Wirtel · 7 years ago
  31. e8bbc52 bpo-23596: Use argparse for the command line of gzip (GH-9781) by Stéphane Wirtel · 7 years ago
  32. 84eec11 bpo-23596: Add unit tests for the command line for the gzip module (GH-9775) by Stéphane Wirtel · 7 years ago
  33. c880ffe bpo-34769: Thread safety for _asyncgen_finalizer_hook(). (GH-9716) by twisteroid ambassador · 7 years ago
  34. 79d2133 bpo-32962: Fix test_gdb failure in debug build with -mcet -fcf-protection -O0 (GH-9656) by Victor Stinner · 7 years ago
  35. 7b31397 bpo-32680 add default "sock" on SMTP objects (#5345) by Romuald Brunet · 7 years ago
  36. 2b2758d Extract sendfile tests into a separate test file (#9757) by Andrew Svetlov · 7 years ago
  37. 199a280 bpo-34758: add .wasm to recognized file extensions in mimetypes module (GH-9464) by travisoneill · 7 years ago
  38. 6261ae9 bpo-32174: Let .chm document display non-ASCII characters properly (GH-9758) by animalize · 7 years ago
  39. 60d230c Extract tests for sock_*() functions into a separate file (GH-9761) by Andrew Svetlov · 7 years ago
  40. 0854b92 bpo-31715 Add mimetype for extension .mjs (#3908) by Bradley Meck · 7 years ago
  41. 5eea0ad bpo-34921: Allow escaped NoReturn in get_type_hints (GH-9750) by Noah Wood · 7 years ago
  42. 4c33997 bpo-34911: Added support for secure websocket cookies (GH-9734) by Paul Bailey · 7 years ago
  43. af5658a bpo-34829: Add missing selection_ methods to the Tkinter Spinbox. (GH-9617) by Juliette Monsel · 7 years ago
  44. a8d5e2f Use double quote instead of backtick to clarify Ellipsis constant (GH-9754) by Xtreak · 7 years ago
  45. de2e448 bpo-34925: Optimize common case for bisect() argument parsing (#9753) by Raymond Hettinger · 7 years ago
  46. fc8205c Add missing closing quote and trailing period in str.isidentifier() docstring (GH-9756) by Emanuele Gaifas · 7 years ago
  47. ffc5a14 bpo-33014: Clarify str.isidentifier docstring (GH-6088) by Sanyam Khurana · 7 years ago
  48. 656d52d bpo-34901: add isolated (-I) flag to sys.flags (GH-9708) by Danish Prakash · 7 years ago
  49. 7dfbd49 Correct grammar mistake in re.rst. (GH-9745) by Andrés Delfino · 7 years ago
  50. 365ad2e bpo-34824: Fix a possible NULL pointer dereference in _ssl.c (GH-9606) by Zackery Spytz · 7 years ago
  51. 683281f bpo-34906: Doc: Fix typos (2) (GH-9735) by Stéphane Wirtel · 7 years ago
  52. ae62f01 bpo-34910: Ensure that PyObject_Print() always returns -1 on error. (GH-9733) by Zackery Spytz · 7 years ago
  53. cd45385 bpo-34909: keep searching mixins until base class is found (GH-9737) by Ethan Furman · 7 years ago
  54. 9287882 bpo-34158: Documentation UTC offset update (GH-8377) by Christophe Nanteuil · 7 years ago
  55. 7bb9cd0 bpo-34899: Fix a possible assertion failure due to int_from_bytes_impl() (GH-9705) by Zackery Spytz · 7 years ago
  56. addf8af Fix a compiler warning added in bpo-34872. (GH-9722) by Serhiy Storchaka · 7 years ago
  57. 4642d5f Use assertEqual() instead of assertEquals(). (GH-9721) by Serhiy Storchaka · 7 years ago
  58. 4313a29 bpo-34902: Fixes VM image for Azure Pipelines build (GH-9719) by Steve Dower · 7 years ago
  59. 4919747 Simplify flags checks in sre_compile.py. (GH-9718) by Serhiy Storchaka · 7 years ago
  60. 6f9c55d bpo-34825: Add more entries to os to pathlib reference table (GH-9608) by Xtreak · 7 years ago
  61. 07fbbfd bpo-34906: Doc: Fix typos (GH-9712) by Stéphane Wirtel · 7 years ago
  62. 7a7693e bpo-28441: Ensure `.exe` suffix in `sys.executable` on MinGW and Cygwin (GH-4348) by E. M. Bray · 7 years ago
  63. fc7d1b3 Fix a typo ssl.py docstring (GH-9697) by Matt Eaton · 7 years ago
  64. 6f85b82 bpo-34871: inspect: Don't pollute sys.modules (GH-9696) by INADA Naoki · 7 years ago
  65. c57eb9a bpo-34871: Fix two typos in test_inspect.py (GH-9698) by Chih-Hsuan Yen · 7 years ago
  66. 5f5a778 bpo-34740: Get rid of tp_getattro in ossaudiodev.oss_audio_device. (GH-9421) by Serhiy Storchaka · 7 years ago
  67. b2953fa bpo-34739: Get rid of tp_getattro in xml.etree.ElementTree.XMLParser. (GH-9420) by Serhiy Storchaka · 7 years ago
  68. 65ed12c closes bpo-34869: Remove LDLAST. (GH-9667) by Benjamin Peterson · 7 years ago
  69. 0c797a6 bpo-34872: Fix self-cancellation in C implementation of asyncio.Task (GH-9679) by Elvis Pranskevichus · 7 years ago
  70. 96c5932 bpo-34879: Fix a possible null pointer dereference in bytesobject.c (GH-9683) by Zackery Spytz · 7 years ago
  71. e006b39 Make it clear that the msg argument to assertWarns/assertWarnsRegex/assertRaisesRegex is keyword-only. (GH-9680) by Benjamin Peterson · 7 years ago
  72. 97bfe8d bpo-34172: multiprocessing.Pool leaks resources after being deleted (GH-8450) by tzickel · 7 years ago
  73. 9012a0f bpo-34728: Fix asyncio tests to run under "-Werror" (GH-9661) by Yury Selivanov · 7 years ago
  74. 11c4eaa Remove recent from logging cookbook (GH-9636) by Cheryl Sabella · 7 years ago
  75. 81574b8 closes bpo-34862: Guard definition of convert_sched_param with POSIX_SPAWN_SETSCHEDULER. (GH-9658) by William Orr · 7 years ago
  76. be4e5b8 Make it clear that the msg argument to assertRaises is keyword-only. (GH-9670) by Benjamin Peterson · 7 years ago
  77. cbda8fc closes bpo-34868: Improve error message with '_' is combined with an invalid type specifier. (GH-9666) by Benjamin Peterson · 7 years ago
  78. 30534cc bpo-31865: Fix a couple of typos in the html.unescape() docs. (GH-9662) by Ezio Melotti · 7 years ago
  79. d4c76d9 bpo-30167: Add test for module.__cached__ is None (GH-7617) by INADA Naoki · 7 years ago
  80. cd602b8 bpo-34476: Document that asyncio.sleep() always suspends. (#9643) by Hrvoje Nikšić · 7 years ago
  81. e972c13 bpo-30156: Remove property_descr_get() optimization (GH-9541) by Victor Stinner · 7 years ago
  82. 9df1002 Fix name of argument in docs for functools.reduce(). (#9634) by Brendan Jurd · 7 years ago
  83. 5fa247d bpo-34850: Replace is with == in idlelib.iomenu (GH-9649) by Terry Jan Reedy · 7 years ago
  84. 2a2940e bpo-34854: Fix compiling string annotations containing lambdas. (GH-9645) by Serhiy Storchaka · 7 years ago
  85. d5bd036 bpo-34849: Don't log wating for selector.select in asyncio loop iteration (GH-9641) by Andrew Svetlov · 7 years ago
  86. df81015 Speed-up math.dist() by 30% (GH-9628) by Raymond Hettinger · 7 years ago
  87. e45473e bpo-27351: Fix ConfigParser.read() documentation and docstring (GH-8123) by Zackery Spytz · 7 years ago
  88. eef0596 bpo-31370: Remove references to threadless builds (#8805) by Zackery Spytz · 7 years ago
  89. 508d820 Fix astuple in dataclasses documentation (GH-9631) by 방성범 (Bang Seongbeom) · 7 years ago
  90. 4b430e5 Fix incorrect error handling in _pickle.Unpickler.__init__() (GH-9630) by Zackery Spytz · 7 years ago
  91. e2f48bf bpo-34797: Convert heapq to the argument clinic (GH-9560) by Pablo Galindo · 7 years ago
  92. 37aae9d bpo-34687: Update asyncio doc for ProactorEventLoop (GH-9623) by Victor Stinner · 7 years ago
  93. 077061a bpo-34521: Fix tests in test_multiprocessing_spawn to use correctly CMSG_SPACE (GH-9613) by Pablo Galindo · 7 years ago
  94. 1fba2ff bpo-34736: improve error message for invalid length b64decode inputs (GH-9563) by Tal Einat · 7 years ago
  95. 9df346b bpo-34248: Add filename to error raised in {gnu,ndbm}.open() (GH-8590) by Zsolt Cserna · 7 years ago
  96. 59ee5b1 bpo-34802: Fix asyncio.iscoroutine() docs (GH-9611) by Yury Selivanov · 7 years ago
  97. 994269c bpo-34762: Update PyContext* to PyObject* in asyncio and decimal (GH-9609) by Yury Selivanov · 7 years ago
  98. 3f22811 bpo-32892: Use ast.Constant instead of specific constant AST types. (GH-9445) by Serhiy Storchaka · 7 years ago
  99. a94ee12 bpo-34819: Use a monotonic clock to compute timeouts in concurrent.futures (GH-9599) by orlnub123 · 7 years ago
  100. 7291108 Fix tests in test_socket to use correctly CMSG_LEN (GH-9594) by Pablo Galindo · 7 years ago