1. 9d197c7 bpo-35975: Only use cf_feature_version if PyCF_ONLY_AST in cf_flags (#21021) by Guido van Rossum · 4 years, 1 month ago
  2. c8f29ad bpo-40769: Allow extra surrounding parentheses for invalid annotated assignment rule (GH-20387) by Batuhan Taskaya · 4 years, 1 month ago
  3. 2e0a920 bpo-41084: Adjust message when an f-string expression causes a SyntaxError (GH-21084) by Lysandros Nikolaou · 4 years, 1 month ago
  4. ef19bad Improve code organization for the random module (GH-21161) by Raymond Hettinger · 4 years, 1 month ago
  5. 847f94f bpo-40275: Use new test.support helper submodules in tests (GH-21151) by Hai Shi · 4 years, 1 month ago
  6. 700cfa8 bpo-41069: Make TESTFN and the CWD for tests containing non-ascii characters. (GH-21035) by Serhiy Storchaka · 4 years, 1 month ago
  7. 06a40d7 bpo-40275: Use new test.support helper submodules in tests (GH-20824) by Hai Shi · 4 years, 1 month ago
  8. 0f8ec1f bpo-41113: Fix test_warnings on non-Western locales. (GH-21143) by Serhiy Storchaka · 4 years, 1 month ago
  9. aad8f0e bpo-41112: Fix test_peg_generator on non-UTF-8 locales. (GH-21138) by Serhiy Storchaka · 4 years, 1 month ago
  10. 94eee69 bpo-35773: Fix test_bdb on non-UTF-8 locales. (GH-21136) by Serhiy Storchaka · 4 years, 1 month ago
  11. f7ba40b bpo-40275: Use new test.support helper submodules in tests (GH-20849) by Hai Shi · 4 years, 1 month ago
  12. 55939b1 bpo-41074: Fix support of non-ASCII names and SQL in msilib. (GH-21126) by Serhiy Storchaka · 4 years, 1 month ago
  13. 152f0b8 bpo-41002: Optimize HTTPResponse.read with a given amount (GH-20943) by Bruce Merry · 4 years, 1 month ago
  14. a7dc714 bpo-41094: Additional fix for PYTHONSTARTUP. (GH-21119) by Serhiy Storchaka · 4 years, 1 month ago
  15. 80526f6 Fix typo in dataclasses module (GH-21109) by Jürgen Gmach · 4 years, 1 month ago
  16. 6c6810d bpo-41094: Fix decoding errors with audit when open files. (GH-21095) by Serhiy Storchaka · 4 years, 1 month ago
  17. f9bd05e bpo-40521: Empty frozenset is no longer a singleton (GH-21085) by Raymond Hettinger · 4 years, 1 month ago
  18. bc43f6e bpo-41065: Use zip-strict in zoneinfo (GH-21031) by Ram Rachum · 4 years, 1 month ago
  19. 26a1ad1 Small clean-ups for the random module (GH-21038) by Raymond Hettinger · 4 years, 1 month ago
  20. 9e27bc0 bpo-41005: Fixed perrmission error (GH-20936) by Krishna Chivukula · 4 years, 1 month ago
  21. 36ff513 bpo-41068: Fix read after write in zipfile for non-ASCII files names. (GH-21040) by Serhiy Storchaka · 4 years, 1 month ago
  22. c88239f bpo-26407: Do not mask errors in csv. (GH-20536) by Serhiy Storchaka · 4 years, 1 month ago
  23. cafe1b6 bpo-40824: Do not mask errors in __iter__ in "in" and the operator module. (GH-20537) by Serhiy Storchaka · 4 years, 1 month ago
  24. 6f79838 Skip tests to fix bot (GH-20777) by Joannah Nanjekye · 4 years, 1 month ago
  25. 6989af0 bpo-41052: Opt out serialization/deserialization for _random.Random (GH-21002) by Dong-hee Na · 4 years, 1 month ago
  26. f9bab74 bpo-41055: Remove outdated tests for the tp_print slot. (GH-21006) by Serhiy Storchaka · 4 years, 1 month ago
  27. 19fcffa bpo-41058: Use source file encoding in pdb.find_function(). (GH-21010) by Serhiy Storchaka · 4 years, 1 month ago
  28. 6c4e0bd bpo-41060: Avoid SEGFAULT when calling GET_INVALID_TARGET in the grammar (GH-21020) by Lysandros Nikolaou · 4 years, 1 month ago
  29. 314858e bpo-40939: Remove the old parser (Part 2) (GH-21005) by Lysandros Nikolaou · 4 years, 1 month ago
  30. 55460ee bpo-41044: Generate valid PEG python parsers for opt+seq rules (GH-20995) by Batuhan Taskaya · 4 years, 1 month ago
  31. 9355868 bpo-41043: Escape literal part of the path for glob(). (GH-20994) by Serhiy Storchaka · 4 years, 1 month ago
  32. a041e11 bpo-41040: Fix test_modulefinder. (GH-20991) by Serhiy Storchaka · 4 years, 1 month ago
  33. 3358da4 bpo-38377: Fix skip_if_broken_multiprocessing_synchronize() on macOS (GH-20984) by Victor Stinner · 4 years, 1 month ago
  34. 8a0fe7b Improve blake2 comment for Victor (GH-20981) by Christian Heimes · 4 years, 1 month ago
  35. 66a65ba Improve readability of `formataddr` docstring (GH-20963) by Jürgen Gmach · 4 years, 1 month ago
  36. 310f6aa bpo-40636: PEP 618: add strict parameter to zip() (GH-20921) by Guido van Rossum · 4 years, 1 month ago
  37. 01ece63 bpo-40334: Produce better error messages on invalid targets (GH-20106) by Lysandros Nikolaou · 4 years, 1 month ago
  38. 8a64cea bpo-38144: Add the root_dir and dir_fd parameters in glob.glob(). (GH-16075) by Serhiy Storchaka · 4 years, 1 month ago
  39. 8f192d1 bpo-40884: Added defaults parameter for logging.Formatter (GH-20668) by Bar Harel · 4 years, 1 month ago
  40. ddbeb2f bpo-38377: Add support.skip_if_broken_multiprocessing_synchronize() (GH-20944) by Victor Stinner · 4 years, 1 month ago
  41. 9e09849 bpo-41006: importlib.util no longer imports typing (GH-20938) by Victor Stinner · 4 years, 1 month ago
  42. 236a0f5 bpo-40637: Do not emit warnings for disabled builtin hashes (GH-20937) by stratakis · 4 years, 1 month ago
  43. 98ce7b1 bpo-41006: pkgutil imports lazily re (GH-20939) by Victor Stinner · 4 years, 1 month ago
  44. 7824cc0 bpo-41006: collections imports lazily heap (GH-20940) by Victor Stinner · 4 years, 1 month ago
  45. bb6ec14 bpo-41009: fix requires_OS_version() class decorator (GH-20942) by Christian Heimes · 4 years, 1 month ago
  46. 8362893 bpo-41003: Fix test_copyreg when numpy is installed (GH-20935) by Victor Stinner · 4 years, 1 month ago
  47. 818f5b5 bpo-32604: Clean up test.support.interpreters. (gh-20926) by Eric Snow · 4 years, 1 month ago
  48. 113e2b0 bpo-40985: Show correct SyntaxError text when last line has a LINECONT (GH-20888) by Lysandros Nikolaou · 4 years, 1 month ago
  49. 8666356 closes bpo-28557: error message for bad raw readinto (GH-7496) by David Szotten · 4 years, 1 month ago
  50. 5f79f46 bpo-38488: Upgrade bundled versions of pip & setuptools (GH-20491) by Xavier Fernandez · 4 years, 1 month ago
  51. 4a3a682 bpo-40448: ensurepip: Do not use cache (GH-19812) by Krzysztof Konopko · 4 years, 1 month ago
  52. d8cf351 bpo-34226: fix cgi.parse_multipart without content_length (GH-8530) by roger · 4 years, 1 month ago
  53. 25f38d7 bpo-40836: Add docstring to logging.fatal() and logging.Logger.fatal() (GH-20563) by Rémi Lapeyre · 4 years, 1 month ago
  54. 78319e3 Include soft keywords in keyword.py (GH-20877) by Pablo Galindo · 4 years, 1 month ago
  55. 8f04a84 bpo-30064: Fix slow asyncio sock test (GH-20868) by Fantix King · 4 years, 1 month ago
  56. 5aad027 Some reformatting (suggested by Black) and minor factoring. (GH-20865) by Raymond Hettinger · 4 years, 1 month ago
  57. d71ab4f bpo-40855: Fix ignored mu and xbar parameters (GH-20835) by Raymond Hettinger · 4 years, 1 month ago
  58. 9db5b8d Minor code clean-ups (GH-20838) by Raymond Hettinger · 4 years, 1 month ago
  59. 29c1172 bpo-40834: Fix truncate when sending str object with channel (GH-20555) by An Long · 4 years, 1 month ago
  60. 08b1bba bpo-40964: disable remote IMAP tests (GH-20836) by Christian Heimes · 4 years, 1 month ago
  61. 3ee0e48 bpo-40890: Add `mapping` property to dict views (GH-20749) by Dennis Sweeney · 4 years, 1 month ago
  62. 2145c8c bpo-33944: site: Add site-packages tracing in verbose mode (GH-12110) by native-api · 4 years, 1 month ago
  63. 60c2a81 bpo-40626: Support HDF5 in mimetypes (GH-20042) by MARK SCHWAB · 4 years, 1 month ago
  64. 46398fb bpo-29620: iterate over a copy of sys.modules (GH-4800) by kernc · 4 years, 1 month ago
  65. 1ed83ad bpo-40939: Remove the old parser (GH-20768) by Pablo Galindo · 4 years, 1 month ago
  66. 311110a bpo-40275: Move TransientResource to test_urllib2net (GH-20812) by Victor Stinner · 4 years, 1 month ago
  67. bcd7dee bpo-40939: Remove PEG parser easter egg (__new_parser__) (#20802) by Lysandros Nikolaou · 4 years, 1 month ago
  68. 10e6506 bpo-40275: Add warnings_helper submodule in test.support (GH-20797) by Hai Shi · 4 years, 1 month ago
  69. bdfe9b6 bpo-40275: test.supports imports lazily fnmatch, glob, struct (GH-20810) by Victor Stinner · 4 years, 1 month ago
  70. d72b964 bpo-40947: getpath.c uses PyConfig.platlibdir (GH-20807) by Victor Stinner · 4 years, 1 month ago
  71. b2dca49 bpo-34401: Fix test_gdb for HP GDB version string (GH-20804) by Victor Stinner · 4 years, 1 month ago
  72. 9727694 bpo-40939: Generate keyword.py using the new parser (GH-20800) by Lysandros Nikolaou · 4 years, 1 month ago
  73. 31d1779 Collections module reformatting and minor code refactoring (GH-20772) by Raymond Hettinger · 4 years, 1 month ago
  74. 896f4cf bpo-40847: Consider a line with only a LINECONT a blank line (GH-20769) by Lysandros Nikolaou · 4 years, 1 month ago
  75. 7f888c7 bpo-40275: Add import_helper submodule in test.support (GH-20794) by Hai Shi · 4 years, 1 month ago
  76. 9c24e2e bpo-40927: Fix test_binhex when run twice (GH-20764) by Victor Stinner · 4 years, 1 month ago
  77. f6e58ae bpo-40826: Fix test_repl.test_close_stdin() on Windows (GH-20779) by Victor Stinner · 4 years, 1 month ago
  78. ec88e1b bpo-36543: Revert "bpo-36543: Remove the xml.etree.cElementTree module." (GH-20117) by Serhiy Storchaka · 4 years, 1 month ago
  79. c6483c9 Raise specialised syntax error for invalid lambda parameters (GH-20776) by Pablo Galindo · 4 years, 1 month ago
  80. 0d00b2a bpo-40275: Add os_helper submodule in test.support (GH-20765) by Hai Shi · 4 years, 1 month ago
  81. 07d8112 bpo-40889: Optimize dict.items() ^ dict.items() (GH-20718) by Dennis Sweeney · 4 years, 1 month ago
  82. bae872f bpo-32604: Recommit "bpo-32604: PEP 554 for use in test suite (GH-19985)" (GH-20611) by Joannah Nanjekye · 4 years, 1 month ago
  83. 0a40849 Minor improvement to the namedtuple implementation (GH-20741) by Raymond Hettinger · 4 years, 1 month ago
  84. e81f6e6 bpo-40910: Export Py_GetArgcArgv() function (GH-20721) by Victor Stinner · 4 years, 1 month ago
  85. 8f023a2 bpo-40854: Allow overriding sys.platlibdir via PYTHONPLATLIBDIR env-var (GH-20605) by Sandro Mani · 4 years, 1 month ago
  86. 3ff51d4 Deny eval() direct access to builtins (GH-20713) by Raymond Hettinger · 4 years, 1 month ago
  87. 9f49590 bpo-40903: Handle multiple '=' in invalid assignment rules in the PEG parser (GH-20697) by Pablo Galindo · 4 years, 1 month ago
  88. 843c277 bpo-39791 native hooks for importlib.resources.files (GH-20576) by Jason R. Coombs · 4 years, 1 month ago
  89. 972ab03 bpo-40904: Fix segfault in the new parser with f-string containing yield statements with no value (GH-20701) by Pablo Galindo · 4 years, 1 month ago
  90. 2efe18b bpo-39791: Support file systems that cannot support non-ascii filenames (skipping tests in that case). (#20681) by Jason R. Coombs · 4 years, 1 month ago
  91. 0e96c41 Update comments to reflect the current API (GH-20682) by Raymond Hettinger · 4 years, 1 month ago
  92. f7c4e23 bpo-40724: Support setting buffer slots from type specs (GH-20648) by scoder · 4 years, 1 month ago
  93. 68874a8 bpo-40870: Invalidate usage of some constants with ast.Name (GH-20649) by Batuhan Taskaya · 4 years, 1 month ago
  94. b084d1b bpo-40862: Raise TypeError when const is given to argparse.BooleanOptionalAction (GH-20623) by Rémi Lapeyre · 4 years, 1 month ago
  95. 161541a bpo-39791: Refresh importlib.metadata from importlib_metadata 1.6.1. (GH-20659) by Jason R. Coombs · 4 years, 1 month ago
  96. 5fe1df1 Fix missing FloatOperation in EXTRA_FUNCTIONALITY path. (#20655) by Stefan Krah · 4 years, 1 month ago
  97. fef1fae bpo-19468: delete unnecessary instance check in importlib.reload() (GH-19424) by Furkan Önder · 4 years, 1 month ago
  98. 052d3fc bpo-40807: Show warnings once from codeop._maybe_compile (#20486) by Cheryl Sabella · 4 years, 1 month ago
  99. b022e5c bpo-17258: Add requires_hashdigest to multiprocessing tests (GH-20412) by Christian Heimes · 4 years, 1 month ago
  100. 5b9fbba Update error message in _zoneinfo.py to use f-string (GH-20577) by aboddie · 4 years, 1 month ago