Sign in
chromium
/
external
/
github.com
/
python
/
cpython
/
refs/tags/v3.10.4
/
Lib
tag
ae74560a6f6539eaacf12e777f8e5136135773a9
tagger
Pablo Galindo <pablogsal@gmail.com>
Wed Mar 23 20:12:10 2022
object
9d38120e335357a3b294277fd5eff0a10e46e043
Python 3.10.4
9d38120
Python 3.10.4
by Pablo Galindo
· 3 years, 5 months ago
v3.10.4
f163ad2
bpo-2604: Make doctest.DocTestCase reset globs in teardown (GH-31932)
by Miss Islington (bot)
· 3 years, 5 months ago
8146e6b
bpo-44336: Prevent tests hanging on child process handles on Windows (GH-26578)
by Jeremy Kloth
· 3 years, 5 months ago
9d59381
[3.10] bpo-45997: Fix asyncio.Semaphore re-acquiring order (GH-31910) (#32047)
by Miss Islington (bot)
· 3 years, 5 months ago
4c989e1
[3.10] bpo-38256: Fix binascii.crc32 large input. (GH-32000) (GH-32013)
by Gregory P. Smith
· 3 years, 5 months ago
94f038c
[3.10] bpo-47022: Document asynchat, asyncore and smtpd removals in 3.12 (GH-31891) (#31997)
by Hugo van Kemenade
· 3 years, 5 months ago
4352ca2
bpo-42369: Fix thread safety of zipfile._SharedFile.tell (GH-26974)
by Miss Islington (bot)
· 3 years, 5 months ago
906f1a4
bpo-39394: Improve warning message in the re module (GH-31988)
by Miss Islington (bot)
· 3 years, 5 months ago
a5b7678
[3.10] bpo-40296: Fix supporting generic aliases in pydoc (GH-30253). (GH-31976)
by Serhiy Storchaka
· 3 years, 5 months ago
d27af88
bpo-45979: Fix Tkinter tests with old Tk (>= 8.5.12) (GH-31938)
by Miss Islington (bot)
· 3 years, 5 months ago
0b5f99a
bpo-46421: Fix unittest filename evaluation when called as a module (GH-30654)
by Miss Islington (bot)
· 3 years, 5 months ago
ba76f90
bpo-47038: Increase a test timeout for slow CI machines (GH-31951)
by Miss Islington (bot)
· 3 years, 5 months ago
36f62c5
bpo-47038: Rewrite missed asyncio.wait_for test to use IsolatedAnsyncioTestCase (GH-31946) (#31948)
by Miss Islington (bot)
· 3 years, 5 months ago
4186dd6
bpo-47038: Rewrite asyncio.wait_for test to use IsolatedAsyncioTestCase (GH-31942) (GH-31943)
by Miss Islington (bot)
· 3 years, 5 months ago
a342a49
Python 3.10.3
by Pablo Galindo
· 3 years, 5 months ago
v3.10.3
88c243f
bpo-43253: Don't call shutdown() for invalid socket handles (GH-31892)
by Miss Islington (bot)
· 3 years, 5 months ago
3c4f24f
bpo-20392: Fix inconsistency with uppercase file extensions in mimetypes.guess_type (GH-30229)
by Miss Islington (bot)
· 3 years, 5 months ago
0cfcc0c
Revert "bpo-46986: Upgrade bundled setuptools to 60.9.3 (GH-31820)" (GH-31880)
by Ned Deily
· 3 years, 5 months ago
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
25962e4
bpo-46986: Upgrade bundled setuptools to 60.9.3 (GH-31820)
by Miss Islington (bot)
· 3 years, 5 months ago
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
3bc8019
[3.10] bpo-46581: Propagate private vars via _GenericAlias.copy_with (GH-31061) (GH-31821)
by Matt Bogosian
· 3 years, 5 months ago
4199b7f
[3.10] bpo-46198: rename duplicate tests and remove unused code (GH-30297) (GH-31796)
by Jelle Zijlstra
· 3 years, 5 months ago
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
8de434b
bpo-46955: Expose asyncio.base_events.Server as asyncio.Server (GH-31760)
by Miss Islington (bot)
· 3 years, 5 months ago
21c5b3f
bpo-44439: _ZipWriteFile.write() handle buffer protocol correctly (GH-29468)
by Miss Islington (bot)
· 3 years, 5 months ago
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
8acbb93
bpo-43292: Fix file leak in `ET.iterparse()` when not exhausted (GH-31696)
by Miss Islington (bot)
· 3 years, 5 months ago
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
4716f70
Lib/typing.py copy edits originating from GH-31061 (GH-31684)
by Miss Islington (bot)
· 3 years, 6 months ago
bdce188
bpo-25415: Remove confusing sentence from IOBase docstrings (PR-31631)
by Miss Islington (bot)
· 3 years, 6 months ago
7b5b429
[3.10] bpo-46913: Fix test_ctypes, test_hashlib, test_faulthandler on UBSan (GH-31675)
by Victor Stinner
· 3 years, 6 months ago
257f5be
bpo-46643: Fix stringized P.args/P.kwargs with get_type_hints (GH-31238)
by Miss Islington (bot)
· 3 years, 6 months ago
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
2b7e04d
bpo-46756: Fix authorization check in urllib.request (GH-31353)
by Miss Islington (bot)
· 3 years, 6 months ago
c7a0fd2
bpo-46820: Refactor tests for ambiguous end of numerical literal (GH-31494)
by Miss Islington (bot)
· 3 years, 6 months ago
6717edc
Inherit asyncio proactor datagram transport from asyncio.DatagramTransport (GH-31512) (GH-31514)
by Miss Islington (bot)
· 3 years, 6 months ago
d327517
bpo-46827: pass sock.type to getaddrinfo in sock_connect (GH-31499)
by Miss Islington (bot)
· 3 years, 6 months ago
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
7da97f6
bpo-46811: Make test suite support Expat >=2.4.5 (GH-31453) (GH-31472)
by Miss Islington (bot)
· 3 years, 6 months ago
95d6271
bpo-39327: Close file descriptors as soon as possible in shutil.rmtree (GH-31384)
by Miss Islington (bot)
· 3 years, 6 months ago
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
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
fa621a7
[3.10] replace `self` param with more appropriate `cls` in classmethods (GH-31402) (GH-31446)
by Andrew Svetlov
· 3 years, 6 months ago
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
103f3ca
bpo-46603: improve coverage of `typing._strip_annotations` (GH-31063)
by Miss Islington (bot)
· 3 years, 6 months ago
095ffe7
Fix mistake in barry_as_FLUFL test (GH-31392)
by Miss Islington (bot)
· 3 years, 6 months ago
a17d59a
[3.10] bpo-46333: Honor `module` parameter in ForwardRef (GH-30536) (GH-31379)
by Miss Islington (bot)
· 3 years, 6 months ago
d4e4ef1
[3.10] bpo-46724: Use `JUMP_ABSOLUTE` for all backward jumps. (GH-31326) (GH-31354)
by Mark Shannon
· 3 years, 6 months ago
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
72c4646
bpo-46741: Update `asyncio.protocols.BufferedProtocol` docstring (GH-31327) (GH-31362)
by Miss Islington (bot)
· 3 years, 6 months ago
b271953
bpo-46436: Fix command-line option -d/--directory in module http.server (GH-30701)
by Miss Islington (bot)
· 3 years, 6 months ago
9fabcfb
bpo-45447: Add syntax highlighting for `.pyi` files in IDLE (GH-28950)
by Terry Jan Reedy
· 3 years, 6 months ago
b7a65c9
bpo-45948: Remove constructor discrepancy in C version of ElementTree.XMLParser (GH-31152)
by Miss Islington (bot)
· 3 years, 6 months ago
1f5fe99
bpo-46615: Don't crash when set operations mutate the sets (GH-31120)
by Miss Islington (bot)
· 3 years, 6 months ago
8b8673f
[3.10] bpo-46433: _PyType_GetModuleByDef: handle static types in MRO (GH-30696) (GH-31262)
by Petr Viktorin
· 3 years, 6 months ago
1124ab6
bpo-46246: add missing __slots__ to importlib.metadata.DeprecatedList (GH-30452)
by Miss Islington (bot)
· 3 years, 6 months ago
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
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
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
42f87d4
bpo-45863: tarfile: don't zero out header fields unnecessarily (GH-29693)
by Miss Islington (bot)
· 3 years, 6 months ago
d29bbc2
bpo-46685: cover `TypeError` of `ForwardRef(1)` in `test_typing` (GH-31223)
by Miss Islington (bot)
· 3 years, 6 months ago
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
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
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
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
e2eeffe
[3.10] bpo-46655: allow stringized TypeAlias with get_type_hints (GH-31156). (#31175)
by Gregory Beauregard
· 3 years, 6 months ago
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
cb78994
Add more tests for variable substitution in generics (GH-31170)
by Miss Islington (bot)
· 3 years, 6 months ago
c88407c
bpo-46648: Skip test_urllib2.test_issue16464() (GH-31161)
by Miss Islington (bot)
· 3 years, 6 months ago
34895f6
Optimize images by IMGbot (GH-21348)
by Miss Islington (bot)
· 3 years, 7 months ago
9ce0b00
bpo-46588: fix typo in test_calltip.py (GH-31119)
by Miss Islington (bot)
· 3 years, 7 months ago
4f76b36
bpo-46630: Fix initial focus of IDLE query dialogs (GH-31112)
by Miss Islington (bot)
· 3 years, 7 months ago
63523e7
bpo-45975: IDLE - Remove extraneous parens (GH-31107)
by Miss Islington (bot)
· 3 years, 7 months ago
2ddc278
bpo-45975: Use walrus operator for some idlelib while loops (GH-31083)
by Miss Islington (bot)
· 3 years, 7 months ago
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
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
e480def
Fix minor details in the Counter docs (GH-31029) (GH-31072)
by Miss Islington (bot)
· 3 years, 7 months ago
85b421f
bpo-44359: Fix test_ftplib unhandled thread exceptions (GH-31069)
by Miss Islington (bot)
· 3 years, 7 months ago
7dee93c
bpo-46591: Make About IDLE doc link label clickable (GH-30251)
by Miss Islington (bot)
· 3 years, 7 months ago
e5e1441
bpo-46487: Add `get_write_buffer_limits` to Write and _SSLProtocol transports (GH-30958)
by Miss Islington (bot)
· 3 years, 7 months ago
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
1dcd772
bpo-44031: fix test_tabnanny failure in non-ascii CWD (GH-31014)
by Miss Islington (bot)
· 3 years, 7 months ago
6a188d8
bpo-46482: add a test for `typing.Annotation.__new__` (GH-30821)
by Miss Islington (bot)
· 3 years, 7 months ago
3479451
bpo-46542: test_lib2to3 uses support.infinite_recursion() (GH-31035)
by Miss Islington (bot)
· 3 years, 7 months ago
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
315a60a
bpo-46560: Fix a typo in `typing.ParamSpec's` doc string (GH-30995)
by Miss Islington (bot)
· 3 years, 7 months ago
95b70e2
bpo-46530: add `"thread_time"` to `test_time.test_get_clock_info` (GH-30913)
by Miss Islington (bot)
· 3 years, 7 months ago
20f5313
bpo-46542: test_json uses support.infinite_recursion() (GH-30972)
by Miss Islington (bot)
· 3 years, 7 months ago
bfcb414
bpo-46539: Pass status of special typeforms to forward references (GH-30926)
by Miss Islington (bot)
· 3 years, 7 months ago
486a4b3
bpo-44734: Fix floating point precision in test_turtle (GH-30910)
by Miss Islington (bot)
· 3 years, 7 months ago
5c39e47
[3.10] bpo-45703: Invalidate _NamespacePath cache on importlib.invalidate_cache (GH-29384) (GH-30922)
by Petr Viktorin
· 3 years, 7 months ago
89db090
bpo-44791: Fix substitution of ParamSpec in Concatenate with different parameter expressions (GH-27518)
by Miss Islington (bot)
· 3 years, 7 months ago
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
b3cf525
bpo-46496: news11-10 for bpo45296 (GH-30937)
by Miss Islington (bot)
· 3 years, 7 months ago
5acaad0
bpo-45296: Clarify close, quit, and exit in IDLE (GH-30936) (GH-30944)
by Miss Islington (bot)
· 3 years, 7 months ago
c730342
bpo-46529: increase coverage of `typing.Union.__repr__` method (GH-30911)
by Miss Islington (bot)
· 3 years, 7 months ago
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
4a57fa2
[3.10] bpo-45382: test.pythoninfo logs more Windows versions (GH-30891)
by Victor Stinner
· 3 years, 7 months ago
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
Next »