summaryrefslogtreecommitdiffstats
path: root/Misc
Commit message (Expand)AuthorAgeFilesLines
* Python 3.15.0a5v3.15.0a5Hugo van Kemenade39 hours93-193/+942
* gh-74902: Add Unicode Grapheme Cluster Break algorithm (GH-143076)Serhiy Storchaka39 hours2-0/+9
* gh-143214: Add the wrapcol parameter in binascii.b2a_base64() and base64.b64e...Serhiy Storchaka41 hours1-0/+2
* gh-143123: Protect against recursive tracer calls/finalization (GH-143126)Ken Jin41 hours1-0/+1
* gh-106287: Do not write objects after an unmarshalling error (GH-132715)Duane Griffin42 hours1-0/+1
* Merge branch 'main' of https://github.com/python/cpythonHugo van Kemenade2 days106-72/+272
|\
| * gh-116738: Make `lzma` module thread-safe (#142947)Alper3 days1-0/+2
| * gh-143249: Fix buffer leak when overlapped operation fails to start on window...Yongtao Huang3 days1-0/+1
| * gh-132108: Add Buffer Protocol support to int.from_bytes to improve performan...Cody Maloney3 days1-0/+2
| * gh-143658: importlib.metadata: Use `str.translate` to improve performance of ...Hugo van Kemenade3 days1-0/+3
| * gh-143706: Fix sys.argv not set during multiprocessing forkserver `__main__` ...Gregory P. Smith3 days1-0/+5
| * GH-43374: Revert "GH-43374: Fix urlretrieve reporthook to report actual bytes...Savannah Ostrowski3 days1-1/+0
| * gh-143196: Fix crash in non-standard use of internal JSON encoder object (GH-...Serhiy Storchaka3 days1-0/+3
| * gh-142461: Move misplaced NEWS entries to an appropriate section (GH-143411)Aniket3 days15-63/+63
| * gh-134584: Eliminate redundant refcounting from `_CONTAINS_{OP|OP_SET|OP_DICT...Nadeshiko Manju4 days1-0/+2
| * gh-143253: Add libabigail suppression file for internal types (#143254)Pablo Galindo Salgado4 days1-0/+25
| * gh-140806: add docs for `enum.bin` function (#140807)Guo Ci4 days1-0/+1
| * gh-143189: fix insertdict() for non-Unicode key (#143285)Inada Naoki4 days1-0/+3
| * gh-142306: Improve errors for Element.remove() (GH-142308)Serhiy Storchaka4 days1-0/+2
| * gh-142881: Fix concurrent and reentrant call of atexit.unregister() (GH-142901)Serhiy Storchaka4 days1-0/+1
| * gh-143346: Fix calculation of the line width for wrapped Base64 in plistlib (...Serhiy Storchaka4 days1-0/+2
| * gh-128335: Make slice generic at runtime (#128336)James Hilton-Balfe4 days1-0/+1
| * gh-78724: Raise RuntimeError's when calling methods on non-ready Struct()'s (...Sergey B Kirpichev5 days1-0/+3
| * gh-143638: Forbid cuncurrent use of the Pickler and Unpickler objects in C im...Serhiy Storchaka5 days1-0/+4
| * gh-143377: fix crashes in `_interpreters.capture_exception` (#143418)Bénédikt Tran6 days1-0/+2
| * gh-143604: Hold strong reference to executor during JIT tracing (GH-143646)Nadeshiko Manju6 days1-0/+2
| * gh-143006: Fix and optimize mixed comparison of float and int (GH-143084)Serhiy Storchaka7 days1-0/+2
| * gh-143460: Skip infinite recusion tests for infinite stack size (#143606)Jan André Reuter7 days1-0/+1
| * gh-143191: Use _PyOS_MIN_STACK_SIZE in _thread.stack_size() (#143601)Victor Stinner7 days1-0/+2
| * gh-142829: Fix use-after-free in `Context.__eq__` via re-entrant `ContextVar....A.Ibrahim7 days1-0/+3
| * gh-143547: Fix PyErr_FormatUnraisable() fallback (#143557)Victor Stinner7 days1-0/+3
| * gh-143378: Fix use-after-free when BytesIO is concurrently mutated during wri...zhong7 days1-0/+1
| * GH-43374: Fix urlretrieve reporthook to report actual bytes read (#142653)Savannah Ostrowski7 days1-0/+1
| * GH-139686: Revert "gh-139686: Make reloading a lazy module no-op (GH-139857)"...Brett Cannon7 days2-9/+3
| * gh-143445: Optimize deepcopy for 1.04x speedup (#143449)Heikki Toivonen8 days2-0/+2
| * gh-142095: Use thread local frame info in `py-bt` and `py-bt-full` when avail...Sam Gross8 days1-0/+2
| * gh-140025: Fix `queue.SimpleQueue.__sizeof__()` to return correct size (#143137)Aniket8 days1-0/+1
| * gh-143553: Add support for parametrized resources in regrtests (GH-143554)Serhiy Storchaka8 days1-0/+1
| * gh-143517: Fix an edge case in rewriting stringified starred annotations (#14...Bartosz Sławecki8 days1-0/+4
| * GH-142950: Process format specifiers before colourization in argparse help (#...Savannah Ostrowski8 days1-0/+1
| * gh-138568: Make `help` mode in PyREPL not exit on empty line input (#143512)Łukasz Langa9 days1-0/+2
| * gh-141671: PyMODINIT_FUNC: apply `__declspec(dllexport)` on Windows (GH-141672)Petr Viktorin9 days1-0/+2
| * gh-134584: Eliminate redundant refcounting from `TO_BOOL_STR` (GH-143417)Nadeshiko Manju9 days1-0/+1
| * gh-142982: Specialize CALL_FUNCTION_EX (GH-143391)Ken Jin9 days1-0/+1
| * gh-142863: optimize `list` and `set` calls with generator expressions (#142864)Kumar Aditya9 days1-0/+1
| * gh-75572: Forward-port test_xpickle from Python 2 to 3 (GH-22452)Ken Jin10 days1-0/+2
| * gh-131798: Support generator frames in the JIT optimizer (GH-143340)Ken Jin10 days1-0/+1
| * gh-143469: enable `LOAD_ATTR_MODULE` specialization even if `__getattr__` is ...Kumar Aditya10 days1-0/+1
| * gh-142991: socketmodule: fixed getsockaddrlen() for PF_DIVERT socket (#142993)Gleb Smirnoff10 days1-0/+2
| * gh-143474: Add `os.RWF_ATOMIC` constant (GH-143475)Clay Dugo10 days1-0/+1