Sign in
chromium
/
external
/
github.com
/
python
/
cpython
/
refs/tags/v3.8.7
/
Doc
tag
33f84925eae3f080a2e44a2edf6ac4ea73d3783d
tagger
Łukasz Langa <lukasz@langa.pl>
Mon Dec 21 16:26:31 2020
object
6503f05dd59e26a9986bdea097b3da9b3546f45b
Python 3.8.7
81f706d
bpo-42669: Document that `except` rejects nested tuples (GH-23822) (GH-23871)
by Miss Islington (bot)
· 4 years, 8 months ago
24862b0
bpo-41724: Explain when the conversion is not possible with detect_types enabled (GH-23855) (GH-23863)
by Miss Islington (bot)
· 4 years, 8 months ago
d21d29a
[3.8] bpo-17140: Document multiprocessing's ThreadPool (GH-23812) (GH-23835)
by Miss Islington (bot)
· 4 years, 8 months ago
12032cd
bpo-39096: Format specification documentation fixes for numeric types (GH-23575)
by Miss Islington (bot)
· 4 years, 8 months ago
aedc94b
[3.8] bpo-39416: change word case to not imply ABC (GH-22867) (GH-22869)
by Miss Islington (bot)
· 4 years, 8 months ago
150b9bf
[3.8] [doc] Link to issue regarding logging.disable level param default value GH-23731
by Andre Delfino
· 4 years, 8 months ago
d9d63f1
bpo-37221: PyCode_New() didn't change in Python 3.8 (GH-23595)
by Miss Islington (bot)
· 4 years, 9 months ago
04232de
Fix bz2 examples markup (GH-23580)
by Miss Islington (bot)
· 4 years, 9 months ago
c3009a5
bpo-39096: Improve description of 'e', 'f' and 'g' presentation types (GH-23537) (GH-23551)
by Miss Islington (bot)
· 4 years, 9 months ago
5be629d
Fix multiprocessing markup (GH-23525)
by Miss Islington (bot)
· 4 years, 9 months ago
e1c669b
bpo-42489: Fix the signature for list.sort() in the tutorial (GH-23538)
by Miss Islington (bot)
· 4 years, 9 months ago
01fcde8
bpo-17852: Doc: Fix the tutorial about closing files (GH-23135)
by Miss Islington (bot)
· 4 years, 9 months ago
734d6d9
Doc: fix typo in typing.Type docs (GH-23460)
by Miss Islington (bot)
· 4 years, 9 months ago
2528a7d
bpo-42391: Clarify documentation of TestCase.assertIs (GH-23348)
by Miss Islington (bot)
· 4 years, 9 months ago
7e9bf4e
Fix wrong availability for signal.SIGCHLD (GH-23285) (#23426)
by Miss Islington (bot)
· 4 years, 9 months ago
648a32b
bpo-42412: Fix possible leaks and check arguments in PyType_FromModuleAndSpec() (GH-23410)
by Miss Islington (bot)
· 4 years, 9 months ago
0762e09
bpo-42407: Use possessive appostrophe in multiprocessing doc (GH-23400)
by Miss Islington (bot)
· 4 years, 9 months ago
5f463e5
[3.8] bpo-38320: Clarify that expectedFailure is satisfied by either failure or error of the test. (GH-22740) (GH-22782)
by Miss Islington (bot)
· 4 years, 9 months ago
545dcb1
[3.8] Remove outdated reference to pywin32 from platform module (GH-22005) (GH-23184)
by Miss Islington (bot)
· 4 years, 9 months ago
fa86614
bpo-42339: Adds note about KB2533623 to embeddable package docs (GH-23322)
by Steve Dower
· 4 years, 9 months ago
85a8a19
bpo-42153 Fix link to IMAP documents in imaplib.rst (GH-23297)
by Miss Islington (bot)
· 4 years, 9 months ago
7182735
fix typo in ThreadedChildWatcher docs (GH-23277)
by Miss Islington (bot)
· 4 years, 9 months ago
cb2b203
bpo-42344: Improve pseudo implementation for SimpleNamespace (GH-23264) (GH-23269)
by Miss Islington (bot)
· 4 years, 9 months ago
5ad468d
bpo-42042: Use ids attribute instead of names attribute (GH-22739)
by Miss Islington (bot)
· 4 years, 9 months ago
a7de7ff
Minor wording change in concurrent.futures. (GH-23194)
by Miss Islington (bot)
· 4 years, 9 months ago
ad37c66
[3.8] bpo-42230: Improve asyncio documentation regarding accepting sets vs iterables (GH-23073) (GH-23105)
by Jakub Stasiak
· 4 years, 10 months ago
b1ce044
bpo-6761: Enhance __call__ documentation (GH-7987)
by Miss Skeleton (bot)
· 4 years, 10 months ago
77a9ef1
Add a link to buffer protocol in bytearray() doc (GH-22675)
by Miss Skeleton (bot)
· 4 years, 10 months ago
60bef61
bpo-29981: Add examples and update index for set, dict, and generator comprehensions'(GH-20272)
by Miss Skeleton (bot)
· 4 years, 10 months ago
eac21a0
[doc] Fix link to abc.ABCMeta.register in Glossary (GH-22932)
by Miss Skeleton (bot)
· 4 years, 10 months ago
cd894b1
[3.8] bpo-38486: Fix dead qmail links in the mailbox docs (GH-22239) (GH-22902)
by Miss Skeleton (bot)
· 4 years, 10 months ago
5d8bc65
bpo-25655: Improve Win DLL loading failures doc (GH-22372)
by Miss Skeleton (bot)
· 4 years, 10 months ago
6a5c70a
[3.8] Remove 3.5 from Doc version switcher in master. (GH-22886) (#22889)
by larryhastings
· 4 years, 10 months ago
b2b3803
bpo-41910: specify the default implementations of object.__eq__ and object.__ne__ (GH-22874) (#22877)
by Miss Skeleton (bot)
· 4 years, 10 months ago
916ac95
bpo-35181: Correct importlib documentation for some module attributes (GH-15190)
by Miss Skeleton (bot)
· 4 years, 10 months ago
ba66674
[3.8] bpo-41959: Fix grammar around class asyncio.MultiLoopChildWatcher text (GH-22580) (GH-22866)
by Miss Skeleton (bot)
· 4 years, 10 months ago
89fac4c
[3.8] bpo-39416: Document some restrictions on the default string representations of numeric classes (GH-18111) (GH-22861)
by Miss Skeleton (bot)
· 4 years, 10 months ago
a8e6af7
Doc: Fix a typo/error in the docs for cached bytecode (GH-22445)
by Miss Skeleton (bot)
· 4 years, 10 months ago
62eb403
Doc: Do not suggest `s[::-1]` for reversed order (GH-22457)
by Miss Skeleton (bot)
· 4 years, 10 months ago
490f30d
Doc: Remove old Python version from future stmt (GH-21802)
by Miss Skeleton (bot)
· 4 years, 10 months ago
6443a8c
bpo-41646: Mention path-like objects support in the docs for shutil.copy() (GH-22208)
by Miss Skeleton (bot)
· 4 years, 10 months ago
058affc
bpo-41192: Add documentation of undocumented audit events (GH-22832)
by Miss Skeleton (bot)
· 4 years, 10 months ago
a797fd7
bpo-41192: Clarify the sys module's description of the auditing feature (GH-22820)
by Miss Skeleton (bot)
· 4 years, 10 months ago
ccfc057
Doc: Add missing spaces after period for `posix_spawn` (GH-22730)
by Miss Skeleton (bot)
· 4 years, 10 months ago
f53ea8a
bpo-30612: Tweak Windows registry path syntax in the docs (GH-20281)
by Miss Skeleton (bot)
· 4 years, 10 months ago
609a38a
bpo-40901: Describe what "interface name" means on Windows (GH-20694)
by Miss Skeleton (bot)
· 4 years, 10 months ago
dc785db
bpo-41217: Fix incorrect note in the asyncio.create_subprocess_shell() docs (GH-21360)
by Miss Skeleton (bot)
· 4 years, 10 months ago
4c8da32
bpo-41292: Fixes dead link to cx_freeze from Windows FAQ (GH-21463)
by Miss Skeleton (bot)
· 4 years, 10 months ago
e4a03be
Link to the msvcrt module from the Windows FAQ (GH-22268)
by Miss Skeleton (bot)
· 4 years, 10 months ago
ec18c46
bpo-41192: Fix some broken anchors for audit event entries (GH-21310) (GH-22770)
by Miss Skeleton (bot)
· 4 years, 10 months ago
967fdda
[3.8] bpo-41855: Fix duplicate results in FastPath.zip_children() (#22404)
by Jason R. Coombs
· 4 years, 10 months ago
1006f63
bpo-41376: Fix the documentation of `site.getusersitepackages()` (GH-21602) (GH-22592)
by Miss Skeleton (bot)
· 4 years, 10 months ago
b15fff6
[3.8] [doc] Fix link to abc.collections.Iterable (GH-22502) (#22504)
by Andre Delfino
· 4 years, 10 months ago
ae485f5
Fix incorrect parameter name (GH-22613)
by Miss Skeleton (bot)
· 4 years, 10 months ago
31ceccb
bpo-41584: clarify when the reflected method of a binary arithemtic operator is called (GH-22505)
by Miss Skeleton (bot)
· 4 years, 11 months ago
7e941fa
bpo-41774: Tweak new programming FAQ entry (GH-22562)
by Miss Skeleton (bot)
· 4 years, 11 months ago
6bd058e
bpo-41892: Clarify that an example in the ElementTree docs explicitly avoids modifying an XML tree while iterating over it. (GH-22464)
by Miss Skeleton (bot)
· 4 years, 11 months ago
b2611fa
bpo-41898: add caveat on root logger seeing all messages in assertLogs doc (GH-22526) (GH-22537)
by Miss Skeleton (bot)
· 4 years, 11 months ago
c3cd440
[doc] Fix link to abc.collections.Iterable (GH-22520)
by Miss Skeleton (bot)
· 4 years, 11 months ago
4b982e0
bpo-40833: Clarify Path.rename doc-string regarding relative paths (GH-20554)
by Miss Skeleton (bot)
· 4 years, 11 months ago
ab32ea8
bpo-41802: Document 'PyDict_DelItem' can raise a 'KeyError' (GH-22291)
by Miss Islington (bot)
· 4 years, 11 months ago
4c2e299
Fix grammar in secrets module documentation (GH-22467)
by Miss Islington (bot)
· 4 years, 11 months ago
d50a070
bpo-41774: Add programming FAQ entry (GH-22402)
by Miss Islington (bot)
· 4 years, 11 months ago
e0e614c
bpo-41858: Clarify line in optparse doc (GH-22407)
by Miss Islington (bot)
· 5 years ago
e678ca9
bpo-33822: Update IDLE section of What's New 3.8 (GH-22383)
by Miss Islington (bot)
· 5 years ago
5acc1b5
bpo-37062: Enum: add extended AutoNumber example (GH-22349) (GH-22369)
by Miss Islington (bot)
· 5 years ago
2466a7a
bpo-35764: Rewrite the IDLE Calltips doc section (GH-22363)
by Miss Islington (bot)
· 5 years ago
3acc403
bpo-35293: Travis CI uses "make venv" for the doc (GH-22307) (GH-22309) (GH-22310)
by Victor Stinner
· 5 years ago
b7cdea8
bpo-35293: Remove RemovedInSphinx40Warning (GH-22198)
by Miss Islington (bot)
· 5 years ago
c5cddc1
bpo-41762: Fix usage of productionlist markup in the doc (GH-22281) (GH-22300)
by Miss Islington (bot)
· 5 years ago
038688a
[3.8] Remove duplicated words words (GH-20413). (GH-22297)
by Serhiy Storchaka
· 5 years ago
5fdc142
Improve the description of difflib in the documentation (GH-22253) (GH-22260)
by Miss Islington (bot)
· 5 years ago
a0da907
bpo-41776: Revise example of "continue" in the tutorial documentation (GH-22234) (GH-22256)
by Miss Islington (bot)
· 5 years ago
624cc10
bpo-40721: add note about enum member name case (GH-22231)
by Miss Islington (bot)
· 5 years ago
d09bead
bpo-41778: Change a punctuation on documentation. (GH-22229) (GH-22230)
by Miss Islington (bot)
· 5 years ago
38c8d39
[3.8] bpo-37479: Enum - use correct __format__ (GH-14545)
by Ethan Furman
· 5 years ago
bf50b0e
bpo-33239: Fix default value of 'buffering' parameter in docs of tempfile.* functions (GH-21763) (GH-22226)
by Miss Islington (bot)
· 5 years ago
3a150c7
bpo-41672: Fix type mismatches in imaplib docs (GH-22207) (#22218)
by Miss Islington (bot)
· 5 years ago
e4c6947
[doc] struct: update note about network byte order form to be more helpful (GH-22201)
by Miss Islington (bot)
· 5 years ago
8a30bdd
bpo-37149: Change Shipman tkinter link from archive.org to TkDocs (GH-22188) (#22193)
by Miss Islington (bot)
· 5 years ago
e3d0e9b
[doc] Remove superfluous comment about equal in f-strings (GH-22006)
by Miss Islington (bot)
· 5 years ago
d423aa8
Add missing colon to IDLE doc markup (GH-22007)
by Miss Islington (bot)
· 5 years ago
4c4c354
[3.8] [3.9] bpo-41688: Document bug in **= dispatching in the language data… (GH-22172) (GH-22175)
by Miss Islington (bot)
· 5 years ago
778a9b2
Fixes dead links to Django's logging config docs (GH-20823) (GH-22171)
by Miss Islington (bot)
· 5 years ago
68bc679
[3.8] [doc] Fix padding in timeit (GH-22152) (GH-22159)
by Miss Islington (bot)
· 5 years ago
4e581d6
closes bpo-41723: Fix an error in the py_compile documentation. (GH-22110)
by Miss Islington (bot)
· 5 years ago
4ddb2d7
[3.8] Improve asyncio-dev 'Concurrency and Multithreading' docs (GH-20882) (GH-22010)
by Miss Islington (bot)
· 5 years ago
e77547b
[3.8] Fix error in argparse documentation example (GH-17399) (GH-21990)
by Miss Islington (bot)
· 5 years ago
e52f5bc
[3.8] bpo-40486: Specify what happens if directory content change diring iteration (GH-22025) (GH-22094)
by Miss Islington (bot)
· 5 years ago
1470c91
bpo-38585: Remove references to defusedexpat (GH-22095)
by Miss Islington (bot)
· 5 years ago
9fef7c5
bpo-39883: Use BSD0 license for code in docs (GH-17635) (GH-22074)
by Miss Islington (bot)
· 5 years ago
5d663ed
[doc] Remove references to PyChecker. (GH-22055)
by Miss Islington (bot)
· 5 years ago
a8b05c4
Remove reference to Boa Constructor. (GH-22057)
by Miss Islington (bot)
· 5 years ago
a1473d2
bpo-41634: Fix a typo in the curses documentation (GH-21958)
by Miss Islington (bot)
· 5 years ago
838316d
[3.8] bpo-41624: fix documentation of typing.Coroutine (GH-21952). (#21983)
by Karthikeyan Singaravelan
· 5 years ago
0804539
Document vars behavior when __dict__ is missing (GH-21466) (GH-21941)
by Miss Islington (bot)
· 5 years ago
e94d5db
Fix grammar in Doc/tutorial/controlflow.rst (GH-21885) (#21923)
by Miss Islington (bot)
· 5 years ago
0694b82
bpo-40994: Ungroup items in collections.abc documentation for improved clarity (GH-21880) (#21927)
by Miss Islington (bot)
· 5 years ago
7d0fef5
bpo-40204: Allow pre-Sphinx 3 syntax in the doc (GH-21844) (GH-21901) (GH-21928)
by Victor Stinner
· 5 years ago
0a5b30d
Fix typo in typing doc (GH-21879)
by Miss Islington (bot)
· 5 years ago
Next »