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
*
Doc: C API: Demote sections to subsections for consistency (#126535)
Richard Hansen
2024-11-07
1
-7/+7
*
gh-48020: [docs] Remove the logging howto suggested future FileHandler multip...
Gregory P. Smith
2024-11-07
1
-5/+2
*
gh-122838: Document missing opcodes (#123073)
Kamil Turek
2024-11-06
1
-0/+21
*
gh-120754: Add to `io` optimization to what's new (#126466)
Cody Maloney
2024-11-06
1
-0/+9
*
GH-124985: Document that `pathlib.Path.copy()` uses copy-on-write. (#125861)
Barney Gale
2024-11-05
1
-0/+5
*
Doc: C API: Delete claim that `PyObject_Init` is GC-aware (#126418)
Richard Hansen
2024-11-05
1
-4/+2
*
gh-119793: Prefer `map(..., strict=True)` over starmap/zip in examples (#126407)
Lukas Geiger
2024-11-05
1
-1/+1
*
gh-120057: Add os.reload_environ() function (#126268)
Victor Stinner
2024-11-05
2
-12/+28
*
gh-125436: Doc: Add missing ``allow_unnamed_section`` parameter to ``ConfigPa...
lit
2024-11-05
1
-3/+28
*
Doc: Fix typo in documentation for ``MAKE_FUNCTION`` opcode (#126396)
Mikhail Efimov
2024-11-04
1
-1/+1
*
gh-101865: Docs: Keep co_lnotab deprecation for at least 3.14 (#126392)
Hugo van Kemenade
2024-11-04
4
-10/+12
*
gh-119793: Add optional length-checking to `map()` (GH-120471)
Nice Zombies
2024-11-04
2
-3/+12
*
gh-126353: remove implicit creation of loop from `asyncio.get_event_loop` (#1...
Kumar Aditya
2024-11-04
3
-8/+10
*
Docs: turn getopt examples into doctests (#126377)
Erlend E. Aasland
2024-11-04
1
-2/+10
*
gh-126165: Improve docs of function `math.isclose` (#126215)
Zhikang Yan
2024-11-04
2
-16/+20
*
Docs: Delist sqlite3 deprecation from "Pending removal in 3.14" (#126370)
Hugo van Kemenade
2024-11-03
1
-3/+0
*
gh-99880: document rounding mode for new-style formatting (GH-121481)
Sergey B Kirpichev
2024-11-02
1
-0/+5
*
gh-125761: Clarify repeated warning suppression criteria in warnings module (...
고병찬
2024-11-02
1
-0/+13
*
gh-125875: Fix docs typo FORMAT_SPEC to FORMAT_WITH_SPEC (gh-126319)
rimchoi
2024-11-02
1
-1/+1
*
gh-120026: soft deprecate Py_HUGE_VAL macro (#120027)
Sergey B Kirpichev
2024-11-01
2
-1/+5
*
Doc: Add a single table as summary to math documentation (GH-125810)
Joseph Martinot-Lagarde
2024-11-01
1
-3/+89
*
docs: add a more precise example in enum doc (GH-121015)
Filip "Ret2Me" Poplewski
2024-11-01
1
-1/+1
*
gh-97850: remove ``find_loader`` and ``get_loader`` from ``pkgutil`` (#119656)
Bénédikt Tran
2024-11-01
4
-42/+9
*
gh-126259: Fix "unclosed database" warning in sqlite3 doctest (#126260)
sobolevn
2024-11-01
1
-0/+1
*
GH-125413: Add `pathlib.Path.scandir()` method (#126060)
Barney Gale
2024-11-01
2
-0/+35
*
gh-126256: Update time.rst to use the same clock as instead of the same clock...
Alperen Keleş
2024-10-31
1
-2/+2
*
gh-125818: Fix incorrect signature of argument `skip_file_prefixes` in warnin...
RUANG (James Roy)
2024-10-31
1
-1/+1
*
gh-125674: Doc: Fix type of `newfunc` first parameter (GH-125675)
Richard Hansen
2024-10-30
1
-2/+2
*
gh-114990: Add missing mixin methods in collections.abc's document (GH-114991)
AN Long
2024-10-30
1
-2/+3
*
gh-126055: Add omitted command (in docs [os.walk]) for code to fulfill `shut...
Victor Wheeler
2024-10-30
1
-0/+1
*
gh-60712: Include the "object" type in the lists of documented types (GH-103036)
Furkan Onder
2024-10-30
2
-18/+41
*
Fix incorrect indentation in importlib.metadata.rst (GH-126189)
Rafael Fontenelle
2024-10-30
1
-3/+3
*
gh-85583: Add f-string index in tutorial/inputoutput.rst (GH-21681)
amaajemyfren
2024-10-30
1
-0/+7
*
gh-125669: Do not run `-ugui` tests by default on `make test` (#125730)
sobolevn
2024-10-30
1
-1/+9
*
gh-126072: do not add `None` to `co_consts` if there is no docstring (GH-126101)
Xuanteng Huang
2024-10-30
2
-3/+11
*
gh-126071: Improve formatting of the argparse documentation (GH-126073)
Serhiy Storchaka
2024-10-30
1
-65/+72
*
gh-118633: Add warning regarding the unsafe usage of eval and exec (GH-118437)
Daniel Ruf
2024-10-30
1
-0/+10
*
gh-58032: Docs: Sort argparse alphabetically (GH-125871)
Hugo van Kemenade
2024-10-30
2
-21/+20
*
gh-124855: Don't allow the JIT and perf support to be active at the same time...
Pablo Galindo Salgado
2024-10-30
1
-0/+2
*
docs: restore an anchor to for/else (#126154)
Ned Batchelder
2024-10-30
1
-0/+1
*
Doc: Note that pydoc uses and prefers ``MANPAGER`` (#125362)
Matthieu Ancellin
2024-10-29
2
-2/+4
*
bpo-41793: Fix an inaccuracy about reflected methods in datamodel docs (GH-22...
Wim Jeantine-Glenn
2024-10-29
1
-11/+14
*
gh-116938: Fix `dict.update` docstring and remove erraneous full stop from `d...
Prometheus3375
2024-10-29
1
-1/+1
*
Add lightweight comments to conf.py and update docs readme (GH-126100)
Carol Willing
2024-10-29
2
-14/+16
*
gh-122767: document "new style" formatting for complexes (GH-122848)
Sergey B Kirpichev
2024-10-29
1
-5/+15
*
GH-125837: Split `LOAD_CONST` into three. (GH-125972)
Mark Shannon
2024-10-29
2
-8/+17
*
gh-89762: Document strftime %G, %V, and %u format specifiers (#124572)
RUANG (James Roy)
2024-10-28
1
-0/+13
*
gh-126012: Add `__class_getitem__` to `memoryview` (#126013)
Brian Schubert
2024-10-27
2
-0/+7
*
gh-125633: Add function `ispackage` to stdlib `inspect` (#125634)
Zhikang Yan
2024-10-27
2
-0/+11
*
Fix a typo in ``Doc/tutorial/errors.rst`` exception output (#126001)
Bogdana Vereha
2024-10-26
1
-1/+1
[next]