1. b0a2c0f bpo-36018: Test idempotence. Test two methods against one-another. (GH-13021) by Raymond Hettinger · 5 years ago
  2. d5d2b45 bpo-36751: Deprecate getfullargspec and report positional-only args as regular args (GH-13016) by Pablo Galindo · 5 years ago
  3. 81c5a90 bpo-36232: Improve error message on dbm.open() when the db doesn't exist (GH-12060) by Marco Rougeth · 5 years ago
  4. be6dbfb bpo-1613500: Don't hardcode output file mode in fileinput.FileInput (GH-12986) by Berker Peksag · 5 years ago
  5. 88c0937 bpo-36004: Add date.fromisocalendar (GH-11888) by Paul Ganssle · 5 years ago
  6. a86e064 bpo-35952: Fix test.pythoninfo when the compiler is missing (GH-13007) by xdegaye · 5 years ago
  7. 8c77b8c bpo-36540: PEP 570 -- Implementation (GH-12701) by Pablo Galindo · 5 years ago
  8. 254b309 bpo-21536: On Android, C extensions are linked to libpython (GH-12989) by xdegaye · 5 years ago
  9. db81ba1 bpo-36546: More tests: type preservation and equal inputs (#13000) by Raymond Hettinger · 5 years ago
  10. 86f0c82 bpo-36729: Delete unused text variable on tests. (GH-12959) by Emmanuel Arias · 5 years ago
  11. 50fed0b bpo-32424: Improve test coverage for xml.etree.ElementTree (GH-12891) by Gordon P. Hemsley · 5 years ago
  12. 4d8c8c0 bpo-36025: Fix PyDate_FromTimestamp API (GH-11922) by Paul Ganssle · 5 years ago
  13. 55d0351 Syntax highlight IDLE html doc code example. (GH-12981) by Terry Jan Reedy · 5 years ago
  14. 00db7c7 bpo-36719: regrtest closes explicitly WindowsLoadTracker (GH-12965) by Victor Stinner · 5 years ago
  15. 837acc1 bpo-36719: Fix regrtest re-run (GH-12964) by Victor Stinner · 5 years ago
  16. 75120d2 bpo-36719: regrtest always detect uncollectable objects (GH-12951) by Victor Stinner · 5 years ago
  17. 7abb6c0 bpo-36669: add matmul support to weakref.proxy (GH-12932) by Mark Dickinson · 5 years ago
  18. 3cde440 bpo-36725: Refactor regrtest multiprocessing code (GH-12961) by Victor Stinner · 5 years ago
  19. 4d29983 bpo-36725: regrtest: add TestResult type (GH-12960) by Victor Stinner · 5 years ago
  20. 62dfd7d bpo-35920: Windows 10 ARM32 platform support (GH-11774) by Paul Monson · 6 years ago
  21. 8c3ecc6 bpo-21536: C extensions are no longer linked to libpython (GH-12946) by Victor Stinner · 6 years ago
  22. 0ef8c15 bpo-28552: Fix distutils.sysconfig for empty sys.executable (GH-12875) by Victor Stinner · 6 years ago
  23. 235e7b2 bpo-36465: Fix test_regrtest on Windows (GH-12945) by Victor Stinner · 6 years ago
  24. f4e4703 bpo-36465: Make release and debug ABI compatible (GH-12615) by Victor Stinner · 6 years ago
  25. 004b93e bpo-36668: FIX reuse semaphore tracker for child processes (#5172) by Thomas Moreau · 6 years ago
  26. 4f5a349 fix typo in gzip.py (GH-12928) by Maximilian Nöthe · 6 years ago
  27. d246a67 bpo-36454: Fix test_time.test_monotonic() (GH-12929) by Victor Stinner · 6 years ago
  28. fb8c7d5 bpo-36018: Make "seed" into a keyword only argument (GH-12921) by Raymond Hettinger · 6 years ago
  29. 7280048 bpo-35904: Add missing fmean() entry to the summary table (GH-12919) by Raymond Hettinger · 6 years ago
  30. 39baace Document that TestCase.assertCountEqual() can take iterables (GH-686) by jkleint · 6 years ago
  31. 9013ccf bpo-36546: Add statistics.quantiles() (#12710) by Raymond Hettinger · 6 years ago
  32. d437012 bpo-36679: Rename duplicate test_class_getitem function (GH-12892) by Windson yang · 6 years ago
  33. c442b1c bpo-36680: Rename duplicate test_source_from_cache_path_like_arg function (GH-12893) by Windson yang · 6 years ago
  34. 3d6f61e bpo-36681: Remove duplicate test_regression_29220 function (GH-12894) by Windson yang · 6 years ago
  35. 007d0b0 bpo-36682: Rename duplicate tests in test_sys_setprofile (GH-12895) by Windson yang · 6 years ago
  36. f51dd4f bpo-36683: Rename duplicate test_io_encoding to test_pyio_encoding (GH-12896) by Windson yang · 6 years ago
  37. be372d7 bpo-36678: Rename duplicate tests in test_dataclasses (GH-12899) by Windson yang · 6 years ago
  38. d307d05 Fixes platform.win32_ver on non-Windows platforms (GH-12912) by Steve Dower · 6 years ago
  39. 6ef726a bpo-29734: Cleanup test_getfinalpathname_handles test (GH-12908) by Berker Peksag · 6 years ago
  40. ab86521 bpo-36523: Add docstring to io.IOBase.writelines (GH-12683) by Marcin Niemira · 6 years ago
  41. 9b21856 bpo-23078: Add support for {class,static}method to mock.create_autospec() (GH-11613) by Xtreak · 6 years ago
  42. 14adbd4 bpo-36650: Fix handling of empty keyword args in C version of lru_cache. (GH-12881) by Raymond Hettinger · 6 years ago
  43. 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 · 6 years ago
  44. 23bace2 bpo-36635: Add _testinternalcapi module (GH-12841) by Victor Stinner · 6 years ago
  45. 264a0b4 bpo-36638: Fix WindowsLoadTracker exception on some Windows versions (GH-12849) by Paul Monson · 6 years ago
  46. 197f044 bpo-35755: Don't say "to mimick Unix which command behavior" (GH-12861) by Victor Stinner · 6 years ago
  47. 693c104 bpo-31904: Port test_resource to VxWorks (GH-12719) by Lihua Zhao · 6 years ago
  48. 2954550 bpo-31904: Port test_cmd_line to VxWorks (#12648) by Lihua Zhao · 6 years ago
  49. 2c4c02f bpo-35755: Remove current directory from posixpath.defpath (GH-11586) by Victor Stinner · 6 years ago
  50. 228a3c9 bpo-35755: shutil.which() uses os.confstr("CS_PATH") (GH-12858) by Victor Stinner · 6 years ago
  51. 36c41bc bpo-31904: Fix test_tabnanny on VxWorks (GH-12646) by Lihua Zhao · 6 years ago
  52. 6fa84bd bpo-27860: ipaddress: fix Interface missed some attributes (GH-12836) by Inada Naoki · 6 years ago
  53. 74125a6 bpo-36348: IMAP4.logout() doesn't ignore exc (GH-12411) by Victor Stinner · 6 years ago
  54. a9a2880 bpo-36625: Remove obsolete comments from docstrings in fractions module (GH-12822) by Jakub Molinski · 6 years ago
  55. 3c7931e bpo-36629: Add support.get_socket_conn_refused_errs() (GH-12834) by Victor Stinner · 6 years ago
  56. f1464f4 bpo-31904: Port the time module on VxWorks (GH-12305) by pxinwr · 6 years ago
  57. 2430d53 bpo-27860: use cached_property (GH-12832) by Inada Naoki · 6 years ago
  58. 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 · 6 years ago
  59. cd46655 bpo-16079: fix duplicate test method name in test_gzip. (GH-12827) by Gregory P. Smith · 6 years ago
  60. 929b704 bpo-31658: Make xml.sax.parse accepting Path objects (GH-8564) by Mickaël Schoentgen · 6 years ago
  61. e9927e1 bpo-30485: support a default prefix mapping in ElementPath by passing None as prefix (#1823) by Stefan Behnel · 6 years ago
  62. ffca16e bpo-36227: ElementTree.tostring() default_namespace and xml_declaration arguments (GH-12225) by Bernt Røskar Brenna · 6 years ago
  63. 830b43d bpo-36593: Fix isinstance check for Mock objects with spec executed under tracing (GH-12790) by Xtreak · 6 years ago
  64. 46544f6 Skip test_preadv_flags if RWF_HIPRI is not supported by the system (GH-12762) by Pablo Galindo · 6 years ago
  65. f8716c8 bpo-18610: Update wsgiref.validate docstring for wsgi.input read() (GH-11663) by Cheryl Sabella · 6 years ago
  66. e59ec1b bpo-35734: ipaddress: remove unused methods (GH-11591) by Rémi Lapeyre · 6 years ago
  67. 472f794 bpo-18748: test_io: silence destructor errors (GH-12805) by Victor Stinner · 6 years ago
  68. e8f9acf bpo-36611: Disable serialno field of debug memory allocators (#12796) by Victor Stinner · 6 years ago
  69. b75b1a35 bpo-33608: Revert "Factor out a private, per-interpreter _Py_AddPendingCall()." (gh-12806) by Eric Snow · 6 years ago
  70. f938d8b Correct grammar in concurrent/futures/process.py docstring (GH-12761) by Thomas Grainger · 6 years ago
  71. b015fc8 bpo-36549: str.capitalize now titlecases the first character instead of uppercasing it (GH-12804) by Kingsley M · 6 years ago
  72. f13c5c8 bpo-33608: Factor out a private, per-interpreter _Py_AddPendingCall(). (gh-12360) by Eric Snow · 6 years ago
  73. 4423504 bpo-18748: io.IOBase destructor now logs close() errors in dev mode (GH-12786) by Victor Stinner · 6 years ago
  74. 9b8314c bpo-36611: Fix test_sys.test_getallocatedblocks() (GH-12797) by Victor Stinner · 6 years ago
  75. 4c409be bpo-36389: Change PyMem_SetupDebugHooks() constants (GH-12782) by Victor Stinner · 6 years ago
  76. 2b00db6 bpo-36389: _PyObject_IsFreed() now also detects uninitialized memory (GH-12770) by Victor Stinner · 6 years ago
  77. a9bd892 bpo-36235: Fix distutils test_customize_compiler() on macOS (GH-12764) by Victor Stinner · 6 years ago
  78. d914596 bpo-36559: random module: optimize sha512 import (GH-12742) by Christian Heimes · 6 years ago
  79. 6955d44 bpo-34144: Fix of venv acvtivate.bat for win 10 (GH-8321) by Lorenz Mende · 6 years ago
  80. 750d74f bpo-12910: update and correct quote docstring (#2568) by Jörn Hees · 6 years ago
  81. bb44478 bpo-36560: regrtest: don't collect the GC twice (GH-12747) by Victor Stinner · 6 years ago
  82. 56065d4 bpo-34139: Remove unix datagram socket from FS before binding (GH-8323) by Quentin Dawans · 6 years ago
  83. 5aaac94 bpo-36560: Fix reference leak hunting in regrtest (GH-12744) by Victor Stinner · 6 years ago
  84. e16467a bpo-34060: Report system load when running test suite for Windows (GH-8357) by Ammar Askar · 6 years ago
  85. a8abe09 bpo-33461: emit DeprecationWarning when json.loads(encoding=...) is used (GH-6762) by Matthias Bussonnier · 6 years ago
  86. 5909ad1 fix code styling (GH-12737) by Inada Naoki · 6 years ago
  87. 7b97ab3 closes bpo-35848: Move all documentation regarding the readinto out of IOBase. (GH-11893) by Steve Palmer · 6 years ago
  88. 8702b67 BPO-17561: set create_server backlog default to None (GH-12735) by Giampaolo Rodola · 6 years ago
  89. 79b5d29 bpo-36565: Fix libregrtest for Python without builtin _abc (GH-12733) by Victor Stinner · 6 years ago
  90. eb7e29f bpo-35934: Add socket.create_server() utility function (GH-11784) by Giampaolo Rodola · 6 years ago
  91. 58721a9 bpo-35416: fix potential resource warnings in distutils (GH-10918) by Mickaël Schoentgen · 6 years ago
  92. 96be340 remove duplicate code in biscet (GH-1270) by Chillar Anand · 6 years ago
  93. b7eec94 bpo-36503: remove references to 'aix3' and 'aix4' (GH-12658) by Michael Felt · 6 years ago
  94. 6463ba3 bpo-27181: Add statistics.geometric_mean() (GH-12638) by Raymond Hettinger · 6 years ago
  95. 9d7b2c0 bpo-35936: Updates to modulefinder (GH-11787) by Brandt Bucher · 6 years ago
  96. 2dad960 bpo-35726: Add test for QueueHandler with multiple handlers (GH-11659) by Xtreak · 6 years ago
  97. d6bf6f2 bpo-36050: optimize HTTPResponse.read() (GH-12698) by Inada Naoki · 6 years ago
  98. 50866e9 bpo-25451: Add transparency methods to tkinter.PhotoImage. (GH-10406) by Zackery Spytz · 6 years ago
  99. ded4737 Fix duplicated test case for re. (GH-12662) by MakDon · 6 years ago
  100. 461c416 bpo-36522: Print all values for headers with multiple values. (GH-12681) by Matt Houglum · 6 years ago