1. 0127bb1 bpo-38875: test_capi: trashcan tests require cpu resource (GH-17314) by Victor Stinner · 5 years ago
  2. fee5526 Produce cleaner bytecode for 'with' and 'async with' by generating separate code for normal and exceptional paths. (#6641) by Mark Shannon · 5 years ago
  3. 559bad1 bpo-38841: Skip asyncio test_create_datagram_endpoint_existing_sock_unix (GH-17294) by xdegaye · 5 years ago
  4. 7483451 closes bpo-38712: Add signal.pidfd_send_signal. (GH-17070) by Benjamin Peterson · 5 years ago
  5. e0cd8aa bpo-37957: Allow regrtest to receive a file with test (and subtests) to ignore (GH-16989) by Pablo Galindo · 5 years ago
  6. 293dd23 Remove binding of captured exceptions when not used to reduce the chances of creating cycles (GH-17246) by Pablo Galindo · 5 years ago
  7. c6b20be bpo-38707: Fix for multiprocessing.Process MainThread.native_id (GH-17088) by Jake Tesler · 5 years ago
  8. 892221b bpo-38839: Fix some unused functions in tests (GH-17189) by Adam Johnson · 5 years ago
  9. 8e0de2a bpo-35409: Ignore GeneratorExit in async_gen_athrow_throw (GH-14755) by Vincent Michel · 5 years ago
  10. 9960230 bpo-22367: Update test_fcntl.py for spawn process mode (#17154) by Dong-hee Na · 5 years ago
  11. 59c8088 Revert "bpo-38811: Check for presence of os.link method in pathlib. (GH-17170)" (#17219) by Victor Stinner · 5 years ago
  12. 111772f bpo-38811: Check for presence of os.link method in pathlib. (GH-17170) by Toke Høiland-Jørgensen · 5 years ago
  13. 645005e bpo-38724: Implement subprocess.Popen.__repr__ (GH-17151) by Andrey Doroschenko · 5 years ago
  14. a065232 bpo-28286: Deprecate opening GzipFile for writing implicitly. (GH-16417) by Serhiy Storchaka · 5 years ago
  15. 5fd5cb8 bpo-38639: Optimize floor(), ceil() and trunc() for floats. (GH-16991) by Serhiy Storchaka · 5 years ago
  16. 7c6130c bpo-38453: Ensure correct short path is obtained for test (GH-17184) by Steve Dower · 5 years ago
  17. abde52c bpo-38453: Ensure ntpath.realpath correctly resolves relative paths (GH-16967) by Steve Dower · 5 years ago
  18. 3ccdd9b closes bpo-38692: Add a pidfd child process watcher to asyncio. (GH-17069) by Benjamin Peterson · 5 years ago
  19. dad6be5 bpo-38785: Prevent asyncio from crashing (GH-17144) by Andrew Svetlov · 5 years ago
  20. 61289d4 bpo-38786: Add parsing of https links to pydoc (GH-17143) by Kirill · 5 years ago
  21. 74fa9f7 closes bpo-27805: Ignore ESPIPE in initializing seek of append-mode files. (GH-17112) by Benjamin Peterson · 5 years ago
  22. 051ff52 bpo-38565: add new cache_parameters method for lru_cache (GH-16916) by Manjusaka · 5 years ago
  23. a0ed99b bpo-38438: Simplify argparse "star nargs" usage. (GH-17106) by Brandt Bucher · 5 years ago
  24. 84ac437 bpo-38761: Register WeakSet as a MutableSet (GH-17104) by Raymond Hettinger · 5 years ago
  25. befa032 bpo-22367: Add tests for fcntl.lockf(). (GH-17010) by Dong-hee Na · 5 years ago
  26. 991b02d update a deprecated assert in logging tests (GH-17079) by l0rb · 5 years ago
  27. 519cb87 bpo-38716: stop rotating handlers from setting inherited namer and rotator to None (GH-17072) by l0rb · 5 years ago
  28. 6c4c45e bpo-38692: Add os.pidfd_open. (GH-17063) by Benjamin Peterson · 5 years ago
  29. bf17d41 bpo-37645: add new function _PyObject_FunctionStr() (GH-14890) by Jeroen Demeyer · 5 years ago
  30. b396663 bpo-35381 Remove all static state from posixmodule (GH-15892) by Eddie Elizondo · 5 years ago
  31. d0d9f7c Slightly improve plistlib test coverage. (GH-17025) by Jon Janzen · 5 years ago
  32. b32cb97 bpo-38312: Add curses.{get,set}_escdelay and curses.{get,set}_tabsize. (GH-16938) by Anthony Sottile · 5 years ago
  33. b15100f bpo-38586: setting logging.Handler .name property in fileConfig (GH-16918) by Lucas Cimon · 5 years ago
  34. a4ed6ed bpo-38614: Increase asyncio test_communicate() timeout (GH-16995) by Victor Stinner · 5 years ago
  35. 6c3e66a bpo-38640: Allow break and continue in always false while loops (GH-16992) by Pablo Galindo · 5 years ago
  36. 24c6258 bpo-38614: Add timeout constants to test.support (GH-16964) by Victor Stinner · 5 years ago
  37. 865c3b2 bpo-28029: Make "".replace("", s, n) returning s for any n != 0. (GH-16981) by Serhiy Storchaka · 5 years ago
  38. da6ce58 bpo-36993: Improve error reporting for zipfiles with bad zip64 extra data. (GH-14656) by Daniel Hillier · 5 years ago
  39. ae7aa42 Remove code commented for more than 10 years (GH-16965) by Victor Stinner · 5 years ago
  40. e471e72 bpo-37330: open() no longer accept 'U' in file mode (GH-16959) by Victor Stinner · 5 years ago
  41. 5c32af7 bpo-38334: Fix seeking backward on an encrypted zipfile.ZipExtFile. (GH-16937) by Serhiy Storchaka · 5 years ago
  42. 26ae9f6 bpo-38535: Fix positions for AST nodes for calls without arguments in decorators. (GH-16861) by Serhiy Storchaka · 5 years ago
  43. a01ba33 bpo-30618: add readlink to pathlib.Path (GH-8285) by Girts · 5 years ago
  44. 1b53a24 bpo-34679: ProactorEventLoop only uses set_wakeup_fd() in main thread (GH-16901) by Victor Stinner · 5 years ago
  45. 10ecbad bpo-31202: Preserve case of literal parts in Path.glob() on Windows. (GH-16860) by Serhiy Storchaka · 5 years ago
  46. 2eba6ad bpo-38493: Add os.CLD_KILLED and os.CLD_STOPPED. (GH-16821) by Dong-hee Na · 5 years ago
  47. a9ed91e bpo-27961: Replace PY_LONG_LONG with long long. (GH-15386) by Sergey Fedoseev · 5 years ago
  48. 24dc2f8 bpo-38525: Fix a segmentation fault when using reverse iterators of empty dict (GH-16846) by Dong-hee Na · 5 years ago
  49. e4c431e bpo-36876: Re-organize the c-analyzer tool code. (gh-16841) by Eric Snow · 5 years ago
  50. 5eabec0 bpo-38521: Fix error in NormalDist.__eq__() (GH-16840) by Raymond Hettinger · 5 years ago
  51. ecb035c bpo-38502: regrtest uses process groups if available (GH-16829) by Victor Stinner · 5 years ago
  52. 5a88d50 bpo-27657: Fix urlparse() with numeric paths (#661) by Tim Graham · 5 years ago
  53. f33c57d5 bpo-33604: Raise TypeError on missing hmac arg. (GH-16805) by Gregory P. Smith · 5 years ago
  54. d8ca235 bpo-34953: Implement `mmap.mmap.__repr__` (GH-9891) by Taine Zhao · 5 years ago
  55. a661392 bpo-37531: regrtest now catchs ProcessLookupError (GH-16827) by Victor Stinner · 5 years ago
  56. 392a13b bpo-38006: Add unit test for weakref clear bug (GH-16788) by Neil Schemenauer · 5 years ago
  57. fab4ef2 bpo-35998: Fix test_asyncio.test_start_tls_server_1() (GH-16815) by Victor Stinner · 5 years ago
  58. 8d59eb1 bpo-37961, tracemalloc: add Traceback.total_nframe (GH-15545) by Julien Danjou · 5 years ago
  59. f3ef06a bpo-38478: Correctly handle keyword argument with same name as positional-only parameter (GH-16800) by Pablo Galindo · 5 years ago
  60. eb1dda2 bpo-38470: Fix test_compileall.test_compile_dir_maxlevels() (GH-16789) by Victor Stinner · 5 years ago
  61. d83fc27 bpo-38453: Resolve test directories before chdir to them (GH-16723) by Steve Dower · 5 years ago
  62. aad2ee0 bpo-32498: urllib.parse.unquote also accepts bytes (GH-7768) by Stein Karlsen · 5 years ago
  63. fd5c414 bpo-38469: Handle named expression scope with global/nonlocal keywords (GH-16755) by Pablo Galindo · 5 years ago
  64. 466326d bpo-38379: Don't block collection of unreachable objects when some objects resurrect (GH-16687) by Pablo Galindo · 5 years ago
  65. b16e382 bpo-38202: Fix a crash in dict_view & non-itearble. (GH-16241) by Zackery Spytz · 5 years ago
  66. 793cb85 bpo-38431: Fix __repr__ method of InitVar to work with typing objects. (GH-16702) by Samuel Colvin · 5 years ago
  67. 140a7d1 bpo-38378: Rename parameters "out" and "in" of os.sendfile(). (GH-16742) by Serhiy Storchaka · 5 years ago
  68. 46113e0 bpo-38456: Handle the case when there is no 'true' command (GH-16739) by Pablo Galindo · 5 years ago
  69. 67b93f8 bpo-38456: Use /bin/true in test_subprocess (GH-16736) by Gregory P. Smith · 5 years ago
  70. f3751ef bpo-38417: Add umask support to subprocess (GH-16726) by Gregory P. Smith · 5 years ago
  71. 19a3d87 bpo-38449: Revert "bpo-22347: Update mimetypes.guess_type to allow oper parsing of URLs (GH-15522)" (GH-16724) by Abhilash Raj · 5 years ago
  72. 2b7dc40 bpo-38347: find pathfix for Python scripts whose name contain a '-' (GH-16536) by Ruediger Pluem · 5 years ago
  73. 1dbe537 Re-enable the OverflowError test for test_truediv on test_complex (GH-16591) by Dong-hee Na · 5 years ago
  74. 7bb1431 bpo-38109: Add missing constants to Lib/stat.py (GH-16665) by Ronan Lamy · 5 years ago
  75. ecbf35f bpo-38379: don't claim objects are collected when they aren't (#16658) by Tim Peters · 5 years ago
  76. 0ec618a bpo-37531: regrtest ignores output on timeout (GH-16659) by Victor Stinner · 5 years ago
  77. e53c580 test_dictviews: Add testcase for dictviews_sub (GH-16660) by Dong-hee Na · 5 years ago
  78. 10cd00a bpo-38395: Fix ownership in weakref.proxy methods (GH-16632) by Pablo Galindo · 5 years ago
  79. 13abda4 bpo-38405: Make nested subclasses of typing.NamedTuple pickleable. (GH-16641) by Serhiy Storchaka · 5 years ago
  80. d05b000 bpo-38371: Tkinter: deprecate the split() method. (GH-16584) by Serhiy Storchaka · 5 years ago
  81. 6876257 bpo-36389: _PyObject_CheckConsistency() available in release mode (GH-16612) by Victor Stinner · 5 years ago
  82. c38e725 bpo-38210: Fix intersection operation with dict view and iterator. (GH-16602) by Dong-hee Na · 5 years ago
  83. 65dcc8a bpo-38332: Catch KeyError from unknown cte in encoded-word. (GH-16503) by Andrei Troie · 5 years ago
  84. 06cb94b bpo-13153: Use OS native encoding for converting between Python and Tcl. (GH-16545) by Serhiy Storchaka · 5 years ago
  85. a0e3d27 bpo-38355: Fix ntpath.realpath failing on sys.executable (GH-16551) by Steve Dower · 5 years ago
  86. 098e256 bpo-36670: Enhance regrtest (GH-16556) by Victor Stinner · 5 years ago
  87. c65119d bpo-36670: Enhance regrtest WindowsLoadTracker (GH-16553) by Victor Stinner · 5 years ago
  88. 3e04cd2 bpo-36670, regrtest: Fix WindowsLoadTracker() for partial line (GH-16550) by Victor Stinner · 5 years ago
  89. b3e7045 bpo-38338, test.pythoninfo: add more ssl infos (GH-16539) by Victor Stinner · 5 years ago
  90. 2ea71a0 bpo-36670: regrtest bug fixes (GH-16537) by Victor Stinner · 5 years ago
  91. 982bfa4 bpo-36670: Multiple regrtest bugfixes (GH-16511) by Victor Stinner · 5 years ago
  92. cf57cab bpo-32689: Updates shutil.move to allow for Path objects to be used as source arg (GH-15326) by Maxwell A McKinnon · 5 years ago
  93. fc4a044 bpo-30773: Fix ag_running; prohibit running athrow/asend/aclose in parallel (#7468) by Yury Selivanov · 5 years ago
  94. 6758e6e bpo-38242: Revert "bpo-36889: Merge asyncio streams (GH-13251)" (#16482) by Yury Selivanov · 5 years ago
  95. 5bcc6d8 bpo-37096: Add large-file tests for modules using sendfile(2) (GH-13676) by Giampaolo Rodola · 5 years ago
  96. fb4ae15 bpo-38317: Fix PyConfig.warnoptions priority (GH-16478) by Victor Stinner · 5 years ago
  97. 58498bc bpo-38019: correctly handle pause/resume reading of closed asyncio unix pipe (GH-16472) by Andrew Svetlov · 5 years ago
  98. c816503 bpo-38115: Deal with invalid bytecode offsets in lnotab (GH-16079) by T. Wouters · 5 years ago
  99. 7774d78 bpo-38216, bpo-36274: Allow subclasses to separately override validation and encoding behavior (GH-16448) by Jason R. Coombs · 5 years ago
  100. e8650a4 bpo-38243, xmlrpc.server: Escape the server_title (GH-16373) by Dong-hee Na · 5 years ago