Sign in
chromium
/
external
/
github.com
/
python
/
cpython
/
refs/tags/v3.7.8
/
Doc
tag
d100c08f9947f4f0740743a5c87c4c1b90557a02
tagger
Ned Deily <nad@python.org>
Sat Jun 27 08:36:51 2020
object
4b47a5b6ba66b02df9392feb97b8ead916f8c1fa
Python 3.7.8
0d70a98
bpo-40204: Pin Sphinx version to 2.3.1 in Doc/Makefile
by Ned Deily
· 5 years ago
e1ca0c5
[3.7] bpo-37674: Tweak imp module deprecation note in the docs (GH-20480) (GH-20861)
by Miss Islington (bot)
· 5 years ago
ebd4400
bpo-40025: Require _generate_next_value_ to be defined before members (GH-19762)
by Miss Islington (bot)
· 5 years ago
0490398
[3.7] bpo-40895: Update weakref documentation to remove old warnings (GH-20687) (GH-20793)
by Antoine Pitrou
· 5 years ago
9bd8919
[3.7] Revert bpo-39576: docs: set context for decimal arbitrary precision arithmetic (GH-20746)
by Stefan Krah
· 5 years ago
c0b7945
[3.7] Revert bpo-39576: Clarify the word size for the 32-bit build. (GH-20744)
by Stefan Krah
· 5 years ago
d5489a9
bpo-22021: Update root_dir and base_dir documentation in shutil (GH-10367)
by Miss Islington (bot)
· 5 years ago
6bfbe77
Fix spacing in docs for tarfile (GH-20629)
by Miss Islington (bot)
· 5 years ago
b640ca1
Ensure correct version of Sphinx is used for Windows builds (GH-20582)
by Miss Islington (bot)
· 5 years ago
d7f2fd2
bpo-40831: Remove an incorrect statement in the Windows docs (GH-20570)
by Miss Islington (bot)
· 5 years ago
a9dbae4
bpo-40798: Generate a different message for already removed elements (GH-20483)
by Miss Islington (bot)
· 5 years ago
f165647
closes bpo-29017: Update the bindings for Qt information with PySide2 (GH-20149)
by Miss Islington (bot)
· 5 years ago
f5bd99b
Improve IO tutorial's "Old string formatting" section (GH-16251)
by Miss Islington (bot)
· 5 years ago
3f215f3
[3.7] bpo-38580: Document that select() accepts iterables, not just sequences (GH-16832)
by Tal Einat
· 5 years ago
b068d89
bpo-39301: State that floor division is used for right shift operations (GH-20347) (GH-20416)
by Miss Islington (bot)
· 5 years ago
0af9bef
bpo-40439: Update broken link in lexical analysis docs (GH-20184)
by Miss Islington (bot)
· 5 years ago
3613bf0
[3.7] [doc] Remove references to obsolete BuildApplet on macOS (GH-20023) (GH-20306)
by Miss Islington (bot)
· 5 years ago
547d0bb
[3.7] Doc: Python 3.10 in sidebar and version switcher. (GH-20209) (GH-20223)
by Miss Islington (bot)
· 5 years ago
05525ff
bpo-39976: Add **other_popen_kwargs to subprocess docs (GH-20145)
by Miss Islington (bot)
· 5 years ago
205b554
Doc: change 'Posix' for 'POSIX' (GH-20001)
by Miss Islington (bot)
· 5 years ago
c1203b7
bpo-38872: Document exec symbol for codeop.compile_command (GH-20047) (#20099)
by Miss Islington (bot)
· 5 years ago
5d555fa
Make the first dataclass example more useful (GH-19994) (GH-19998)
by Miss Islington (bot)
· 5 years ago
4eec39a
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
3859b1a
[3.7] bpo-39435: Fix docs for pickle.loads (GH-18160). (GH-19844)
by Antoine Pitrou
· 5 years ago
25def5f
bpo-40348: Fix typos in the programming FAQ (GH-19729)
by Miss Islington (bot)
· 5 years ago
70ba814
[3.7] bpo-38387: Formally document PyDoc_STRVAR and PyDoc_STR macros (GH-16607) (GH-19728)
by Zachary Ware
· 5 years ago
143147d
bpo-39285: Clarify example for PurePath.match (GH-19458)
by Miss Islington (bot)
· 5 years ago
0abb548
bpo-27635: Fix pickle documentation about `__new__` not being called. (GH-19269)
by Miss Islington (bot)
· 5 years ago
6fd47fa
Fix parameter names in assertIn() docs (GH-18829)
by Miss Islington (bot)
· 5 years ago
0a9ec9f
[3.7] Improved documentation for `BUILD_CONST_KEY_MAP` (GH-19454) (GH-19496)
by Miss Islington (bot)
· 5 years ago
2e49b52
bpo-38501: Add a warning section to multiprocessing.Pool docs about resource managing (GH-19466)
by Miss Islington (bot)
· 5 years ago
9e5f159
bpo-40204: Pin Sphinx version to 1.8.2 in Doc/Makefile (GH-19442) (GH-19443)
by Victor Stinner
· 5 years ago
44c1cdd
Fix misinformation about NaN != NaN comparison (GH-19357) (GH-19384)
by Miss Islington (bot)
· 5 years ago
d19162f
bpo-40131: Fix source and target order in zipapp example (GH-19290) (GH-19340)
by Miss Islington (bot)
· 5 years ago
00c779f
bpo-40122: Updated documentation for dis.findlabels() (GH-19274)
by Miss Islington (bot)
· 5 years ago
c8dd641
bpo-40094: Enhance os.WIFEXITED documentation (GH-19244) (GH-19278)
by Miss Islington (bot)
· 5 years ago
ad8e56d
Document most common signals (GH-19245) (GH-19258)
by Victor Stinner
· 5 years ago
bb7a491
fix comma location in various places (GH-19233)
by Miss Islington (bot)
· 5 years ago
c3622b2
bpo-40045: Make "dunder" method documentation easier to locate (GH-19153) (GH-19199)
by Miss Islington (bot)
· 5 years ago
2929bfb
bpo-19698: Document when importlib.machinery.FrozenImporter gained spec-related methods (GH-19158) (GH-19165)
by Miss Islington (bot)
· 5 years ago
ea0eeb8
bpo-39879: Update datamodel docs to include dict ordering (GH-19006)
by Miss Islington (bot)
· 5 years ago
e5527f0
bpo-40013: Clarify documentation of restval in csv.DictReader (GH-19099) (GH-19142)
by Miss Islington (bot)
· 5 years ago
39680fb
[3.7] bpo-39652: Truncate the column name after '[' only if PARSE_COLNAMES is set. (GH-18942). (GH-19104)
by Serhiy Storchaka
· 5 years ago
64937d3
bpo-39797 Changes to socketserver.BaseServer's shutdown() method. (GH-18929)
by Miss Islington (bot)
· 5 years ago
4e3a7f9
bpo-39973: Fix the docs for PyObject_GenericSetDict() (GH-19026)
by Miss Islington (bot)
· 5 years ago
97e92db
Link to list of keywords in the laguage reference (GH-18024)
by Miss Islington (bot)
· 5 years ago
725cbce
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
962c722
Doc: Fix grammar in PyErr_ResourceWarning (GH-18879) (GH-18963)
by Miss Islington (bot)
· 5 years ago
500999f
Fix syntax error in an example in the ast documentation and sync docstrings (GH-18946)
by Miss Islington (bot)
· 5 years ago
76a69dd
Fix download.html (GH-18902)
by Miss Islington (bot)
· 5 years ago
f0fcf16
tracemalloc: 'pretty top' example no longer changes the filename (GH-18903)
by Miss Islington (bot)
· 5 years ago
5b29a82
bpo-39869: Fix typo in 'Instance objects' section. (GH-18889)
by Miss Islington (bot)
· 5 years ago
ec61f53
bpo-39852: IDLE 'Go to line' deletes selection, updates status (GH-18801)
by Miss Islington (bot)
· 5 years ago
516e673
fix typo: add space (GH-18853)
by Miss Islington (bot)
· 5 years ago
f1b7964
bpo-17422: slightly more precise language (GH-18682)
by Miss Islington (bot)
· 5 years ago
3c9cec0
IDLE doc: improve Startup failure subsection. (GH-18771)
by Miss Islington (bot)
· 5 years ago
6bb6745
[3.7] bpo-39808: Improve docs for pathlib.Path.stat() (GH-18719) (GH-18782)
by Miss Islington (bot)
· 5 years ago
f8f163c
Fix misleading statement about mixed-type numeric comparisons (GH-18615) (GH-18737)
by Miss Islington (bot)
· 5 years ago
72fff60
bpo-39778: Add clarification about tp_traverse and ownership (GH-18754)
by Miss Islington (bot)
· 5 years ago
c4ca1f8
[3.7] bpo-39794: Add --without-decimal-contextvar (GH-18702)
by Stefan Krah
· 5 years ago
5157506
bpo-13790: Change 'string' to 'specification' in format doc (GH-18690)
by Miss Islington (bot)
· 5 years ago
0ef328a
Doc: int -> int or Py_ssize_t (GH-18663)
by Miss Islington (bot)
· 5 years ago
d57f999
bpo-39654: Update pyclbr doc to reflect additional information returned (GH-18528)
by Miss Islington (bot)
· 5 years ago
24c570b
bpo-39576: Clarify the word size for the 32-bit build. (GH-18616) (#18617)
by Miss Islington (bot)
· 5 years ago
36a120d
bpo-17422: Language reference should specify restrictions on class namespace (GH-18559)
by Miss Islington (bot)
· 5 years ago
00e4587
bpo-39576: docs: set context for decimal arbitrary precision arithmetic (GH-18594) (#18596)
by Miss Islington (bot)
· 5 years ago
50ce890
fix(doc): set correct RST syntax for c:function (GH-18589)
by Miss Islington (bot)
· 5 years ago
09db1da
bpo-38657: Clarify numeric padding behaviour in string formatting (GH-17036)
by Miss Islington (bot)
· 5 years ago
46cf4fc8
bpo-39545: Document changes in the support of await in f-strings. (GH-18456)
by Miss Islington (bot)
· 6 years ago
fcfc3c8
bpo-38374: Remove weakref.ReferenceError from docs (GH-18452)
by Miss Islington (bot)
· 6 years ago
78982f9
bpo-13826: Clarify Popen constructor example (GH-18438)
by Miss Islington (bot)
· 6 years ago
a12effd
bpo-39594: Fix typo in os.times documentation (GH-18443)
by Miss Islington (bot)
· 6 years ago
1365736
Improve grammar in the import system reference documentation (GH-18209)
by Miss Islington (bot)
· 6 years ago
3b888ad
[3.7] bpo-3950: Fix docs for default locale used by gettext to match implementation (GH-18435) (GH-18439)
by Miss Islington (bot)
· 6 years ago
83efed9
bpo-39534: Doc: Clarify return in finally (GH-18324)
by Miss Islington (bot)
· 6 years ago
4c71c83
fixes typos in http.client documentation (GH-18300)
by Miss Islington (bot)
· 6 years ago
a6559b4
Doc: Fix external links to functional programming tutorial. (GH-18249)
by Miss Islington (bot)
· 6 years ago
5a49cca
bpo-39287: Doc: Add UTF-8 mode section in using/windows. (GH-17935)
by Miss Islington (bot)
· 6 years ago
005b059
bpo-39392: Turtle overlap fill depends on OS (GH-18223)
by Miss Islington (bot)
· 6 years ago
b0a6ec2
bpo-39234: Doc: `enum.auto()` incrementation value not specified. (GH-17872) (GH-17876)
by Miss Islington (bot)
· 6 years ago
6dbd843
bpo-36654: Add examples for using tokenize module programmatically (GH-12947)
by Miss Islington (bot)
· 6 years ago
548685e
bpo-15243: Document __prepare__ as classmethod (GH-17124)
by Miss Islington (bot)
· 6 years ago
0c12d70
bpo-39431: Also mention nonlocal in assignment quirk (GH-17375)
by Miss Islington (bot)
· 6 years ago
5707246
bpo-39413: os.unsetenv() is not available on Windows (GH-18108)
by Miss Islington (bot)
· 6 years ago
d76ff72
PyLong_AsLongLong() docs should say 'long long' (GH-18082) (#18109)
by Miss Islington (bot)
· 6 years ago
d7b0118
improve the documentation of the LOAD_METHOD and CALL_METHOD (GH-18079)
by Miss Islington (bot)
· 6 years ago
3da8390
bpo-39383: Mention Darwin as a potential value for platform.system() (GH-18054)
by Miss Islington (bot)
· 6 years ago
2469066
Fix asyncio.get_event_loop() documentation (GH-18051)
by Miss Islington (bot)
· 6 years ago
5046055
Fix Lock.locked() to remove extra bold highlighting (GH-18042) (#18044)
by Miss Islington (bot)
· 6 years ago
970188c
bpo-39348: Fix code highlight for the SOCK_NONBLOCK example (GH-18018)
by Miss Islington (bot)
· 6 years ago
74b95b6
[3.7] Fix typo in multiprocessing.pool.AsyncResult.successful doc. (GH-17932) (GH-18016)
by Miss Islington (bot)
· 6 years ago
5c08bfe
Fix documentation in code.py (GH-17988)
by Miss Islington (bot)
· 6 years ago
dfe159c
bpo-39310: Update sys.float_info documentation (GH-17982)
by Miss Islington (bot)
· 6 years ago
e222b4c
bpo-3530: Add advice on when to correctly use fix_missing_locations in the AST docs (GH-17172)
by Miss Islington (bot)
· 6 years ago
00ac28a
bpo-39242: Updated the Gmane domain into news.gmane.io (GH-17903)
by Miss Islington (bot)
· 6 years ago
72995c5
bpo-38623: Doc: Add section for site module CLI. (GH-17858)
by Miss Islington (bot)
· 6 years ago
3218520
Doc: Change Python 2 status to EOL. (GH-17885)
by Miss Islington (bot)
· 6 years ago
acf5e5f
bpo-39041: Add GitHub Actions support (GH-17594)
by Miss Islington (bot)
· 6 years ago
54bcd65
Minor formatting improvements and fixes to idle.rst (GH-17165)
by Miss Islington (bot)
· 6 years ago
b853a7c
Fix the parameter list of object. _rpow_ (GH-GH-16477)
by Miss Islington (bot)
· 6 years ago
Next »