summaryrefslogtreecommitdiffstats
path: root/Misc
Commit message (Expand)AuthorAgeFilesLines
* Python 3.11.0b4v3.11.0b4Pablo Galindo2022-07-11108-237/+1120
* [3.11] bpo-45924: Fix asyncio incorrect traceback when future's exception is ...Miss Islington (bot)2022-07-111-0/+1
* GH-94736: Fix _multiprocessing.SemLock subclassing (GH-94738)Miss Islington (bot)2022-07-111-0/+1
* [3.11] gh-93883: elide traceback indicators when possible (GH-93994) (GH-94740)John Belmonte2022-07-111-0/+1
* [3.11] GH-94694: Fix column offsets for multi-line method lookups (GH-94721)Brandt Bucher2022-07-101-0/+4
* gh-94637: Release GIL in SSLContext.set_default_verify_paths (GH-94658)Miss Islington (bot)2022-07-091-0/+3
* [3.11] GH-93252: Fix error handling for failed Python calls (GH-94693) (GH-94...Kumar Aditya2022-07-091-0/+2
* gh-94607: Fix subclassing generics (GH-94610)Miss Islington (bot)2022-07-091-0/+2
* [3.11] gh-94215: Fix error handling for line-tracing events (GH-94681) (GH-94...Christian Heimes2022-07-081-0/+3
* gh-94321: Document sqlite3.PrepareProtocol (GH-94620)Miss Islington (bot)2022-07-071-0/+2
* gh-93910: Fix enum performance regression (GH-94614)Miss Islington (bot)2022-07-071-0/+3
* [3.11] gh-94430: Allow params named `module` or `self` with custom C names in...Erlend Egeberg Aasland2022-07-071-0/+2
* [3.11] gh-92228: disable the compiler's 'small exit block inlining' optimizat...Christian Heimes2022-07-071-0/+1
* GH-93896: AAlways set event loop in asyncio.run and IsolatedAsyncioTestCase (...Miss Islington (bot)2022-07-061-0/+1
* [3.11] gh-94510: Raise on re-entrant calls to sys.setprofile and sys.settrace...Łukasz Langa2022-07-051-0/+2
* gh-91330: Tests and docs for dataclass descriptor-typed fields (GH-94424) (GH...Miss Islington (bot)2022-07-051-0/+7
* gh-94360: Fix a tokenizer crash when reading encoded files with syntax errors...Miss Islington (bot)2022-07-051-0/+2
* gh-90355: Add isolated flag if currently isolated (GH-92857) (GH-94568)Miss Islington (bot)2022-07-051-0/+1
* [3.11] bpo-46755: Don't log stack info twice in QueueHandler (GH-31355) (GH-9...Miss Islington (bot)2022-07-051-0/+2
* [3.11] gh-94485: Set line number of module's RESUME instruction to 0 as speci...Łukasz Langa2022-07-051-0/+2
* gh-84753: Clarify change made to `inspect` functions (GH-94554) (GH-94560)Miss Islington (bot)2022-07-051-2/+6
* gh-94538: Fix Argument Clinic output to custom file (GH-94539) (GH-94555)Miss Islington (bot)2022-07-051-0/+2
* Docs: remove redundant "adverb-adjective" hyphens from compound modifiers (GH...Miss Islington (bot)2022-07-057-7/+7
* gh-93626: Set the release for `__future__.annotations` to `None` (GH-93628) (...Miss Islington (bot)2022-07-051-0/+1
* [3.11] GH-94262: Don't create frame objects for frames that aren't yet comple...Miss Islington (bot)2022-07-041-0/+3
* [3.11] gh-93975: Provide nicer error reporting from subprocesses in test_venv...Jason R. Coombs2022-07-011-0/+2
* [3.11] GH-94438: Backport GH-94444 (#94486)Mark Shannon2022-07-011-0/+2
* [3.11] GH-93354: Use exponential backoff to avoid excessive specialization at...Mark Shannon2022-06-301-0/+3
* gh-84753: Make inspect.iscoroutinefunction() work with AsyncMock (GH-94050) (...Miss Islington (bot)2022-06-301-0/+3
* GH-94398: TaskGroup: Fail create_task() during shutdown (GH-94400) (GH-94463)Miss Islington (bot)2022-06-301-0/+1
* gh-91719: Reload opcode on unknown error so that C can optimize the dispatchi...Miss Islington (bot)2022-06-301-0/+2
* GH-94329: Don't raise on excessive stack consumption (GH-94421) (GH-94446)Miss Islington (bot)2022-06-301-0/+2
* gh-92336: linecache.getline should not raise exceptions on decoding errors (G...Miss Islington (bot)2022-06-301-0/+1
* [3.11] gh-94404: Use module CFLAGS before PY_STDMODULE_CFLAGS (GH-94413) (GH-...Christian Heimes2022-06-291-1/+2
* gh-94404: makesetup: use correct CFLAGS and macOS workaround (GH-94405)Miss Islington (bot)2022-06-291-0/+2
* [3.11] GH-93516: Backport GH-93769 (GH-94231)Mark Shannon2022-06-281-0/+2
* gh-88116: Avoid undefined behavior when decoding varints in code objects (GH-...Miss Islington (bot)2022-06-281-0/+2
* gh-94208: Add more TLS version/protocol checks for FreeBSD (GH-94347)Miss Islington (bot)2022-06-281-0/+2
* gh-94315: Check for DAC override capability (GH-94316)Miss Islington (bot)2022-06-271-0/+2
* gh-94192: Fix error for dictionary literals with invalid expression as value....Miss Islington (bot)2022-06-261-0/+1
* [3.11] gh-93820: Pickle enum.Flag by name (GH-93891). (GH-94288)Serhiy Storchaka2022-06-261-0/+1
* GH-94254: Make _struct module types immutable (GH-94269)Miss Islington (bot)2022-06-261-0/+1
* gh-83499: Fix closing file descriptors in tempfile (GH-93874)Miss Islington (bot)2022-06-261-0/+1
* gh-94207: Fix struct module leak (GH-94239) (GH-94265)Miss Islington (bot)2022-06-251-0/+2
* [3.11] gh-92858: Improve error message for some suites with syntax error befo...Pablo Galindo Salgado2022-06-231-0/+1
* [3.11] GH-91742: Fix pdb crash after jump (GH-94171) (#94176)Miss Islington (bot)2022-06-231-0/+1
* [3.11] gh-93382: Cache result of `PyCode_GetCode` in codeobject (GH-93383) (#...Ken Jin2022-06-231-0/+2
* gh-91456: [Enum] Deprecate default auto() behavior with mixed value types (GH...Miss Islington (bot)2022-06-231-0/+3
* [3.11] GH-93516: Backport GH-93769: Speedup line number checks when tracing (...Mark Shannon2022-06-221-0/+2
* gh-91172: Create a workflow for verifying bundled pip and setuptools (GH-3188...Miss Islington (bot)2022-06-221-0/+2