summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [3.10] bpo-46474: Avoid REDoS in EntryPoint.pattern (sync with importlib_meta...backport-51c3e28-3.10Jason 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-211-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
* bpo-22039: [doc] clarify that there are no plans to disable deleting an attri...Miss Islington (bot)2022-01-191-2/+3
* [3.10] bpo-46402: Promote SQLite URI tricks in sqlite3 docs (GH-30660) (GH-30...Erlend Egeberg Aasland2022-01-182-9/+26
* bpo-45554: Document multiprocessing.Process.exitcode values (GH-30142)Miss Islington (bot)2022-01-182-2/+10
* bpo-20823: Clarify copyreg.pickle() documentation (GH-30230)Miss Islington (bot)2022-01-181-2/+2
* bpo-46411: Remove unnecessary calls to sys.exc_info() in tests (GH-30638)Miss Islington (bot)2022-01-176-16/+14
* bpo-46383: Fix signature of zoneinfo module_free function (GH-30607) (GH-30610)Miss Islington (bot)2022-01-172-1/+3
* bpo-13886: Skip PTY non-ASCII tests if readline is loaded (GH-30631)Miss Islington (bot)2022-01-172-2/+17
* bpo-20281, bpo-29964: update datetime docs to refer %z and %Z to a pre-existi...Miss Islington (bot)2022-01-141-7/+6
* Merge remote-tracking branch 'upstream/3.10' into 3.10Pablo Galindo2022-01-145-1/+40
|\
| * bpo-23183: Document the timeit output (GH-30359)Miss Islington (bot)2022-01-141-0/+7
| * bpo-46280: Fix tracemalloc_copy_domain() (GH-30591)Miss Islington (bot)2022-01-131-0/+3
| * [3.10] bpo-40479: Fix typo, flag must be set for OpenSSL < 3.0.0 (GH-30584) (...Miss Islington (bot)2022-01-131-1/+1
| * bpo-46070: _PyGC_Fini() untracks objects (GH-30577)Miss Islington (bot)2022-01-132-0/+29
* | Post 3.10.2Pablo Galindo2022-01-141-1/+1
* | Python 3.10.2v3.10.2Pablo Galindo2022-01-1343-333/+620
|/
* Define Py_BUILD_CORE_MODULEMiss Islington (bot)2022-01-139-249/+362
* bpo-46345: Add a test case for implicit `Optional` class attribute (GH-30535)Miss Islington (bot)2022-01-121-0/+6
* bpo-46347: Fix PyEval_EvalCodeEx to correctly cleanup in error paths (#30553)Yury Selivanov2022-01-111-11/+5
* bpo-46347: Fix memory leak in PyEval_EvalCodeEx. (GH-30546)Miss Islington (bot)2022-01-112-7/+1
* [doc] Add license_url for python-docs-theme 2022.1. (GH-30527) (GH-30540)Miss Islington (bot)2022-01-112-2/+3
* bpo-46237: Fix the line number of tokenizer errors inside f-strings (GH-30463)Miss Islington (bot)2022-01-114-5/+22
* closes bpo-46253: Change Py_UNICODE to Py_UCS4 in the C API docs to match the...Miss Islington (bot)2022-01-111-17/+17