1. 4737b92 bpo-24638: Improve the error message in asyncio.ensure_future() (#12848) by Zackery Spytz · 5 years ago
  2. c1964e9 bpo-36613: call remove_done_callback if exception (GH-12800) by gescheit · 5 years ago
  3. 4461d70 bpo-36341: Fix tests calling bind() on AF_UNIX sockets (GH-12399) by xdegaye · 5 years ago
  4. 45e92fc Add correct license for C14N test suite to license docs. (GH-13055) by Stefan Behnel · 5 years ago
  5. 4631da1 bpo-36763: Remove _PyCoreConfig._init_main (GH-13066) by Victor Stinner · 5 years ago
  6. 6ae2bbb bpo-36776: Add @support.skip_unless_symlink to test_lll.py (GH-13058) by Zackery Spytz · 5 years ago
  7. 874ad1b Fix typo: quaatile to quantile (GH=13001) by Xtreak · 5 years ago
  8. c4e78b1 bpo-14546: Fix the argument handling in Tools/scripts/lll.py (GH-13026) by Zackery Spytz · 5 years ago
  9. 0d5864f bpo-13611: Include C14N 2.0 test data in installation (GH-13053) by Stefan Behnel · 5 years ago
  10. cb9fbd3 bpo-36763: Make _PyCoreConfig.check_hash_pycs_mode public (GH-13052) by Victor Stinner · 5 years ago
  11. 11e4a94 Change bisect to bisect_cmd in docstring (#13040) by Xtreak · 5 years ago
  12. adbf178 Mock 100% coverage (GH-13045) by Chris Withers · 5 years ago
  13. b7378d7 bpo-30458: Use InvalidURL instead of ValueError. (GH-13044) by Gregory P. Smith · 5 years ago
  14. e1d5dd6 bpo-13611: C14N 2.0 implementation for ElementTree (GH-12966) by Stefan Behnel · 5 years ago
  15. dde3eeb bpo-36676: Namespace prefix aware parsing support for the ET.XMLParser target (GH-12885) by Stefan Behnel · 5 years ago
  16. 43851a2 bpo-36673: Implement comment/PI parsing support for the TreeBuilder in ElementTree. (#12883) by Stefan Behnel · 5 years ago
  17. 3d37ea2 bpo-27682: Handle client connection terminations in wsgiref (GH-9713) by Petter Strandmark · 5 years ago
  18. 18029d8 MNT: set stacklevel in the getfullargspec deprecation warning to 2 (GH-13029) by Thomas A Caswell · 5 years ago
  19. 2fc936e bpo-30458: Disable https related urllib tests on a build without ssl (GH-13032) by Xtreak · 5 years ago
  20. 49e27f0 remove jython support from unittest.mock (GH#13033) by Chris Withers · 5 years ago
  21. c4e671e bpo-30458: Disallow control chars in http URLs. (GH-12755) by Gregory P. Smith · 5 years ago
  22. 5f38b84 bpo-36763: Add _PyCoreConfig_SetArgv() (GH-13030) by Victor Stinner · 5 years ago
  23. 0df635c Don't report deleted attributes in __dir__ (GH#10148) by Mario Corchero · 5 years ago
  24. d537ab0 bpo-36742: Fixes handling of pre-normalization characters in urlsplit() (GH-13017) by Steve Dower · 5 years ago
  25. 3bbcc92 bpo-25430: improve performance of IPNetwork.__contains__ (GH-1785) by gescheit · 5 years ago
  26. b0a2c0f bpo-36018: Test idempotence. Test two methods against one-another. (GH-13021) by Raymond Hettinger · 5 years ago
  27. d5d2b45 bpo-36751: Deprecate getfullargspec and report positional-only args as regular args (GH-13016) by Pablo Galindo · 5 years ago
  28. 81c5a90 bpo-36232: Improve error message on dbm.open() when the db doesn't exist (GH-12060) by Marco Rougeth · 5 years ago
  29. be6dbfb bpo-1613500: Don't hardcode output file mode in fileinput.FileInput (GH-12986) by Berker Peksag · 5 years ago
  30. 88c0937 bpo-36004: Add date.fromisocalendar (GH-11888) by Paul Ganssle · 5 years ago
  31. a86e064 bpo-35952: Fix test.pythoninfo when the compiler is missing (GH-13007) by xdegaye · 5 years ago
  32. 8c77b8c bpo-36540: PEP 570 -- Implementation (GH-12701) by Pablo Galindo · 5 years ago
  33. 254b309 bpo-21536: On Android, C extensions are linked to libpython (GH-12989) by xdegaye · 5 years ago
  34. db81ba1 bpo-36546: More tests: type preservation and equal inputs (#13000) by Raymond Hettinger · 5 years ago
  35. 86f0c82 bpo-36729: Delete unused text variable on tests. (GH-12959) by Emmanuel Arias · 5 years ago
  36. 50fed0b bpo-32424: Improve test coverage for xml.etree.ElementTree (GH-12891) by Gordon P. Hemsley · 5 years ago
  37. 4d8c8c0 bpo-36025: Fix PyDate_FromTimestamp API (GH-11922) by Paul Ganssle · 5 years ago
  38. 55d0351 Syntax highlight IDLE html doc code example. (GH-12981) by Terry Jan Reedy · 5 years ago
  39. 00db7c7 bpo-36719: regrtest closes explicitly WindowsLoadTracker (GH-12965) by Victor Stinner · 5 years ago
  40. 837acc1 bpo-36719: Fix regrtest re-run (GH-12964) by Victor Stinner · 5 years ago
  41. 75120d2 bpo-36719: regrtest always detect uncollectable objects (GH-12951) by Victor Stinner · 5 years ago
  42. 7abb6c0 bpo-36669: add matmul support to weakref.proxy (GH-12932) by Mark Dickinson · 5 years ago
  43. 3cde440 bpo-36725: Refactor regrtest multiprocessing code (GH-12961) by Victor Stinner · 5 years ago
  44. 4d29983 bpo-36725: regrtest: add TestResult type (GH-12960) by Victor Stinner · 5 years ago
  45. 62dfd7d bpo-35920: Windows 10 ARM32 platform support (GH-11774) by Paul Monson · 5 years ago
  46. 8c3ecc6 bpo-21536: C extensions are no longer linked to libpython (GH-12946) by Victor Stinner · 5 years ago
  47. 0ef8c15 bpo-28552: Fix distutils.sysconfig for empty sys.executable (GH-12875) by Victor Stinner · 5 years ago
  48. 235e7b2 bpo-36465: Fix test_regrtest on Windows (GH-12945) by Victor Stinner · 5 years ago
  49. f4e4703 bpo-36465: Make release and debug ABI compatible (GH-12615) by Victor Stinner · 5 years ago
  50. 004b93e bpo-36668: FIX reuse semaphore tracker for child processes (#5172) by Thomas Moreau · 5 years ago
  51. 4f5a349 fix typo in gzip.py (GH-12928) by Maximilian Nöthe · 5 years ago
  52. d246a67 bpo-36454: Fix test_time.test_monotonic() (GH-12929) by Victor Stinner · 5 years ago
  53. fb8c7d5 bpo-36018: Make "seed" into a keyword only argument (GH-12921) by Raymond Hettinger · 5 years ago
  54. 7280048 bpo-35904: Add missing fmean() entry to the summary table (GH-12919) by Raymond Hettinger · 5 years ago
  55. 39baace Document that TestCase.assertCountEqual() can take iterables (GH-686) by jkleint · 5 years ago
  56. 9013ccf bpo-36546: Add statistics.quantiles() (#12710) by Raymond Hettinger · 5 years ago
  57. d437012 bpo-36679: Rename duplicate test_class_getitem function (GH-12892) by Windson yang · 5 years ago
  58. c442b1c bpo-36680: Rename duplicate test_source_from_cache_path_like_arg function (GH-12893) by Windson yang · 5 years ago
  59. 3d6f61e bpo-36681: Remove duplicate test_regression_29220 function (GH-12894) by Windson yang · 5 years ago
  60. 007d0b0 bpo-36682: Rename duplicate tests in test_sys_setprofile (GH-12895) by Windson yang · 5 years ago
  61. f51dd4f bpo-36683: Rename duplicate test_io_encoding to test_pyio_encoding (GH-12896) by Windson yang · 5 years ago
  62. be372d7 bpo-36678: Rename duplicate tests in test_dataclasses (GH-12899) by Windson yang · 5 years ago
  63. d307d05 Fixes platform.win32_ver on non-Windows platforms (GH-12912) by Steve Dower · 5 years ago
  64. 6ef726a bpo-29734: Cleanup test_getfinalpathname_handles test (GH-12908) by Berker Peksag · 5 years ago
  65. ab86521 bpo-36523: Add docstring to io.IOBase.writelines (GH-12683) by Marcin Niemira · 5 years ago
  66. 9b21856 bpo-23078: Add support for {class,static}method to mock.create_autospec() (GH-11613) by Xtreak · 5 years ago
  67. 14adbd4 bpo-36650: Fix handling of empty keyword args in C version of lru_cache. (GH-12881) by Raymond Hettinger · 5 years ago
  68. e8113f5 bpo-30485: Change the prefix for defining the default namespace in ElementPath from None to '' since there is existing code that uses that and it's more convenient to have an all-string-keys dict (e.g. when sorting items etc.). (#12860) by Stefan Behnel · 5 years ago
  69. 23bace2 bpo-36635: Add _testinternalcapi module (GH-12841) by Victor Stinner · 5 years ago
  70. 264a0b4 bpo-36638: Fix WindowsLoadTracker exception on some Windows versions (GH-12849) by Paul Monson · 5 years ago
  71. 197f044 bpo-35755: Don't say "to mimick Unix which command behavior" (GH-12861) by Victor Stinner · 5 years ago
  72. 693c104 bpo-31904: Port test_resource to VxWorks (GH-12719) by Lihua Zhao · 5 years ago
  73. 2954550 bpo-31904: Port test_cmd_line to VxWorks (#12648) by Lihua Zhao · 5 years ago
  74. 2c4c02f bpo-35755: Remove current directory from posixpath.defpath (GH-11586) by Victor Stinner · 5 years ago
  75. 228a3c9 bpo-35755: shutil.which() uses os.confstr("CS_PATH") (GH-12858) by Victor Stinner · 5 years ago
  76. 36c41bc bpo-31904: Fix test_tabnanny on VxWorks (GH-12646) by Lihua Zhao · 5 years ago
  77. 6fa84bd bpo-27860: ipaddress: fix Interface missed some attributes (GH-12836) by Inada Naoki · 5 years ago
  78. 74125a6 bpo-36348: IMAP4.logout() doesn't ignore exc (GH-12411) by Victor Stinner · 5 years ago
  79. a9a2880 bpo-36625: Remove obsolete comments from docstrings in fractions module (GH-12822) by Jakub Molinski · 5 years ago
  80. 3c7931e bpo-36629: Add support.get_socket_conn_refused_errs() (GH-12834) by Victor Stinner · 5 years ago
  81. f1464f4 bpo-31904: Port the time module on VxWorks (GH-12305) by pxinwr · 5 years ago
  82. 2430d53 bpo-27860: use cached_property (GH-12832) by Inada Naoki · 5 years ago
  83. 3c5a858 bpo-30485: Re-allow empty strings in ElementPath namespace mappings since they might actually be harmless and unused (and thus went undetected previously). (#12830) by Stefan Behnel · 5 years ago
  84. cd46655 bpo-16079: fix duplicate test method name in test_gzip. (GH-12827) by Gregory P. Smith · 5 years ago
  85. 929b704 bpo-31658: Make xml.sax.parse accepting Path objects (GH-8564) by Mickaël Schoentgen · 5 years ago
  86. e9927e1 bpo-30485: support a default prefix mapping in ElementPath by passing None as prefix (#1823) by Stefan Behnel · 5 years ago
  87. ffca16e bpo-36227: ElementTree.tostring() default_namespace and xml_declaration arguments (GH-12225) by Bernt Røskar Brenna · 5 years ago
  88. 830b43d bpo-36593: Fix isinstance check for Mock objects with spec executed under tracing (GH-12790) by Xtreak · 5 years ago
  89. 46544f6 Skip test_preadv_flags if RWF_HIPRI is not supported by the system (GH-12762) by Pablo Galindo · 5 years ago
  90. f8716c8 bpo-18610: Update wsgiref.validate docstring for wsgi.input read() (GH-11663) by Cheryl Sabella · 5 years ago
  91. e59ec1b bpo-35734: ipaddress: remove unused methods (GH-11591) by Rémi Lapeyre · 5 years ago
  92. 472f794 bpo-18748: test_io: silence destructor errors (GH-12805) by Victor Stinner · 5 years ago
  93. e8f9acf bpo-36611: Disable serialno field of debug memory allocators (#12796) by Victor Stinner · 5 years ago
  94. b75b1a35 bpo-33608: Revert "Factor out a private, per-interpreter _Py_AddPendingCall()." (gh-12806) by Eric Snow · 5 years ago
  95. f938d8b Correct grammar in concurrent/futures/process.py docstring (GH-12761) by Thomas Grainger · 5 years ago
  96. b015fc8 bpo-36549: str.capitalize now titlecases the first character instead of uppercasing it (GH-12804) by Kingsley M · 5 years ago
  97. f13c5c8 bpo-33608: Factor out a private, per-interpreter _Py_AddPendingCall(). (gh-12360) by Eric Snow · 5 years ago
  98. 4423504 bpo-18748: io.IOBase destructor now logs close() errors in dev mode (GH-12786) by Victor Stinner · 5 years ago
  99. 9b8314c bpo-36611: Fix test_sys.test_getallocatedblocks() (GH-12797) by Victor Stinner · 5 years ago
  100. 4c409be bpo-36389: Change PyMem_SetupDebugHooks() constants (GH-12782) by Victor Stinner · 5 years ago