summaryrefslogtreecommitdiffstats
path: root/Misc
Commit message (Expand)AuthorAgeFilesLines
...
* gh-94821: Fix autobind of empty unix domain address (GH-94826)Miss Islington (bot)2022-07-171-0/+2
* gh-94864: Fix PyArg_Parse* with deprecated format units "u" and "Z" (GH-94902)Miss Islington (bot)2022-07-171-0/+2
* gh-94869: Fix the location in some expressions for multi-line f-string ast no...Miss Islington (bot)2022-07-161-0/+2
* gh-90844: Allow virtual environments to correctly launch when they have space...Miss Islington (bot)2022-07-161-0/+2
* [3.10] gh-94841: Ensure arena_map_get() is inlined in PyObject_Free() (GH-94842)Neil Schemenauer2022-07-151-0/+1
* bpo-45924: Fix asyncio incorrect traceback when future's exception is raised ...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.10] GH-94329: Don't raise on excessive stack consumption (GH-94421) (#94448)Mark Shannon2022-07-111-0/+2
* gh-94637: Release GIL in SSLContext.set_default_verify_paths (GH-94658)Miss Islington (bot)2022-07-091-0/+3
* [3.10] gh-94321: Document sqlite3.PrepareProtocol (GH-94620) (#94671)Erlend Egeberg Aasland2022-07-071-0/+2
* [3.10] gh-94430: Allow params named `module` or `self` with custom C names in...Erlend Egeberg Aasland2022-07-071-0/+2
* [3.10] gh-94510: Raise on re-entrant calls to sys.setprofile and syssettrace ...Pablo Galindo Salgado2022-07-051-0/+2
* [3.10] gh-91330: Tests and docs for dataclass descriptor-typed fields (GH-944...Łukasz Langa2022-07-051-0/+7
* [3.10] gh-94360: Fix a tokenizer crash when reading encoded files with syntax...Pablo Galindo Salgado2022-07-051-0/+2
* gh-90355: Add isolated flag if currently isolated (GH-92857) (GH-94569)Miss Islington (bot)2022-07-051-0/+1
* [3.10] bpo-46755: Don't log stack info twice in QueueHandler (GH-31355) (GH-9...Vinay Sajip2022-07-051-0/+2
* gh-94538: Fix Argument Clinic output to custom file (GH-94539) (GH-94556)Miss Islington (bot)2022-07-051-0/+2
* [3.10] Docs: remove redundant "adverb-adjective" hyphens from compound modifi...Łukasz Langa2022-07-055-5/+5
* gh-84753: Clarify change made to `inspect` functions (GH-94554) (GH-94559)Miss Islington (bot)2022-07-051-2/+6
* [3.10] gh-93975: Provide nicer error reporting from subprocesses in test_venv...Jason R. Coombs2022-07-011-0/+2
* gh-84753: Make inspect.iscoroutinefunction() work with AsyncMock (GH-94050) (...Miss Islington (bot)2022-06-301-0/+3
* gh-92336: linecache.getline should not raise exceptions on decoding errors (G...Miss Islington (bot)2022-06-301-0/+1
* [3.10] GH-89988: Fix memory leak in pickle.Pickler dispatch_table lookup (GH-...Kumar Aditya2022-06-281-0/+1
* gh-92841: Fix asyncio's RuntimeError: Event loop is closed (GH-92842) (GH-92904)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
* [3.10] gh-94192: Fix error for dictionary literals with invalid expression as...wookie1842022-06-271-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
* [3.10] gh-94245: Fix pickling and copying of typing.Tuple[()] (GH-94260)Serhiy Storchaka2022-06-251-0/+1
* [3.10] gh-94207: Fix struct module leak (GH-94239) (GH-94266)Miss Islington (bot)2022-06-251-0/+2
* bpo-45816: Support building with VS 2022 (v143 toolset) on Windows (GH-29577)Miss Islington (bot)2022-06-231-0/+1
* [3.10] gh-92858: Improve error message for some suites with syntax error befo...Pablo Galindo Salgado2022-06-231-0/+1
* gh-92888: Fix memoryview bad `__index__` use after free (GH-92946) (GH-93950)Ken Jin2022-06-231-0/+2
* gh-91172: Create a workflow for verifying bundled pip and setuptools (GH-3188...Miss Islington (bot)2022-06-221-0/+2
* gh-93951: In test_bdb.StateTestCase.test_skip, avoid including auxiliary impo...Miss Islington (bot)2022-06-221-0/+1
* gh-94101 Disallow instantiation of SSLSession objects (GH-94102)Miss Islington (bot)2022-06-221-0/+3
* gh-74696: Do not change the current working directory in shutil.make_archive(...Miss Islington (bot)2022-06-221-0/+2
* [3.10] GH-93964: Harden overflow checks before _PyBytes_Resize in compile.c (...Dennis Sweeney2022-06-221-0/+1
* gh-87389: Fix an open redirection vulnerability in http.server. (GH-93879)Miss Islington (bot)2022-06-211-0/+3
* gh-93021: Fix __text_signature__ for __get__ (GH-93023) (GH-94086)Miss Islington (bot)2022-06-211-0/+2
* [3.10] gh-79512: Fixed names and __module__ value of weakref classes (GH-9371...Serhiy Storchaka2022-06-211-0/+3
* gh-91387: Strip trailing slash from tarfile longname directories (GH-32423)Miss Islington (bot)2022-06-211-0/+1
* [3.10] gh-79009: sqlite3.iterdump now correctly handles tables with autoincre...Miss Islington (bot)2022-06-202-0/+2
* gh-61162: Clarify sqlite3 connection context manager docs (GH-93890)Miss Islington (bot)2022-06-191-0/+1
* GH-83658: make multiprocessing.Pool raise an exception if maxtasksperchild is...Miss Islington (bot)2022-06-171-0/+1
* gh-91810: Fix regression with writing an XML declaration with encoding='unico...Miss Islington (bot)2022-06-161-0/+2
* gh-91577: SharedMemory move imports out of methods (GH-91579)Miss Islington (bot)2022-06-161-0/+1
* gh-87260: Update sqlite3 signature docs to reflect actual implementation (GH-...Miss Islington (bot)2022-06-151-0/+1
* [3.10] gh-79579: Improve DML query detection in sqlite3 (GH-93623) (#93801)Erlend Egeberg Aasland2022-06-141-0/+2
* gh-93353: Fix importlib.resources._tempfile() finalizer (GH-93377)Miss Islington (bot)2022-06-131-0/+3