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.11] gh-94220: Align fnmatch docs with the implementation and amend markup ...
Miss Islington (bot)
2024-01-16
1
-12/+14
*
[3.11] Docs: Improve multiprocessing.SharedMemory reference (#114093) (#114138)
Erlend E. Aasland
2024-01-16
1
-17/+23
*
[3.11] gh-114069: Revise Tutorial Methods paragraph (GH-114127) (#114132)
Miss Islington (bot)
2024-01-16
1
-6/+5
*
[3.11] Docs: Align multiprocessing.shared_memory docs with Sphinx recommendat...
Erlend E. Aasland
2024-01-16
2
-49/+56
*
[3.11] GH-101130: Document multiple arguments for `PurePath.[is_]relative_to(...
Barney Gale
2024-01-16
1
-0/+4
*
[3.11] gh-114070: correct the specification of ``digit`` in the float() docs ...
Miss Islington (bot)
2024-01-15
1
-5/+4
*
[3.11] gh-101100: Fix Sphinx warnings in `howto/urllib2.rst` and `library/htt...
Hugo van Kemenade
2024-01-14
4
-41/+41
*
[3.11] gh-95649: Document that asyncio contains uvloop code (GH-107536) (#114...
Alois Klink
2024-01-14
1
-0/+29
*
[3.11] gh-114021: Pin various sphinxcontrib extensions to older versions (GH-...
Miss Islington (bot)
2024-01-13
1
-5/+5
*
[3.11] gh-89159: Document missing TarInfo members (GH-91564) (#114007)
Miss Islington (bot)
2024-01-12
1
-0/+30
*
[3.11] datamodel: Fix a typo in ``object.__init_subclass__`` (GH-111599) (#11...
Miss Islington (bot)
2024-01-12
1
-1/+1
*
[3.11] Link to the glossary for "magic methods" in ``MagicMock`` (GH-111292) ...
Miss Islington (bot)
2024-01-12
1
-4/+4
*
[3.11] Tutorial: Clarify 'nonzero exit status' in the appendix (GH-112039) (#...
Miss Islington (bot)
2024-01-12
1
-1/+1
*
[3.11] Docs: Amend codeobject.co_lines docs; end number is exclusive (GH-1139...
Miss Islington (bot)
2024-01-12
1
-3/+3
*
[3.11] GH-107678: Improve Unicode handling clarity in ``library/re.rst`` (GH-...
Miss Islington (bot)
2024-01-12
1
-92/+145
*
[3.11] GH-92584: Move installation schemes overview to sysconfig docs (GH-108...
Adam Turner
2024-01-11
3
-19/+168
*
gh-81489: Use Unicode APIs for mmap tagname on Windows (GH-14133)
Steve Dower
2024-01-11
1
-2/+2
*
[3.11] gh-113625: Align object addresses in the Descriptor HowTo Guide (GH-11...
Miss Islington (bot)
2024-01-10
1
-1/+1
*
[3.11] gh-113664: Improve style of Big O notation (GH-113695) (GH-113910)
Serhiy Storchaka
2024-01-10
13
-24/+24
*
[3.11] gh-101100: Fix Sphinx warnings for 2.6 port-specific deprecations (GH-...
Hugo van Kemenade
2024-01-09
2
-81/+75
*
[3.11] Docs: Link tokens in the format string grammars (GH-108184) (#113840)
Miss Islington (bot)
2024-01-09
3
-8/+12
*
[3.11] gh-113360: Fix the documentation of module's attribute __test__ (GH-11...
Miss Islington (bot)
2024-01-05
1
-3/+3
*
[3.11] gh-101100: Fix Sphinx warnings in `library/pyclbr.rst` (GH-113739) (#1...
Miss Islington (bot)
2024-01-05
3
-50/+58
*
[3.11] gh-101100: Fix Sphinx warnings for 2.6 deprecations and removals (GH-1...
Miss Islington (bot)
2024-01-05
8
-57/+57
*
[3.11] gh-113696: Docs: Annotate PyObject_CallOneArg and PyObject_CallNoArgs ...
Miss Islington (bot)
2024-01-05
1
-0/+7
*
[3.11] Document the `co_lines` method on code objects (#113682) (#113687)
Alex Waygood
2024-01-03
3
-8/+46
*
[3.11] `functools.partial` docs: Use the more common spelling for "referencea...
Miss Islington (bot)
2024-01-03
1
-1/+1
*
[3.11] gh-113637: Let c_annotations.py to handle the spacing of Limited/Unsta...
Ege Akman
2024-01-03
2
-10/+11
*
[3.11] gh-101100: Fix Sphinx warnings from removed `~!` references (GH-113629...
Hugo van Kemenade
2024-01-02
1
-1/+1
*
[3.11] gh-81094: Refer to PEP 318 in compound_statements.rst (GH-113588) (#11...
Miss Islington (bot)
2024-01-02
1
-1/+4
*
[3.11] gh-101100: Fix Sphinx warnings in `library/configparser.rst` (GH-11359...
Hugo van Kemenade
2023-12-31
8
-28/+27
*
[3.11] Update ConfigParser docs defining valid section name (GH-110506) (#113...
Miss Islington (bot)
2023-12-30
1
-1/+1
*
[3.11] gh-89414: Document that SIGCLD is not available on macOS (GH-113580) (...
Miss Islington (bot)
2023-12-30
1
-0/+2
*
[3.11] Doc/library/os.rst: `os.waitid` absent on MacOS (GH-104558) (#113554)
Miss Islington (bot)
2023-12-29
1
-0/+3
*
[3.11] gh-101100: Fix Sphinx warnings in library/random.rst (GH-112981) (#113...
Miss Islington (bot)
2023-12-28
2
-16/+44
*
[3.11] gh-67641: Clarify documentation on bytes vs text with non-seeking tarf...
Miss Islington (bot)
2023-12-27
1
-4/+6
*
[3.11] gh-101100: Fix Sphinx warnings in `library/cmd.rst` (GH-113502) (#113510)
Miss Islington (bot)
2023-12-27
2
-12/+14
*
[3.11] gh-101100: Fix Sphinx warnings in `library/calendar.rst` (GH-113500) (...
Miss Islington (bot)
2023-12-27
2
-4/+10
*
[3.11] gh-101100: Fix Sphinx warnings in `library/bisect.rst` (GH-113496) (#1...
Hugo van Kemenade
2023-12-26
2
-3/+2
*
[3.11] gh-101100: Fix Sphinx warnings in `howto/isolating-extensions.rst` (GH...
Miss Islington (bot)
2023-12-26
2
-3/+2
*
[3.11] Docs: make htmllive: open browser when ready (GH-113288) (#113485)
Miss Islington (bot)
2023-12-26
1
-3/+7
*
[3.11] docs: specify that PyBytes_AsStringAndSize returns 0 on success (GH-11...
Miss Islington (bot)
2023-12-25
1
-0/+1
*
[3.11] gh-74573: document that ndbm can silently corrupt databases on macOS (...
Miss Islington (bot)
2023-12-23
2
-0/+10
*
[3.11] gh-112925: Fix error in example of `datetime.time.fromisoformat` and a...
Miss Islington (bot)
2023-12-23
1
-1/+3
*
[3.11] gh-113313: Note that slice support is not required for all sequences. ...
Miss Islington (bot)
2023-12-21
1
-3/+3
*
[3.11] Docs: OpenSSL wording ambiguity (GH-113296) (#113349)
Miss Islington (bot)
2023-12-21
1
-1/+1
*
[3.11] gh-113255: Clarify docs for `typing.reveal_type` (#113286) (#113326)
Alex Waygood
2023-12-20
1
-12/+11
*
[3.11] Fix typo in datamodel docs (GH-113314) (#113315)
Miss Islington (bot)
2023-12-20
1
-1/+1
*
[3.11] Fix typo in collections.abc docs example (GH-113310) (#113312)
Miss Islington (bot)
2023-12-20
1
-1/+1
*
[3.11] gh-101100: Fix Sphinx warnings in `library/ast.rst` (GH-113289) (#113291)
Hugo van Kemenade
2023-12-19
1
-15/+18
[next]