1. 39ed289 bpo-35770: IDLE macosx deletes Options => Configure IDLE. (GH-11614) by Terry Jan Reedy · 6 years ago
  2. 478f829 bpo-21257: document http.client.parse_headers (GH-11443) by Ashwin Ramaswami · 6 years ago
  3. 34de2d3 bpo-35045: Accept TLSv1 default in min max test (GH-11510) by Christian Heimes · 6 years ago
  4. 36d9e9a bpo-35283: Update the docstring of threading.Thread.join method (GH-11596) by Dong-hee Na · 6 years ago
  5. a902239 bpo-35769: Change IDLE's name for new files from 'Untitled' to 'untitled' (GH-11602) by Terry Jan Reedy · 6 years ago
  6. 3bcbedc bpo-34850: Emit a warning for "is" and "is not" with a literal. (GH-9642) by Serhiy Storchaka · 6 years ago
  7. e55cf02 bpo-35730: IDLE - test squeezer reload() by checking load_font() (GH-11585) by Tal Einat · 6 years ago
  8. cf27c06 bpo-23156: Remove obsolete tix install directions (GH-11595) by Terry Jan Reedy · 6 years ago
  9. 56c1605 bpo-34161: Update idlelib/NEWS.txt to 2019 Jan 17 (GH-11597) by Terry Jan Reedy · 6 years ago
  10. 17f05bb bpo-33687: Fix call to os.chmod() in uu.decode() (GH-7282) by Timo Furrer · 6 years ago
  11. f1d8e7c bpo-35701: Added __weakref__ slot to uuid.UUID (GH-11570) by David H · 6 years ago
  12. 89669ff bpo-35283: Add deprecation warning for Thread.isAlive (GH-11454) by Dong-hee Na · 6 years ago
  13. 97e1299 Fixes typo in asyncio.queue doc (GH-11581) by Slam · 6 years ago
  14. cee29b4 bpo-35486: Note Py3.6 import system API requirement change (GH-11540) by Nick Coghlan · 6 years ago
  15. 8c34956 Revert "bpo-35537: subprocess can now use os.posix_spawnp (GH-11579)" (GH-11582) by Victor Stinner · 6 years ago
  16. 0785889 bpo-35537: subprocess can now use os.posix_spawnp (GH-11579) by Victor Stinner · 6 years ago
  17. 92b8322 bpo-35674: Add os.posix_spawnp() (GH-11554) by Joannah Nanjekye · 6 years ago
  18. 9daecf3 bpo-35537: subprocess uses os.posix_spawn in some cases (GH-11452) by Victor Stinner · 6 years ago
  19. a37f524 bpo-35746: Fix segfault in ssl's cert parser (GH-11569) by Christian Heimes · 6 years ago
  20. c9f872b bpo-23846: Fix ProactorEventLoop._write_to_self() (GH-11566) by Victor Stinner · 6 years ago
  21. 3607ef4 bpo-35742: Fix test_envar_unimportable in test_builtin. (GH-11561) by Serhiy Storchaka · 6 years ago
  22. b91140f bpo-11555: Enhance IocpProactor.close() log again (GH-11563) by Victor Stinner · 6 years ago
  23. b1e4573 bpo-34323: Enhance IocpProactor.close() log (GH-11555) by Victor Stinner · 6 years ago
  24. 06f8b57 bpo-35738: Update the example for timer.Timer.repeat(). (GH-11559) by Henry Chen · 6 years ago
  25. 32ebd85 bpo-29707: Document that os.path.ismount() is not able to reliable detect bind mounts. (GH-11238) by Serhiy Storchaka · 6 years ago
  26. efcf82f bpo-35619: Improve support of custom data descriptors in help() and pydoc. (GH-11366) by Serhiy Storchaka · 6 years ago
  27. 6fe9c44 bpo-34756: Silence only ImportError and AttributeError in sys.breakpointhook(). (GH-9457) by Serhiy Storchaka · 6 years ago
  28. 454b3d4 bpo-35066: _dateime.datetime.strftime copies trailing '%' (GH-10692) by MichaelSaah · 6 years ago
  29. 5bb146a bpo-35730: Disable IDLE test_reload assertion. (GH-11543) by Terry Jan Reedy · 6 years ago
  30. 39a33e9 bpo-35196: Optimize Squeezer's write() interception (GH-10454) by Tal Einat · 6 years ago
  31. 995d9b9 bpo-16806: Fix `lineno` and `col_offset` for multi-line string tokens (GH-10021) by Anthony Sottile · 6 years ago
  32. 1cffd0e bpo-34512: Document platform-specific strftime() behavior for non-ASCII format strings (GH-8948) by Alexey Izbyshev · 6 years ago
  33. d586ccb bpo-35552: Fix reading past the end in PyUnicode_FromFormat() and PyBytes_FromFormat(). (GH-11276) by Serhiy Storchaka · 6 years ago
  34. f1ec3ce bpo-35634: Raise an error when first passed kwargs contains duplicated keys. (GH-11438) by Serhiy Storchaka · 6 years ago
  35. 58159ef bpo-35494: Improve syntax error messages for unbalanced parentheses in f-string. (GH-11161) by Serhiy Storchaka · 6 years ago
  36. 44cc482 bpo-33817: Fix _PyBytes_Resize() for empty bytes object. (GH-11516) by Serhiy Storchaka · 6 years ago
  37. d0d3e99 bpo-35719: Optimize multi-argument math functions. (GH-11527) by Serhiy Storchaka · 6 years ago
  38. 7934266 bpo-35582: Inline arguments tuple unpacking in handwritten code. (GH-11524) by Serhiy Storchaka · 6 years ago
  39. cb08a71 bpo-34838: Use subclass_of for math.dist. (GH-9659) by Ammar Askar · 6 years ago
  40. fdf282d bpo-35423: Stop using the "pending calls" machinery for signals. (gh-10972) by Eric Snow · 6 years ago
  41. a909460 bpo-34569: Fix subinterpreter 32-bit ABI, pystate.c/_new_long_object() (gh-9127) by Michael Felt · 6 years ago
  42. 2a39d25 bpo-35582: Argument Clinic: Optimize the "all boring objects" case. (GH-11520) by Serhiy Storchaka · 6 years ago
  43. 4fa9591 bpo-35582: Argument Clinic: inline parsing code for positional parameters. (GH-11313) by Serhiy Storchaka · 6 years ago
  44. 5485085 bpo-32710: Fix _overlapped.Overlapped memory leaks (GH-11489) by Victor Stinner · 6 years ago
  45. fd7d539 bpo-35716: Update time.CLOCK_MONOTONIC_RAW doc (GH-11517) by Joannah Nanjekye · 6 years ago
  46. bab4bbb bpo-32146: Add documentation about frozen executables on Unix (GH-5850) by Bo Bayles · 6 years ago
  47. 572168a bpo-35702: Add new identifier time.CLOCK_UPTIME_RAW for macOS 10.12 (GH-11503) by Joannah Nanjekye · 6 years ago
  48. 89c4f90 bpo-35470: Fix a reference counting bug in _PyImport_FindExtensionObjectEx(). (GH-11128) by Zackery Spytz · 6 years ago
  49. c5dc60e bpo-24746: Fix doctest failures when running the testsuite with -R (#11501) by Pablo Galindo · 6 years ago
  50. fb2c346 asyncio: __del__() keep reference to warnings.warn (GH-11491) by Victor Stinner · 6 years ago
  51. 9b07681 IocpProactor: prevent modification if closed (GH-11494) by Victor Stinner · 6 years ago
  52. 6aedfa6 bpo-34855: Fix EXTERNALS_DIR build variable for Windows (GH-11177) by antektek · 6 years ago
  53. a306bdd Distutils no longer needs to remain compatible with 2.3 (GH-11423) by Miro Hrončok · 6 years ago
  54. 91c6158 Update bugs.rst (GH-9648) by Andre Delfino · 6 years ago
  55. e394ba3 bpo-35404: Clarify how to import _structure in email.message doc (GH-10886) by Charles-Axel Dein · 6 years ago
  56. d6acf17 Add example to the documentation for calling unittest.mock.patch with create=True (GH-11056) by Pablo Galindo · 6 years ago
  57. ee65594 bpo-35641: Move IDLE blurb to IDLE directory (#11479) by Terry Jan Reedy · 6 years ago
  58. cbb1645 bpo-24746: Avoid stripping trailing whitespace in doctest fancy diff (#10639) by Sanyam Khurana · 6 years ago
  59. a234e14 bpo-32710: Fix leak in Overlapped_WSASend() (GH-11469) by Victor Stinner · 6 years ago
  60. 872bd2b bpo-35596: Use unchecked PYCs for the embeddable distro to avoid zipimport restrictions (GH-11465) by Steve Dower · 6 years ago
  61. c24c6c2 bpo-35568: add 'raise_signal' function (GH-11335) by Vladimir Matveev · 6 years ago
  62. e61cc48 bpo-35374: Avoid trailing space in hhc file name if found on PATH. (GH-10849) by chrullrich · 6 years ago
  63. 202d1bd Remove spurious quote in Azure Pipelines script (GH-10763) by Pierre Glaser · 6 years ago
  64. 80fda71 bpo-35682: Fix _ProactorBasePipeTransport._force_close() (GH-11462) by Victor Stinner · 6 years ago
  65. fbf5068 bpo-35642: Remove asynciomodule.c from pythoncore.vcxproj (GH-11410) by Gregory Szorc · 6 years ago
  66. ddd7c42 bpo-33717: pythoninfo logs information of all clocks (GH-11460) by Victor Stinner · 6 years ago
  67. df8e1fb bpo-32710: test_asyncio: test_sendfile reset policy (GH-11461) by Victor Stinner · 6 years ago
  68. 2d53bed bpo-35664: Optimize operator.itemgetter (GH-11435) by Raymond Hettinger · 6 years ago
  69. 3f7983a bpo-35560: Remove assertion from format(float, "n") (GH-11288) by Xtreak · 6 years ago
  70. a0bb51e test_threading_local: add missing "import sys" (GH-8049) by cclauss · 6 years ago
  71. 11303dd bpo-35660: Fix imports in idlelib.window (#11434) by Cheryl Sabella · 6 years ago
  72. 83da926 bpo-35488: Add tests for ** glob matching in pathlib (GH-11171) by Anthony Shaw · 6 years ago
  73. a5b7616 remove doc-string declaration no longer used after AC conversion (GH-11444) by Tal Einat · 6 years ago
  74. 67ba547 bpo-23057: Use 'raise' to emulate ctrl-c in proactor tests (#11274) by Vladimir Matveev · 6 years ago
  75. 31ec52a bpo-35631: Improve typing docs wrt abstract/concrete collection types (GH-11396) by Ville Skyttä · 6 years ago
  76. 47a2fce bpo-31450: Remove documentation mentioning that subprocess's child_traceback is available with the parent process (GH-11422) by Harmandeep Singh · 6 years ago
  77. ab54b9a bpo-35641: IDLE - format calltip properly when no docstring (GH-11415) by Emmanuel Arias · 6 years ago
  78. aff0ada bpo-33987: IDLE - use ttk Frame for ttk widgets (GH-11395) by Terry Jan Reedy · 6 years ago
  79. e9a044e bpo-35525: Correct the argument name for NNTP.starttls() (GH-11310) by Harmandeep Singh · 6 years ago
  80. d466c43 closes bpo-35643: Fix a SyntaxWarning: invalid escape sequence in Modules/_sha3/cleanup.py (GH-11411) by Mickaël Schoentgen · 6 years ago
  81. 9a69ae8 Bump copyright years to 2019. (GH-11404) by Benjamin Peterson · 6 years ago
  82. 830ddc7 Revert "bpo-35603: Escape table header of make_table output that can cause potential XSS. (GH-11341)" (GH-11356) by Serhiy Storchaka · 6 years ago
  83. 3a374e0 bpo-35588: Speed up mod, divmod and floordiv operations for Fraction type (#11322) by Stefan Behnel · 6 years ago
  84. a1d1425 bpo-35636: Remove redundant check in unicode_hash(). (GH-11402) by animalize · 6 years ago
  85. f8b5344 closes bpo-35623: Fix integer overflow when sorting large lists (GH-11380) by sth · 6 years ago
  86. 7e3fb40 closes bpo-35630: Use code tag for 'python3' in 'README.rst' (GH-11394) by Suriyaa ✌️️ · 6 years ago
  87. b4ea8bb bpo-35598: IDLE - Globalize some config_key objects (GH-11392) by Cheryl Sabella · 6 years ago
  88. ede0b6f bpo-20182: AC convert Python/sysmodule.c (GH-11328) by Tal Einat · 6 years ago
  89. 052b2df bpo-32492: Tweak _collections._tuplegetter. (GH-11367) by Serhiy Storchaka · 6 years ago
  90. 5c117dd bpo-35609: Remove examples for deprecated decorators in the abc module. (GH-11355) by Serhiy Storchaka · 6 years ago
  91. 7108aab Fix typo in test module usage message (GH-11374) by sth · 6 years ago
  92. b539cef bpo-35614: Fix pydoc help() on metaclasses (#11357) by Sanyam Khurana · 6 years ago
  93. 1d300ce bpo-35214: Annotate posix calls for clang MSan. (#11389) by Gregory P. Smith · 6 years ago
  94. e5796c4 bpo-35214: Skip test_io tests that'd cause a huge malloc under msan (#11385) by Gregory P. Smith · 6 years ago
  95. d6f45b2 Fix typos in test_faulthandler skipIfs for ubsan. (GH-11386) by Gregory P. Smith · 6 years ago
  96. 6f9bc72 bpo-35550: Fix incorrect Solaris define guards (GH-11275) by Jakub Kulík · 6 years ago
  97. 30e0232 Cleanup test_faulthandler sanitizer skip logic. (GH-11381) by Gregory P. Smith · 6 years ago
  98. c7e2191 Dead code removal from _hashopenssl. (GH-11379) by Gregory P. Smith · 6 years ago
  99. b474e67 bpo-35214: MSan workarounds for socket, time, and test_faulthandler. (GH-11375) by Gregory P. Smith · 6 years ago
  100. 387512c bpo-28503: Use crypt_r() when available instead of crypt() (GH-11373) by Gregory P. Smith · 6 years ago