Sign in
chromium
/
external
/
github.com
/
python
/
cpython
/
refs/tags/v3.11.0a6
/
Lib
tag
5191ba090ef66cf50a9633a08404500c5d59cfdf
tagger
Pablo Galindo <pablogsal@gmail.com>
Mon Mar 07 12:32:19 2022
object
3ddfa55df48a67a5972feac32eaeb85effeda8e3
Python 3.11.0a6
3ddfa55
Python 3.11.0a6
by Pablo Galindo
· 3 years, 5 months ago
v3.11.0a6
3b3be05
bpo-46940: Don't override existing AttributeError suggestion information (GH-31710)
by Pablo Galindo Salgado
· 3 years, 5 months ago
496c428
bpo-43292: Fix file leak in `ET.iterparse()` when not exhausted (GH-31696)
by Jacob Walls
· 3 years, 5 months ago
b748a36
Use assertEqual, not assertEquals, in test_unicode (GH-31718)
by Dennis Sweeney
· 3 years, 6 months ago
eafec26
bpo-14156: Make argparse.FileType work correctly for binary file modes when argument is '-' (GH-13165)
by MojoVampire
· 3 years, 6 months ago
602024e
bpo-46921: Vectorcall support for `super()` (GH-31687)
by Ken Jin
· 3 years, 6 months ago
6927632
Remove trailing spaces (GH-31695)
by Serhiy Storchaka
· 3 years, 6 months ago
ab9301a
bpo-46927: Include the type's name in the error message for subscripting non-generic types (GH-31694)
by Serhiy Storchaka
· 3 years, 6 months ago
2031149
Lib/typing.py copy edits originating from GH-31061 (#31684)
by Matt Bogosian
· 3 years, 6 months ago
cedd247
bpo-25415: Remove confusing sentence from IOBase docstrings (PR-31631)
by slateny
· 3 years, 6 months ago
586b24d
bpo-46841: Fix error message hacks in `GET_AWAITABLE` (GH-31664)
by Brandt Bucher
· 3 years, 6 months ago
03c2a36
bpo-46903: Handle str-subclasses in virtual instance dictionaries. (GH-31658)
by Mark Shannon
· 3 years, 6 months ago
ad1b044
bpo-46913: Skip test_ctypes.test_shorts() on UBSan (GH-31674)
by Victor Stinner
· 3 years, 6 months ago
6d0d7d2
bpo-46913: test_hashlib skips _sha3 tests on UBSan (GH-31673)
by Victor Stinner
· 3 years, 6 months ago
05a8bc1
bpo-46841: Use inline caching for attribute accesses (GH-31640)
by Brandt Bucher
· 3 years, 6 months ago
cc40058
bpo-46877: export unittest.doModuleCleanups in unittest package (#31613)
by Kumar Aditya
· 3 years, 6 months ago
88567a9
bpo-46874: Speed up sqlite3 user-defined aggregate 'step' method (GH-31604)
by Erlend Egeberg Aasland
· 3 years, 6 months ago
751c9ed
bpo-46891: Fix creating a new instance of a module subclass with slots (GH-31643)
by Mark Shannon
· 3 years, 6 months ago
3c4abfa
Fix EncodingWarning in libregrtest (GH-31654)
by Inada Naoki
· 3 years, 6 months ago
4f74052
bpo-40116: dict: Add regression test for iteration order. (GH-31550)
by Inada Naoki
· 3 years, 6 months ago
75d2d945
bpo-46643: Fix stringized P.args/P.kwargs with get_type_hints (GH-31238)
by Gregory Beauregard
· 3 years, 6 months ago
20a1c8e
bpo-46195: Do not add `Optional` in `get_type_hints` (GH-30304)
by Nikita Sobolev
· 3 years, 6 months ago
9833bb9
bpo-46845: Reduce dict size when all keys are Unicode (GH-31564)
by Inada Naoki
· 3 years, 6 months ago
3b0f1c5
bpo-46841: Use inline cache for `BINARY_SUBSCR`. (GH-31618)
by Mark Shannon
· 3 years, 6 months ago
9204bb7
bpo-46633: Skip tests on ASAN and/or MSAN builds (GH-31632)
by Victor Stinner
· 3 years, 6 months ago
7820a58
bpo-46841: Use inline caching for `COMPARE_OP` (GH-31622)
by Brandt Bucher
· 3 years, 6 months ago
7d611b4
bpo-46771: Remove two controversial lines from Task.cancel() (GH-31623)
by Guido van Rossum
· 3 years, 6 months ago
d5b7bba
Statistics internals: Make fewer calls to _coerce() when data types are mixed (GH-31619)
by Raymond Hettinger
· 3 years, 6 months ago
4558af5
bpo-46841: Move the cache for `LOAD_GLOBAL` inline. (GH-31575)
by Mark Shannon
· 3 years, 6 months ago
424ecab
bpo-46841: Use inline caching for `UNPACK_SEQUENCE` (GH-31591)
by Brandt Bucher
· 3 years, 6 months ago
345572a
bpo-46786: Make ElementTree write the HTML tags embed, source, track, wbr as empty tags (GH-31406)
by Jannis Vajen
· 3 years, 6 months ago
5a1c637
bpo-46852: Restore test_getformat() test (GH-31601)
by Victor Stinner
· 3 years, 6 months ago
ad56919
bpo-46857: Fix refleak in OSError INIT_ALIAS() (GH-31594)
by Victor Stinner
· 3 years, 6 months ago
e182c66
bpo-46748: Fix ctypes test_frozentable() (GH-31600)
by Kumar Aditya
· 3 years, 6 months ago
edbee56
Taskgroup tweaks (GH-31559)
by Tin Tvrtković
· 3 years, 6 months ago
b57dbe5
bpo-38415: Remove redundant AsyncContextDecorator.__call__ override from _AsyncGeneratorContextManager (GH-30233)
by Thomas Grainger
· 3 years, 6 months ago
e466faa
bpo-45735: Promise the long-time truth that `args=list` works (GH-30982)
by Charlie Zhao
· 3 years, 6 months ago
5ab745f
bpo-46852: Remove the float.__set_format__() method (GH-31585)
by Victor Stinner
· 3 years, 6 months ago
ea9612a
bpo-46857: Fix test_embed.test_no_memleak() on Windows (GH-31589)
by Victor Stinner
· 3 years, 6 months ago
0f41aac
bpo-46841: Use *inline* caching for `BINARY_OP` (GH-31543)
by Brandt Bucher
· 3 years, 6 months ago
e2e7256
bpo-46756: Fix authorization check in urllib.request (GH-31353)
by Serhiy Storchaka
· 3 years, 6 months ago
98c3bea
bpo-46820: Refactor tests for ambiguous end of numerical literal (GH-31494)
by Serhiy Storchaka
· 3 years, 6 months ago
9475dc0
bpo-46623: Skip two test_zlib tests on s390x (GH-31096)
by Victor Stinner
· 3 years, 6 months ago
c9c178f
bpo-1635741: test_embed cheks that Python does not leak (GH-31555)
by Victor Stinner
· 3 years, 6 months ago
2a6ece5
bpo-45107: Specialize `LOAD_METHOD` for instances with dict. (GH-31531)
by Mark Shannon
· 3 years, 6 months ago
a52d252
bpo-46823: Implement LOAD_FAST__LOAD_ATTR_INSTANCE_VALUE superinstruction (GH-31484)
by Dennis Sweeney
· 3 years, 6 months ago
4fccf91
bpo-46659: Enhance LocaleTextCalendar for C locale (GH-31214)
by Victor Stinner
· 3 years, 6 months ago
7fce106
bpo-46771: Implement task cancel requests counter (GH-31513)
by Tin Tvrtković
· 3 years, 6 months ago
0bb40a4
closes bpo-46736: SimpleHTTPRequestHandler now uses HTML5. (GH-31533)
by Dong-hee Na
· 3 years, 6 months ago
288af84
bpo-46757: Add a test to verify dataclass's __post_init__ isn't being automatically added. (GH-31523)
by Eric V. Smith
· 3 years, 6 months ago
9b12b1b
bpo-46522: fix concurrent.futures and io AttributeError messages (GH-30887)
by Thomas Grainger
· 3 years, 6 months ago
cff4d5c
Inherit asyncio proactor datagram transport from asyncio.DatagramTransport (#31512)
by Andrew Svetlov
· 3 years, 6 months ago
b899126
bpo-46659: Deprecate locale.getdefaultlocale() (GH-31206)
by Victor Stinner
· 3 years, 6 months ago
ccbe804
bpo-46659: Fix the MBCS codec alias on Windows (GH-31218)
by Victor Stinner
· 3 years, 6 months ago
8fb9489
bpo-46827: pass sock.type to getaddrinfo in sock_connect (GH-31499)
by Thomas Grainger
· 3 years, 6 months ago
38b5acf
bpo-46729: add number of sub-exceptions in str() of BaseExceptionGroup (GH-31294)
by Irit Katriel
· 3 years, 6 months ago
7fb94fd
bpo-46725: Document starred expressions in for statements (GH-31481)
by Pablo Galindo Salgado
· 3 years, 6 months ago
77f31a9
bpo-46822: Increase timeout for test_create_server_ssl_over_ssl to match underlying timeouts (GH-31502)
by Steve Dower
· 3 years, 6 months ago
9058a35
Move call specializations from CALL to PRECALL. (GH-31496)
by Mark Shannon
· 3 years, 6 months ago
090e5c4
bpo-46820: Fix a SyntaxError in a numeric literal followed by "not in" (GH-31479)
by Serhiy Storchaka
· 3 years, 6 months ago
4140bcb
bpo-45390: Propagate CancelledError's message from cancelled task to its awaiter (GH-31383)
by Andrew Svetlov
· 3 years, 6 months ago
59585d6
bpo-46329: Streamline calling sequence a bit. (GH-31465)
by Mark Shannon
· 3 years, 6 months ago
2cae938
bpo-46811: Make test suite support Expat >=2.4.5 (GH-31453)
by Sebastian Pipping
· 3 years, 6 months ago
195a46d
bpo-46796: Simplify handling of removed parameter "loop" in asyncio (GH-31431)
by Serhiy Storchaka
· 3 years, 6 months ago
b77158b
bpo-39327: Close file descriptors as soon as possible in shutil.rmtree (GH-31384)
by Lital Natan
· 3 years, 6 months ago
a3fcca4
replace `self` param with more appropriate `cls` in classmethods (GH-31402)
by Josh Smith
· 3 years, 6 months ago
1f9d4c9
Raise TypeError if SSLSocket is passed to asyncio transport-based methods (GH-31442)
by Andrew Svetlov
· 3 years, 6 months ago
4ab8167
bpo-46672: fix `NameError` in `asyncio.gather` if type check fails (GH-31187)
by Nikita Sobolev
· 3 years, 6 months ago
e7130c2
bpo-46752: Uniform TaskGroup.__repr__ (GH-31409)
by Andrew Svetlov
· 3 years, 6 months ago
0a8a8e7
bpo-46066: Check DeprecationWarning in test_typing (GH-31428)
by Jelle Zijlstra
· 3 years, 6 months ago
7a4791e
Use raw string to avoid deprecation warning (GH-31427)
by Dennis Sweeney
· 3 years, 6 months ago
32e3e0b
bpo-46685: improve test coverage of `Self` and `Never` in `typing` (GH-31222)
by Nikita Sobolev
· 3 years, 6 months ago
25c0b9d
bpo-46603: improve coverage of `typing._strip_annotations` (GH-31063)
by Nikita Sobolev
· 3 years, 6 months ago
395029b
bpo-46571: improve `typing.no_type_check` to skip foreign objects (GH-31042)
by Nikita Sobolev
· 3 years, 6 months ago
80a9ba5
Reduce flakiness of taskgroups test 13 (GH-31411)
by Guido van Rossum
· 3 years, 6 months ago
cf345e9
bpo-46329: Change calling sequence (again) (GH-31373)
by Mark Shannon
· 3 years, 6 months ago
e2c2861
bpo-46709: check eval breaker in specialized `CALL` opcodes (GH-31404)
by Nikita Sobolev
· 3 years, 6 months ago
c3ce778
bpo-46724: Fix dis support for overflow args (GH-31285)
by Saul Shanabrook
· 3 years, 6 months ago
d851216
bpo-46752: Slight improvements to TaskGroup API (GH-31398)
by Guido van Rossum
· 3 years, 6 months ago
2a38e1a
Fix missing spaces in os.walk example (GH-29918)
by 辰冢
· 3 years, 6 months ago
5f1c205
Fix mistake in barry_as_FLUFL test (GH-31392)
by Patrick Reader
· 3 years, 6 months ago
fc115c9
bpo-41086: Add exception for uninstantiated interpolation (configparser) (GH-21062)
by Brian Faherty
· 3 years, 6 months ago
6e7b813
bpo-46333: Honor `module` parameter in ForwardRef (GH-30536)
by aha79
· 3 years, 6 months ago
de6043e
bpo-46066: Deprecate kwargs syntax for TypedDict definitions (GH-31126)
by 97littleleaf11
· 3 years, 6 months ago
a9da085
bpo-46702: Specialize UNPACK_SEQUENCE (GH-31240)
by Brandt Bucher
· 3 years, 6 months ago
562c13f
bpo-29418: Implement inspect.ismethodwrapper and fix inspect.isroutine for cases where methodwrapper is given (GH-19261)
by Hakan Çelik
· 3 years, 6 months ago
3954fcb
Remove offsets from expected output in test.test_dis (GH-31369)
by Mark Shannon
· 3 years, 6 months ago
ffd9f8f
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. (#31365)
by Eric V. Smith
· 3 years, 6 months ago
0cb765b
bpo-46730: Add more info to @property AttributeError messages (GH-31311)
by Alex-Blade
· 3 years, 6 months ago
602630a
bpo-46752: Add TaskGroup; add Task..cancelled(),.uncancel() (GH-31270)
by Guido van Rossum
· 3 years, 6 months ago
08ec801
bpo-46737: Add default arguments to random.gauss and normalvariate (GH-31360)
by Zackery Spytz
· 3 years, 6 months ago
1d81fdc
bpo-46741: Update `asyncio.protocols.BufferedProtocol` docstring (31327)
by Alex Waygood
· 3 years, 6 months ago
13c10bf
bpo-44011: New asyncio ssl implementation (#31275)
by Kumar Aditya
· 3 years, 6 months ago
3be1a44
bpo-46724: Use `JUMP_ABSOLUTE` for all backward jumps. (GH-31326)
by Mark Shannon
· 3 years, 6 months ago
50cf499
bpo-45447: Add syntax highlighting for `.pyi` files in IDLE (GH-28950)
by Alex Waygood
· 3 years, 6 months ago
b70690b
bpo-46333: include `module` in `ForwardRef.__repr__` (#31283)
by aha79
· 3 years, 6 months ago
168fd64
bpo-45948: Remove constructor discrepancy in C version of ElementTree.XMLParser (GH-31152)
by Jacob Walls
· 3 years, 6 months ago
4a66615
bpo-46615: Don't crash when set operations mutate the sets (GH-31120)
by Dennis Sweeney
· 3 years, 6 months ago
2049469
bpo-46613: Add PyType_GetModuleByDef to the public API (GH-31081)
by Petr Viktorin
· 3 years, 6 months ago
dd76b3f
bpo-46246: add missing __slots__ to importlib.metadata.DeprecatedList (GH-30452)
by Arie Bovenberg
· 3 years, 6 months ago
Next »