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