summaryrefslogtreecommitdiffstats
path: root/Misc
Commit message (Expand)AuthorAgeFilesLines
* GH-94822: Don't specialize when metaclasses are involved (GH-94892)Brandt Bucher2022-07-181-0/+2
* GH-94893: Ignore caches when adding LOAD_FAST_CHECKs (GH-94894)Brandt Bucher2022-07-181-0/+2
* gh-94930: skipitem() in getargs.c should return non-NULL on error (GH-94931)Serhiy Storchaka2022-07-181-0/+2
* GH-94739: Mark stacks of exception handling blocks for setting frame.f_lineno...Mark Shannon2022-07-181-0/+1
* GH-94857: fix test_io refleak (GH-94858)Kumar Aditya2022-07-181-0/+1
* gh-94947: Disallow parsing walrus with feature_version < (3, 8) (#94948)Shantanu2022-07-181-0/+1
* gh-94847: Don't force inlining in debug builds of libmpdec (GH-94848)Christian Heimes2022-07-181-0/+2
* gh-91181: drop support for bytes on sys.path (GH-31934)Thomas Grainger2022-07-171-0/+1
* gh-94869: Fix the location in some expressions for multi-line f-string ast no...Pablo Galindo Salgado2022-07-161-0/+2
* gh-90844: Allow virtual environments to correctly launch when they have space...Steve Dower2022-07-161-0/+2
* gh-94772: Fix off-by-one error in Windows launcher (GH-94779)Paul Moore2022-07-161-0/+1
* [3.11] bpo-14916: interactive fd is not tied to stdin [type-bug] (#91469)Paul m. p. Peny2022-07-161-0/+1
* gh-94801: Use custom flags to check for headers and libs (#94802)Christian Heimes2022-07-151-0/+2
* gh-94821: Fix autobind of empty unix domain address (GH-94826)Nir Soffer2022-07-151-0/+2
* gh-94841: Ensure arena_map_get() is inlined in PyObject_Free() (#94842)neonene2022-07-141-0/+1
* gh-94731: Revert to C-style casts for _Py_CAST (GH-94782)Petr Viktorin2022-07-141-0/+3
* gh-93939: Build C extensions without setup.py (GH-94474)Christian Heimes2022-07-141-0/+2
* GH-81620: Add random.binomialvariate() (GH-94719)Raymond Hettinger2022-07-131-0/+1
* gh-94773: deepfreeze: support frozensets with unsortable types (GH-94775)Christian Heimes2022-07-121-0/+2
* bpo-45924: Fix asyncio incorrect traceback when future's exception is raised ...Kumar Aditya2022-07-111-0/+1
* GH-94736: Fix _multiprocessing.SemLock subclassing (#94738)Kumar Aditya2022-07-111-0/+1
* gh-87822: Make traceback module robust to exceptions from repr() of local val...Simon-Martin Schröder2022-07-112-0/+2
* gh-93883: elide traceback indicators when possible (#93994)John Belmonte2022-07-111-0/+1
* gh-94309: Deprecate typing.Hashable/Sized (GH-94626)MonadChains2022-07-101-0/+1
* GH-94694: Fix column offsets for multi-line method lookups (GH-94697)Brandt Bucher2022-07-101-0/+4
* gh-94637: Release GIL in SSLContext.set_default_verify_paths (GH-94658)Christian Heimes2022-07-091-0/+3
* gh-94607: Fix subclassing generics (GH-94610)Ken Jin2022-07-091-0/+2
* GH-93252: Fix error handling for failed Python calls (GH-94693)Brandt Bucher2022-07-091-0/+2
* gh-94199: Remove the ssl.wrap_socket() function (#94203)Victor Stinner2022-07-081-0/+7
* gh-94215: Fix error handling for line-tracing events (GH-94681)Brandt Bucher2022-07-081-0/+3
* gh-94321: Document sqlite3.PrepareProtocol (#94620)Erlend Egeberg Aasland2022-07-071-0/+2
* gh-94343: Ease initialization of reprlib.Repr attributes (GH-94581)finefoot2022-07-071-0/+1
* gh-93910: Fix enum performance regression (GH-94614)Michael Droettboom2022-07-071-0/+3
* gh-94430: Allow params named `module` or `self` with custom C names in Argume...Erlend Egeberg Aasland2022-07-071-0/+2
* gh-92228: disable the compiler's 'small exit block inlining' optimization for...Irit Katriel2022-07-071-0/+1
* GH-93896: AAlways set event loop in asyncio.run and IsolatedAsyncioTestCase (...Kumar Aditya2022-07-061-0/+1
* gh-90005: Port readline and curses to PY_STDLIB_MOD (GH-94452)Christian Heimes2022-07-061-0/+5
* gh-94510: Raise on re-entrant calls to sys.setprofile and sys.settrace (GH-94...Pablo Galindo Salgado2022-07-051-0/+2
* gh-91330: Tests and docs for dataclass descriptor-typed fields (GH-94424)Erik De Bonte2022-07-051-0/+7
* gh-94360: Fix a tokenizer crash when reading encoded files with syntax errors...Pablo Galindo Salgado2022-07-051-0/+2
* gh-90355: Add isolated flag if currently isolated (GH-92857)Carter Dodd2022-07-051-0/+1
* bpo-46755: Don't log stack info twice in QueueHandler (GH-31355)Erik Montnemery2022-07-051-0/+2
* gh-94485: Set line number of module's RESUME instruction to 0, as specified b...Irit Katriel2022-07-051-0/+2
* gh-84753: Clarify change made to `inspect` functions (#94554)Łukasz Langa2022-07-051-2/+6
* gh-94379: Remove zipimport find_loader() and find_module() methods (#94380)Victor Stinner2022-07-051-0/+3
* Docs: remove redundant "adverb-adjective" hyphens from compound modifiers (GH...Ned Batchelder2022-07-057-7/+7
* gh-94538: Fix Argument Clinic output to custom file (#94539)Erlend Egeberg Aasland2022-07-051-0/+2
* gh-93626: Set the release for `__future__.annotations` to `None` (GH-93628)KotlinIsland2022-07-051-0/+1
* gh-93939: Add script to check extension modules (#94545)Christian Heimes2022-07-051-0/+3
* gh-94383: Remove ElementTree.Element.copy() method (#94384)Victor Stinner2022-07-041-0/+5