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
*
[3.12] GH-119054: Add "Reading and writing files" section to pathlib docs (GH...
Barney Gale
2024-06-02
1
-76/+81
*
[3.12] GH-119054: Add "Querying file type and status" section to pathlib docs...
Barney Gale
2024-06-02
1
-145/+151
*
[3.12] Improve documentation for typing.get_type_hints (GH-119928) (#119944)
Miss Islington (bot)
2024-06-02
1
-26/+28
*
[3.12] gh-119016: Remove outdated sentences from the "classes" tutorial (GH-1...
Miss Islington (bot)
2024-06-01
1
-5/+1
*
[3.12] Add unique() recipe to itertools docs (gh-119911) (gh-119917)
Miss Islington (bot)
2024-06-01
1
-2/+14
*
[3.12] contextlib docs: Clean up redundant 'up' after 'cleanup' (GH-119873)
Miss Islington (bot)
2024-05-31
1
-1/+1
*
[3.12] gh-100117: Fix inaccuracy in documentation of the CodeObject's co_posi...
Miss Islington (bot)
2024-05-31
1
-1/+1
*
[3.12] gh-109218: Improve documentation for the complex() constructor (GH-119...
Serhiy Storchaka
2024-05-30
2
-57/+123
*
[3.12] gh-119779: Fix pyporting howto docs (GH-119785) (#119789)
Miss Islington (bot)
2024-05-30
1
-2/+2
*
[3.12] gh-118055: Update the finder glossary entry (GH-118278) (GH-119774)
Miss Islington (bot)
2024-05-30
1
-2/+2
*
[3.12] subprocess docs: Fix semantically important typo (GH-119752) (#119758)
Miss Islington (bot)
2024-05-30
1
-1/+1
*
[3.12] gh-119260: Clarify is_dataclass Behavior for Subclasses in Documentati...
Miss Islington (bot)
2024-05-30
1
-2/+2
*
[3.12] Clarify base64.a85encode docs: *wrapcols* doesn't count the newline (G...
Miss Islington (bot)
2024-05-28
1
-1/+1
*
[3.12] [doc] Clarify the nature of the root logger in the `logging` documenta...
Miss Islington (bot)
2024-05-28
1
-9/+11
*
[3.12] Misc cleanups and wording improvements for the itertools docs (gh-119631)
Raymond Hettinger
2024-05-27
1
-122/+116
*
[3.12] gh-119580: Improve version added section for convenience variable (GH-...
Miss Islington (bot)
2024-05-27
1
-0/+2
*
[3.12] Docs: Only install sphinx-autobuild for `make htmllive` (GH-119607) (#...
Miss Islington (bot)
2024-05-27
2
-2/+5
*
[3.12] gh-119467: Fix Py_buffer.format type and correct documentation typo (G...
Miss Islington (bot)
2024-05-27
1
-2/+2
*
[3.12] docs: fix a few typos identified by codespell (GH-119516) (#119571)
Hugo van Kemenade
2024-05-26
17
-21/+21
*
[3.12] FAQ: Add reference to Python version numbering scheme (GH-119225) (#11...
Miss Islington (bot)
2024-05-25
1
-2/+2
*
[3.12] Misc improvements to the docs for itertools (gh-119532)
Raymond Hettinger
2024-05-24
1
-55/+55
*
[3.12] Regen ``Doc/requirements-oldest-sphinx.txt`` (GH-119520) (#119523)
Miss Islington (bot)
2024-05-24
1
-1/+1
*
[3.12] gh-119317: findall instead of traverse for docutils nodes (GH-119319) ...
Miss Islington (bot)
2024-05-24
2
-4/+4
*
[3.12] gh-90562: Mention slots pitfall in dataclass docs (GH-107391) (#119351)
Miss Islington (bot)
2024-05-23
1
-1/+4
*
[3.12] gh-119213: Be More Careful About _PyArg_Parser.kwtuple Across Interpre...
Eric Snow
2024-05-22
1
-868/+893
*
[3.12] gh-70795: Rework RLock documentation (GH-103853) (#119437)
Miss Islington (bot)
2024-05-22
1
-24/+51
*
[3.12] Fix version number in use_load_tests deprecation reference (GH-119151)...
Miss Islington (bot)
2024-05-22
1
-1/+1
*
[3.12] Clarify that dklen is expected in bytes for the hashlib functions (GH-...
Miss Islington (bot)
2024-05-22
1
-2/+2
*
[3.12] gh-110383: Align dict.get(), .fromkeys(), and .setdefault() docs with ...
Miss Islington (bot)
2024-05-22
1
-3/+3
*
[3.12] gh-110383: Document `socket.makefile()` accepts combined modes (GH-119...
Miss Islington (bot)
2024-05-21
1
-1/+2
*
[3.12] GH-110383: Improve Tutorial for Input Ouput (GH-119230) (GH-119327)
Miss Islington (bot)
2024-05-21
1
-4/+16
*
[3.12] Docs: Ensure no warnings are found in the NEWS file before a given lin...
Hugo van Kemenade
2024-05-21
1
-0/+40
*
[3.12] gh-118912: Remove description of issue fixed in 3.5 from autospeccing ...
Miss Islington (bot)
2024-05-20
1
-32/+8
*
[3.12] gh-108267 Fix another dataclasses docs typo (GH-119277) (#119280)
Miss Islington (bot)
2024-05-20
1
-1/+2
*
[3.12] Use correct markup in unittest.mock.reset_mock documentation (GH-11920...
Miss Islington (bot)
2024-05-20
1
-3/+3
*
[3.12] DOCS: Suggest always calling exec with a globals argument and no local...
Miss Islington (bot)
2024-05-20
1
-3/+7
*
[3.12] marshal docs: Remove reference to "Sun" (GH-119161) (#119168)
Miss Islington (bot)
2024-05-19
1
-1/+1
*
[3.12] gh-119078: Clarify venv tutorial (GH-119129) (GH-119141)
Miss Islington (bot)
2024-05-18
1
-4/+4
*
[3.12] Minor improvements to the docs for itertools.tee() (gh-119135) (gh-119...
Miss Islington (bot)
2024-05-18
1
-10/+11
*
[3.12] gh-108267: Fix object.__setattr__ regression in dataclasses docs (GH-1...
Miss Islington (bot)
2024-05-16
1
-1/+2
*
[3.12] gh-119009: Add gettext target (GH-119006) (#119075)
Miss Islington (bot)
2024-05-15
2
-0/+8
*
[3.12] Misc improvements to the itertools docs (gh-119040) (#119044)
Miss Islington (bot)
2024-05-14
1
-35/+26
*
[3.12] Itertools docs: fix parameter names and indentation in Python equivale...
Miss Islington (bot)
2024-05-14
1
-5/+5
*
[3.12] gh-119010: Adds docs about `__type_params__` to `functools.update_wrap...
Miss Islington (bot)
2024-05-13
1
-2/+6
*
[3.12] Improve the `rmtree` doc for `dir_fd` param addition in 3.11 (GH-11896...
Miss Islington (bot)
2024-05-13
1
-1/+1
*
[3.12] GH-118701: Note that recursive wildcards aren't supported in `PurePath...
Barney Gale
2024-05-11
1
-0/+4
*
[3.12] Correct the argument names for `secrets.choice` and `secrets.randbelow...
Miss Islington (bot)
2024-05-10
1
-3/+3
*
gh-118689: Doc: fix ePub build (GH-118690)
Miss Islington (bot)
2024-05-10
3
-1/+7
*
gh-118486: Support mkdir(mode=0o700) on Windows (GH-118488)
Steve Dower
2024-05-09
2
-0/+18
*
[3.12] Format None, True, False and NotImplemented as literals (GH-118758) (G...
Serhiy Storchaka
2024-05-08
26
-58/+58
[next]