1. 6b996d6 [3.10] bpo-45083: Include the exception class qualname when formatting an exception (GH-28119) (GH-28134) by Miss Islington (bot) · 4 years ago
  2. d41abe8 [3.10] bpo-45056: Remove trailing unused constants from co_consts (GH-28109) (GH-28125) by Łukasz Langa · 4 years ago
  3. 7538fe3 bpo-45118: Fix regrtest second summary for re-run tests (GH-28183) (GH-28214) by Miss Islington (bot) · 4 years ago
  4. 462c1f0 [3.10] bpo-25130: Add calls of gc.collect() in tests to support PyPy (GH-28005) (GH-28027) by Serhiy Storchaka · 4 years ago
  5. c081649 bpo-45121: Fix RecursionError when calling Protocol.__init__ from a subclass' __init__ (GH-28206) (GH-28232) by Miss Islington (bot) · 4 years ago
  6. be33e58 Add more itertool recipes (GH-28165) by Miss Islington (bot) · 4 years ago
  7. 839d789 Python 3.10.0rc2 by Pablo Galindo · 4 years ago
  8. 608a629 bpo-44860: Make sysconfig posix_user not depend on platlibdir (GH-27655) (GH-28197) by Miss Islington (bot) · 4 years ago
  9. adc80a5 bpo-44963: Implement send() and throw() methods for anext_awaitable objects (GH-27955) by Miss Islington (bot) · 4 years ago
  10. af8c781 Update idlelib/help.html to include idle.rst spelling fix (GH-28191) by Miss Islington (bot) · 4 years ago
  11. 6b5aea2 bpo-45052: Unskips a failing `test_shared_memory_basics` test (GH-28182) by Miss Islington (bot) · 4 years ago
  12. 8342c52 bpo-45102: unittest: add tests for skipping and errors in cleanup (GH-28166) by Miss Islington (bot) · 4 years ago
  13. 656b0bd bpo-44571: Add itertool recipe for a variant of takewhile() (GH-28167) by Miss Islington (bot) · 4 years ago
  14. e5976dd bpo-45042: Now test classes decorated with `requires_hashdigest` are not skipped (GH-28060) by Miss Islington (bot) · 4 years ago
  15. ed9f927 bpo-45030: Fix integer overflow in __reduce__ of the range iterator (GH-28000) by Miss Islington (bot) · 4 years ago
  16. 2ad114d [3.10] bpo-45097: Add more tests for shutdown_asyncgens() (GH-28154) (GH-28159) by Miss Islington (bot) · 4 years ago
  17. e2b2930 [3.10] bpo-45060: Get rid of few uses of the equality operators with None (GH-28087). (GH-28092) by Serhiy Storchaka · 4 years ago
  18. 79e9f5a bpo-45081: Fix __init__ method generation when inheriting from Protocol (GH-28121) by Miss Islington (bot) · 4 years ago
  19. 3d56272 bpo-45057: Simplify RegressionTestResult (GH-28081) (GH-28101) by Miss Islington (bot) · 4 years ago
  20. 0f274cb bpo-45059: Add module cleanup to IDLE test_macosx (GH-28102) by Miss Islington (bot) · 4 years ago
  21. 337c8ad bpo-45059: Fix IDLE test typo: using "==" instead of "=" (GH-28086) by Miss Islington (bot) · 4 years ago
  22. d65fad0 bpo-43913: Fix bugs in cleaning up classes and modules in unittest. (GH-28006) by Miss Islington (bot) · 4 years ago
  23. 243b8de bpo-41620: TestCase.run() now always return a TestResult instance (GH-28030) by Miss Islington (bot) · 4 years ago
  24. 9e6c317 bpo-43124: Fix smtplib multiple CRLF injection (GH-25987) by Miss Islington (bot) · 4 years ago
  25. 532ebba bpo-42278: Use tempfile.TemporaryDirectory rather than tempfile.mktemp in pydoc (GH-23200) by Miss Islington (bot) · 4 years ago
  26. a49398b bpo-25130: Make SQLite tests more compatible with PyPy (GH-28021) by Miss Islington (bot) · 4 years ago
  27. 779b9ae bpo-25130: Make unit-test about restricting the maximum number of nested blocks cpython-only (GH-28002) (GH-28016) by Miss Islington (bot) · 4 years ago
  28. 2a80893 [3.10] bpo-27334: roll back transaction if sqlite3 context manager fails to commit (GH-26202) (GH-27943) by Erlend Egeberg Aasland · 4 years ago
  29. 81fa08c bpo-44524: Fix cryptic TypeError message when trying to subclass special forms in `typing` (GH-27710) by Miss Islington (bot) · 4 years ago
  30. cd986e9 bpo-45018: Fix rangeiter_reduce in rangeobject.c (GH-27938) by Miss Islington (bot) · 4 years ago
  31. 8aa64cc bpo-44962: Fix a race in WeakKeyDict, WeakValueDict and WeakSet when two threads attempt to commit the last pending removal (GH-27921) by Miss Islington (bot) · 4 years ago
  32. 719af92 bpo-40635: Fix getfqdn() docstring and docs (GH-27971) by Miss Islington (bot) · 4 years ago
  33. 9a79242 bpo-45001: Make email date parsing more robust against malformed input (GH-27946) by Miss Islington (bot) · 4 years ago
  34. 9f814be bpo-45011: Fix test_asyncio without C module _asyncio (GH-27968) by Miss Islington (bot) · 4 years ago
  35. 32c1caa bpo-45000: Raise SyntaxError when try to delete __debug__ (GH-27947) (GH-27957) by Dong-hee Na · 4 years ago
  36. 06e9a35 bpo-44524: Don't modify MRO when inheriting from typing.Annotated (GH-27841) by Miss Islington (bot) · 4 years ago
  37. 0af681b [3.10] bpo-34990: Treat the pyc header's mtime in compileall as an unsigned int (GH-19708) by Miss Islington (bot) · 4 years ago
  38. 6ff7fef bpo-44984: Rewrite test_null_strings in _testcapi (GH-27904) by Miss Islington (bot) · 4 years ago
  39. 1095535 bpo-44980: fix test_constructor to return None value (GH-27898) by Miss Islington (bot) · 4 years ago
  40. d63114c bpo-44955: Always call stopTestRun() for implicitly created TestResult objects (GH-27831) by Miss Islington (bot) · 4 years ago
  41. 88a1920 bpo-44968: Fix test_subprocess_wait_no_same_group in test_asyncio (GH-27870) by Miss Islington (bot) · 4 years ago
  42. 5bd27c3 bpo-44524: Do not set _name of _SpecialForm without need (GH-27861) (GH-27871) by Miss Islington (bot) · 4 years ago
  43. 838b0e9 bpo-44954: Fix wrong result in float.fromhex corner case (GH-27834) by Miss Islington (bot) · 4 years ago
  44. fc6ad05 bpo-44949: Fix test_readline auto history tests (GH-27813) by Miss Islington (bot) · 4 years ago
  45. 846a10f bpo-44947: Refine the syntax error for trailing commas in import statements (GH-27814) by Miss Islington (bot) · 4 years ago
  46. d1c0e44 bpo-44852: Support filtering over warnings without a set message (GH-27793) by Miss Islington (bot) · 4 years ago
  47. 826e059 [3.10] bpo-44935: enable posix_spawn() on Solaris (GH-27795) (GH-27800) by Miss Islington (bot) · 4 years ago
  48. 3f81e96 bpo-44698: Restore complex pow behaviour for small integral exponents (GH-27772) (GH-27796) by Miss Islington (bot) · 4 years ago
  49. bc98f98 [3.10] bpo-44852: Support ignoring specific DeprecationWarnings wholesale in regrtest (GH-27634) (GH-27784) by Łukasz Langa · 4 years ago
  50. 6f6648e bpo-38956: don't print BooleanOptionalAction's default twice (GH-27672) by Miss Islington (bot) · 4 years ago
  51. 8516ca5 bpo-44911: Fixed IsolatedAsyncioTestCase from throwing an exception on leaked tasks (GH-27765) by Miss Islington (bot) · 4 years ago
  52. 1960409 bpo-44895: skip test_no_hang_on_context_chain_cycle2 until the refleak is fixed (GH-27761) by Miss Islington (bot) · 4 years ago
  53. d412848 bpo-26228: [doc] Adapt PTY documentation updates from GH-4167 (GH-27754) by Miss Islington (bot) · 4 years ago
  54. 6d13486 Added test case based on recommended test cases from RFC 4648 (GH-27747) by Miss Islington (bot) · 4 years ago
  55. 45a97d9 bpo-44891: Tests `id` preserving on `* 1` for `str` and `bytes` (GH-27745) by Miss Islington (bot) · 4 years ago
  56. ebc5926 bpo-44895: Temporarily add an extra gc.collect() call (GH-27746) by Miss Islington (bot) · 4 years ago
  57. ef36dfe [3.10] bpo-33930: Fix typo in the test name. (GH-27736) by Benjamin Peterson · 4 years ago
  58. c28c2e1 [3.10] bpo-44885: Correct the ast locations of f-strings with format specs and repeated expressions (GH-27729) (GH-27743) by Pablo Galindo Salgado · 4 years ago
  59. 5d44443 bpo-26228: Fix pty EOF handling (GH-12049) (GH-27732) by Miss Islington (bot) · 4 years ago
  60. d6d2d54 bpo-33930: Fix segfault with deep recursion when cleaning method objects (GH-27678) (GH-27719) by Miss Islington (bot) · 4 years ago
  61. 4e0147e bpo-14853: add back the stdin test, skip if stdin is redirected (GH-27694) by Miss Islington (bot) · 4 years ago
  62. d86bbe3 bpo-25782: avoid hang in PyErr_SetObject when current exception has a cycle in its context chain (GH-27626) by Miss Islington (bot) · 4 years ago
  63. 52d481f make lib2to3 parse async generators everywhere (GH-6588) by Miss Islington (bot) · 4 years ago
  64. a3185da bpo-41402: Fix email ContentManager calling .encode() on bytes (GH-21631) by Miss Islington (bot) · 4 years ago
  65. 8ece98a bpo-38840: Incorrect __all__ in multiprocessing.managers (GH-18034) by Miss Islington (bot) · 4 years ago
  66. d5c8ad2 bpo-32695: Docs and tests for compresslevel and preset kwargs in tarfile (GH-21470) by Miss Islington (bot) · 4 years ago
  67. 762ef85 bpo-44840: Compiler: Move duplication of exit blocks with no line numbers to after CFG optimization. (GH-27656) (#27673) by Mark Shannon · 4 years ago
  68. 7d6a0fe Upgrade bundled pip and setuptools (GH-27625) by Miss Islington (bot) · 4 years ago
  69. 66dd1a0 bpo-44605: Teach @total_ordering() to work with metaclasses (GH-27633) (GH-27640) by Miss Islington (bot) · 4 years ago
  70. 2b1e713 bpo-44822: Don't truncate `str`s with embedded NULL chars returned by `sqlite3` UDF callbacks (GH-27588) by Miss Islington (bot) · 4 years ago
  71. a5d9963 bpo-40928: notify users running test_decimal on macOS of malloc warnings (GH-26783) by Miss Islington (bot) · 4 years ago
  72. 36a2497 bpo-44524: Fix an issue wherein `_GenericAlias._name` was not properly set for specialforms (GH-27614) by Miss Islington (bot) · 4 years ago
  73. a11158e bpo-44584: Deprecate PYTHONTHREADDEBUG env var (GH-27065) by Miss Islington (bot) · 4 years ago
  74. b1bd16c [3.10] bpo-44838: Refine the custom syntax errors for invalid 'if' expressions (GH-27615). (GH-27616) by Pablo Galindo Salgado · 4 years ago
  75. 536e35a bpo-44801: Check arguments in substitution of ParamSpec in Callable (GH-27585) by Miss Islington (bot) · 4 years ago
  76. c2593b4 bpo-42958: Improve description of shallow= in filecmp.cmp docs (GH-27166) by Miss Islington (bot) · 4 years ago
  77. bc2841c bpo-44808: fixes test for interactive inspect getsource of a class (GH-27571) by Miss Islington (bot) · 4 years ago
  78. 8ce7f2f bpo-39091: Fix segfault when Exception constructor returns non-exception for gen.throw. (GH-17658) (GH-27572) by Miss Islington (bot) · 4 years ago
  79. cc115e5 Python 3.10.0rc1 by Pablo Galindo · 4 years ago
  80. 5671762 bpo-44792: Improve syntax errors for if expressions (GH-27506) (GH-27565) by Miss Islington (bot) · 4 years ago
  81. aa72668 bpo-44785: Silence deprecation warnings in test_pickle (GH-27538) by Miss Islington (bot) · 4 years ago
  82. 2cc19a5 bpo-44806: Fix __init__ in subclasses of protocols (GH-27545) by Miss Islington (bot) · 4 years ago
  83. a1eaa74 bpo-44808: Fix test_inspect in refleak mode (GH-27544) by Miss Islington (bot) · 4 years ago
  84. 1bc83eb bpo-44781: make distutils test suppress deprecation warning from import distutils (GH-27485) (GH-27540) by Miss Islington (bot) · 4 years ago
  85. 33a4010 bpo-44667: Treat correctly lines ending with comments and no newlines in the Python tokenizer (GH-27499) (GH-27500) by Miss Islington (bot) · 4 years ago
  86. c8db292 bpo-44793: Fix checking the number of arguments when subscribe a generic type with ParamSpec parameter. (GH-27515) by Miss Islington (bot) · 4 years ago
  87. 21d5897 bpo-44784: Apply changes from importlib_metadata 4.6.3 (GH-27508) (#27510) by Miss Islington (bot) · 4 years ago
  88. 35035bc bpo-34013: Don't consider a grouped expression when reporting legacy print syntax errors (GH-27521) by Miss Islington (bot) · 4 years ago
  89. 76903ff bpo-44794: Merge tests for typing.Callable and collection.abc.Callable (GH-27507) by Miss Islington (bot) · 4 years ago
  90. 12073fc Trivial typo in docstring (#27504) by Miss Islington (bot) · 4 years ago
  91. f468ede bpo-44648: Fix error type in inspect.getsource() in interactive session (GH-27171) (GH-27495) by Miss Islington (bot) · 4 years ago
  92. 440c9f7 bpo-43625: Enhance csv sniffer has_headers() to be more accurate (GH-26939) (GH-27494) by Miss Islington (bot) · 4 years ago
  93. 6f95002 bpo-42892: fix email multipart attribute error (GH-26903) (GH-27492) by Miss Islington (bot) · 4 years ago
  94. 0db6c14 bpo-44666: Use default encoding as fallback for compile_file (GH-27236) (GH-27488) by Miss Islington (bot) · 4 years ago
  95. 6e6dc25 bpo-44753: Don't use logfile extension when determining old files to be deleted (GH-27475) (GH-27487) by Miss Islington (bot) · 4 years ago
  96. f7f1c26 Update URLs in comments and metadata to use HTTPS (GH-27458) (GH-27478) by Miss Islington (bot) · 4 years ago
  97. 56122b0 bpo-44761: Change default value of NewType __module__ attr (GH-27406) (GH-27477) by Miss Islington (bot) · 4 years ago
  98. 0cb470e [3.10] bpo-31746: Prevent segfaults when sqlite3.Connection is uninitialised (GH-27431). (GH-27472) by Erlend Egeberg Aasland · 4 years ago
  99. 4729976 bpo-44662: Add ability to annotate types.Union (GH-27214) (GH-27461) by Miss Islington (bot) · 4 years ago
  100. a438b37 To fix the random failed test cases of test___xxsubinterpreters in multiprocess. (GH-27240) (GH-27452) by Miss Islington (bot) · 4 years ago