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
*
Correctly document class instead of function (GH-32016)
Miss Islington (bot)
2022-03-23
1
-4/+4
*
[doc] configparser: avoid inline comments. (GH-31247)
Miss Islington (bot)
2022-03-23
1
-2/+4
*
Fix typo in Path.iterdir docs (GH-31822)
Miss Islington (bot)
2022-03-23
1
-1/+1
*
[3.10] bpo-46769: Improve documentation for `typing.TypeVar` (GH-31712) (GH-3...
Alex Waygood
2022-03-23
1
-21/+88
*
[3.10] bpo-47061: document module deprecations due to PEP 594 (GH-31984) (GH-...
Miss Islington (bot)
2022-03-22
26
-22/+92
*
[3.10] bpo-47022: Document asynchat, asyncore and smtpd removals in 3.12 (GH-...
Hugo van Kemenade
2022-03-20
4
-1/+10
*
[3.10] bpo-47040: improve document of checksum functions (GH-31955) (GH-32002)
Ma Lin
2022-03-20
2
-12/+9
*
bpo-44544: add textwrap placeholder arg (GH-27671)
Miss Islington (bot)
2022-03-19
1
-2/+3
*
[3.10] bpo-30677: [doc] mention that os.mkdir() can raise FileNotFoundError (...
Miss Islington (bot)
2022-03-14
1
-1/+2
*
[3.10] bpo-43215: Document Happy Eyeballs args of asyncio.open_connection (GH...
Illia Volochii
2022-03-14
1
-1/+5
*
[3.10] bpo-47004: Sync with importlib_metadata 4.11.3. (GH-31854). (GH-31857)
Jason R. Coombs
2022-03-13
1
-0/+1
*
[3.10] sqlite3: normalise pre-acronym determiners (GH-31772) (GH-31806)
Jelle Zijlstra
2022-03-12
1
-5/+5
*
[3.10] bpo-46677: Add examples of inheritance and attributes to `TypedDict` d...
Charlie Zhao
2022-03-12
1
-3/+88
*
bpo-31327: Update time documentation to reflect possible errors (GH-31460)
Miss Islington (bot)
2022-03-11
1
-0/+6
*
Remove print race from task_done example. (GH-31795)
Miss Islington (bot)
2022-03-10
1
-4/+3
*
[3.10] Docstring: replace pysqlite with sqlite3 (GH-31758) (GH-31777)
Jelle Zijlstra
2022-03-09
1
-2/+2
*
bpo-46494: Mention the typing_extensions pkg in typing docs (GH-31260)
Miss Islington (bot)
2022-03-08
1
-0/+4
*
importlib.metadata: Remove empty footnote section (GH-30451)
Miss Islington (bot)
2022-03-08
1
-3/+0
*
bpo-38738: Fix formatting of True and False in the threading documentation (G...
Miss Islington (bot)
2022-03-04
1
-8/+8
*
bpo-25415: Remove confusing sentence from IOBase docstrings (PR-31631)
Miss Islington (bot)
2022-03-04
1
-7/+4
*
bpo-6634: [doc] clarify that sys.exit() does not always exit the interpreter ...
Miss Islington (bot)
2022-03-03
1
-5/+3
*
bpo-21910: Clarify docs for codecs writelines method (GH-31245)
Miss Islington (bot)
2022-03-03
1
-2/+3
*
[3.10] bpo-45492: Corrected documentation for co_names in inspect library doc...
Irit Katriel
2022-03-02
1
-2/+3
*
bpo-42982: update pbkdf2 example & add another link (GH-30966) (#30968)
Miss Islington (bot)
2022-03-01
1
-5/+7
*
bpo-26897: Clarify Popen stdin, stdout, stderr file object docs (GH-30231)
Miss Islington (bot)
2022-02-25
1
-14/+16
*
Update dict/OrderedDict differences with code equivalents. (GH-31563)
Miss Islington (bot)
2022-02-25
1
-6/+23
*
bpo-34429: Noted TemporaryFile behavior on non-Posix/non-Cygwin systems (GH-3...
Miss Islington (bot)
2022-02-25
1
-0/+3
*
[3.10] bpo-20923 : [doc] Explain ConfigParser 'valid section name' and .SECT...
Miss Islington (bot)
2022-02-22
1
-0/+3
*
[docs] Correct typos in SSLContext.sni_callback (GH-30623) (GH-31421)
Miss Islington (bot)
2022-02-21
1
-3/+3
*
Counter doc mentions three methods, but lists four (GH-30706)
Miss Islington (bot)
2022-02-19
1
-1/+1
*
bpo-46777: Fix incorrect use of directives in asyncio documentation (GH-31388)
Miss Islington (bot)
2022-02-18
7
-181/+82
*
[3.10] Update html.parser.rst (GH-30678) (GH-31385)
Miss Islington (bot)
2022-02-17
1
-1/+1
*
Update the OMG link (GH-30383)
Miss Islington (bot)
2022-02-15
1
-1/+1
*
Fix the signature of multiprocessing.set_executable (GH-31276)
Miss Islington (bot)
2022-02-14
1
-2/+2
*
Update __main__.rst (GH-30896)
Miss Islington (bot)
2022-02-14
1
-1/+1
*
doc: use colon for all color's rangs (GH-28998) (#31336)
Miss Islington (bot)
2022-02-14
1
-2/+2
*
bpo-38619: Update the documentation for UUID.hex (GH-29830)
Miss Islington (bot)
2022-02-14
1
-1/+1
*
[3.10] bpo-46747: Add missing key parameters in the bisect docs (GH-31323) (G...
Dennis Sweeney
2022-02-14
1
-2/+2
*
Corrections to format precision description. (GH-31291)
Miss Islington (bot)
2022-02-14
1
-5/+6
*
bpo-46483: [doc] pathlib classes no longer support parameterized generics (GH...
Miss Islington (bot)
2022-02-11
1
-4/+0
*
bpo-43532: add version added to KW_ONLY (GH-31235)
Miss Islington (bot)
2022-02-09
1
-0/+2
*
[3.10] bpo-46609: Update asyncio-task coroutine doc (GH-31132)
Terry Jan Reedy
2022-02-04
1
-1/+1
*
Optimize images by IMGbot (GH-21348)
Miss Islington (bot)
2022-02-04
3
-1/+1
*
Add recipe for subslices (GH-31095)
Raymond Hettinger
2022-02-03
1
-0/+6
*
Fix minor details in the Counter docs (GH-31029) (GH-31072)
Miss Islington (bot)
2022-02-02
1
-3/+10
*
[3.10] bpo-23556: [doc] Fix inaccuracy in documentation for raise without arg...
Miss Islington (bot)
2022-01-27
1
-9/+8
*
bpo-42982: Improve the text on suggested number of iterations of PBKDF2 (GH-2...
Miss Islington (bot)
2022-01-27
1
-2/+7
*
bpo-45296: Clarify close, quit, and exit in IDLE (GH-30936) (GH-30944)
Miss Islington (bot)
2022-01-27
1
-4/+6
*
bpo-43698: do not use `...` as argument name in docs (GH-30502)
Miss Islington (bot)
2022-01-26
2
-6/+6
*
Improve grouper() recipe to demonstrate all forms of zip() (GH-30837) (GH-30840)
Miss Islington (bot)
2022-01-23
1
-3/+12
[next]