Sign in
chromium
/
external
/
github.com
/
python
/
cpython
/
refs/tags/v3.8.0rc1
/
Doc
tag
41f60748364a6afda7360e6cc6e846af569b7ab9
tagger
Łukasz Langa <lukasz@langa.pl>
Tue Oct 01 12:58:49 2019
object
34214de6ab9ebcb5d63d0e116800d5ee535a38cb
Python 3.8.0rc1
d49f096
bpo-38304: PyConfig_InitPythonConfig() cannot fail anymore (GH-16509)
by Miss Islington (bot)
· 6 years ago
2f644c0
Fix and improve `asyncio.run()` docs (GH-16403) (GH-16504)
by Miss Islington (bot)
· 6 years ago
bdace21
bpo-38304: Remove PyConfig.struct_size (GH-16500)
by Victor Stinner
· 6 years ago
1aeb720
bpo-37408: Precise that Tarfile "format" argument only concerns writing. (GH-14389) (#16465)
by Miss Islington (bot)
· 6 years ago
1c19d65
bpo-38242: Revert "bpo-36889: Merge asyncio streams (GH-13251)" (#16482) (#16485)
by Yury Selivanov
· 6 years ago
21f24ea
[3.8] bpo-38163: Child mocks detect their type as sync or async (GH-16471) (GH-16484)
by Lisa Roach
· 6 years ago
c9ed9e6
bpo-38317: Fix PyConfig.warnoptions priority (GH-16478)
by Miss Islington (bot)
· 6 years ago
6e12838
bpo-38304: Add PyConfig.struct_size (GH-16451) (GH-16453)
by Victor Stinner
· 6 years ago
52bdd41
[3.8] bpo-38136: Updates await_count and call_count to be different things (GH-16192) (GH-16431)
by Lisa Roach
· 6 years ago
14ddca7
bpo-38206: Clarify tp_dealloc requirements for heap allocated types. (GH-16248)
by Miss Islington (bot)
· 6 years ago
96c8475
[3.8] bpo-38234: Backport init path config changes from master (GH-16423)
by Victor Stinner
· 6 years ago
68040ed
bpo-38130: Fix error in explaining when an exception is re-raised (GH-16016) (GH-16415)
by Miss Islington (bot)
· 6 years ago
b3c35fe
Doc: Use the `with` statement in the first example of the ftplib doc. (GH-16271) (GH-16412)
by Miss Islington (bot)
· 6 years ago
7444a5a
bpo-38255: super() can search attributes as well as methods (GH-16368) (GH-16391)
by Miss Islington (bot)
· 6 years ago
4633355
bpo-38260: Add Docs on asyncio.run (GH-16337)
by Miss Islington (bot)
· 6 years ago
c5c6425
bpo-38236: Dump path config at first import error (GH-16300) (GH-16332)
by Victor Stinner
· 6 years ago
37bc935
bpo-38237: Let pow() support keyword arguments (GH-16302) (GH-16320)
by Miss Islington (bot)
· 6 years ago
865bb68
[3.8] bpo-38093: Correctly returns AsyncMock for async subclasses. (GH-15947) (GH-16299)
by Lisa Roach
· 6 years ago
960f52a
Doc: Remove provisional note for asyncio.run() (GH-16310) (GH-16311)
by Miss Islington (bot)
· 6 years ago
c410390
bpo-37937: Mention frame.f_trace in sys.settrace docs (GH-15439)
by Miss Islington (bot)
· 6 years ago
0ab6b01
bpo-37353: Updated parser note about source code compatibility(GH-14277)
by Miss Islington (bot)
· 6 years ago
16eb623
Doc: Clarify dict equality irrespective of ordering. (GH-16266)
by Miss Islington (bot)
· 6 years ago
6612a4f
[3.8] bpo-38218: Doc: Corrected syntax for return annotation (GH-16265) (GH-16274)
by Miss Islington (bot)
· 6 years ago
064e1e3
bpo-38203: faulthandler.dump_traceback_later() is always available (GH-16260)
by Victor Stinner
· 6 years ago
7a2f687
bpo-37904: Edition on python tutorial - section 4 (GH-16169) (GH-16234)
by Miss Islington (bot)
· 6 years ago
728bea6
Doc: Fix grammar/spelling in ssl.VERIFY_CRL_CHECK_LEAF docs (GH-16221)
by Miss Islington (bot)
· 6 years ago
1ba7471
bpo-38192: Fix remaining passing of "loop" in the protocol examples (GH-16202)
by Miss Islington (bot)
· 6 years ago
d90bb23
Doc: Add list(dict) in stdtypes library (GH-16209) (GH-16210)
by Miss Islington (bot)
· 6 years ago
7076764
bpo-28556: Update the opening note in typing docs (GH-16204)
by Miss Islington (bot)
· 6 years ago
9dc381c
Doc: Add link of GNU Readline library to interpreter tutorial (GH-16152) (GH-16189)
by Miss Islington (bot)
· 6 years ago
07186c3
bpo-33095: Add reference to isolated mode in -m and script option (GH-7764)
by Miss Islington (bot)
· 6 years ago
817227e
Doc: remove duplicate word in controlflow tutorial (GH-16163)
by Miss Islington (bot)
· 6 years ago
1cd6e92
bpo-38178: Don't explicitly pass "loop" to EchoClientProtocol. (GH-16159)
by Miss Islington (bot)
· 6 years ago
b65be6c
bpo-38158: Removing nonexistant member "doc" from PyType_Spec documentation (GH-16142) (GH-16154)
by Miss Islington (bot)
· 6 years ago
4a71df8
bpo-37635: Update arg name for seek() in IO tutorial (GH-16147)
by Miss Islington (bot)
· 6 years ago
f05d39d
[3.8] Doc: Fix link to window.getch in curses documentation (GH-16132) (GH-16135)
by Stéphane Wirtel
· 6 years ago
1087383
Doc: fcntl.lockf() is more powerful than written (GH-6750)
by Miss Islington (bot)
· 6 years ago
e6b14c0
bpo-32790: Add info about alt format using GH- for 'g' in chart (GH-6624)
by Miss Islington (bot)
· 6 years ago
c27bcc3
bpo-26468: Doc: improve the documentation of shutil.copy2 when it can fail. (GH-13765)
by Miss Islington (bot)
· 6 years ago
4556b1d
bpo-29986: Doc: Delete tip to raise TypeError from tp_richcompare. (GH-16095)
by Miss Islington (bot)
· 6 years ago
60d5e2c
Doc: Improve consistency of os.path.normcase with other os.path functions (GH-14004)
by Miss Islington (bot)
· 6 years ago
b9bfe14
bpo-36889: Document Stream class and add docstrings (GH-14488)
by Miss Islington (bot)
· 6 years ago
4145f62
Emphasize the need to always call PySequence_Fast. (GH-11140)
by Miss Islington (bot)
· 6 years ago
6dc3e61
bpo-37908: Add an example of ArgumentParser.exit() (GH-15455)
by Miss Islington (bot)
· 6 years ago
d04c85f
bpo-38096: Complete the "structseq" and "named tuple" cleanup (GH-16010) (GH-16062)
by Miss Islington (bot)
· 6 years ago
307c5fe
bpo-37488 : Document a warning for datetime.utcnow() and utcfromtimestamp() (GH-15773)
by Miss Islington (bot)
· 6 years ago
8976359
Overhaul datetime documentation (GH-13410)
by Miss Islington (bot)
· 6 years ago
2f01cf6
bpo-37363: Document internal audit events (GH-14663)
by Miss Islington (bot)
· 6 years ago
345bfc9
bpo-36373: Deprecate explicit loop in task and subprocess API (GH-16033)
by Miss Islington (bot)
· 6 years ago
535863e
bpo-26868: Fix example usage of PyModule_AddObject. (GH-15725)
by Miss Islington (bot)
· 6 years ago
14afe20
bpo-35325: Doc: imp.find_module() return value documentation discrepancy (GH-11040)
by Miss Islington (bot)
· 6 years ago
648494b
bpo-35685: Add examples of unittest.mock.patch.dict usage (GH-11456)
by Miss Islington (bot)
· 6 years ago
94a6847
bpo-36675: Remove obsolete code. (GH-16024)
by Miss Islington (bot)
· 6 years ago
1fc84b6
[3.8] bpo-32008: Prefer client or TLSv1_2 in examples (GH-5797) (GH-16027)
by Stéphane Wirtel
· 6 years ago
1e17c4d
bpo-13927: time.ctime and time.asctime return string explantion (GH-11303)
by Miss Islington (bot)
· 6 years ago
eb19c45
Doc: Update pickle.rst (GH-14128) (GH-16014)
by Miss Islington (bot)
· 6 years ago
2bb6bf0
bpo-38096: Clean up the "struct sequence" / "named tuple" docs (GH-15895) (GH-15961)
by Paul Ganssle
· 6 years ago
f79a022
bpo-36270: Doc: add link to traceback object reference (GH-13119)
by Miss Islington (bot)
· 6 years ago
c0acc0e
Improve clarity of try-return-finally-return (GH-15677) (GH-15981)
by Miss Islington (bot)
· 6 years ago
965e53a
[3.8] bpo-37698: Update doc of PyBuffer_ToContiguous (GH-14992) (GH-15999)
by Stéphane Wirtel
· 6 years ago
d479936
Doc: recursive glob ** follows symlinks to directories (GH-12918)
by Miss Islington (bot)
· 6 years ago
4cab7eb
bpo-37750: Add doc of PyBuffer_FromContiguous (GH-15988) (GH-15990)
by Miss Islington (bot)
· 6 years ago
05d692b
Doc: Fix missing negation. (GH-14640)
by Miss Islington (bot)
· 6 years ago
c5a6723
bpo-36260: Add pitfalls to zipfile module documentation (GH-13378) (GH-15976)
by Miss Islington (bot)
· 6 years ago
8936533
bpo-36182: Update pathlib.Path.write_text() docs (GH-12161) (GH-15977)
by Miss Islington (bot)
· 6 years ago
be2aa58
bpo-35224: Additional documentation for Assignment Expressions (GH-15935) (GH-15967)
by Miss Islington (bot)
· 6 years ago
e784bb7
bpo-37651: Document CancelledError is now a subclass of BaseException (GH-15950)
by Miss Islington (bot)
· 6 years ago
aa52717
Doc: Indicate locations of parse_qs, parse_qsl, escape (GH-14828)
by Miss Islington (bot)
· 6 years ago
2f2a867
Update ftplib.all_errors documentation to match code (GH-15026)
by Miss Islington (bot)
· 6 years ago
6cf0ba8
bpo-33187: Document ElementInclude (XInclude) support in ElementTree (GH-8861) (GH-15958)
by Miss Islington (bot)
· 6 years ago
629f1f8
bpo-23460: Fix documentation for decimal string :g formatting (GH-11850) (GH-15954)
by Miss Islington (bot)
· 6 years ago
cbd7b2a
bpo-31163: Added return values to pathlib.Path instance's rename and replace methods. (GH-13582) (GH-15944)
by Miss Islington (bot)
· 6 years ago
4d2babd
bpo-33459: Fix "tuple displays" term in Expressions.rst (GH-6760) (GH-15940)
by Miss Islington (bot)
· 6 years ago
d1d968d
bpo-33944: note about the intended use of code in .pth files (GH-10131) (GH-15942)
by Miss Islington (bot)
· 6 years ago
c97ee1d
[3.8] Doc: Use walrus operator in example. (GH-15934) (GH-15936)
by Stéphane Wirtel
· 6 years ago
43fb3bb
bpo-35649: update http client example (GH-11441) (GH-15930)
by Miss Islington (bot)
· 6 years ago
3b92ddb
[3.8] bpo-35168: Make shlex.punctuation_chars read-only (GH-11631) (GH-15927)
by Vinay Sajip
· 6 years ago
01ae0e2
Minor ReST formatting fixes in subprocess docs (GH-14876)
by Miss Islington (bot)
· 6 years ago
e0dd713
bpo-38103: fix conflicting labels in the docs. (GH-15906)
by Miss Islington (bot)
· 6 years ago
44e36e8
bpo-35603: Add a note on difflib table header interpreted as HTML (GH-11439)
by Miss Islington (bot)
· 6 years ago
0ba5dbd
bpo-32972: Document IsolatedAsyncioTestCase of unittest module (GH-15878) (GH-15918)
by Miss Islington (bot)
· 6 years ago
4e914ab
bpo-25810: Clarify eval() docs, it does not keywords (GH-15173)
by Miss Islington (bot)
· 6 years ago
690a16d
bpo-37585: Add clarification regarding comparing dict.values() (GH-14954)
by Miss Islington (bot)
· 6 years ago
80db4b4
bpo-16438: Doc: confusing text regarding numeric precedence corrected (GH-10521)
by Miss Islington (bot)
· 6 years ago
f357cd0
bpo-38034: Fix typo in logging.handlers.rst (GH-15708) (GH-15893)
by Miss Islington (bot)
· 6 years ago
63909cd
bpo-37574: Mention helper functions for find_spec documentation (GH-14739)
by Miss Islington (bot)
· 6 years ago
78c3949
Docs: Small tweaks to c-api/introGH-Include_Files (GH-14698)
by Miss Islington (bot)
· 6 years ago
30a8fd7
Correct minor grammatical mistake in open docs (GH-15865)
by Miss Islington (bot)
· 6 years ago
6c588a0
Correct info about "f.read(size)". (GH13852)
by Miss Islington (bot)
· 6 years ago
58ef7d3
bpo-33602: Doc: Remove set and queue references from Data Types (GH-7055) (GH-15875)
by Miss Islington (bot)
· 6 years ago
8072230
Note regarding + mode truncation applies to both text and binary mode (GH-11314) (GH-15869)
by Miss Islington (bot)
· 6 years ago
97c2f68
[3.8] bpo-38086: Sync importlib.metadata with importlib_metadata 0.21. (GH-15840) (#15861)
by Jason R. Coombs
· 6 years ago
313f801
bpo-37504: Fix documentation build with texinfo builder (GH-14606)
by Miss Islington (bot)
· 6 years ago
ed99bb9
bpo-37913: document that __length_hint__ can return NotImplemented (GH-15383)
by Steve Dower
· 6 years ago
5cf8155
bpo-21018: added missing documentation about escaping characters for configparser (GH-6137) (GH-15846)
by Miss Islington (bot)
· 6 years ago
eaa1b09
docs: Add references to AsyncMock in unittest.mock.patch (GH-13681)
by Miss Islington (bot)
· 6 years ago
55daf1a
bpo-36373: Deprecate explicit loop parameter in all public asyncio APIs [queue] (GH-13950)
by Miss Islington (bot)
· 6 years ago
bb8fc8b
bpo-36373: Deprecate explicit loop parameter in all public asyncio APIs [locks] (GH-13920)
by Miss Islington (bot)
· 6 years ago
ab74e52
bpo-37052: Add examples for mocking async iterators and context managers (GH-14660)
by Miss Islington (bot)
· 6 years ago
74b7413
bpo-37662: Documented venv.EnvBuilder.upgrade_dependencies(). (GH-15768)
by Miss Islington (bot)
· 6 years ago
Next »