1. 051ff52 bpo-38565: add new cache_parameters method for lru_cache (GH-16916) by Manjusaka · 6 years ago
  2. a0ed99b bpo-38438: Simplify argparse "star nargs" usage. (GH-17106) by Brandt Bucher · 6 years ago
  3. 84ac437 bpo-38761: Register WeakSet as a MutableSet (GH-17104) by Raymond Hettinger · 6 years ago
  4. e27449d bpo-38635: Simplify decoding the ZIP64 extra field and make it tolerant to extra data. (GH-16988) by Serhiy Storchaka · 6 years ago
  5. befa032 bpo-22367: Add tests for fcntl.lockf(). (GH-17010) by Dong-hee Na · 6 years ago
  6. 991b02d update a deprecated assert in logging tests (GH-17079) by l0rb · 6 years ago
  7. 519cb87 bpo-38716: stop rotating handlers from setting inherited namer and rotator to None (GH-17072) by l0rb · 6 years ago
  8. 6c4c45e bpo-38692: Add os.pidfd_open. (GH-17063) by Benjamin Peterson · 6 years ago
  9. bf17d41 bpo-37645: add new function _PyObject_FunctionStr() (GH-14890) by Jeroen Demeyer · 6 years ago
  10. b396663 bpo-35381 Remove all static state from posixmodule (GH-15892) by Eddie Elizondo · 6 years ago
  11. 25fa3ec Fix a typo in wave module docstring (GH-17009) by Michael Haas · 6 years ago
  12. 8d4fef4 bpo-38422: Clarify docstrings of pathlib suffix(es) (GH-16679) by Ram Rachum · 6 years ago
  13. d0d9f7c Slightly improve plistlib test coverage. (GH-17025) by Jon Janzen · 6 years ago
  14. 65c7382 Add docstring for shlex.split (GH-16740) by MaT1g3R · 6 years ago
  15. b32cb97 bpo-38312: Add curses.{get,set}_escdelay and curses.{get,set}_tabsize. (GH-16938) by Anthony Sottile · 6 years ago
  16. b15100f bpo-38586: setting logging.Handler .name property in fileConfig (GH-16918) by Lucas Cimon · 6 years ago
  17. 79d4ed1 bpo-16575: Add checks for unions passed by value to functions. (GH-16799) by Vinay Sajip · 6 years ago
  18. a4ed6ed bpo-38614: Increase asyncio test_communicate() timeout (GH-16995) by Victor Stinner · 6 years ago
  19. 6c3e66a bpo-38640: Allow break and continue in always false while loops (GH-16992) by Pablo Galindo · 6 years ago
  20. 24c6258 bpo-38614: Add timeout constants to test.support (GH-16964) by Victor Stinner · 6 years ago
  21. 865c3b2 bpo-28029: Make "".replace("", s, n) returning s for any n != 0. (GH-16981) by Serhiy Storchaka · 6 years ago
  22. da6ce58 bpo-36993: Improve error reporting for zipfiles with bad zip64 extra data. (GH-14656) by Daniel Hillier · 6 years ago
  23. 3c88199 bpo-38626: Add comment explaining why __lt__ is used. (GH-16978) by Raymond Hettinger · 6 years ago
  24. ae7aa42 Remove code commented for more than 10 years (GH-16965) by Victor Stinner · 6 years ago
  25. e471e72 bpo-37330: open() no longer accept 'U' in file mode (GH-16959) by Victor Stinner · 6 years ago
  26. 5c32af7 bpo-38334: Fix seeking backward on an encrypted zipfile.ZipExtFile. (GH-16937) by Serhiy Storchaka · 6 years ago
  27. a8fb932 bpo-37309: First idlelib/NEWS.txt for 3.9.0 (GH-16947) by Terry Jan Reedy · 6 years ago
  28. e31a79a bpo-34162: Last idlelib/NEWS.txt items for 3.8.0. (GH-16943) by Terry Jan Reedy · 6 years ago
  29. e3f90b2 bpo-38598: Do not try to compile IDLE shell or output windows (GH-16939) by Terry Jan Reedy · 6 years ago
  30. 26ae9f6 bpo-38535: Fix positions for AST nodes for calls without arguments in decorators. (GH-16861) by Serhiy Storchaka · 6 years ago
  31. 96b06ae bpo-33348: parse expressions after * and ** in lib2to3 (GH-6586) by Zsolt Dollenstein · 6 years ago
  32. a01ba33 bpo-30618: add readlink to pathlib.Path (GH-8285) by Girts · 6 years ago
  33. 1b53a24 bpo-34679: ProactorEventLoop only uses set_wakeup_fd() in main thread (GH-16901) by Victor Stinner · 6 years ago
  34. 10ecbad bpo-31202: Preserve case of literal parts in Path.glob() on Windows. (GH-16860) by Serhiy Storchaka · 6 years ago
  35. 2eba6ad bpo-38493: Add os.CLD_KILLED and os.CLD_STOPPED. (GH-16821) by Dong-hee Na · 6 years ago
  36. a9ed91e bpo-27961: Replace PY_LONG_LONG with long long. (GH-15386) by Sergey Fedoseev · 6 years ago
  37. 919f0bc bpo-38208: Simplify string.Template by using __init_subclass__(). (GH-16256) by Serhiy Storchaka · 6 years ago
  38. 58ccd20 bpo-36321: Fix misspelled attribute name in namedtuple() (GH-16858) by Raymond Hettinger · 6 years ago
  39. 24dc2f8 bpo-38525: Fix a segmentation fault when using reverse iterators of empty dict (GH-16846) by Dong-hee Na · 6 years ago
  40. e4c431e bpo-36876: Re-organize the c-analyzer tool code. (gh-16841) by Eric Snow · 6 years ago
  41. 5eabec0 bpo-38521: Fix error in NormalDist.__eq__() (GH-16840) by Raymond Hettinger · 6 years ago
  42. ecb035c bpo-38502: regrtest uses process groups if available (GH-16829) by Victor Stinner · 6 years ago
  43. 5a88d50 bpo-27657: Fix urlparse() with numeric paths (#661) by Tim Graham · 6 years ago
  44. f33c57d5 bpo-33604: Raise TypeError on missing hmac arg. (GH-16805) by Gregory P. Smith · 6 years ago
  45. d8ca235 bpo-34953: Implement `mmap.mmap.__repr__` (GH-9891) by Taine Zhao · 6 years ago
  46. a661392 bpo-37531: regrtest now catchs ProcessLookupError (GH-16827) by Victor Stinner · 6 years ago
  47. 392a13b bpo-38006: Add unit test for weakref clear bug (GH-16788) by Neil Schemenauer · 6 years ago
  48. fab4ef2 bpo-35998: Fix test_asyncio.test_start_tls_server_1() (GH-16815) by Victor Stinner · 6 years ago
  49. 8d59eb1 bpo-37961, tracemalloc: add Traceback.total_nframe (GH-15545) by Julien Danjou · 6 years ago
  50. f3ef06a bpo-38478: Correctly handle keyword argument with same name as positional-only parameter (GH-16800) by Pablo Galindo · 6 years ago
  51. eb1dda2 bpo-38470: Fix test_compileall.test_compile_dir_maxlevels() (GH-16789) by Victor Stinner · 6 years ago
  52. d83fc27 bpo-38453: Resolve test directories before chdir to them (GH-16723) by Steve Dower · 6 years ago
  53. aad2ee0 bpo-32498: urllib.parse.unquote also accepts bytes (GH-7768) by Stein Karlsen · 6 years ago
  54. fd5c414 bpo-38469: Handle named expression scope with global/nonlocal keywords (GH-16755) by Pablo Galindo · 6 years ago
  55. 466326d bpo-38379: Don't block collection of unreachable objects when some objects resurrect (GH-16687) by Pablo Galindo · 6 years ago
  56. b16e382 bpo-38202: Fix a crash in dict_view & non-itearble. (GH-16241) by Zackery Spytz · 6 years ago
  57. 793cb85 bpo-38431: Fix __repr__ method of InitVar to work with typing objects. (GH-16702) by Samuel Colvin · 6 years ago
  58. 140a7d1 bpo-38378: Rename parameters "out" and "in" of os.sendfile(). (GH-16742) by Serhiy Storchaka · 6 years ago
  59. 46113e0 bpo-38456: Handle the case when there is no 'true' command (GH-16739) by Pablo Galindo · 6 years ago
  60. 67b93f8 bpo-38456: Use /bin/true in test_subprocess (GH-16736) by Gregory P. Smith · 6 years ago
  61. f3751ef bpo-38417: Add umask support to subprocess (GH-16726) by Gregory P. Smith · 6 years ago
  62. 822922a bpo-35800: Deprecate smtpd.MailmanProxy (GH-11675) by Samuel Colvin · 6 years ago
  63. 19a3d87 bpo-38449: Revert "bpo-22347: Update mimetypes.guess_type to allow oper parsing of URLs (GH-15522)" (GH-16724) by Abhilash Raj · 6 years ago
  64. 2b7dc40 bpo-38347: find pathfix for Python scripts whose name contain a '-' (GH-16536) by Ruediger Pluem · 6 years ago
  65. 1dbe537 Re-enable the OverflowError test for test_truediv on test_complex (GH-16591) by Dong-hee Na · 6 years ago
  66. 7bb1431 bpo-38109: Add missing constants to Lib/stat.py (GH-16665) by Ronan Lamy · 6 years ago
  67. ecbf35f bpo-38379: don't claim objects are collected when they aren't (#16658) by Tim Peters · 6 years ago
  68. e8bedbd bpo-38368: Added fix for ctypes crash when handling arrays in structs… (GH-16589) by Vinay Sajip · 6 years ago
  69. 0ec618a bpo-37531: regrtest ignores output on timeout (GH-16659) by Victor Stinner · 6 years ago
  70. e53c580 test_dictviews: Add testcase for dictviews_sub (GH-16660) by Dong-hee Na · 6 years ago
  71. 10cd00a bpo-38395: Fix ownership in weakref.proxy methods (GH-16632) by Pablo Galindo · 6 years ago
  72. 8252c52 bpo-38407: Add docstrings for typing.SupportsXXX classes. (GH-16644) by Serhiy Storchaka · 6 years ago
  73. 13abda4 bpo-38405: Make nested subclasses of typing.NamedTuple pickleable. (GH-16641) by Serhiy Storchaka · 6 years ago
  74. b690a27 bpo-36698: IDLE no longer fails when write non-encodable characters to stderr. (GH-16583) by Serhiy Storchaka · 6 years ago
  75. d05b000 bpo-38371: Tkinter: deprecate the split() method. (GH-16584) by Serhiy Storchaka · 6 years ago
  76. 0d3fe8a closes bpo-38402: Check error of primitive crypt/crypt_r. (GH-16599) by Antonio Gutierrez · 6 years ago
  77. e310af9 bpo-38344: Fix syntax in activate.bat (GH-16533) by James Abel · 6 years ago
  78. 6876257 bpo-36389: _PyObject_CheckConsistency() available in release mode (GH-16612) by Victor Stinner · 6 years ago
  79. ef092fe bpo-25988: Do not expose abstract collection classes in the collections module. (GH-10596) by Serhiy Storchaka · 6 years ago
  80. c38e725 bpo-38210: Fix intersection operation with dict view and iterator. (GH-16602) by Dong-hee Na · 6 years ago
  81. 65dcc8a bpo-38332: Catch KeyError from unknown cte in encoded-word. (GH-16503) by Andrei Troie · 6 years ago
  82. 3faf826 bpo-38341: Add SMTPNotSupportedError in the exports of smtplib (#16525) by nde · 6 years ago
  83. 06cb94b bpo-13153: Use OS native encoding for converting between Python and Tcl. (GH-16545) by Serhiy Storchaka · 6 years ago
  84. b23a842 bpo-34344 Fix AbstractEventLoopPolicy.get_event_loop docstring (GH-16463) by idomic · 6 years ago
  85. a0e3d27 bpo-38355: Fix ntpath.realpath failing on sys.executable (GH-16551) by Steve Dower · 6 years ago
  86. 098e256 bpo-36670: Enhance regrtest (GH-16556) by Victor Stinner · 6 years ago
  87. c65119d bpo-36670: Enhance regrtest WindowsLoadTracker (GH-16553) by Victor Stinner · 6 years ago
  88. 3e04cd2 bpo-36670, regrtest: Fix WindowsLoadTracker() for partial line (GH-16550) by Victor Stinner · 6 years ago
  89. b3e7045 bpo-38338, test.pythoninfo: add more ssl infos (GH-16539) by Victor Stinner · 6 years ago
  90. 2ea71a0 bpo-36670: regrtest bug fixes (GH-16537) by Victor Stinner · 6 years ago
  91. 982bfa4 bpo-36670: Multiple regrtest bugfixes (GH-16511) by Victor Stinner · 6 years ago
  92. 94e1650 bpo-38319: Fix shutil._fastcopy_sendfile(): set sendfile() max block size (GH-16491) by Giampaolo Rodola · 6 years ago
  93. cf57cab bpo-32689: Updates shutil.move to allow for Path objects to be used as source arg (GH-15326) by Maxwell A McKinnon · 6 years ago
  94. e407013 Fix and improve `asyncio.run()` docs (GH-16403) by Kyle Stanley · 6 years ago
  95. fc4a044 bpo-30773: Fix ag_running; prohibit running athrow/asend/aclose in parallel (#7468) by Yury Selivanov · 6 years ago
  96. 6758e6e bpo-38242: Revert "bpo-36889: Merge asyncio streams (GH-13251)" (#16482) by Yury Selivanov · 6 years ago
  97. 3667e1e bpo-38163: Child mocks detect their type as sync or async (GH-16471) by Lisa Roach · 6 years ago
  98. 5bcc6d8 bpo-37096: Add large-file tests for modules using sendfile(2) (GH-13676) by Giampaolo Rodola · 6 years ago
  99. 25e115e bpo-38161: Removes _AwaitEvent from AsyncMock. (GH-16443) by Lisa Roach · 6 years ago
  100. fb4ae15 bpo-38317: Fix PyConfig.warnoptions priority (GH-16478) by Victor Stinner · 6 years ago