index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Python 3.15.0a5
v3.15.0a5
Hugo van Kemenade
17 hours
101
-220/+1094
*
gh-74902: Add Unicode Grapheme Cluster Break algorithm (GH-143076)
Serhiy Storchaka
17 hours
9
-3048/+4359
*
gh-141004: Document several soft-deprecated C APIs (GH-141634)
Peter Bierma
18 hours
5
-10/+76
*
gh-143214: Add the wrapcol parameter in binascii.b2a_base64() and base64.b64e...
Serhiy Storchaka
19 hours
17
-104/+273
*
gh-143123: Protect against recursive tracer calls/finalization (GH-143126)
Ken Jin
19 hours
9
-31/+100
*
GH-143613: Add colours and some more edges to executor visualization graph (G...
Mark Shannon
20 hours
1
-19/+130
*
gh-106287: Do not write objects after an unmarshalling error (GH-132715)
Duane Griffin
20 hours
3
-0/+25
*
gh-138050: Use cold flag instead of warm flag in `MAKE_WARM` (GH-143827)
Hai Zhu
21 hours
5
-14/+14
*
gh-141004: Document old provisional names for vectorcall/code API (GH-143568)
Petr Viktorin
21 hours
3
-10/+29
*
gh-143460: Correct unlimited stack size skip for Emscripten (#143765)
Russell Keith-Magee
33 hours
1
-1/+1
*
gh-131798: JIT optimizer: Support custom binary op and property frames (GH-14...
Ken Jin
36 hours
3
-11/+94
*
Merge branch 'main' of https://github.com/python/cpython
Hugo van Kemenade
37 hours
450
-5406/+14746
|
\
|
*
gh-116738: Make `lzma` module thread-safe (#142947)
Alper
41 hours
3
-11/+47
|
*
gh-143728: Keep `TypedDict` and `NamedTuple` in `class` role in docs (#143702)
Bartosz Sławecki
41 hours
1
-2/+2
|
*
Bump GitHub Actions (#143757)
Hugo van Kemenade
42 hours
16
-56/+56
|
*
remove duplicate error constants in `_winapi` (#143684)
Yongtao Huang
42 hours
1
-3/+0
|
*
gh-141045: Document that shutil.Error is a subclass of OSError (#141152)
Lakshya Upadhyaya
42 hours
1
-1/+1
|
*
gh-143249: Fix buffer leak when overlapped operation fails to start on window...
Yongtao Huang
42 hours
3
-3/+24
|
*
gh-141004: Don't trigger `run-tests` when `Tools/check-c-api-docs/ignored_c_a...
Stan Ulbrych
42 hours
1
-10/+8
|
*
gh-143054: Disallow non-top-level Cut for now (GH-143622)
Petr Viktorin
43 hours
4
-3/+85
|
*
gh-141004: Document symbol visibility macros (PyAPI_DATA, Py_EXPORTED_SYMBOL,...
Yashraj
43 hours
2
-5/+40
|
*
gh-132108: Add Buffer Protocol support to int.from_bytes to improve performan...
Cody Maloney
46 hours
2
-8/+29
|
*
gh-141004: GHA: Run `check-c-api-docs` check on docs-only PRs (GH-143573)
Stan Ulbrych
46 hours
2
-2/+39
|
*
gh-143658: importlib.metadata: Use `str.translate` to improve performance of ...
Hugo van Kemenade
2 days
3
-1/+52
|
*
Update random combinatoric recipes and add tests (gh-143762)
Raymond Hettinger
2 days
1
-8/+83
|
*
gh-143706: Fix sys.argv not set during multiprocessing forkserver `__main__` ...
Gregory P. Smith
2 days
4
-1/+52
|
*
Bump automatic certificate update on Windows during builds (GH-143741)
Łukasz Langa
2 days
1
-0/+24
|
*
Add Savannah to optimizer CODEOWNERS (#143761)
Savannah Ostrowski
2 days
1
-3/+3
|
*
gh-134584: Add more contributors for JIT refcounting work (GH-143760)
Ken Jin
2 days
1
-1/+1
|
*
gh-134584: Eliminate redundant refcounting in TO_BOOL_INT, TO_BOOL_LIST (GH-1...
reiden
2 days
9
-920/+1047
|
*
Minor readability/usability improvement to the recipes section (gh-143753)
Raymond Hettinger
2 days
1
-13/+23
|
*
GH-43374: Revert "GH-43374: Fix urlretrieve reporthook to report actual bytes...
Savannah Ostrowski
3 days
4
-11/+8
|
*
gh-143196: Fix crash in non-standard use of internal JSON encoder object (GH-...
Serhiy Storchaka
3 days
3
-0/+35
|
*
gh-142461: Move misplaced NEWS entries to an appropriate section (GH-143411)
Aniket
3 days
15
-63/+63
|
*
gh-139707: Copy-strip change to idle.rst into idlelib (#143718)
Terry Jan Reedy
3 days
1
-1/+7
|
*
gh-140795: Remove 'exc' field in SSLObject (gh-143491)
Sam Gross
3 days
3
-53/+97
|
*
gh-142518: Document thread-safety guarantees of list operations (#142519)
Lysandros Nikolaou
3 days
1
-0/+103
|
*
gh-134584: Eliminate redundant refcounting from `_CONTAINS_{OP|OP_SET|OP_DICT...
Nadeshiko Manju
3 days
10
-130/+253
|
*
gh-143544: Fix possible use-after-free in the JSON decoder when JSONDecodeErr...
VanshAgarwal24036
3 days
1
-1/+2
|
*
gh-143253: Add libabigail suppression file for internal types (#143254)
Pablo Galindo Salgado
3 days
3
-1/+29
|
*
gh-137113 docs: note readline no longer supported in REPL after 3.13 (GH-137142)
Kuang Yu Heng
3 days
2
-6/+12
|
*
gh-134584: JIT: Remove redundant refcount for _BINARY_OP_SUBSCR_DICT (GH-143724)
Cajetan Rodrigues
3 days
9
-44/+83
|
*
gh-141004: Document PyUnicode_IS_COMPACT and PyUnicode_IS_COMPACT_ASCII macro...
Yashraj
3 days
2
-4/+22
|
*
gh-140806: add docs for `enum.bin` function (#140807)
Guo Ci
3 days
4
-1/+25
|
*
gh-143189: fix insertdict() for non-Unicode key (#143285)
Inada Naoki
3 days
3
-2/+27
|
*
gh-143578: Restore note about patchlevel.h (#143596)
Petr Viktorin
3 days
1
-0/+2
|
*
gh-142306: Improve errors for Element.remove() (GH-142308)
Serhiy Storchaka
3 days
4
-6/+20
|
*
gh-142881: Fix concurrent and reentrant call of atexit.unregister() (GH-142901)
Serhiy Storchaka
3 days
3
-7/+56
|
*
gh-143346: Fix calculation of the line width for wrapped Base64 in plistlib (...
Serhiy Storchaka
3 days
3
-2/+66
|
*
gh-134584: JIT: Remove redundant refcounting for UNARY_{INVERT|NEGATIVE} (GH-...
Ken Jin
3 days
10
-899/+976
[next]