summaryrefslogtreecommitdiffstats
path: root/Misc
Commit message (Expand)AuthorAgeFilesLines
* [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
* 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
* 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-94085)Miss Islington (bot)2022-06-211-0/+2
* gh-91387: Strip trailing slash from tarfile longname directories (GH-32423)Miss Islington (bot)2022-06-211-0/+1
* gh-94028: Clear and reset sqlite3 statements properly in cursor iternext (GH-...Miss Islington (bot)2022-06-211-0/+3
* gh-94021: Address unreachable code warning in specialize code (GH-94022)Miss Islington (bot)2022-06-211-0/+1
* gh-93937, C API: Move PyFrame_GetBack() to Python.h (#93938) (#94000)Victor Stinner2022-06-201-0/+14
* gh-79009: sqlite3.iterdump now correctly handles tables with autoincrement (G...Miss Islington (bot)2022-06-192-0/+2
* gh-61162: Clarify sqlite3 connection context manager docs (GH-93890)Miss Islington (bot)2022-06-191-0/+1
* gh-89828: Do not relay the __class__ attribute in GenericAlias (GH-93754)Miss Islington (bot)2022-06-181-0/+2
* gh-92888: Fix memoryview bad `__index__` use after free (GH-92946)Miss Islington (bot)2022-06-181-0/+2
* GH-89858: Fix test_embed for out-of-tree builds (GH-93465)Miss Islington (bot)2022-06-181-0/+1
* GH-83658: make multiprocessing.Pool raise an exception if maxtasksperchild is...Miss Islington (bot)2022-06-171-0/+1
* GH-91389: Fix dis position information for CACHEs (GH-93663) (GH-93921)Brandt Bucher2022-06-171-0/+2
* gh-91404: Revert "bpo-23689: re module, fix memory leak when a match is termi...Miss Islington (bot)2022-06-171-0/+3
* gh-93847: Fix repr of enum of generic aliases (GH-93885)Miss Islington (bot)2022-06-171-0/+1
* gh-93820: Fix copy() regression in enum.Flag (GH-93876) (#93886)Miss Islington (bot)2022-06-171-0/+2
* gh-91731: Don't define 'static_assert' in C++11 where is a keyword to avoid U...Miss Islington (bot)2022-06-161-0/+3
* gh-91577: SharedMemory move imports out of methods (GH-91579)Miss Islington (bot)2022-06-161-0/+1
* [3.11] GH-93662: Make sure that column offsets are correct in multi-line meth...Irit Katriel2022-06-161-0/+2
* gh-93824: Reenable installation of shell extension on Windows ARM64 (GH-93825)Miss Islington (bot)2022-06-151-0/+2
* gh-87260: Update sqlite3 signature docs to reflect actual implementation (GH-...Miss Islington (bot)2022-06-151-0/+1
* gh-92914: Round the allocated size for lists up to the even number (GH-92915)Miss Islington (bot)2022-06-141-0/+1