111117 Commits (ba457fe6f8e50ad3ef3ceffb75dee96629a42ad7)
 

Author SHA1 Message Date
Erlend Egeberg Aasland ba457fe6f8
[3.10] bpo-43853: Expand test suite for SQLite UDF's (GH-27642) (GH-31030) 4 years ago
Miss Islington (bot) f1916cde24
bpo-46672: fix `NameError` in `asyncio.gather` if type check fails (GH-31187) (GH-31440) 4 years ago
Andrew Svetlov fa621a7388
[3.10] replace `self` param with more appropriate `cls` in classmethods (GH-31402) (GH-31446) 4 years ago
Andrew Svetlov dde048819f
[3.10] Raise TypeError if SSLSocket is passed to asyncio transport-based methods (GH-31442). (GH-31443) 4 years ago
Miss Islington (bot) ea3e0421b0
Improve discussion about how __getattr__ is invoked. (GH-31435) (GH-31437) 4 years ago
Miss Islington (bot) 75c5dbc27e
Counter doc mentions three methods, but lists four (GH-30706) 4 years ago
Miss Islington (bot) 103f3ca806
bpo-46603: improve coverage of `typing._strip_annotations` (GH-31063) 4 years ago
Gregory P. Smith e05e3d20d3
[3.10] bpo-46784: Add newly exported expat symbols to the namespace. (GH-31397) (GH-31420) 4 years ago
Miss Islington (bot) 6eb34772fd
bpo-46777: Fix incorrect use of directives in asyncio documentation (GH-31388) 4 years ago
Miss Islington (bot) feb4455088
docs: Link `match` statement in tutorial (GH-31396) 4 years ago
Miss Islington (bot) 095ffe715e
Fix mistake in barry_as_FLUFL test (GH-31392) 4 years ago
Dong-hee Na cb7551d566
bpo-46400: Update libexpat from 2.4.1 to 2.4.4 (GH-31022) (GH-31296) 4 years ago
Miss Islington (bot) 68e80c4e74
[3.10] Update html.parser.rst (GH-30678) (GH-31385) 4 years ago
Miss Islington (bot) a481be0c5f
[3.10] Become a CODEOWNER for typing (GH-31374) (GH-31382) 4 years ago
Miss Islington (bot) a17d59a6df
[3.10] bpo-46333: Honor `module` parameter in ForwardRef (GH-30536) (GH-31379) 4 years ago
Mark Shannon d4e4ef107a
[3.10] bpo-46724: Use `JUMP_ABSOLUTE` for all backward jumps. (GH-31326) (GH-31354) 4 years ago
Miss Islington (bot) 3d407b9311
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) 4 years ago
Miss Islington (bot) 5b63ba3ff5
Update the OMG link (GH-30383) 4 years ago
Miss Islington (bot) 72c46462aa
bpo-46741: Update `asyncio.protocols.BufferedProtocol` docstring (GH-31327) (GH-31362) 4 years ago
DongGeon Lee ac55cea3cb
[3.10] bpo-46728: fix docstring of combinations_with_replacement for consistency (GH-31293) (GH-31350) 4 years ago
Miss Islington (bot) b27195332e
bpo-46436: Fix command-line option -d/--directory in module http.server (GH-30701) 4 years ago
Miss Islington (bot) 543242ad8c
Fix the signature of multiprocessing.set_executable (GH-31276) 4 years ago
Miss Islington (bot) a414cb35c2
Update __main__.rst (GH-30896) 4 years ago
Miss Islington (bot) c5a987bf4d
doc: use colon for all color's rangs (GH-28998) (#31336) 4 years ago
Miss Islington (bot) 828253227e
bpo-38619: Update the documentation for UUID.hex (GH-29830) 4 years ago
Miss Islington (bot) 5574cacf57
Fix minor grammar error (GH-31325) 4 years ago
Miss Islington (bot) a606c6a350
Fix a typo in Doc/faq/programming.rst (GH-31243) 4 years ago
Dennis Sweeney 841c77d802
[3.10] bpo-46747: Add missing key parameters in the bisect docs (GH-31323) (GH-31329) 4 years ago
Miss Islington (bot) 6a7dd3f9e9
Corrections to format precision description. (GH-31291) 4 years ago
Miss Islington (bot) 44666c3285
bpo-45447: Add entry to What's new 3.10 (GH-31304) 4 years ago
Miss Islington (bot) 5698e0be8e
bpo-45447: Add entry to What's new 3.9 (GH-31305) 4 years ago
Terry Jan Reedy 9fabcfbe68
bpo-45447: Add syntax highlighting for `.pyi` files in IDLE (GH-28950) 4 years ago
Miss Islington (bot) b7a65c939c
bpo-45948: Remove constructor discrepancy in C version of ElementTree.XMLParser (GH-31152) 4 years ago
Miss Islington (bot) f2fbfbe0ec
bpo-46483: [doc] pathlib classes no longer support parameterized generics (GH-31281) 4 years ago
Miss Islington (bot) 1f5fe9962f
bpo-46615: Don't crash when set operations mutate the sets (GH-31120) 4 years ago
Petr Viktorin 8b8673fe94
[3.10] bpo-46433: _PyType_GetModuleByDef: handle static types in MRO (GH-30696) (GH-31262) 4 years ago
Miss Islington (bot) 1124ab6d1d
bpo-46246: add missing __slots__ to importlib.metadata.DeprecatedList (GH-30452) 4 years ago
Pablo Galindo Salgado 14284b0e71
[3.10] Allow the parser to avoid nested processing of invalid rules (GH-31252). (GH-31257) 4 years ago
Andrew Svetlov 9f5145403b
[3.10] Fix warning: asyncio.events._event_loop_policy was modified by test_asyncio (GH-31253) (GH-31255) 4 years ago
Pablo Galindo Salgado 9b23f8f78f
[3.10] bpo-46707: Avoid potential exponential backtracking in some syntax errors (GH-31241). (GH-31242) 4 years ago
Miss Islington (bot) 7445949a43
bpo-43532: add version added to KW_ONLY (GH-31235) 4 years ago
Miss Islington (bot) 42f87d435e
bpo-45863: tarfile: don't zero out header fields unnecessarily (GH-29693) 4 years ago
Miss Islington (bot) d29bbc22b0
bpo-46685: cover `TypeError` of `ForwardRef(1)` in `test_typing` (GH-31223) 4 years ago
Miss Islington (bot) c2735b75af
bpo-46678: Fix Invalid cross device link in Lib/test/support/import_helper.py (GH-31204) (GH-31207) 4 years ago
Pablo Galindo Salgado 5b58db7529
[3.10] bpo-46521: Fix codeop to use a new partial-input mode of the parser (GH-31010). (GH-31213) 4 years ago
Gregory Beauregard cbdcae5ab9
[3.10] bpo-46676: Make ParamSpec args and kwargs equal to themselves (GH-31203) (GH-31210) 4 years ago
Miss Islington (bot) 9539400390
[3.10] bpo-46648: Rewrite test_urllib2.test_issue16464() with a local HTTP server (GH-31186) (GH-31189) 4 years ago
Miss Islington (bot) 9c45390208
bpo-46638: Makes registry virtualisation setting stable when building MSIX packages (GH-31130) 4 years ago
Gregory Beauregard e2eeffefed
[3.10] bpo-46655: allow stringized TypeAlias with get_type_hints (GH-31156). (#31175) 4 years ago
Nikita Sobolev c1ff4cb98b
[3.10] bpo-46611: add coverage to instance and class checks in `typing.py` (GH-31078) (GH-31182) 4 years ago