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
/
library
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
[3.10] bpo-44279: [doc] reword contextlib.suppress documentation (GH-26428) (...
Irit Katriel
2021-06-01
1
-2/+3
*
[3.10] bpo-42392: [docs] Add deprecated-removed loop labels for asyncio (GH-2...
Miss Islington (bot)
2021-05-26
5
-0/+150
*
bpo-41147: [doc] contextlib.redirect_stdout() provides the new stream as cont...
Miss Islington (bot)
2021-05-26
1
-3/+4
*
bpo-20408: Fix memoryview() signature in docs (GH-24431)
Miss Islington (bot)
2021-05-25
2
-9/+8
*
bpo-44151: Various grammar, word order, and markup fixes (GH-26344) (GH-26345)
Miss Islington (bot)
2021-05-25
1
-10/+10
*
bpo-44151: linear_regression() minor API improvements (GH-26199) (GH-26338)
Miss Islington (bot)
2021-05-25
1
-10/+11
*
bpo-44195: Use 'TraversableResources' in the docs to match the implementation...
Miss Islington (bot)
2021-05-24
1
-2/+2
*
bpo-43207: InspectLoader.is_package is not an abstract method (GH-24517)
Miss Islington (bot)
2021-05-23
1
-1/+1
*
Remove duplicate words in docs. (GH-26167) (GH-26296)
Miss Islington (bot)
2021-05-22
4
-7/+7
*
Specify Python Cookbook edition for reference (GH-26301) (#26302)
Miss Islington (bot)
2021-05-21
1
-2/+2
*
[doc] Fix indentation in inspect documentation (GH-24846) (GH-26287)
Miss Islington (bot)
2021-05-21
1
-4/+4
*
[doc] Fix typo in asyncio-eventloop documentation (GH-22311) (GH-26256)
Miss Islington (bot)
2021-05-19
1
-2/+2
*
bpo-40975: [doc] Identify AsyncExitStack.enter_async_context()/aclose() as co...
Miss Islington (bot)
2021-05-19
1
-2/+2
*
bpo-44010: IDLE: colorize pattern-matching soft keywords (GH-25851)
Miss Islington (bot)
2021-05-19
1
-0/+6
*
bpo-30593: Doc'ed that executescript() disregards isolation level (GH-26220)
Miss Islington (bot)
2021-05-19
1
-1/+5
*
[3.10] bpo-41963: document that ConfigParser strips off comments (GH-26197) (...
Ćukasz Langa
2021-05-18
1
-0/+7
*
Apply edits from Allen Downey's review of the linear_regression docs. (GH-261...
Miss Islington (bot)
2021-05-17
1
-17/+9
*
[doc] Fix typo in os module (GH-24464)
Miss Islington (bot)
2021-05-16
1
-1/+1
*
bpo-32133: Improve numbers docs (GH-26124) (GH-26149)
Miss Islington (bot)
2021-05-15
1
-1/+1
*
bpo-44072: fix Complex, Integral docs for `**` (GH-25986)
Miss Islington (bot)
2021-05-14
1
-4/+5
*
Subprocess Protocols Documentation (GH-20950) (GH-26133)
Miss Islington (bot)
2021-05-14
1
-1/+1
*
[3.10] [doc] Fix typos in cgi.rst (GH-24766) (GH-26132)
Irit Katriel
2021-05-14
1
-4/+4
*
Updated code example for asyncio.gather (GH-20604) (GH-26119)
Miss Islington (bot)
2021-05-14
1
-8/+11
*
bpo-44030: Fix formatting error in exceptions docs (GH-25929) (GH-26086)
Miss Islington (bot)
2021-05-13
1
-1/+1
*
bpo-10548: expectedFailure does not apply to fixtures (GH-23201) (#26044)
Miss Islington (bot)
2021-05-11
1
-2/+3
*
bpo-23750: Document os-system, subprocess. Patch by Martin Panter. (GH-26016)...
Miss Islington (bot)
2021-05-11
2
-5/+11
*
bpo-25821: Fix inaccuracy in threading.enumerate/is_alive documentation (GH-2...
Miss Islington (bot)
2021-05-11
1
-4/+5
*
Doc: http.server: directory is not a class attribute, but an argument. (GH-26...
Miss Islington (bot)
2021-05-11
1
-8/+8
*
bpo-43558: Add note about base class initialization to dataclasses doc (GH-25...
Miss Islington (bot)
2021-05-10
1
-0/+21
*
Fix a word in dataclasses docs. (GH-26003) (GH-26004)
Miss Islington (bot)
2021-05-09
1
-1/+1
*
Simple Enhancement. Add missing return statements in ftplib documentation. (G...
Miss Islington (bot)
2021-05-07
1
-0/+2
*
Fix minor grammar problems in dataclasses documentation (GH-25948) (GH-25958)
Miss Islington (bot)
2021-05-06
1
-7/+7
*
docs: clearly document that ":GH-X" string formatting results in "0X..." (GH-...
Miss Islington (bot)
2021-05-06
1
-2/+4
*
Clarify rx parameter of compileall functions (GH-25857)
Miss Islington (bot)
2021-05-04
1
-4/+6
*
fix enum.property reference in docs (GH-25875) (#25876)
Miss Islington (bot)
2021-05-04
1
-1/+1
*
bpo-44001: improve Literal documentation (GH-25877) (#25882)
Miss Islington (bot)
2021-05-04
1
-2/+2
*
Doc: Fix random.uniform example comment. (GH-25784)
Julien Palard
2021-05-03
1
-1/+1
*
dataclasses docs: add a missing word. (GH-25839)
Eric V. Smith
2021-05-03
1
-1/+1
*
More clarification of kw_only args. (GH-25838)
Eric V. Smith
2021-05-03
1
-13/+20
*
Fix invalid markup (#25833)
Raymond Hettinger
2021-05-03
1
-2/+1
*
bpo-25478: Add total() method to collections.Counter (GH-25829)
Raymond Hettinger
2021-05-03
1
-1/+11
*
More work on documenting dataclass keyword-only fields. (GH-25828)
Eric V. Smith
2021-05-03
1
-16/+40
*
bpo-43926: Cleaner metadata with PEP 566 JSON support. (GH-25565)
Jason R. Coombs
2021-05-02
1
-0/+13
*
bpo-43754: Eliminate bindings for partial pattern matches (GH-25229)
Brandt Bucher
2021-05-02
1
-0/+9
*
bpo-43997: Add versionadded directives for to match_args, kw_only, and slots ...
Shreyan Avigyan
2021-05-02
1
-0/+8
*
bpo-38820: Add ssl, hashlib, and hmac changes to whatsnew 3.10 (GH-25817)
Christian Heimes
2021-05-02
1
-0/+8
*
bpo-36384: Leading zeros in IPv4 addresses are no longer tolerated (GH-25099)
Christian Heimes
2021-05-02
1
-2/+17
*
bpo-43733: netrc try to use UTF-8 before using locale encoding. (GH-25781)
Inada Naoki
2021-05-02
1
-0/+4
*
bpo-43987: Add "Annotations Best Practices" HOWTO doc. (#25746)
larryhastings
2021-05-02
1
-0/+7
*
Minor tweaks to dataclasses keyword-only fields documentation. (GH-25801)
Eric V. Smith
2021-05-02
1
-5/+5
[prev]
[next]