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
*
bpo-44150: Support optional weights parameter for fmean() (GH-26175)
Raymond Hettinger
2021-05-21
1
-2/+19
*
[doc] Fix typo in asyncio-eventloop documentation (GH-22311)
Bruno
2021-05-19
1
-2/+2
*
bpo-40975: [doc] Identify AsyncExitStack.enter_async_context()/aclose() as co...
naglis
2021-05-19
1
-2/+2
*
bpo-26110: Document `CALL_METHOD_KW` (GH-26159)
Ken Jin
2021-05-19
1
-0/+12
*
bpo-4928: Document NamedTemporaryFile non-deletion after SIGKILL (#26198)
Catherine Devlin
2021-05-19
1
-0/+3
*
bpo-44010: IDLE: colorize pattern-matching soft keywords (GH-25851)
Tal Einat
2021-05-19
1
-0/+6
*
bpo-30593: Doc'ed that executescript() disregards isolation level (GH-26220)
Erlend Egeberg Aasland
2021-05-19
1
-1/+5
*
bpo-41963: document that ConfigParser strips off comments (GH-26197)
Jürgen Gmach
2021-05-18
1
-0/+7
*
Apply edits from Allen Downey's review of the linear_regression docs. (GH-26176)
Raymond Hettinger
2021-05-17
1
-17/+9
*
[doc] Fix typo in os module (GH-24464)
Rafael Fontenelle
2021-05-16
1
-1/+1
*
bpo-32133: Improve numbers docs (GH-26124)
Miguel Brito
2021-05-15
1
-1/+1
*
bpo-44072: fix Complex, Integral docs for `**` (GH-25986)
Rory Yorke
2021-05-14
1
-4/+5
*
bpo-44095: Add suffix, stem and suffixes to zipfile.Path (GH-26129)
Miguel Brito
2021-05-14
1
-0/+21
*
Subprocess Protocols Documentation (GH-20950)
kudavid
2021-05-14
1
-1/+1
*
[doc] Fix typos in cgi.rst (#24766)
Géry Ogam
2021-05-14
1
-4/+4
*
Updated code example for asyncio.gather (GH-20604)
josephernest
2021-05-14
1
-8/+11
*
bpo-38250: add version added for FlagBoundary (GH-25820)
Shantanu
2021-05-14
1
-0/+5
*
bpo-44030: Fix formatting error in exceptions docs (GH-25929)
Miguel Brito
2021-05-13
1
-1/+1
*
bpo-10548: expectedFailure does not apply to fixtures (#23201)
Irit Katriel
2021-05-11
1
-2/+3
*
bpo-23750: Document os-system, subprocess. Patch by Martin Panter. (GH-26016)
uniocto
2021-05-11
2
-5/+11
*
bpo-25821: Fix inaccuracy in threading.enumerate/is_alive documentation (#23192)
Irit Katriel
2021-05-11
1
-4/+5
*
Doc: http.server: directory is not a class attribute, but an argument. (GH-26...
Julien Palard
2021-05-11
1
-8/+8
*
bpo-43558: Add note about base class initialization to dataclasses doc (GH-25...
dhoekstra2000
2021-05-10
1
-0/+21
*
Fix a word in dataclasses docs. (GH-26003)
Eric V. Smith
2021-05-09
1
-1/+1
*
bpo-40222: "Zero cost" exception handling (GH-25729)
Mark Shannon
2021-05-07
1
-31/+27
*
Simple Enhancement. Add missing return statements in ftplib documentation. (G...
Senthil Kumaran
2021-05-07
1
-0/+2
*
Fix minor grammar problems in dataclasses documentation (GH-25948)
Scott Noyes
2021-05-06
1
-7/+7
*
docs: clearly document that ":#X" string formatting results in "0X..." (GH-25...
Tal Einat
2021-05-06
1
-2/+4
*
Clarify rx parameter of compileall functions (#25857)
Jean-Abou-Samra
2021-05-04
1
-4/+6
*
bpo-40465: Remove random module features deprecated in 3.9 (GH-25874)
Raymond Hettinger
2021-05-04
1
-13/+9
*
bpo-44001: improve Literal documentation (GH-25877)
Jelle Zijlstra
2021-05-04
1
-2/+2
*
fix enum.property reference in docs (GH-25875)
Jelle Zijlstra
2021-05-04
1
-1/+1
*
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
*
Improve the dataclasses kw_only documentation. (GH-25799)
Eric V. Smith
2021-05-01
1
-13/+28
*
Fix exceptions mentioned in os.setxattr() docs (GH-25742)
Shreyash Sharma
2021-05-01
1
-2/+2
*
bpo-43998: Default to TLS 1.2 and increase cipher suite security (GH-25778)
Christian Heimes
2021-05-01
1
-0/+8
*
Fixing doc for callback for lambda (GG-25779)
Shreyash Sharma
2021-05-01
1
-1/+1
[next]