summaryrefslogtreecommitdiffstats
path: root/Misc
Commit message (Expand)AuthorAgeFilesLines
* gh-84805: Autogenerate signature for METH_NOARGS and METH_O extension functio...Serhiy Storchaka2023-08-111-0/+2
* gh-107810: Improve DeprecationWarning for metaclasses with custom tp_new (GH-...Marc Mueller2023-08-101-0/+1
* GH-107674: Avoid allocating boxed ints for `sys.settrace` line events (GH-107...Mark Shannon2023-08-101-0/+1
* GH-107774: Add missing audit event for PEP 669 (GH-107775)Mark Shannon2023-08-101-0/+3
* gh-107409: set `__wrapped__` attribute in `reprlib.recursive_repr` (#107410)denballakh2023-08-101-0/+1
* GH-107812: extend `socket`'s netlink support to FreeBSD (gh-107813)Mina Galić2023-08-101-0/+1
* gh-107814: Avoid output from Nuget installation in find_python.bat (GH-107815)Max Bachmann2023-08-091-0/+1
* GH-106485: Dematerialize instance dictionaries when possible (GH-106539)Brandt Bucher2023-08-091-0/+2
* GH-105848: Simplify the arrangement of CALL's stack (GH-107788)Brandt Bucher2023-08-091-0/+3
* GH-107724: Fix the signature of `PY_THROW` callback functions. (GH-107725)Mark Shannon2023-08-091-0/+3
* Docs: clean up Argument Clinic howto's (#107797)Erlend E. Aasland2023-08-091-1/+1
* gh-106052: Fix bug in the matching of possessive quantifiers (gh-106515)Serhiy Storchaka2023-08-091-0/+2
* gh-104683: Add --exclude option to Argument Clinic CLI (#107770)Erlend E. Aasland2023-08-081-0/+1
* GH-107596: Specialize str[int] (GH-107597)Brandt Bucher2023-08-081-0/+1
* gh-107659: Add docstrings for ctypes.pointer and ctypes.POINTER (#107660)Tomas R2023-08-081-0/+1
* gh-86457: Add docs for Argument Clinic @text_signature directive (#107747)Erlend E. Aasland2023-08-081-1/+1
* gh-107758: Improvements to lltrace feature (#107757)Guido van Rossum2023-08-081-0/+1
* gh-86457: Fix signature for code.replace() (GH-23199)Serhiy Storchaka2023-08-071-0/+2
* gh-107178: Add the C API tests for the Abstract Objects Layer (GH-107179)Serhiy Storchaka2023-08-071-0/+2
* gh-107715: Escape class name in regular expression (GH-107716)Gertjan van Zwieten2023-08-071-0/+1
* gh-106566: Optimize (?!) in regular expressions (GH-106567)Serhiy Storchaka2023-08-071-0/+1
* gh-100814: Fix exception for invalid callable value of Tkinter image option (...Serhiy Storchaka2023-08-071-0/+2
* gh-107710: Speed up `logging.getHandlerNames` function (#107711)Nikita Sobolev2023-08-071-0/+1
* gh-95065: Add Argument Clinic support for deprecating positional use of param...Erlend E. Aasland2023-08-071-0/+6
* 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