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
path:
root
/
Doc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Python 3.15.0a5
v3.15.0a5
Hugo van Kemenade
25 hours
5
-10/+10
*
gh-74902: Add Unicode Grapheme Cluster Break algorithm (GH-143076)
Serhiy Storchaka
25 hours
2
-1/+51
*
gh-141004: Document several soft-deprecated C APIs (GH-141634)
Peter Bierma
26 hours
4
-0/+76
*
gh-143214: Add the wrapcol parameter in binascii.b2a_base64() and base64.b64e...
Serhiy Storchaka
27 hours
3
-14/+47
*
gh-141004: Document old provisional names for vectorcall/code API (GH-143568)
Petr Viktorin
30 hours
3
-10/+29
*
Merge branch 'main' of https://github.com/python/cpython
Hugo van Kemenade
45 hours
53
-170/+817
|
\
|
*
gh-143728: Keep `TypedDict` and `NamedTuple` in `class` role in docs (#143702)
Bartosz Sławecki
2 days
1
-2/+2
|
*
gh-141045: Document that shutil.Error is a subclass of OSError (#141152)
Lakshya Upadhyaya
2 days
1
-1/+1
|
*
gh-143054: Disallow non-top-level Cut for now (GH-143622)
Petr Viktorin
2 days
1
-2/+11
|
*
gh-141004: Document symbol visibility macros (PyAPI_DATA, Py_EXPORTED_SYMBOL,...
Yashraj
2 days
1
-0/+40
|
*
Update random combinatoric recipes and add tests (gh-143762)
Raymond Hettinger
3 days
1
-8/+83
|
*
gh-134584: Add more contributors for JIT refcounting work (GH-143760)
Ken Jin
3 days
1
-1/+1
|
*
Minor readability/usability improvement to the recipes section (gh-143753)
Raymond Hettinger
3 days
1
-13/+23
|
*
gh-142518: Document thread-safety guarantees of list operations (#142519)
Lysandros Nikolaou
3 days
1
-0/+103
|
*
gh-137113 docs: note readline no longer supported in REPL after 3.13 (GH-137142)
Kuang Yu Heng
3 days
2
-6/+12
|
*
gh-141004: Document PyUnicode_IS_COMPACT and PyUnicode_IS_COMPACT_ASCII macro...
Yashraj
3 days
1
-0/+21
|
*
gh-140806: add docs for `enum.bin` function (#140807)
Guo Ci
3 days
2
-0/+22
|
*
gh-143578: Restore note about patchlevel.h (#143596)
Petr Viktorin
3 days
1
-0/+2
|
*
gh-142972: Document arbitrary ordering in `Path.glob` and `Path.rglob` (GH-14...
Bartosz Sławecki
4 days
1
-0/+8
|
*
gh-128335: Make slice generic at runtime (#128336)
James Hilton-Balfe
4 days
2
-0/+9
|
*
gh-139038: Update JIT perf figures for 3.14a4 (GH-143705)
Ken Jin
4 days
1
-3/+3
|
*
gh-143420: Clarify sequence behavior for slice indexes (#143422)
Sergey B Kirpichev
4 days
2
-7/+10
|
*
gh-86139: Correct NamedTuple and TypedDict's type in typing.rst (#143692)
AN Long
4 days
1
-3/+11
|
*
Sync the batched() example with the grouper() example. (gh-143676)
Raymond Hettinger
4 days
1
-2/+2
|
*
Add derangements() recipe (gh-143671)
Raymond Hettinger
5 days
1
-1/+41
|
*
Doc: remove duplicate GitHub issue reference in "What's New in Python 3.13" (...
emmanuel
5 days
1
-1/+1
|
*
gh-141004: Document remaining constants from patchlevel.h (GH-143598)
Petr Viktorin
6 days
2
-2/+26
|
*
gh-106318: Add examples for str.rfind() method (#143582)
Adorilson Bezerra
6 days
1
-0/+10
|
*
gh-106318: Improve str.removeprefix() and str.removesuffix() docs (#143580)
Adorilson Bezerra
6 days
1
-2/+10
|
*
gh-72239: Add note distinguishing concurrent.futures.Future from asyncio.Futu...
AN Long
6 days
1
-0/+5
|
*
gh-106318: Add examples for str.replace() method (GH-143581)
Adorilson Bezerra
6 days
1
-0/+8
|
*
GH-139686: Revert "gh-139686: Make reloading a lazy module no-op (GH-139857)"...
Brett Cannon
7 days
1
-6/+0
|
*
gh-143513: Clarify changed argument name of `ResourceReader.is_resource` (GH-...
Alex Willmer
7 days
1
-3/+6
|
*
gh-143553: Add support for parametrized resources in regrtests (GH-143554)
Serhiy Storchaka
7 days
1
-0/+6
|
*
Fix a typo in STORE_SLICE docs (#143500)
Tomas R.
8 days
1
-1/+1
|
*
gh-106318: Add examples for str.casefold() and str.lower() methods (#142154)
Adorilson Bezerra
8 days
1
-1/+14
|
*
gh-94172: delete mention of ssl_version from ftplib doc (#143515)
Giampaolo Rodola
8 days
1
-7/+2
|
*
gh-106318: Add example for str.index() (#137023)
Adorilson Bezerra
9 days
1
-1/+12
|
*
gh-133315: Document that compat32 should not be used with MIMEPart/EmailMessa...
Andrii Hrimov
9 days
2
-1/+14
|
*
Doc: Fix missing closing parenthesis in argparse example (#143488)
Xiao Yuan
9 days
1
-1/+1
|
*
gh-142302: Fix mkstemp() documentation: clarify file descriptor inheritance b...
ADITYA RAI
9 days
2
-3/+5
|
*
gh-106318: Add examples for str.isprintable() (#140043)
Adorilson Bezerra
9 days
1
-0/+9
|
*
gh-139038: Add macOS performance numbers for the JIT (GH-143479)
Ken Jin
9 days
1
-1/+5
|
*
gh-143474: Add `os.RWF_ATOMIC` constant (GH-143475)
Clay Dugo
9 days
1
-0/+10
|
*
gh-143331: Schedule to remove format "N" for Decimal (#143372)
Semyon Moroz
9 days
5
-0/+18
|
*
gh-41779: Allow defining any __slots__ for a class derived from tuple (GH-141...
Serhiy Storchaka
9 days
2
-1/+6
|
*
gh-134740: Document distribution discovery in importlib.metadata (#134751)
Emma Smith
10 days
1
-5/+72
|
*
gh-143434: Fix typo in zstd documentation (#143437)
Ritam Pal
10 days
1
-2/+2
|
*
gh-138205: explicit mention to `mmap.mmap.resize` in "Porting to Python 3.15"...
Ori Avtalion
10 days
1
-1/+1
|
*
gh-142927: Clarify pstats file output in docs and CLI (#143388)
László Kiss Kollár
12 days
1
-5/+8
[next]