Sign in
chromium
/
external
/
github.com
/
python
/
cpython
/
refs/tags/v3.8.4rc1
/
Doc
tag
0ec33fde4b45767bdf50a032ddc53a0149c1609a
tagger
Łukasz Langa <lukasz@langa.pl>
Mon Jun 29 22:36:38 2020
object
6c38841c08edd6b0727903ec3f1acd10dc9766f6
Python 3.8.4rc1
12bb0b6
Update ssl.rst
by Miss Islington (bot)
· 5 years ago
ea16430
bpo-41123: Doc: PyLong_FromUnicode will be removed in 3.10 (GH-21205)
by Miss Islington (bot)
· 5 years ago
7318f0a
bpo-40204: Pin Sphinx version to 2.3.1 in ``Doc/Makefile``. (GH-21141) (GH-21147)
by Ned Deily
· 5 years ago
ec05a7f
bpo-40773: Fix rendering for 'retval' on the pdb page (GH-21081)
by Miss Islington (bot)
· 5 years ago
4f5dde4
bpo-40707: Document that Popen.communicate sets the returncode attribute (GH-20283)
by Miss Islington (bot)
· 5 years ago
6eab52f
bpo-39699: Remove accidentally committed test change (GH-21089)
by Ammar Askar
· 5 years ago
56d25ad
Improve asyncio.loop.call_soon() documentation (GH-20883)
by Miss Islington (bot)
· 5 years ago
a4c0956
Add link to .pypirc specification (GH-20680) (#21019)
by Miss Islington (bot)
· 5 years ago
f8c05bb
[3.8] bpo-37674: Tweak imp module deprecation note in the docs (GH-20480) (GH-20860)
by Miss Islington (bot)
· 5 years ago
972aba8
[3.8] bpo-40895: Update weakref documentation to remove old warnings (GH-20687) (GH-20792)
by Antoine Pitrou
· 5 years ago
663836e
[3.8] bpo-34003: Re-add versionchanged entry in csv docs (GH-20657) (GH-20771)
by Miss Islington (bot)
· 5 years ago
32c1fb0
[3.8] Revert bpo-39576: docs: set context for decimal arbitrary precision arithmetic (GH-20745)
by Stefan Krah
· 5 years ago
706de4e
[3.8] Revert bpo-39576: Clarify the word size for the 32-bit build. (GH-20743)
by Stefan Krah
· 5 years ago
14073c5
bpo-24914: mention Python supports multiple paradigms in the FAQ (GH-20658) (GH-20738)
by Miss Islington (bot)
· 5 years ago
12dfbae
bpo-22021: Update root_dir and base_dir documentation in shutil (GH-10367)
by Miss Islington (bot)
· 5 years ago
c935b33
Fix spacing in docs for tarfile (GH-20629)
by Miss Islington (bot)
· 5 years ago
139f1ba
Ensure correct version of Sphinx is used for Windows builds (GH-20582)
by Miss Islington (bot)
· 5 years ago
d0dc369
bpo-40831: Remove an incorrect statement in the Windows docs (GH-20570)
by Miss Islington (bot)
· 5 years ago
ba1c2c8
bpo-40798: Generate a different message for already removed elements (GH-20483)
by Miss Islington (bot)
· 5 years ago
ef2f9ac
closes bpo-29017: Update the bindings for Qt information with PySide2 (GH-20149)
by Miss Islington (bot)
· 5 years ago
f89d7bc
Note the output ordering of combinatoric functions (GH-19732) (GH-20502)
by Miss Islington (bot)
· 5 years ago
c0c5db5
Improve IO tutorial's "Old string formatting" section (GH-16251)
by Miss Islington (bot)
· 5 years ago
b5ecbf0
bpo-40025: Require _generate_next_value_ to be defined before members(GH-19763)
by Miss Islington (bot)
· 5 years ago
e3e800f
[3.8] bpo-38580: Document that select() accepts iterables, not just sequences (GH-16832)
by Tal Einat
· 5 years ago
c2a177a
bpo-39301: State that floor division is used for right shift operations (GH-20347) (GH-20415)
by Miss Islington (bot)
· 5 years ago
b38bd88
bpo-40745: Fix typos in NewType docs (GH-20379)
by Miss Islington (bot)
· 5 years ago
1f2cc7c
closes bpo-40774: Fix docs indentation for asyncio.create_subprocess_shell() (GH-20403)
by Miss Islington (bot)
· 5 years ago
331b2df
bpo-38972: Fix typos in PowerShell Execution Policies links (GH-20383)
by Miss Islington (bot)
· 5 years ago
2fecb48
bpo-40405: Fix asyncio.as_completed docs (GH-19753)
by Miss Islington (bot)
· 5 years ago
dc32391
bpo-40439: Update broken link in lexical analysis docs (GH-20184)
by Miss Islington (bot)
· 5 years ago
0714c48
Reword aware/naive introduction sentence (GH-20175)
by Miss Islington (bot)
· 5 years ago
822efa5
[doc] Remove references to obsolete BuildApplet on macOS. (GH-20023)
by Miss Islington (bot)
· 5 years ago
d88f0aa
bpo-40651: Improve LRU recipe in the OrderedDict documentation (GH-GH-20139) (GH-20167)
by Miss Islington (bot)
· 5 years ago
b5279c1
Doc: Python 3.10 in sidebar and version switcher. (GH-20209)
by Miss Islington (bot)
· 5 years ago
257e11c
bpo-39976: Add **other_popen_kwargs to subprocess docs (GH-20145)
by Miss Islington (bot)
· 5 years ago
7a3522d
Doc: change 'Posix' for 'POSIX' (GH-20001)
by Miss Islington (bot)
· 5 years ago
b1e23f3
Doc: move a dot outside double quotes (GH-20007)
by Miss Islington (bot)
· 5 years ago
eb5ce32
bpo-38872: Document exec symbol for codeop.compile_command (GH-20047) (GH-20098)
by Miss Islington (bot)
· 5 years ago
546f643
Make the first dataclass example more useful (GH-19994) (GH-19997)
by Miss Islington (bot)
· 5 years ago
9609460
Remove outdated and confusing advice about setting maxsize (GH-19889) (GH-19890)
by Miss Islington (bot)
· 5 years ago
108e455
Fix missing space in docs(GH-19866) (GH-19872)
by Miss Islington (bot)
· 5 years ago
399b9a4
bpo-40419: timeit CLI docs now mention 1,2,5,10,... trials instead of powers of 10 (GH-19752)
by Miss Islington (bot)
· 5 years ago
e058280
[3.8] bpo-39435: Fix docs for pickle.loads (GH-18160) (GH-19843)
by Antoine Pitrou
· 5 years ago
c9d7d32
bpo-39691: Clarify io.open_code behavior (GH-19824)
by Miss Islington (bot)
· 5 years ago
71e6122
bpo-39562: Correctly updated the version section in the what's new document (GH-19838)
by Pablo Galindo
· 5 years ago
5055c27
[3.8] bpo-39562: Prevent collision of future and compiler flags (GH-19230) (GH-19835)
by Pablo Galindo
· 5 years ago
9412f4d
bpo-40348: Fix typos in the programming FAQ (GH-19729)
by Miss Islington (bot)
· 5 years ago
ca5649c
[3.8] bpo-38387: Formally document PyDoc_STRVAR and PyDoc_STR macros (GH-16607) (GH-19727)
by Zachary Ware
· 5 years ago
179f22c
bpo-40387: Improve queue join() example. (GH-19724) (GH-19726)
by Miss Islington (bot)
· 5 years ago
882a7f4
bpo-40279: Add some error-handling to the module initialisation docs example (GH-19705) (GH-19710)
by Miss Islington (bot)
· 5 years ago
22a4849
Minor modernization and readability improvement to the tokenizer example (GH-19558) (GH-19661)
by Miss Islington (bot)
· 5 years ago
7d65c04
Small improvements to the recipes and examples. (GH-19635) (GH-19638)
by Miss Islington (bot)
· 5 years ago
8c07343
bpo-39285: Clarify example for PurePath.match (GH-19458)
by Miss Islington (bot)
· 5 years ago
020f2aa
bpo-27635: Fix pickle documentation about `__new__` not being called. (GH-19269)
by Miss Islington (bot)
· 5 years ago
08b640f
Fix parameter names in assertIn() docs (GH-18829)
by Miss Islington (bot)
· 5 years ago
3e72de9
[3.8] bpo-39667: Sync zipp 3.0 (GH-18540) (GH-18701)
by Miss Islington (bot)
· 5 years ago
ee691b0
[3.8] Improved documentation for `BUILD_CONST_KEY_MAP` (GH-19454) (GH-19495)
by Miss Islington (bot)
· 5 years ago
ceba064
bpo-38501: Add a warning section to multiprocessing.Pool docs about resource managing (GH-19466)
by Miss Islington (bot)
· 5 years ago
1bf7dee
bpo-40197: Better describe the benchmark results table (GH-19386)
by Miss Islington (bot)
· 5 years ago
37a257c
bpo-40204: Pin Sphinx version to 1.8.2 in Doc/Makefile (GH-19442)
by Victor Stinner
· 5 years ago
f7b0259
Fix misinformation about NaN != NaN comparison (GH-19357) (GH-19383)
by Miss Islington (bot)
· 5 years ago
0d1d7c8
bpo-36320: Use the deprecated-removed directive for _field_types (GH-19370)
by Serhiy Storchaka
· 5 years ago
e678398
bpo-40131: Fix source and target order in zipapp example (GH-19290) (GH-19339)
by Miss Islington (bot)
· 5 years ago
77c623b
bpo-40122: Updated documentation for dis.findlabels() (GH-19274)
by Miss Islington (bot)
· 5 years ago
b7345c2
bpo-38972: Link to instructions to change PowerShell execution policy (GH-19131)
by Miss Islington (bot)
· 5 years ago
267afc2
bpo-40094: Enhance os.WIFEXITED documentation (GH-19244) (GH-19277)
by Miss Islington (bot)
· 5 years ago
40e1b04
Document most common signals (GH-19245) (GH-19257)
by Victor Stinner
· 5 years ago
6c9a2a8
fix comma location in various places (GH-19233)
by Miss Islington (bot)
· 5 years ago
bb85226
bpo-40045: Make "dunder" method documentation easier to locate (GH-19153) (GH-19198)
by Miss Islington (bot)
· 5 years ago
9c5c497
bpo-38237: Use divmod for positional arguments whatsnew example (GH-19171)
by Miss Islington (bot)
· 5 years ago
8dad09a
bpo-19698: Document when importlib.machinery.FrozenImporter gained spec-related methods (GH-19158) (#19164)
by Miss Islington (bot)
· 5 years ago
96686c7
bpo-39879: Update datamodel docs to include dict ordering (GH-19006)
by Miss Islington (bot)
· 5 years ago
2227c1a
bpo-40013: Clarify documentation of restval in csv.DictReader (GH-19099) (GH-19141)
by Miss Islington (bot)
· 5 years ago
8cd48b6
Clarify a guarantee of the logging module. (GH-19132)
by Miss Islington (bot)
· 5 years ago
687f592
bpo-39652: Truncate the column name after '[' only if PARSE_COLNAMES is set. (GH-18942)
by Miss Islington (bot)
· 5 years ago
2972336
bpo-39797 Changes to socketserver.BaseServer's shutdown() method. (GH-18929)
by Miss Islington (bot)
· 5 years ago
2477aed
Fix "versionchanged" for pow named arguments (GH-19042) (GH-19079)
by Miss Islington (bot)
· 5 years ago
da1fe76
bpo-39973: Fix the docs for PyObject_GenericSetDict() (GH-19026)
by Miss Islington (bot)
· 5 years ago
4abe77c
bpo-39869: Fix typo in 'Instance objects' section. (GH-18889)
by Miss Islington (bot)
· 5 years ago
9c63cd8
Link to list of keywords in the laguage reference (GH-18024)
by Miss Islington (bot)
· 5 years ago
a927e91
bpo-39677: dis: rename the operand of MAKE_FUNCTION from `argc` to `flags` for 3.6+ (GC-18550)
by Miss Islington (bot)
· 5 years ago
d3af92e
[3.8] Doc: Fix grammar in PyErr_ResourceWarning (GH-18879) (GH-18976)
by Karthikeyan Singaravelan
· 5 years ago
99ef1ac
Fix syntax error in an example in the ast documentation and sync docstrings (GH-18946)
by Miss Islington (bot)
· 5 years ago
6ce36ed
Fix download.html (GH-18902)
by Miss Islington (bot)
· 5 years ago
b26ccfe
tracemalloc: 'pretty top' example no longer changes the filename (GH-18903)
by Miss Islington (bot)
· 5 years ago
a5e821c
bpo-39852: IDLE 'Go to line' deletes selection, updates status (GH-18801)
by Miss Islington (bot)
· 5 years ago
765117d
fix typo: add space (GH-18853)
by Miss Islington (bot)
· 5 years ago
6df0c47
bpo-17422: slightly more precise language (GH-18682)
by Miss Islington (bot)
· 5 years ago
0c71770
bpo-39868: Update Language Reference for PEP 572. (GH-18793)
by Miss Islington (bot)
· 5 years ago
da9ee00
IDLE doc: improve Startup failure subsection. (GH-18771)
by Miss Islington (bot)
· 5 years ago
7b39c47
[3.8] bpo-39808: Improve docs for pathlib.Path.stat() (GH-18719) (GH-18783)
by Miss Islington (bot)
· 5 years ago
5a3926d
Add a missing space after a period in 'typing.TypedDict' documentation (GH-18784)
by Miss Islington (bot)
· 5 years ago
6c8cc0d
Fix misleading statement about mixed-type numeric comparisons (GH-18615) (#18773)
by Miss Islington (bot)
· 5 years ago
2aa694d
bpo-39674: Update collections ABC deprecation doc (GH-18748)
by Victor Stinner
· 5 years ago
1827fc3
bpo-39778: Add clarification about tp_traverse and ownership (GH-18754)
by Miss Islington (bot)
· 5 years ago
70d7a62
[3.8] Fix syntax (GH-18716)
by Stefan Krah
· 5 years ago
4d70124
[3.8] bpo-39794: Add --without-decimal-contextvar (GH-18702)
by Stefan Krah
· 5 years ago
7f53d87
bpo-39718: add TYPE_IGNORE, COLONEQUAL to py38 changes in token (GH-18598)
by Miss Islington (bot)
· 5 years ago
445152e
bpo-13790: Change 'string' to 'specification' in format doc (GH-18690)
by Miss Islington (bot)
· 5 years ago
343bc06
bpo-39699: Don't silence make on Azure and Github CIs (GH-18583)
by Steve Dower
· 5 years ago
Next »