summaryrefslogtreecommitdiffstats
path: root/Misc
Commit message (Expand)AuthorAgeFilesLines
* 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
* gh-94226: Remove the locale.format() function (#94229)Victor Stinner2022-06-261-0/+2
* GH-94254: Make _struct module types immutable (#94269)Kumar Aditya2022-06-261-0/+1
* gh-83499: Fix closing file descriptors in tempfile (GH-93874)Serhiy Storchaka2022-06-261-0/+1
* gh-93820: Pickle enum.Flag by name (GH-93891)Serhiy Storchaka2022-06-261-0/+1
* Revert "bpo-45162: Revert "Remove many old deprecated unittest features"" (GH...Serhiy Storchaka2022-06-261-0/+6
* gh-93259: Validate arg to ``Distribution.from_name``. (GH-94270)Jason R. Coombs2022-06-261-0/+2
* gh-94207: Fix struct module leak (GH-94239)Mark Dickinson2022-06-251-0/+2
* gh-94199: Remove ssl.match_hostname() function (#94224)Victor Stinner2022-06-251-0/+4
* bpo-26253: Add compressionlevel to tarfile stream (GH-2962)Yaron de Leeuw2022-06-251-0/+2
* bpo-46642: Explicitly disallow subclassing of instaces of TypeVar, ParamSpec,...Gregory Beauregard2022-06-251-0/+1
* gh-93382: Sync up `co_code` changes with 3.11 (GH-94227)Ken Jin2022-06-241-1/+2
* gh-94196: Remove gzip.GzipFile.filename attribute (#94197)Victor Stinner2022-06-241-0/+4
* gh-94199: Remove ssl.RAND_pseudo_bytes() function (#94202)Victor Stinner2022-06-241-0/+3
* gh-94169: Remove deprecated io.OpenWrapper (#94170)Victor Stinner2022-06-241-0/+4
* gh-91219: Add an index_pages default list and parameter to SimpleHTTPRequestH...Myron Walker2022-06-231-0/+1
* gh-92858: Improve error message for some suites with syntax error before ':' ...wookie1842022-06-231-0/+1
* GH-91742: Fix pdb crash after jump (GH-94171)Kumar Aditya2022-06-231-0/+1
* gh-91456: [Enum] Deprecate default auto() behavior with mixed value types (GH...Oscar R2022-06-231-0/+3
* gh-85308: argparse: Use filesystem encoding for arguments file (GH-93277)Inada Naoki2022-06-231-0/+4