summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* bpo-44781: make distutils test suppress deprecation warning from import distu...Miss Islington (bot)2021-08-021-2/+5
* bpo-44667: Treat correctly lines ending with comments and no newlines in the ...Miss Islington (bot)2021-08-023-1/+15
* bpo-44793: Fix checking the number of arguments when subscribe a generic type...Miss Islington (bot)2021-08-023-8/+15
* Remove beta release note from macOS installer displays (GH-27531)Ned Deily2021-08-012-11/+1
* bpo-44784: Apply changes from importlib_metadata 4.6.3 (GH-27508) (#27510)Miss Islington (bot)2021-08-012-6/+14
* bpo-34013: Don't consider a grouped expression when reporting legacy print sy...Miss Islington (bot)2021-08-013-6/+17
* bpo-44794: Merge tests for typing.Callable and collection.abc.Callable (GH-27...Miss Islington (bot)2021-07-313-117/+141
* Trivial typo in docstring (#27504)Miss Islington (bot)2021-07-311-1/+1
* bpo-44648: Fix error type in inspect.getsource() in interactive session (GH-2...Miss Islington (bot)2021-07-303-1/+21
* bpo-43625: Enhance csv sniffer has_headers() to be more accurate (GH-26939) (...Miss Islington (bot)2021-07-304-8/+56
* bpo-42892: fix email multipart attribute error (GH-26903) (GH-27492)Miss Islington (bot)2021-07-303-3/+36
* bpo-41911: Update docs for various expressions (GH-27470) (GH-27490)Miss Islington (bot)2021-07-301-7/+34
* bpo-44666: Use default encoding as fallback for compile_file (GH-27236) (GH-2...Miss Islington (bot)2021-07-304-3/+13
* bpo-44753: Don't use logfile extension when determining old files to be delet...Miss Islington (bot)2021-07-301-1/+2
* [3.10] Fail the CI if an optional module fails to compile (GH-27466). (GH-27481)Pablo Galindo Salgado2021-07-305-7746/+5002
* Update URLs in comments and metadata to use HTTPS (GH-27458) (GH-27478)Miss Islington (bot)2021-07-3039-58/+58
* Doc: Change errant 3.10.0 to 3.10, to match other mentions (GH-27459) (GH-27479)Miss Islington (bot)2021-07-301-2/+2
* bpo-44761: Change default value of NewType __module__ attr (GH-27406) (GH-27477)Miss Islington (bot)2021-07-302-4/+12
* [3.10] bpo-31746: Prevent segfaults when sqlite3.Connection is uninitialised ...Erlend Egeberg Aasland2021-07-302-7/+43
* bpo-44662: Add ability to annotate types.Union (GH-27214) (GH-27461)Miss Islington (bot)2021-07-303-1/+36
* bpo-44479: Do not regenerate files during a PGO build as it will invalidate t...Steve Dower2021-07-291-6/+6
* Add missing gdbm dependencies to the UNIX CI (GH-27467)Miss Islington (bot)2021-07-291-0/+1
* Fix typo in ast.rst (GH-27449) (GH-27454)Miss Islington (bot)2021-07-291-1/+1
* To fix the random failed test cases of test___xxsubinterpreters in multiproce...Miss Islington (bot)2021-07-291-0/+15
* bpo-44765: [doc] fix typo (GH-27430) (GH-27450)Miss Islington (bot)2021-07-291-1/+1
* bpo-44752: refactor part of rlcompleter.Completer.attr_matches (GH-27433) (GH...Miss Islington (bot)2021-07-291-6/+3
* bpo-32280: Store _PyRuntime in a named section (GH-4802) (#27448)Miss Islington (bot)2021-07-291-2/+28
* bpo-44752: Make rlcompleter not call `@property` methods (GH-27401) (GH-27444)Miss Islington (bot)2021-07-293-4/+40
* bpo-44707: Fix an undefined behavior of the null pointer arithmetic (GH-27292...Miss Islington (bot)2021-07-291-2/+9
* bpo-41103: Resurrect the old buffer protocol. (GH-27437) (GH-27441)Miss Islington (bot)2021-07-2910-5/+221
* bpo-43565: Document PyUnicode_KIND's return type as an unsigned int (GH-25724...Miss Islington (bot)2021-07-291-1/+1
* [3.10] bpo-43897: Reject "_" captures and top-level MatchStar in the AST vali...Miss Islington (bot)2021-07-292-21/+33
* bpo-40263: Fixes an off-by-one error in _winapi_WaitForMultipleObjects_impl (...Miss Islington (bot)2021-07-282-1/+4
* bpo-44763: [doc] remove repetitive sentence from textwrap.wrap (GH-27423) (GH...Miss Islington (bot)2021-07-281-1/+1
* bpo-44544: [doc] list all textwrap func kwargs (GH-26999) (GH-27424)Miss Islington (bot)2021-07-282-4/+18
* bpo-27827: identify a greater range of reserved filename on Windows. (GH-2669...Miss Islington (bot)2021-07-283-19/+47
* Fix typo in sqlite3.rst (GH-27415) (GH-27417)Miss Islington (bot)2021-07-281-1/+1
* Add missing end of sentence in docs (GH-27280) (GH-27419)Miss Islington (bot)2021-07-281-1/+1
* Change type check to isinstance in pipes (GH-27291) (GH-27416)Miss Islington (bot)2021-07-281-2/+2
* Spell out 's.pop() or s.pop(i)' (GH-27398) (GH-27412)Miss Islington (bot)2021-07-281-1/+1
* bpo-44756: in ./Doc, `make build` depends on `make html` (GH-27403) (GH-27410)Miss Islington (bot)2021-07-283-20/+29
* bpo-44657: Fix instancemethod_call to use PyInstanceMethod_GET_FUNCTION (GH-2...Miss Islington (bot)2021-07-281-1/+1
* [3.10] bpo-44461: Check early that a pdb target is valid for execution. (GH-2...Jason R. Coombs2021-07-283-0/+23
* bpo-44600: Refactor new tracing tests (GH-27396) (GH-27404)Miss Islington (bot)2021-07-281-67/+74
* bpo-34013: Move the Python 2 hints from the exception constructor to the pars...Miss Islington (bot)2021-07-275-224/+28
* [3.10] bpo-34013: Generalize the invalid legacy statement error message (GH-2...Pablo Galindo Salgado2021-07-277-246/+339
* bpo-44740: Make minor edits to lowercasing "internet" and "web". (GH-27385) (...Miss Islington (bot)2021-07-274-4/+4
* [doc] Fix typo in asyncio Event Loop (GH-27377)Miss Islington (bot)2021-07-271-1/+1
* Add windows build.bat counterpart for 'make regen-all' in error message (GH-2...Miss Islington (bot)2021-07-271-1/+1
* bpo-44740: Lowercase "internet" and "web" where appropriate. (GH-27378) (GH-2...Miss Islington (bot)2021-07-2661-107/+109