summaryrefslogtreecommitdiffstats
path: root/Misc
Commit message (Expand)AuthorAgeFilesLines
* gh-111719: Add extra check for alias command (#111720)Tian Gao2023-11-041-0/+1
* gh-110395: invalidate open kqueues after fork (#110517)Davide Rizzo2023-11-041-0/+2
* gh-80675: Set `f_trace_lines = True` on all frames upon `pdb.set_trace()` (#1...Tian Gao2023-11-041-0/+1
* gh-96954: use a directed acyclic word graph for storing the unicodedata codep...CF Bolz-Tereick2023-11-041-0/+5
* GH-110829: Ensure Thread.join() joins the OS thread (#110848)Antoine Pitrou2023-11-041-0/+1
* gh-111666: Speed up `BaseExceptionGroup.{derive,split,subgroup}` (#111667)Nikita Sobolev2023-11-041-0/+3
* gh-111159: Fix `SyntaxError` doctests for non-builtin exception classes (#111...Nikita Sobolev2023-11-041-0/+1
* gh-111506: Implement Py_SET_REFCNT() as opaque function in limited C API (#11...Victor Stinner2023-11-032-0/+5
* gh-103615: Use local events for opcode tracing (GH-109472)Tian Gao2023-11-031-0/+1
* gh-111354: Simplify _PyGen_yf by moving some of its work to the compiler and ...Irit Katriel2023-11-031-0/+5
* gh-90026: support XATTRs on Cygwin (GH-105075)Philippe Cerfon2023-11-031-0/+1
* gh-111654: remove redundant decref in LOAD_FROM_DICT_OR_DEREF (#111655)AN Long2023-11-031-0/+2
* gh-110892: Return NULL for `PyTrace_RETURN` events caused by an exception (GH...Tian Gao2023-11-021-0/+1
* gh-111482: Use Argument Clinic for clock_gettime() (#111641)Victor Stinner2023-11-021-0/+3
* gh-111354: simplify detection of RESUME after YIELD_VALUE at except-depth 1 ...Irit Katriel2023-11-021-0/+3
* GH-110894: Call loop exception handler for exceptions in client_connected_cb ...Kumar Aditya2023-11-021-0/+1
* GH-111435: Add Support for Sharing True and False Between Interpreters (gh-11...Anthony Shaw2023-11-021-0/+1
* gh-106718: Treat PyConfig.stdlib_dir as highest-priority setting for stdlib_d...Yilei Yang2023-11-011-0/+2
* gh-111374: Add a new PYTHON_FROZEN_MODULES env var, equivalent of `-X frozen_...Yilei Yang2023-11-011-0/+3
* gh-111520: Integrate the Tier 2 interpreter in the Tier 1 interpreter (#111428)Guido van Rossum2023-11-011-0/+9
* gh-110367: Make regrtest --verbose3 compatible with --huntrleaks -jN (#111577)Victor Stinner2023-11-011-0/+3
* gh-110774: allow setting the Runner(loop_factory=...) from IsolatedAsyncioTes...Thomas Grainger2023-10-311-0/+1
* gh-108082: Add PyErr_FormatUnraisable() function (GH-111086)Serhiy Storchaka2023-10-311-0/+1
* gh-111420: Allow type comments in parenthesized `with` statements (#111468)Tomas R2023-10-311-0/+1
* gh-108765: Python.h no longer includes <stddef.h> on Windows (#111563)Victor Stinner2023-10-311-0/+3
* gh-109181: Speed up Traceback object creation by lazily compute the line numb...Pablo Galindo Salgado2023-10-311-0/+2
* GH-111438: Add Support for Sharing Floats Between Interpreters (gh-111439)Anthony Shaw2023-10-311-0/+1
* gh-111531: Tkinter: fix reference leaks in bind_class() and bind_all() (GH-11...Serhiy Storchaka2023-10-311-0/+2
* gh-111366: Correctly show custom syntax error messages in the codeop module f...Pablo Galindo Salgado2023-10-301-0/+3
* gh-110481: Implement biased reference counting (gh-110764)Sam Gross2023-10-301-0/+1
* gh-90815: Add mimalloc memory allocator (#109914)Dino Viehland2023-10-301-0/+1
* gh-66425: Remove the unreachable code to set `REMOTE_HOST` header (gh-111441)c-bata2023-10-291-0/+3
* gh-79033: Try to fix asyncio.Server.wait_closed() again (GH-111336)Guido van Rossum2023-10-281-0/+6
* gh-111342: fix typo in math.sumprod (GH-111416)Sergey B Kirpichev2023-10-281-0/+1
* gh-59013: Make line number of function breakpoint more precise (#110582)Tian Gao2023-10-271-0/+1
* gh-111388: Add `show_group` parameter to `traceback.format_exception_only` (#...Nikita Sobolev2023-10-271-0/+2
* gh-89519: Remove classmethod descriptor chaining, deprecated since 3.11 (gh-1...Raymond Hettinger2023-10-271-0/+6
* gh-109587: Allow "precompiled" perf-trampolines to largely mitigate the cost ...gsallam2023-10-271-0/+2
* gh-111380: Show SyntaxWarnings only once when parsing if invalid syntax is en...Pablo Galindo Salgado2023-10-271-0/+2
* GH-111293: Fix DirEntry.inode dropping higher bits on Windows (GH-111294)zcxsythenew2023-10-261-0/+1
* gh-111259: Optimize recursive wildcards in pathlib (GH-111303)Serhiy Storchaka2023-10-261-0/+1
* gh-109094: replace frame->prev_instr by frame->instr_ptr (#109095)Irit Katriel2023-10-261-0/+3
* gh-67224: Show source lines in tracebacks when using the -c option when runni...Pablo Galindo Salgado2023-10-261-0/+2
* gh-111187: Postpone removal version for locale.getdefaultlocale() to 3.15 (#1...Hugo van Kemenade2023-10-251-0/+1
* gh-111230: Fix errors checking in _ssl module init (#111232)Nikita Sobolev2023-10-251-0/+1
* gh-111174: Fix crash in getbuffer() called repeatedly for empty BytesIO (GH-1...Serhiy Storchaka2023-10-251-0/+2
* gh-111165: Move test running code from test.support to libregrtest (GH-111166)Serhiy Storchaka2023-10-251-0/+2
* gh-111295: Fix error checking in time extension module init (#111296)Nikita Sobolev2023-10-251-0/+1
* gh-111233: Fix error checking in select extension module init (#111234)Nikita Sobolev2023-10-251-0/+1
* gh-111253: Fix error checking in _socket module init (#111254)Nikita Sobolev2023-10-251-0/+1