summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Python 3.15.0a5v3.15.0a5Hugo van Kemenade17 hours101-220/+1094
* gh-74902: Add Unicode Grapheme Cluster Break algorithm (GH-143076)Serhiy Storchaka17 hours9-3048/+4359
* gh-141004: Document several soft-deprecated C APIs (GH-141634)Peter Bierma18 hours5-10/+76
* gh-143214: Add the wrapcol parameter in binascii.b2a_base64() and base64.b64e...Serhiy Storchaka19 hours17-104/+273
* gh-143123: Protect against recursive tracer calls/finalization (GH-143126)Ken Jin19 hours9-31/+100
* GH-143613: Add colours and some more edges to executor visualization graph (G...Mark Shannon20 hours1-19/+130
* gh-106287: Do not write objects after an unmarshalling error (GH-132715)Duane Griffin20 hours3-0/+25
* gh-138050: Use cold flag instead of warm flag in `MAKE_WARM` (GH-143827)Hai Zhu21 hours5-14/+14
* gh-141004: Document old provisional names for vectorcall/code API (GH-143568)Petr Viktorin21 hours3-10/+29
* gh-143460: Correct unlimited stack size skip for Emscripten (#143765)Russell Keith-Magee33 hours1-1/+1
* gh-131798: JIT optimizer: Support custom binary op and property frames (GH-14...Ken Jin36 hours3-11/+94
* Merge branch 'main' of https://github.com/python/cpythonHugo van Kemenade37 hours450-5406/+14746
|\
| * gh-116738: Make `lzma` module thread-safe (#142947)Alper41 hours3-11/+47
| * gh-143728: Keep `TypedDict` and `NamedTuple` in `class` role in docs (#143702)Bartosz Sławecki41 hours1-2/+2
| * Bump GitHub Actions (#143757)Hugo van Kemenade42 hours16-56/+56
| * remove duplicate error constants in `_winapi` (#143684)Yongtao Huang42 hours1-3/+0
| * gh-141045: Document that shutil.Error is a subclass of OSError (#141152)Lakshya Upadhyaya42 hours1-1/+1
| * gh-143249: Fix buffer leak when overlapped operation fails to start on window...Yongtao Huang42 hours3-3/+24
| * gh-141004: Don't trigger `run-tests` when `Tools/check-c-api-docs/ignored_c_a...Stan Ulbrych42 hours1-10/+8
| * gh-143054: Disallow non-top-level Cut for now (GH-143622)Petr Viktorin43 hours4-3/+85
| * gh-141004: Document symbol visibility macros (PyAPI_DATA, Py_EXPORTED_SYMBOL,...Yashraj43 hours2-5/+40
| * gh-132108: Add Buffer Protocol support to int.from_bytes to improve performan...Cody Maloney46 hours2-8/+29
| * gh-141004: GHA: Run `check-c-api-docs` check on docs-only PRs (GH-143573)Stan Ulbrych46 hours2-2/+39
| * gh-143658: importlib.metadata: Use `str.translate` to improve performance of ...Hugo van Kemenade2 days3-1/+52
| * Update random combinatoric recipes and add tests (gh-143762)Raymond Hettinger2 days1-8/+83
| * gh-143706: Fix sys.argv not set during multiprocessing forkserver `__main__` ...Gregory P. Smith2 days4-1/+52
| * Bump automatic certificate update on Windows during builds (GH-143741)Łukasz Langa2 days1-0/+24
| * Add Savannah to optimizer CODEOWNERS (#143761)Savannah Ostrowski2 days1-3/+3
| * gh-134584: Add more contributors for JIT refcounting work (GH-143760)Ken Jin2 days1-1/+1
| * gh-134584: Eliminate redundant refcounting in TO_BOOL_INT, TO_BOOL_LIST (GH-1...reiden2 days9-920/+1047
| * Minor readability/usability improvement to the recipes section (gh-143753)Raymond Hettinger2 days1-13/+23
| * GH-43374: Revert "GH-43374: Fix urlretrieve reporthook to report actual bytes...Savannah Ostrowski3 days4-11/+8
| * gh-143196: Fix crash in non-standard use of internal JSON encoder object (GH-...Serhiy Storchaka3 days3-0/+35
| * gh-142461: Move misplaced NEWS entries to an appropriate section (GH-143411)Aniket3 days15-63/+63
| * gh-139707: Copy-strip change to idle.rst into idlelib (#143718)Terry Jan Reedy3 days1-1/+7
| * gh-140795: Remove 'exc' field in SSLObject (gh-143491)Sam Gross3 days3-53/+97
| * gh-142518: Document thread-safety guarantees of list operations (#142519)Lysandros Nikolaou3 days1-0/+103
| * gh-134584: Eliminate redundant refcounting from `_CONTAINS_{OP|OP_SET|OP_DICT...Nadeshiko Manju3 days10-130/+253
| * gh-143544: Fix possible use-after-free in the JSON decoder when JSONDecodeErr...VanshAgarwal240363 days1-1/+2
| * gh-143253: Add libabigail suppression file for internal types (#143254)Pablo Galindo Salgado3 days3-1/+29
| * gh-137113 docs: note readline no longer supported in REPL after 3.13 (GH-137142)Kuang Yu Heng3 days2-6/+12
| * gh-134584: JIT: Remove redundant refcount for _BINARY_OP_SUBSCR_DICT (GH-143724)Cajetan Rodrigues3 days9-44/+83
| * gh-141004: Document PyUnicode_IS_COMPACT and PyUnicode_IS_COMPACT_ASCII macro...Yashraj3 days2-4/+22
| * gh-140806: add docs for `enum.bin` function (#140807)Guo Ci3 days4-1/+25
| * gh-143189: fix insertdict() for non-Unicode key (#143285)Inada Naoki3 days3-2/+27
| * gh-143578: Restore note about patchlevel.h (#143596)Petr Viktorin3 days1-0/+2
| * gh-142306: Improve errors for Element.remove() (GH-142308)Serhiy Storchaka3 days4-6/+20
| * gh-142881: Fix concurrent and reentrant call of atexit.unregister() (GH-142901)Serhiy Storchaka3 days3-7/+56
| * gh-143346: Fix calculation of the line width for wrapped Base64 in plistlib (...Serhiy Storchaka3 days3-2/+66
| * gh-134584: JIT: Remove redundant refcounting for UNARY_{INVERT|NEGATIVE} (GH-...Ken Jin3 days10-899/+976