summaryrefslogtreecommitdiffstats
path: root/Misc
Commit message (Expand)AuthorAgeFilesLines
* 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
* gh-94352: shlex.split() no longer accepts None (#94353)Victor Stinner2022-07-041-0/+3
* gh-93963: Officially deprecate abcs and warn about their usage. (GH-93965)Jason R. Coombs2022-07-031-0/+2
* gh-92869: ctypes: Add c_time_t (#92870)Thomas Perl2022-07-031-0/+2
* gh-93096: Remove `python -m base64 -t` (gh-94230)Oleg Iarygin2022-07-021-0/+3
* gh-93096: Remove `python -m codecs` (gh-94233)Oleg Iarygin2022-07-021-0/+2
* gh-90005: Port _dbm module to PY_STDLIB_MOD (GH-94433)Christian Heimes2022-07-011-0/+1
* gh-94216: add pseudo instructions to the dis/opcodes modules (GH-94241)Irit Katriel2022-07-011-0/+1
* GH-94438: Account for NULLs on evaluation stack when jumping lines. (GH-94444)Mark Shannon2022-07-011-0/+2
* GH-94262: Don't create frame objects for frames that aren't yet complete. (GH...Mark Shannon2022-07-011-0/+3
* gh-90005-ffi: Fix building _ctypes without pkg-config (GH-94451)Christian Heimes2022-07-011-0/+1
* GH-94398: TaskGroup: Fail create_task() during shutdown (GH-94400)Guido van Rossum2022-06-301-0/+1
* gh-84753: Make inspect.iscoroutinefunction() work with AsyncMock (#94050)Mehdi ABAAKOUK2022-06-301-0/+3
* gh-91719: Reload opcode on unknown error so that C can optimize the dispatchi...neonene2022-06-301-0/+2
* GH-94329: Don't raise on excessive stack consumption (GH-94421)Mark Shannon2022-06-301-0/+2
* gh-92336: linecache.getline should not raise exceptions on decoding errors (G...Irit Katriel2022-06-301-0/+1
* gh-94404: Use module CFLAGS before PY_STDMODULE_CFLAGS (GH-94413)Christian Heimes2022-06-291-1/+2
* gh-94404: makesetup: use correct CFLAGS and macOS workaround (GH-94405)Christian Heimes2022-06-291-0/+2
* gh-88116: Avoid undefined behavior when decoding varints in code objects (#94...Pablo Galindo Salgado2022-06-281-0/+2
* gh-93939: Create and install scripts in Makefile (GH-94324)Christian Heimes2022-06-281-0/+2
* gh-94018: Remove trailing spaces in _sanitize_windows_name (GH-94040)Robin Plumey2022-06-281-0/+1
* gh-87995: Make MappingProxyType hashable (GH-94252)Serhiy Storchaka2022-06-281-0/+2
* gh-94199: Remove hashlib.pbkdf2_hmac() Python implementation (GH-94200)Victor Stinner2022-06-281-0/+5
* gh-94208: Add more TLS version/protocol checks for FreeBSD (GH-94347)Christian Heimes2022-06-281-0/+2
* GH-89988: Fix memory leak in pickle.Pickler dispatch_table lookup (GH-94298)Kumar Aditya2022-06-281-0/+1
* gh-94280: Require Python 3.9 or higher to compile CPython on Windows (GH-94281)Shixian Li2022-06-271-0/+3
* gh-94315: Check for DAC override capability (GH-94316)Christian Heimes2022-06-271-0/+2
* gh-93858: Prevent error when activating venv in nested fish instances (GH-93931)Thomas B. Brunner2022-06-271-0/+1
* GH-94163: Add BINARY_SLICE and STORE_SLICE instructions. (GH-94168)Mark Shannon2022-06-271-0/+5
* gh-94318: Strip trailing spaces in pydoc text output (GH-94319)Serhiy Storchaka2022-06-271-0/+1
* gh-94192: Fix error for dictionary literals with invalid expression as value....wookie1842022-06-261-0/+1
* gh-94214: Add venv context.lib_path and document the context (GH-94221)Paul Moore2022-06-261-0/+1
* gh-90005: Port _ctypes to PY_STDLIB_MOD (GH-32229)Christian Heimes2022-06-261-0/+1