summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
* Python 3.15.0a5v3.15.0a5Hugo van Kemenade25 hours5-10/+10
* gh-74902: Add Unicode Grapheme Cluster Break algorithm (GH-143076)Serhiy Storchaka25 hours2-1/+51
* gh-141004: Document several soft-deprecated C APIs (GH-141634)Peter Bierma26 hours4-0/+76
* gh-143214: Add the wrapcol parameter in binascii.b2a_base64() and base64.b64e...Serhiy Storchaka27 hours3-14/+47
* gh-141004: Document old provisional names for vectorcall/code API (GH-143568)Petr Viktorin30 hours3-10/+29
* Merge branch 'main' of https://github.com/python/cpythonHugo van Kemenade45 hours53-170/+817
|\
| * gh-143728: Keep `TypedDict` and `NamedTuple` in `class` role in docs (#143702)Bartosz Sławecki2 days1-2/+2
| * gh-141045: Document that shutil.Error is a subclass of OSError (#141152)Lakshya Upadhyaya2 days1-1/+1
| * gh-143054: Disallow non-top-level Cut for now (GH-143622)Petr Viktorin2 days1-2/+11
| * gh-141004: Document symbol visibility macros (PyAPI_DATA, Py_EXPORTED_SYMBOL,...Yashraj2 days1-0/+40
| * Update random combinatoric recipes and add tests (gh-143762)Raymond Hettinger3 days1-8/+83
| * gh-134584: Add more contributors for JIT refcounting work (GH-143760)Ken Jin3 days1-1/+1
| * Minor readability/usability improvement to the recipes section (gh-143753)Raymond Hettinger3 days1-13/+23
| * gh-142518: Document thread-safety guarantees of list operations (#142519)Lysandros Nikolaou3 days1-0/+103
| * gh-137113 docs: note readline no longer supported in REPL after 3.13 (GH-137142)Kuang Yu Heng3 days2-6/+12
| * gh-141004: Document PyUnicode_IS_COMPACT and PyUnicode_IS_COMPACT_ASCII macro...Yashraj3 days1-0/+21
| * gh-140806: add docs for `enum.bin` function (#140807)Guo Ci3 days2-0/+22
| * gh-143578: Restore note about patchlevel.h (#143596)Petr Viktorin3 days1-0/+2
| * gh-142972: Document arbitrary ordering in `Path.glob` and `Path.rglob` (GH-14...Bartosz Sławecki4 days1-0/+8
| * gh-128335: Make slice generic at runtime (#128336)James Hilton-Balfe4 days2-0/+9
| * gh-139038: Update JIT perf figures for 3.14a4 (GH-143705)Ken Jin4 days1-3/+3
| * gh-143420: Clarify sequence behavior for slice indexes (#143422)Sergey B Kirpichev4 days2-7/+10
| * gh-86139: Correct NamedTuple and TypedDict's type in typing.rst (#143692)AN Long4 days1-3/+11
| * Sync the batched() example with the grouper() example. (gh-143676)Raymond Hettinger4 days1-2/+2
| * Add derangements() recipe (gh-143671)Raymond Hettinger5 days1-1/+41
| * Doc: remove duplicate GitHub issue reference in "What's New in Python 3.13" (...emmanuel5 days1-1/+1
| * gh-141004: Document remaining constants from patchlevel.h (GH-143598)Petr Viktorin6 days2-2/+26
| * gh-106318: Add examples for str.rfind() method (#143582)Adorilson Bezerra6 days1-0/+10
| * gh-106318: Improve str.removeprefix() and str.removesuffix() docs (#143580)Adorilson Bezerra6 days1-2/+10
| * gh-72239: Add note distinguishing concurrent.futures.Future from asyncio.Futu...AN Long6 days1-0/+5
| * gh-106318: Add examples for str.replace() method (GH-143581)Adorilson Bezerra6 days1-0/+8
| * GH-139686: Revert "gh-139686: Make reloading a lazy module no-op (GH-139857)"...Brett Cannon7 days1-6/+0
| * gh-143513: Clarify changed argument name of `ResourceReader.is_resource` (GH-...Alex Willmer7 days1-3/+6
| * gh-143553: Add support for parametrized resources in regrtests (GH-143554)Serhiy Storchaka7 days1-0/+6
| * Fix a typo in STORE_SLICE docs (#143500)Tomas R.8 days1-1/+1
| * gh-106318: Add examples for str.casefold() and str.lower() methods (#142154)Adorilson Bezerra8 days1-1/+14
| * gh-94172: delete mention of ssl_version from ftplib doc (#143515)Giampaolo Rodola8 days1-7/+2
| * gh-106318: Add example for str.index() (#137023)Adorilson Bezerra9 days1-1/+12
| * gh-133315: Document that compat32 should not be used with MIMEPart/EmailMessa...Andrii Hrimov9 days2-1/+14
| * Doc: Fix missing closing parenthesis in argparse example (#143488)Xiao Yuan9 days1-1/+1
| * gh-142302: Fix mkstemp() documentation: clarify file descriptor inheritance b...ADITYA RAI9 days2-3/+5
| * gh-106318: Add examples for str.isprintable() (#140043)Adorilson Bezerra9 days1-0/+9
| * gh-139038: Add macOS performance numbers for the JIT (GH-143479)Ken Jin9 days1-1/+5
| * gh-143474: Add `os.RWF_ATOMIC` constant (GH-143475)Clay Dugo9 days1-0/+10
| * gh-143331: Schedule to remove format "N" for Decimal (#143372)Semyon Moroz9 days5-0/+18
| * gh-41779: Allow defining any __slots__ for a class derived from tuple (GH-141...Serhiy Storchaka9 days2-1/+6
| * gh-134740: Document distribution discovery in importlib.metadata (#134751)Emma Smith10 days1-5/+72
| * gh-143434: Fix typo in zstd documentation (#143437)Ritam Pal10 days1-2/+2
| * gh-138205: explicit mention to `mmap.mmap.resize` in "Porting to Python 3.15"...Ori Avtalion10 days1-1/+1
| * gh-142927: Clarify pstats file output in docs and CLI (#143388)László Kiss Kollár12 days1-5/+8