Sign in
chromium
/
external
/
github.com
/
python
/
cpython
/
refs/tags/v3.8.3
/
Doc
tag
a3a2a67b6eb9c6e0520fa47d766c8cc3a1335ad0
tagger
Łukasz Langa <lukasz@langa.pl>
Wed May 13 17:32:21 2020
object
6f8c8320e9eac9bc7a7f653b43506e75916ce8e8
Python 3.8.3
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
c3536b7
Doc: int -> int or Py_ssize_t (GH-18663)
by Miss Islington (bot)
· 5 years ago
1f4cf0c
bpo-39128: Added algorithm description (GH-18624)
by Miss Islington (bot)
· 5 years ago
9733484
bpo-39654: Update pyclbr doc to reflect additional information returned (GH-18528)
by Miss Islington (bot)
· 5 years ago
c6ecd9c
bpo-39576: Clarify the word size for the 32-bit build. (GH-18616) (#18618)
by Miss Islington (bot)
· 5 years ago
91ba446
bpo-17422: Language reference should specify restrictions on class namespace (GH-18559)
by Miss Islington (bot)
· 5 years ago
d6965ff
bpo-39576: docs: set context for decimal arbitrary precision arithmetic (GH-18594) (#18597)
by Miss Islington (bot)
· 5 years ago
9ce361d3
fix(doc): set correct RST syntax for c:function (GH-18589)
by Miss Islington (bot)
· 5 years ago
a207512
bpo-38657: Clarify numeric padding behaviour in string formatting (GH-17036)
by Miss Islington (bot)
· 5 years ago
44c6901
bpo-39572: Document ’total’ flag of TypedDict (GH-18554)
by Miss Islington (bot)
· 5 years ago
988aeba
bpo-32892: Update the documentation for handling constants in AST. (GH-18514)
by Miss Islington (bot)
· 6 years ago
581b860
bpo-39545: Document changes in the support of await in f-strings. (GH-18456)
by Miss Islington (bot)
· 6 years ago
a00b5be
bpo-39184: Add audit events to functions in `fcntl`, `msvcrt`, `os`, `resource`, `shutil`, `signal`, `syslog` (GH-18407)
by Steve Dower
· 6 years ago
3f8d181
bpo-38374: Remove weakref.ReferenceError from docs (GH-18452)
by Miss Islington (bot)
· 6 years ago
4d43017
bpo-39594: Fix typo in os.times documentation (GH-18443)
by Miss Islington (bot)
· 6 years ago
e6690f6
bpo-13826: Clarify Popen constructor example (GH-18438)
by Miss Islington (bot)
· 6 years ago
8ef9e6d
Improve grammar in the import system reference documentation (GH-18209)
by Miss Islington (bot)
· 6 years ago
a83d910
Issue3950: Fix docs for default locale used by gettext to match implementation (GH-18435)
by Miss Islington (bot)
· 6 years ago
b086ea5
Grammar fix in tutorial (GH-18425) (GH-18426)
by Miss Islington (bot)
· 6 years ago
af95d79
bpo-39128: Added happy_eyeballs_delay, interleave to function signature (GH-18315)
by Miss Islington (bot)
· 6 years ago
0c915e6
Doc: sys.__unraisablehook__ and bytearray.hex separators are new in 3.8 (GH-17884)
by Miss Islington (bot)
· 6 years ago
97e00b3
bpo-39534: Doc: Clarify return in finally (GH-18324)
by Miss Islington (bot)
· 6 years ago
30096c9
Fix MinGW library generation command (GH-17917)
by Miss Islington (bot)
· 6 years ago
3498ac5
bpo-39184: Add audit events to command execution functions in os and pty modules (GH-17824)
by Miss Islington (bot)
· 6 years ago
d01ae1b
bpo-38558: Link to further docs from walrus operator mention in tutorial (GH-16973)
by Miss Islington (bot)
· 6 years ago
db2f311
fixes typos in http.client documentation (GH-18300)
by Miss Islington (bot)
· 6 years ago
d1fa905
Doc: Fix external links to functional programming tutorial. (GH-18249)
by Miss Islington (bot)
· 6 years ago
526523c
bpo-39153: Clarify C API *SetItem refcounting semantics (GH-18220)
by Miss Islington (bot)
· 6 years ago
cee5da8
bpo-39287: Doc: Add UTF-8 mode section in using/windows. (GH-17935)
by Miss Islington (bot)
· 6 years ago
41f4dc3
bpo-36018: Minor fixes to the NormalDist() examples and recipes. (GH-18226) (GH-18227)
by Miss Islington (bot)
· 6 years ago
b487a8e
bpo-39392: Turtle overlap fill depends on OS (GH-18223)
by Miss Islington (bot)
· 6 years ago
cf9d005
[3.8] bpo-39390 shutil: fix argument types for ignore callback (GH-18122)
by mbarkhau
· 6 years ago
eebcff8
bpo-36018: Add another example for NormalDist() (GH-18191) (GH-18192)
by Miss Islington (bot)
· 6 years ago
eec7636
bpo-39234: Doc: `enum.auto()` incrementation value not specified. (GH-17872) (GH-17875)
by Miss Islington (bot)
· 6 years ago
1cf0df4
bpo-36654: Add examples for using tokenize module programmatically (GH-18187)
by Miss Islington (bot)
· 6 years ago
321491a
bpo-15243: Document __prepare__ as classmethod (GH-17124)
by Miss Islington (bot)
· 6 years ago
079dfe0
Update 3.8.rst (GH-18173) (#18182)
by Miss Islington (bot)
· 6 years ago
5a2356b
bpo-39431: Also mention nonlocal in assignment quirk (GH-17375)
by Miss Islington (bot)
· 6 years ago
f84f65b
bpo-39413: os.unsetenv() is not available on Windows (GH-18108)
by Victor Stinner
· 6 years ago
Next »