1. c2c1f1f bpo-41218: Improve the test cases for test_compile_top_level_await_no_coro (GH-21363) by Pablo Galindo · 5 years ago
  2. bd46174 bpo-41218: Only mark async code with CO_COROUTINE. (#21357) by Matthias Bussonnier · 5 years ago
  3. dcbaa1b bpo-29778: Ensure python3.dll is loaded from correct locations when Python is embedded (GH-21297) by Steve Dower · 5 years ago
  4. deb0162 bpo-40275: Use new test.support helper submodules in tests (GH-21317) by Hai Shi · 5 years ago
  5. a089d21 bpo-40275: Use new test.support helper submodules in tests (GH-21315) by Hai Shi · 5 years ago
  6. 883bc63 bpo-40275: Use new test.support helper submodules in tests (GH-21314) by Hai Shi · 5 years ago
  7. e51dd9d bpo-29727: Register array.array as a MutableSequence (GH-21338) by Pablo Galindo · 5 years ago
  8. 7fed755 bpo-39168: Remove the __new__ method of typing.Generic (GH-21327) by Zackery Spytz · 5 years ago
  9. daa0fe0 bpo-41162: Clear audit hooks later during finalization (GH-21222) by Konge · 5 years ago
  10. 148f329 bpo-39960: Allow heap types in the "Carlo Verre" hack check that override "tp_setattro()" (GH-21092) by scoder · 5 years ago
  11. 004e64e bpo-40967: Remove deprecated asyncio.Task.current_task() and asyncio.Task.all_tasks() (GH-20874) by Rémi Lapeyre · 5 years ago
  12. bd4a3f2 bpo-39314: Closes parenthesis when autocompleting for functions that take no arguments (GH-20562) by Rémi Lapeyre · 5 years ago
  13. 0c4f0f3 bpo-40275: Use new test.support helper submodules in tests (GH-21169) by Hai Shi · 5 years ago
  14. 3ddc634 bpo-40275: Use new test.support helper submodules in tests (GH-21219) by Hai Shi · 5 years ago
  15. ba67d73 bpo-41142: Add support of non-ASCII paths for CAB files. (GH-21195) by Serhiy Storchaka · 5 years ago
  16. 038dd0f bpo-36346: Raise DeprecationWarning when creating legacy Unicode (GH-20933) by Inada Naoki · 5 years ago
  17. 349f76c bpo-36346: Prepare for removing the legacy Unicode C API (AC only). (GH-21223) by Serhiy Storchaka · 5 years ago
  18. dd8a93e bpo-23427: Add sys.orig_argv attribute (GH-20729) by Victor Stinner · 5 years ago
  19. 2fb5f03 bpo-40924: Ensure importlib.resources.path returns an extant path (GH-20857) by Jason R. Coombs · 5 years ago
  20. b30ee26 bpo-41004: Resolve hash collisions for IPv4Interface and IPv6Interface (GH-21033) by Ravi Teja P · 5 years ago
  21. 7f569c9 bpo-41048: mimetypes should read the rule file using UTF-8, not the locale encoding (GH-20998) by Srinivas Reddy Thatiparthy (శ్రీనివాస్ రెడ్డి తాటిపర్తి) · 5 years ago
  22. 04cdeb7 bpo-41138: Fix trace CLI for non-UTF-8 files. (GH-21177) by Serhiy Storchaka · 5 years ago
  23. 9d197c7 bpo-35975: Only use cf_feature_version if PyCF_ONLY_AST in cf_flags (#21021) by Guido van Rossum · 5 years ago
  24. c8f29ad bpo-40769: Allow extra surrounding parentheses for invalid annotated assignment rule (GH-20387) by Batuhan Taskaya · 5 years ago
  25. 2e0a920 bpo-41084: Adjust message when an f-string expression causes a SyntaxError (GH-21084) by Lysandros Nikolaou · 5 years ago
  26. 847f94f bpo-40275: Use new test.support helper submodules in tests (GH-21151) by Hai Shi · 5 years ago
  27. 700cfa8 bpo-41069: Make TESTFN and the CWD for tests containing non-ascii characters. (GH-21035) by Serhiy Storchaka · 5 years ago
  28. 06a40d7 bpo-40275: Use new test.support helper submodules in tests (GH-20824) by Hai Shi · 5 years ago
  29. 0f8ec1f bpo-41113: Fix test_warnings on non-Western locales. (GH-21143) by Serhiy Storchaka · 5 years ago
  30. aad8f0e bpo-41112: Fix test_peg_generator on non-UTF-8 locales. (GH-21138) by Serhiy Storchaka · 5 years ago
  31. 94eee69 bpo-35773: Fix test_bdb on non-UTF-8 locales. (GH-21136) by Serhiy Storchaka · 5 years ago
  32. f7ba40b bpo-40275: Use new test.support helper submodules in tests (GH-20849) by Hai Shi · 5 years ago
  33. 55939b1 bpo-41074: Fix support of non-ASCII names and SQL in msilib. (GH-21126) by Serhiy Storchaka · 5 years ago
  34. 152f0b8 bpo-41002: Optimize HTTPResponse.read with a given amount (GH-20943) by Bruce Merry · 5 years ago
  35. a7dc714 bpo-41094: Additional fix for PYTHONSTARTUP. (GH-21119) by Serhiy Storchaka · 5 years ago
  36. 6c6810d bpo-41094: Fix decoding errors with audit when open files. (GH-21095) by Serhiy Storchaka · 5 years ago
  37. f9bd05e bpo-40521: Empty frozenset is no longer a singleton (GH-21085) by Raymond Hettinger · 5 years ago
  38. 36ff513 bpo-41068: Fix read after write in zipfile for non-ASCII files names. (GH-21040) by Serhiy Storchaka · 5 years ago
  39. c88239f bpo-26407: Do not mask errors in csv. (GH-20536) by Serhiy Storchaka · 5 years ago
  40. cafe1b6 bpo-40824: Do not mask errors in __iter__ in "in" and the operator module. (GH-20537) by Serhiy Storchaka · 5 years ago
  41. 6f79838 Skip tests to fix bot (GH-20777) by Joannah Nanjekye · 5 years ago
  42. 6989af0 bpo-41052: Opt out serialization/deserialization for _random.Random (GH-21002) by Dong-hee Na · 5 years ago
  43. f9bab74 bpo-41055: Remove outdated tests for the tp_print slot. (GH-21006) by Serhiy Storchaka · 5 years ago
  44. 19fcffa bpo-41058: Use source file encoding in pdb.find_function(). (GH-21010) by Serhiy Storchaka · 5 years ago
  45. 6c4e0bd bpo-41060: Avoid SEGFAULT when calling GET_INVALID_TARGET in the grammar (GH-21020) by Lysandros Nikolaou · 5 years ago
  46. 314858e bpo-40939: Remove the old parser (Part 2) (GH-21005) by Lysandros Nikolaou · 5 years ago
  47. 55460ee bpo-41044: Generate valid PEG python parsers for opt+seq rules (GH-20995) by Batuhan Taskaya · 5 years ago
  48. 9355868 bpo-41043: Escape literal part of the path for glob(). (GH-20994) by Serhiy Storchaka · 5 years ago
  49. a041e11 bpo-41040: Fix test_modulefinder. (GH-20991) by Serhiy Storchaka · 5 years ago
  50. 3358da4 bpo-38377: Fix skip_if_broken_multiprocessing_synchronize() on macOS (GH-20984) by Victor Stinner · 5 years ago
  51. 310f6aa bpo-40636: PEP 618: add strict parameter to zip() (GH-20921) by Guido van Rossum · 5 years ago
  52. 01ece63 bpo-40334: Produce better error messages on invalid targets (GH-20106) by Lysandros Nikolaou · 5 years ago
  53. 8a64cea bpo-38144: Add the root_dir and dir_fd parameters in glob.glob(). (GH-16075) by Serhiy Storchaka · 5 years ago
  54. 8f192d1 bpo-40884: Added defaults parameter for logging.Formatter (GH-20668) by Bar Harel · 5 years ago
  55. ddbeb2f bpo-38377: Add support.skip_if_broken_multiprocessing_synchronize() (GH-20944) by Victor Stinner · 5 years ago
  56. 9e09849 bpo-41006: importlib.util no longer imports typing (GH-20938) by Victor Stinner · 5 years ago
  57. 236a0f5 bpo-40637: Do not emit warnings for disabled builtin hashes (GH-20937) by stratakis · 5 years ago
  58. bb6ec14 bpo-41009: fix requires_OS_version() class decorator (GH-20942) by Christian Heimes · 5 years ago
  59. 8362893 bpo-41003: Fix test_copyreg when numpy is installed (GH-20935) by Victor Stinner · 5 years ago
  60. 818f5b5 bpo-32604: Clean up test.support.interpreters. (gh-20926) by Eric Snow · 5 years ago
  61. 113e2b0 bpo-40985: Show correct SyntaxError text when last line has a LINECONT (GH-20888) by Lysandros Nikolaou · 5 years ago
  62. 8666356 closes bpo-28557: error message for bad raw readinto (GH-7496) by David Szotten · 5 years ago
  63. 5f79f46 bpo-38488: Upgrade bundled versions of pip & setuptools (GH-20491) by Xavier Fernandez · 5 years ago
  64. 4a3a682 bpo-40448: ensurepip: Do not use cache (GH-19812) by Krzysztof Konopko · 5 years ago
  65. d8cf351 bpo-34226: fix cgi.parse_multipart without content_length (GH-8530) by roger · 5 years ago
  66. 8f04a84 bpo-30064: Fix slow asyncio sock test (GH-20868) by Fantix King · 5 years ago
  67. d71ab4f bpo-40855: Fix ignored mu and xbar parameters (GH-20835) by Raymond Hettinger · 5 years ago
  68. 29c1172 bpo-40834: Fix truncate when sending str object with channel (GH-20555) by An Long · 5 years ago
  69. 08b1bba bpo-40964: disable remote IMAP tests (GH-20836) by Christian Heimes · 5 years ago
  70. 3ee0e48 bpo-40890: Add `mapping` property to dict views (GH-20749) by Dennis Sweeney · 5 years ago
  71. 2145c8c bpo-33944: site: Add site-packages tracing in verbose mode (GH-12110) by native-api · 5 years ago
  72. 1ed83ad bpo-40939: Remove the old parser (GH-20768) by Pablo Galindo · 5 years ago
  73. 311110a bpo-40275: Move TransientResource to test_urllib2net (GH-20812) by Victor Stinner · 5 years ago
  74. 10e6506 bpo-40275: Add warnings_helper submodule in test.support (GH-20797) by Hai Shi · 5 years ago
  75. bdfe9b6 bpo-40275: test.supports imports lazily fnmatch, glob, struct (GH-20810) by Victor Stinner · 5 years ago
  76. d72b964 bpo-40947: getpath.c uses PyConfig.platlibdir (GH-20807) by Victor Stinner · 5 years ago
  77. b2dca49 bpo-34401: Fix test_gdb for HP GDB version string (GH-20804) by Victor Stinner · 5 years ago
  78. 896f4cf bpo-40847: Consider a line with only a LINECONT a blank line (GH-20769) by Lysandros Nikolaou · 5 years ago
  79. 7f888c7 bpo-40275: Add import_helper submodule in test.support (GH-20794) by Hai Shi · 5 years ago
  80. 9c24e2e bpo-40927: Fix test_binhex when run twice (GH-20764) by Victor Stinner · 5 years ago
  81. f6e58ae bpo-40826: Fix test_repl.test_close_stdin() on Windows (GH-20779) by Victor Stinner · 5 years ago
  82. ec88e1b bpo-36543: Revert "bpo-36543: Remove the xml.etree.cElementTree module." (GH-20117) by Serhiy Storchaka · 5 years ago
  83. c6483c9 Raise specialised syntax error for invalid lambda parameters (GH-20776) by Pablo Galindo · 5 years ago
  84. 0d00b2a bpo-40275: Add os_helper submodule in test.support (GH-20765) by Hai Shi · 5 years ago
  85. 07d8112 bpo-40889: Optimize dict.items() ^ dict.items() (GH-20718) by Dennis Sweeney · 5 years ago
  86. bae872f bpo-32604: Recommit "bpo-32604: PEP 554 for use in test suite (GH-19985)" (GH-20611) by Joannah Nanjekye · 5 years ago
  87. e81f6e6 bpo-40910: Export Py_GetArgcArgv() function (GH-20721) by Victor Stinner · 5 years ago
  88. 8f023a2 bpo-40854: Allow overriding sys.platlibdir via PYTHONPLATLIBDIR env-var (GH-20605) by Sandro Mani · 5 years ago
  89. 9f49590 bpo-40903: Handle multiple '=' in invalid assignment rules in the PEG parser (GH-20697) by Pablo Galindo · 5 years ago
  90. 972ab03 bpo-40904: Fix segfault in the new parser with f-string containing yield statements with no value (GH-20701) by Pablo Galindo · 5 years ago
  91. 2efe18b bpo-39791: Support file systems that cannot support non-ascii filenames (skipping tests in that case). (#20681) by Jason R. Coombs · 5 years ago
  92. f7c4e23 bpo-40724: Support setting buffer slots from type specs (GH-20648) by scoder · 5 years ago
  93. 68874a8 bpo-40870: Invalidate usage of some constants with ast.Name (GH-20649) by Batuhan Taskaya · 5 years ago
  94. b084d1b bpo-40862: Raise TypeError when const is given to argparse.BooleanOptionalAction (GH-20623) by Rémi Lapeyre · 5 years ago
  95. 161541a bpo-39791: Refresh importlib.metadata from importlib_metadata 1.6.1. (GH-20659) by Jason R. Coombs · 5 years ago
  96. 5fe1df1 Fix missing FloatOperation in EXTRA_FUNCTIONALITY path. (#20655) by Stefan Krah · 5 years ago
  97. 052d3fc bpo-40807: Show warnings once from codeop._maybe_compile (#20486) by Cheryl Sabella · 5 years ago
  98. b022e5c bpo-17258: Add requires_hashdigest to multiprocessing tests (GH-20412) by Christian Heimes · 5 years ago
  99. fa7ab6a bpo-40826: Add _PyOS_InterruptOccurred(tstate) function (GH-20599) by Victor Stinner · 5 years ago
  100. 85339f5 bpo-35078: Allow customization of CSS class name of a month in calendar module (gh-10137) by Srinivas Reddy Thatiparthy (శ్రీనివాస్ రెడ్డి తాటిపర్తి) · 5 years ago