summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [3.10] bpo-23556: [doc] Fix inaccuracy in documentation for raise without arg...Miss Islington (bot)2022-01-273-20/+37
* bpo-42982: Improve the text on suggested number of iterations of PBKDF2 (GH-2...Miss Islington (bot)2022-01-271-2/+7
* bpo-46496: news11-10 for bpo45296 (GH-30937)Miss Islington (bot)2022-01-271-0/+6
* bpo-45296: Clarify close, quit, and exit in IDLE (GH-30936) (GH-30944)Miss Islington (bot)2022-01-274-15/+23
* [3.10] bpo-46502: Remove "How do I tell incomplete input" from FAQ (GH-30925)...Pablo Galindo Salgado2022-01-271-125/+0
* bpo-38472: setup.py uses LC_ALL=C to check the C compiler (GH-30929)Miss Islington (bot)2022-01-262-1/+5
* bpo-43698: do not use `...` as argument name in docs (GH-30502)Miss Islington (bot)2022-01-264-19/+16
* [3.10] bpo-46513: Remove AC_C_CHAR_UNSIGNED / __CHAR_UNSIGNED__ (GH-30851) (G...Christian Heimes2022-01-265-46/+2
* bpo-46529: increase coverage of `typing.Union.__repr__` method (GH-30911)Miss Islington (bot)2022-01-261-0/+9
* bpo-48146: Update IDLE part of What's New 3.10 to 2022 (GH-30906)Miss Islington (bot)2022-01-261-6/+11
* bpo-41844: Update IDLE part of What's New 3.9 to 20228 (GH-30905)Miss Islington (bot)2022-01-261-0/+14
* [3.10] bpo-46091: Correctly calculate indentation levels for whitespace lines...Pablo Galindo Salgado2022-01-255-16/+67
* [3.10] bpo-45382: test.pythoninfo logs more Windows versions (GH-30891)Victor Stinner2022-01-251-0/+42
* bpo-41682: fixed flaky test test_sendfile_close_peer_in_the_middle_of_receivi...Miss Islington (bot)2022-01-251-5/+7
* [3.10] bpo-46445, bpo-46519: Re-import typing.NewType (GH-30886)Ken Jin2022-01-251-0/+1
* bpo-46491: Allow Annotated on outside of Final/ClassVar (GH-30864)Miss Islington (bot)2022-01-253-4/+13
* [3.10] bpo-46496: Update IDLE News to 2021 Jan 24 (GH-30876)Terry Jan Reedy2022-01-251-0/+12
* bpo-41841: update idlelib News up to 3.10.0. (GH-30868) (GH-30870)Miss Islington (bot)2022-01-253-3/+34
* bpo-46503: Prevent an assert from firing when parsing some invalid \N sequenc...Miss Islington (bot)2022-01-253-2/+19
* [3.10] bpo-46416: Allow direct invocation of `Lib/test/test_typing.py` (GH-30...Nikita Sobolev2022-01-241-3/+3
* Improve grouper() recipe to demonstrate all forms of zip() (GH-30837) (GH-30840)Miss Islington (bot)2022-01-232-9/+41
* bpo-41403: Improve error message for invalid mock target (GH-30833) (GH-30834)Irit Katriel2022-01-233-5/+13
* [3.10] bpo-46474: Avoid REDoS in EntryPoint.pattern (sync with importlib_meta...Jason R. Coombs2022-01-232-2/+4
* [3.10] bpo-46240: Correct the error for unclosed parentheses when the tokeniz...Pablo Galindo Salgado2022-01-234-2/+9
* bpo-46266: Add calendar day of week constants to __all__ (GH-30412) (GH-30424)Miss Islington (bot)2022-01-234-4/+18
* bpo-41682: Skip unstable test_asyncio sendfile test on Windows (GH-30801) (GH...Miss Islington (bot)2022-01-231-0/+2
* bpo-43118: Fix bug in inspect.signature around 'base.__text_signature__' (GH-...Miss Islington (bot)2022-01-224-2/+27
* bpo-46468: document that "-m http.server" defaults to port 8000 (GH-30776) (#...Miss Islington (bot)2022-01-221-7/+12
* bpo-46417: Fix race condition on setting type __bases__ (GH-30788) (GH-30789)Miss Islington (bot)2022-01-222-11/+21
* bpo-46425: fix direct invocation of `asyncio` tests (GH-30725) (#30782)Miss Islington (bot)2022-01-226-2/+25
* [3.10] bpo-46469: Make asyncio generic classes return GenericAlias (GH-30777)...Miss Islington (bot)2022-01-228-25/+28
* bpo-46442: improve and rename testExceptionCleanupNames (GH-30758)Miss Islington (bot)2022-01-221-2/+14
* bpo-46445: Cover multiple inheritance of `TypedDict` in `test_typing` (GH-30719)Miss Islington (bot)2022-01-211-1/+87
* bpo-46463: Fixes escape4chm.py script used when building the CHM documentatio...Miss Islington (bot)2022-01-212-4/+7
* bpo-46434: Handle missing docstrings in pdb help (GH-30705)Miss Islington (bot)2022-01-214-0/+27
* bpo-46426: Improve tests for the dir_fd argument (GH-30668) (GH-30739)Miss Islington (bot)2022-01-213-230/+208
* no-issue: Fix documentation typos. (GH-30576)Miss Islington (bot)2022-01-212-2/+2
* [3.10] bpo-41857: mention timeout argument units in select.poll() and select....Tal Einat2022-01-212-3/+15
* bpo-21987: Fix TarFile.getmember getting a dir with a trailing slash (GH-30283)Miss Islington (bot)2022-01-213-1/+22
* bpo-46080: fix argparse help generation exception in edge case (GH-30111)Miss Islington (bot)2022-01-203-3/+9
* [3.10] Mark all clinic headers as generated (GH-30679). (GH-30726)Erlend Egeberg Aasland2022-01-201-5/+2
* [3.10] bpo-46339: Fix crash in the parser when computing error text for multi...Miss Islington (bot)2022-01-204-427/+19
* [3.10] bpo-46425: Fix direct invocation of multiple test modules (GH-30666) (...Nikita Sobolev2022-01-205-8/+7
* bpo-46437: remove useless `hasattr` from `test_typing` (GH-30704)Miss Islington (bot)2022-01-191-9/+7
* doc: Clarify os.urandom return type (GH-30282)Miss Islington (bot)2022-01-191-1/+1
* docs: correct outdated MappingProxyType docstrings (GH-30281)Miss Islington (bot)2022-01-191-3/+3
* Update documentation in datetime module strftime-and-strptime-behavior fix ty...Miss Islington (bot)2022-01-191-5/+5
* [3.10] bpo-46413: properly test `__{r}or__` code paths in `_SpecialGenericAli...Miss Islington (bot)2022-01-191-0/+8
* bpo-46424: [typing] cover `Annotation[arg]` invalid usage in tests (GH-30663)Miss Islington (bot)2022-01-191-0/+4
* [3.10] bpo-45680: Clarify documentation on ``GenericAlias`` objects (GH-29335...Miss Islington (bot)2022-01-191-33/+84