Python 3.10.3
  1. a342a49 Python 3.10.3 by Pablo Galindo · 3 years, 5 months ago v3.10.3
  2. 88c243f bpo-43253: Don't call shutdown() for invalid socket handles (GH-31892) by Miss Islington (bot) · 3 years, 5 months ago
  3. 3c4f24f bpo-20392: Fix inconsistency with uppercase file extensions in mimetypes.guess_type (GH-30229) by Miss Islington (bot) · 3 years, 5 months ago
  4. 0cfcc0c Revert "bpo-46986: Upgrade bundled setuptools to 60.9.3 (GH-31820)" (GH-31880) by Ned Deily · 3 years, 5 months ago
  5. d929aa7 [3.10] bpo-47004: Sync with importlib_metadata 4.11.3. (GH-31854). (GH-31857) by Jason R. Coombs · 3 years, 5 months ago
  6. 25962e4 bpo-46986: Upgrade bundled setuptools to 60.9.3 (GH-31820) by Miss Islington (bot) · 3 years, 5 months ago
  7. 1ceda97 [3.10] bpo-46985: Upgrade bundled pip to 22.0.4 (GH-31819) (GH-31849) by Miss Islington (bot) · 3 years, 5 months ago
  8. 3bc8019 [3.10] bpo-46581: Propagate private vars via _GenericAlias.copy_with (GH-31061) (GH-31821) by Matt Bogosian · 3 years, 5 months ago
  9. 4199b7f [3.10] bpo-46198: rename duplicate tests and remove unused code (GH-30297) (GH-31796) by Jelle Zijlstra · 3 years, 5 months ago
  10. 26fa25a bpo-24959: fix unittest.assertRaises bug where traceback entries are dropped from chained exceptions (GH-23688) by Miss Islington (bot) · 3 years, 5 months ago
  11. 8de434b bpo-46955: Expose asyncio.base_events.Server as asyncio.Server (GH-31760) by Miss Islington (bot) · 3 years, 5 months ago
  12. 21c5b3f bpo-44439: _ZipWriteFile.write() handle buffer protocol correctly (GH-29468) by Miss Islington (bot) · 3 years, 5 months ago
  13. 3594ebc [3.10] bpo-46940: Don't override existing AttributeError suggestion information (GH-31710) (GH-31724) by Pablo Galindo Salgado · 3 years, 5 months ago
  14. 8acbb93 bpo-43292: Fix file leak in `ET.iterparse()` when not exhausted (GH-31696) by Miss Islington (bot) · 3 years, 5 months ago
  15. ee18df4 bpo-14156: Make argparse.FileType work correctly for binary file modes when argument is '-' (GH-13165) by Miss Islington (bot) · 3 years, 6 months ago
  16. 4716f70 Lib/typing.py copy edits originating from GH-31061 (GH-31684) by Miss Islington (bot) · 3 years, 6 months ago
  17. bdce188 bpo-25415: Remove confusing sentence from IOBase docstrings (PR-31631) by Miss Islington (bot) · 3 years, 6 months ago
  18. 7b5b429 [3.10] bpo-46913: Fix test_ctypes, test_hashlib, test_faulthandler on UBSan (GH-31675) by Victor Stinner · 3 years, 6 months ago
  19. 257f5be bpo-46643: Fix stringized P.args/P.kwargs with get_type_hints (GH-31238) by Miss Islington (bot) · 3 years, 6 months ago
  20. 9326445 [3.10] bpo-46633: Skip tests on ASAN and/or MSAN builds (GH-31632) (GH-31634) by Victor Stinner · 3 years, 6 months ago
  21. 2b7e04d bpo-46756: Fix authorization check in urllib.request (GH-31353) by Miss Islington (bot) · 3 years, 6 months ago
  22. c7a0fd2 bpo-46820: Refactor tests for ambiguous end of numerical literal (GH-31494) by Miss Islington (bot) · 3 years, 6 months ago
  23. 6717edc Inherit asyncio proactor datagram transport from asyncio.DatagramTransport (GH-31512) (GH-31514) by Miss Islington (bot) · 3 years, 6 months ago
  24. d327517 bpo-46827: pass sock.type to getaddrinfo in sock_connect (GH-31499) by Miss Islington (bot) · 3 years, 6 months ago
  25. f20ac2e bpo-46820: Fix a SyntaxError in a numeric literal followed by "not in" (GH-31479) (GH-31493) by Miss Islington (bot) · 3 years, 6 months ago
  26. 7da97f6 bpo-46811: Make test suite support Expat >=2.4.5 (GH-31453) (GH-31472) by Miss Islington (bot) · 3 years, 6 months ago
  27. 95d6271 bpo-39327: Close file descriptors as soon as possible in shutil.rmtree (GH-31384) by Miss Islington (bot) · 3 years, 6 months ago
  28. ba457fe [3.10] bpo-43853: Expand test suite for SQLite UDF's (GH-27642) (GH-31030) by Erlend Egeberg Aasland · 3 years, 6 months ago
  29. f1916cd bpo-46672: fix `NameError` in `asyncio.gather` if type check fails (GH-31187) (GH-31440) by Miss Islington (bot) · 3 years, 6 months ago
  30. fa621a7 [3.10] replace `self` param with more appropriate `cls` in classmethods (GH-31402) (GH-31446) by Andrew Svetlov · 3 years, 6 months ago
  31. dde0488 [3.10] Raise TypeError if SSLSocket is passed to asyncio transport-based methods (GH-31442). (GH-31443) by Andrew Svetlov · 3 years, 6 months ago
  32. 103f3ca bpo-46603: improve coverage of `typing._strip_annotations` (GH-31063) by Miss Islington (bot) · 3 years, 6 months ago
  33. 095ffe7 Fix mistake in barry_as_FLUFL test (GH-31392) by Miss Islington (bot) · 3 years, 6 months ago
  34. a17d59a [3.10] bpo-46333: Honor `module` parameter in ForwardRef (GH-30536) (GH-31379) by Miss Islington (bot) · 3 years, 6 months ago
  35. d4e4ef1 [3.10] bpo-46724: Use `JUMP_ABSOLUTE` for all backward jumps. (GH-31326) (GH-31354) by Mark Shannon · 3 years, 6 months ago
  36. 3d407b9 bpo-46762: Fix an assert failure in f-strings where > or < is the last character if the f-string is missing a trailing right brace. (GH-31365) by Miss Islington (bot) · 3 years, 6 months ago
  37. 72c4646 bpo-46741: Update `asyncio.protocols.BufferedProtocol` docstring (GH-31327) (GH-31362) by Miss Islington (bot) · 3 years, 6 months ago
  38. b271953 bpo-46436: Fix command-line option -d/--directory in module http.server (GH-30701) by Miss Islington (bot) · 3 years, 6 months ago
  39. 9fabcfb bpo-45447: Add syntax highlighting for `.pyi` files in IDLE (GH-28950) by Terry Jan Reedy · 3 years, 6 months ago
  40. b7a65c9 bpo-45948: Remove constructor discrepancy in C version of ElementTree.XMLParser (GH-31152) by Miss Islington (bot) · 3 years, 6 months ago
  41. 1f5fe99 bpo-46615: Don't crash when set operations mutate the sets (GH-31120) by Miss Islington (bot) · 3 years, 6 months ago
  42. 8b8673f [3.10] bpo-46433: _PyType_GetModuleByDef: handle static types in MRO (GH-30696) (GH-31262) by Petr Viktorin · 3 years, 6 months ago
  43. 1124ab6 bpo-46246: add missing __slots__ to importlib.metadata.DeprecatedList (GH-30452) by Miss Islington (bot) · 3 years, 6 months ago
  44. 14284b0 [3.10] Allow the parser to avoid nested processing of invalid rules (GH-31252). (GH-31257) by Pablo Galindo Salgado · 3 years, 6 months ago
  45. 9f51454 [3.10] Fix warning: asyncio.events._event_loop_policy was modified by test_asyncio (GH-31253) (GH-31255) by Andrew Svetlov · 3 years, 6 months ago
  46. 9b23f8f [3.10] bpo-46707: Avoid potential exponential backtracking in some syntax errors (GH-31241). (GH-31242) by Pablo Galindo Salgado · 3 years, 6 months ago
  47. 42f87d4 bpo-45863: tarfile: don't zero out header fields unnecessarily (GH-29693) by Miss Islington (bot) · 3 years, 6 months ago
  48. d29bbc2 bpo-46685: cover `TypeError` of `ForwardRef(1)` in `test_typing` (GH-31223) by Miss Islington (bot) · 3 years, 6 months ago
  49. c2735b7 bpo-46678: Fix Invalid cross device link in Lib/test/support/import_helper.py (GH-31204) (GH-31207) by Miss Islington (bot) · 3 years, 6 months ago
  50. 5b58db7 [3.10] bpo-46521: Fix codeop to use a new partial-input mode of the parser (GH-31010). (GH-31213) by Pablo Galindo Salgado · 3 years, 6 months ago
  51. cbdcae5 [3.10] bpo-46676: Make ParamSpec args and kwargs equal to themselves (GH-31203) (GH-31210) by Gregory Beauregard · 3 years, 6 months ago
  52. 9539400 [3.10] bpo-46648: Rewrite test_urllib2.test_issue16464() with a local HTTP server (GH-31186) (GH-31189) by Miss Islington (bot) · 3 years, 6 months ago
  53. e2eeffe [3.10] bpo-46655: allow stringized TypeAlias with get_type_hints (GH-31156). (#31175) by Gregory Beauregard · 3 years, 6 months ago
  54. c1ff4cb [3.10] bpo-46611: add coverage to instance and class checks in `typing.py` (GH-31078) (GH-31182) by Nikita Sobolev · 3 years, 6 months ago
  55. cb78994 Add more tests for variable substitution in generics (GH-31170) by Miss Islington (bot) · 3 years, 6 months ago
  56. c88407c bpo-46648: Skip test_urllib2.test_issue16464() (GH-31161) by Miss Islington (bot) · 3 years, 6 months ago
  57. 34895f6 Optimize images by IMGbot (GH-21348) by Miss Islington (bot) · 3 years, 7 months ago
  58. 9ce0b00 bpo-46588: fix typo in test_calltip.py (GH-31119) by Miss Islington (bot) · 3 years, 7 months ago
  59. 4f76b36 bpo-46630: Fix initial focus of IDLE query dialogs (GH-31112) by Miss Islington (bot) · 3 years, 7 months ago
  60. 63523e7 bpo-45975: IDLE - Remove extraneous parens (GH-31107) by Miss Islington (bot) · 3 years, 7 months ago
  61. 2ddc278 bpo-45975: Use walrus operator for some idlelib while loops (GH-31083) by Miss Islington (bot) · 3 years, 7 months ago
  62. 5765eaa bpo-46616: Ensures test_importlib.test_windows cleans up registry keys after completion (GH-31086) by Miss Islington (bot) · 3 years, 7 months ago
  63. ba4d79a [3.10] bpo-45173: Note configparser deprecations will be removed in 3.12 (GH-31084) by Hugo van Kemenade · 3 years, 7 months ago
  64. e480def Fix minor details in the Counter docs (GH-31029) (GH-31072) by Miss Islington (bot) · 3 years, 7 months ago
  65. 85b421f bpo-44359: Fix test_ftplib unhandled thread exceptions (GH-31069) by Miss Islington (bot) · 3 years, 7 months ago
  66. 7dee93c bpo-46591: Make About IDLE doc link label clickable (GH-30251) by Miss Islington (bot) · 3 years, 7 months ago
  67. e5e1441 bpo-46487: Add `get_write_buffer_limits` to Write and _SSLProtocol transports (GH-30958) by Miss Islington (bot) · 3 years, 7 months ago
  68. 8765b01 [3.10] bpo-46584: remove check for `py2.3` from `ctypes/test_python_api` (GH-31024) (GH-31054) by Miss Islington (bot) · 3 years, 7 months ago
  69. 1dcd772 bpo-44031: fix test_tabnanny failure in non-ascii CWD (GH-31014) by Miss Islington (bot) · 3 years, 7 months ago
  70. 6a188d8 bpo-46482: add a test for `typing.Annotation.__new__` (GH-30821) by Miss Islington (bot) · 3 years, 7 months ago
  71. 3479451 bpo-46542: test_lib2to3 uses support.infinite_recursion() (GH-31035) by Miss Islington (bot) · 3 years, 7 months ago
  72. a5451c9 bpo-26552: Fixed case where failing `asyncio.ensure_future` did not close the coroutine (#30288) (#31003) by Kumar Aditya · 3 years, 7 months ago
  73. 315a60a bpo-46560: Fix a typo in `typing.ParamSpec's` doc string (GH-30995) by Miss Islington (bot) · 3 years, 7 months ago
  74. 95b70e2 bpo-46530: add `"thread_time"` to `test_time.test_get_clock_info` (GH-30913) by Miss Islington (bot) · 3 years, 7 months ago
  75. 20f5313 bpo-46542: test_json uses support.infinite_recursion() (GH-30972) by Miss Islington (bot) · 3 years, 7 months ago
  76. bfcb414 bpo-46539: Pass status of special typeforms to forward references (GH-30926) by Miss Islington (bot) · 3 years, 7 months ago
  77. 486a4b3 bpo-44734: Fix floating point precision in test_turtle (GH-30910) by Miss Islington (bot) · 3 years, 7 months ago
  78. 5c39e47 [3.10] bpo-45703: Invalidate _NamespacePath cache on importlib.invalidate_cache (GH-29384) (GH-30922) by Petr Viktorin · 3 years, 7 months ago
  79. 89db090 bpo-44791: Fix substitution of ParamSpec in Concatenate with different parameter expressions (GH-27518) by Miss Islington (bot) · 3 years, 7 months ago
  80. 2572c67 [3.10] bpo-23556: [doc] Fix inaccuracy in documentation for raise without args. Improve tests for context in nested except handlers. (GH-29236) (GH-30953) by Miss Islington (bot) · 3 years, 7 months ago
  81. b3cf525 bpo-46496: news11-10 for bpo45296 (GH-30937) by Miss Islington (bot) · 3 years, 7 months ago
  82. 5acaad0 bpo-45296: Clarify close, quit, and exit in IDLE (GH-30936) (GH-30944) by Miss Islington (bot) · 3 years, 7 months ago
  83. c730342 bpo-46529: increase coverage of `typing.Union.__repr__` method (GH-30911) by Miss Islington (bot) · 3 years, 7 months ago
  84. 3fc8b74 [3.10] bpo-46091: Correctly calculate indentation levels for whitespace lines with continuation characters (GH-30130). (GH-30898) by Pablo Galindo Salgado · 3 years, 7 months ago
  85. 4a57fa2 [3.10] bpo-45382: test.pythoninfo logs more Windows versions (GH-30891) by Victor Stinner · 3 years, 7 months ago
  86. 75d88b9 bpo-41682: fixed flaky test test_sendfile_close_peer_in_the_middle_of_receiving (GH-30845) (#30860) by Miss Islington (bot) · 3 years, 7 months ago
  87. 9a7d010 [3.10] bpo-46445, bpo-46519: Re-import typing.NewType (GH-30886) by Ken Jin · 3 years, 7 months ago
  88. 41e0aea bpo-46491: Allow Annotated on outside of Final/ClassVar (GH-30864) by Miss Islington (bot) · 3 years, 7 months ago
  89. 367a37a [3.10] bpo-46496: Update IDLE News to 2021 Jan 24 (GH-30876) by Terry Jan Reedy · 3 years, 7 months ago
  90. ce79b50 bpo-41841: update idlelib News up to 3.10.0. (GH-30868) (GH-30870) by Miss Islington (bot) · 3 years, 7 months ago
  91. 894e8c1 bpo-46503: Prevent an assert from firing when parsing some invalid \N sequences in f-strings. (GH-30865) (GH-30866) by Miss Islington (bot) · 3 years, 7 months ago
  92. eaeb994 [3.10] bpo-46416: Allow direct invocation of `Lib/test/test_typing.py` (GH-30641) (GH-30697) by Nikita Sobolev · 3 years, 7 months ago
  93. b2c7fe1 Improve grouper() recipe to demonstrate all forms of zip() (GH-30837) (GH-30840) by Miss Islington (bot) · 3 years, 7 months ago
  94. e3ade66 bpo-41403: Improve error message for invalid mock target (GH-30833) (GH-30834) by Irit Katriel · 3 years, 7 months ago
  95. a7a4ca4 [3.10] bpo-46474: Avoid REDoS in EntryPoint.pattern (sync with importlib_metadata 4.10.1) (GH-30803) (GH-30827) by Jason R. Coombs · 3 years, 7 months ago
  96. 633db1c [3.10] bpo-46240: Correct the error for unclosed parentheses when the tokenizer is not finished (GH-30378). (GH-30819) by Pablo Galindo Salgado · 3 years, 7 months ago
  97. f66ef3e bpo-46266: Add calendar day of week constants to __all__ (GH-30412) (GH-30424) by Miss Islington (bot) · 3 years, 7 months ago
  98. 486b4d3 bpo-41682: Skip unstable test_asyncio sendfile test on Windows (GH-30801) (GH-30812) by Miss Islington (bot) · 3 years, 7 months ago
  99. 83aef4d bpo-43118: Fix bug in inspect.signature around 'base.__text_signature__' (GH-30285) (#30765) by Miss Islington (bot) · 3 years, 7 months ago
  100. 6111d5d bpo-46425: fix direct invocation of `asyncio` tests (GH-30725) (#30782) by Miss Islington (bot) · 3 years, 7 months ago