summaryrefslogtreecommitdiffstats
path: root/Misc
Commit message (Expand)AuthorAgeFilesLines
* gh-85160: improve performance of `functools.singledispatchmethod` (#107148)Pieter Eendebak2023-08-061-0/+3
* GH-106684: raise `ResourceWarning` when `asyncio.StreamWriter` is not closed ...Kumar Aditya2023-08-051-0/+1
* gh-106608: make uop trace variable length (#107531)Ivin Lee2023-08-051-0/+1
* GH-84436: Skip refcounting for known immortals (GH-107605)Brandt Bucher2023-08-041-0/+1
* GH-70303: Emit FutureWarning when pathlib glob pattern ends with `**` (GH-105...Barney Gale2023-08-041-0/+4
* GH-107263: Increase C stack limit for most functions, except `_PyEval_EvalFra...Mark Shannon2023-08-041-0/+3
* gh-107609: Fix duplicate module check in Argument Clinic (#107610)Erlend E. Aasland2023-08-041-0/+3
* gh-107080: Fix Py_TRACE_REFS Crashes Under Isolated Subinterpreters (gh-107567)Eric Snow2023-08-031-0/+4
* gh-107576: Ensure `__orig_bases__` are our own in `get_original_bases` (#107584)James Hilton-Balfe2023-08-031-0/+3
* gh-107077: Raise SSLCertVerificationError even if the error is set via SSL_ER...Pablo Galindo Salgado2023-08-031-0/+6
* gh-107455: ctypes: Improve error messages when converting to an incompatible ...Tomas R2023-08-031-0/+3
* GH-100964: Break cycles involving exception state when returning from generat...Mark Shannon2023-08-021-0/+2
* gh-105481: simplify definition of pseudo ops in Lib/opcode.py (#107561)Irit Katriel2023-08-021-0/+2
* gh-105481: combine regen-opcode-targets with regen-opcode to avoid calculatin...Irit Katriel2023-08-011-0/+1
* gh-105481: the ENABLE_SPECIALIZATION flag does not need to be generated by th...Irit Katriel2023-08-011-0/+1
* gh-107467: Restructure Argument Clinic command-line interface (#107469)Erlend E. Aasland2023-08-011-0/+2
* gh-106092: Fix use-after-free crash in frame_dealloc (#106875)Anders Kaseorg2023-08-011-0/+2
* gh-89013: Improve the performance of methodcaller (lazy version) (gh-107201)Pieter Eendebak2023-08-011-0/+2
* GH-104584: Fix incorrect uoperands (GH-107513)Brandt Bucher2023-07-311-0/+2
* gh-106762: Add news for `EnumMeta.__getattr__` removal (GH-107466)Jacob Walls2023-07-311-1/+1
* gh-105578: Document that `AnyStr` is deprecated in py313 (#107116)Michael The2023-07-311-0/+2
* gh-87799: Improve the textual representation of IPv4-mapped IPv6 addresses (#...opavliuk2023-07-311-0/+1
* gh-46376: Return existing pointer when possible in ctypes (#107131)Konstantin2023-07-311-0/+1
* gh-99079: Update macOS installer to use OpenSSL 3.0.9. (GH-107474)Ned Deily2023-07-311-0/+1
* gh-106263: Fix segfault in `signaldict_repr` in `_decimal` module (#106270)Charlie Zhao2023-07-301-0/+2
* gh-107369: optimize textwrap.indent() (#107374)Inada Naoki2023-07-291-0/+2
* gh-101100: Sphinx warnings: pick the low hanging fruits (GH-107386)Serhiy Storchaka2023-07-291-1/+1
* gh-107091: Fix some uses of :func: role (GH-107378)Serhiy Storchaka2023-07-295-5/+5
* gh-107089: Improve Shelf.clear method performance (gh-107090)James Cave2023-07-292-0/+3
* gh-106881: Check for linux/limits.h before including it (#107397)justdan62023-07-281-0/+1
* gh-107305: Update the C-API Docs for PEP 684 (gh-107324)Eric Snow2023-07-281-0/+3
* gh-102509: Start initializing `ob_digit` of `_PyLongValue` (GH-102510)Illia Volochii2023-07-281-0/+2
* gh-106078: Isolate `decimal` module (#107287)Charlie Zhao2023-07-281-0/+1
* gh-106723: forward -Xfrozen_modules option to spawned process interpreters (#...Felipe A. Hernandez2023-07-281-0/+1
* gh-104621: Check for Incompatible Extensions in import_find_extension() (gh-1...Eric Snow2023-07-271-0/+1
* gh-106931: Intern Statically Allocated Strings Globally (gh-107272)Eric Snow2023-07-271-0/+3
* gh-104432: Use `memcpy()` to avoid misaligned loads (#104433)Christopher Chavez2023-07-271-0/+4
* GH-106898: Add the exception as an argument to the `PY_UNWIND` event callback...Mark Shannon2023-07-271-0/+3
* GH-106895: Raise a `ValueError` when attempting to disable events that cannot...Mark Shannon2023-07-271-0/+2
* GH-106897: Add `RERAISE` event to `sys.monitoring`. (GH-107291)Mark Shannon2023-07-271-0/+3
* gh-107091: Fix some uses of :attr: role (GH-107318)Serhiy Storchaka2023-07-271-1/+1
* gh-105002: [pathlib] Fix relative_to with walk_up=True using ".." (#107014)János Kukovecz2023-07-261-0/+3
* gh-107091: Fix some uses of :c:type: role (GH-107138)Serhiy Storchaka2023-07-261-2/+2
* gh-107015: Remove async_hacks from the tokenizer (#107018)Pablo Galindo Salgado2023-07-261-0/+3
* gh-107226: PyModule_AddObjectRef() should only be in the limited API 3.10 (GH...Serhiy Storchaka2023-07-251-0/+2
* gh-106350: Tkinter: do not ignore return value of `mp_init()` (GH-106351)Christopher Chavez2023-07-251-0/+2
* gh-107249: Implement Py_UNUSED() for MSVC (#107250)Victor Stinner2023-07-251-0/+2
* gh-106739: Add `rtype_cache` to `warnings.warn` message when leaked objects f...shailshouryya2023-07-251-0/+1
* gh-107237: Fix test_udp_reconnection() of test_logging (#107238)Victor Stinner2023-07-251-0/+2
* gh-106774: Update bundled pip version to 23.2.1 (#106775)Paul Moore2023-07-251-0/+1