summaryrefslogtreecommitdiffstats
path: root/Misc
Commit message (Expand)AuthorAgeFilesLines
* gh-120671: Fix PY_CHECK_CC_WARNING() in configure.ac (#120822)Michael Allwright2024-06-251-0/+1
* gh-120858: PyDict_Next should not lock the dict (#120859)Sam Gross2024-06-241-0/+3
* gh-119182: Add PyUnicodeWriter_WriteUCS4() function (#120849)Victor Stinner2024-06-241-0/+3
* gh-70278: Fix PyUnicode_FromFormat() with precision for %s and %V (GH-120365)Serhiy Storchaka2024-06-241-0/+4
* gh-119521: Rename IncompleteInputError to _IncompleteInputError and remove fr...Pablo Galindo Salgado2024-06-241-2/+0
* gh-119614: Fix truncation of strings with embedded null characters in Tkinter...Serhiy Storchaka2024-06-241-0/+2
* gh-120683: Fix an error in logging.LogRecord timestamp (GH-120709)Serhiy Storchaka2024-06-241-0/+4
* GH-73991: Add `pathlib.Path.copytree()` (#120718)Barney Gale2024-06-231-0/+1
* gh-120910: Fix issue resolving relative paths outside site-packages. (#120911)Jason R. Coombs2024-06-231-0/+2
* gh-101830: Fix Tcl_Obj to string conversion (GH-120884)Serhiy Storchaka2024-06-231-0/+2
* gh-119344: Make critical section API public (#119353)Sam Gross2024-06-211-0/+1
* Amend categories of @nineteendo's news entries (#120735)Nice Zombies2024-06-214-93/+93
* gh-120811: Fix reference leak upon `_PyContext_Exit` failure (#120812)Peter2024-06-211-0/+1
* gh-120782: Update internal type cache when reloading datetime (#120829)neonene2024-06-211-0/+1
* gh-113993: Allow interned strings to be mortal, and fix related issues (GH-12...Petr Viktorin2024-06-211-0/+5
* gh-120380: fix Python implementation of `pickle.Pickler` for `bytes` and `byt...Bénédikt Tran2024-06-211-0/+3
* gh-120384: Fix array-out-of-bounds crash in `list_ass_subscript` (#120442)Nikita Sobolev2024-06-211-0/+3
* gh-120801: Refactor importlib.metadata fixtures. (#120803)Jason R. Coombs2024-06-201-0/+2
* gh-120769: Add pdb meta command to print frame status. (#120770)Tian Gao2024-06-201-0/+1
* gh-117511: Make PyMutex public in the non-limited API (#117731)Sam Gross2024-06-201-0/+1
* gh-120780: Show attribute name for LOAD_SPECIAL in dis output (#120781)Jelle Zijlstra2024-06-201-0/+1
* gh-98442: fix locations of with statement's cleanup instructions (#120763)Irit Katriel2024-06-201-0/+2
* gh-111259: Optimize complementary character sets in RE (GH-120742)Serhiy Storchaka2024-06-201-0/+3
* gh-119698: fix `symtable.Class.get_methods` and document its behaviour correc...Bénédikt Tran2024-06-201-0/+2
* GH-120602: Support LLVM_VERSION_SUFFIX for JIT builds (GH-120604)Xarblu2024-06-201-0/+2
* gh-120606: Allow EOF to exit pdb commands definition (#120607)Tian Gao2024-06-191-0/+1
* gh-120732: Fix `name` passing to `Mock`, when using kwargs to `create_autospe...Nikita Sobolev2024-06-191-0/+2
* GH-120097: Make FrameLocalsProxy a mapping (#120101)Mark Shannon2024-06-191-0/+2
* GH-119462: Enforce invariants of type versioning (GH-120731)Mark Shannon2024-06-191-0/+4
* gh-120437: Fix `_CHECK_STACK_SPACE` optimization problems introduced in gh-11...Nadeshiko Manju2024-06-191-0/+1
* gh-120722: Set position on RETURN_VALUE in lambda (#120724)Jelle Zijlstra2024-06-191-0/+2
* gh-120633: Move scrollbar and remove tear-off menus in turtledemo (#120634)Wulian2332024-06-191-0/+1
* GH-119726: Deduplicate JIT trampolines for out-of-range jumps (GH-120250)Diego Russo2024-06-191-0/+1
* gh-120367: fix bug where compiler detects redundant jump after pseudo op repl...Irit Katriel2024-06-181-0/+1
* gh-120688: Build WASI with -O3 in debug mode (#120691)Victor Stinner2024-06-181-0/+3
* gh-119574: Add some missing environment variables to '--help-env'. (GH-120006)devdanzin2024-06-181-0/+1
* gh-120600: Make Py_TYPE() opaque in limited C API 3.14 (#120601)Victor Stinner2024-06-182-0/+5
* gh-118789: Add `PyUnstable_Object_ClearWeakRefsNoCallbacks` (#118807)Sam Gross2024-06-181-0/+2
* gh-120381: Fix inspect.ismethoddescriptor() (#120383)Jan Kaliszewski2024-06-181-0/+2
* GH-120507: Lower the `BEFORE_WITH` and `BEFORE_ASYNC_WITH` instructions. (#12...Mark Shannon2024-06-181-0/+3
* gh-119182: Add PyUnicodeWriter C API (#119184)Victor Stinner2024-06-171-0/+13
* gh-114091: Reword error message for unawaitable types (#114090)Steele Farnsworth2024-06-171-0/+1
* gh-119933: Improve ``SyntaxError`` message for invalid type parameters expres...Bénédikt Tran2024-06-172-0/+7
* gh-120367: fix removal of redundant NOPs and jumps after reordering hot-cold ...Irit Katriel2024-06-171-0/+2
* gh-120485: Add an override of `allow_reuse_port` on classes subclassing `sock...Idan Kapustian2024-06-161-0/+1
* gh-112346: Always set OS byte to 255, simpler gzip.compress function. (GH-120...Ruben Vorderman2024-06-151-0/+2
* gh-120541: Improve the "less" prompt in pydoc (GH-120543)Serhiy Storchaka2024-06-151-0/+2
* gh-120495: Fix incorrect exception handling in Tab Nanny (#120498)Wulian2332024-06-152-0/+2
* gh-120161: Fix a Crash in the _datetime Module (gh-120182)Eric Snow2024-06-141-0/+2
* gh-119824: Print stack entry when user input is needed (#119882)Tian Gao2024-06-141-0/+1