Sign in
chromium
/
external
/
github.com
/
python
/
cpython
/
refs/tags/v3.7.5rc1
/
Doc
tag
4d4c87da17c34d9eb169801d6bc01158c00171dc
tagger
Ned Deily <nad@python.org>
Tue Oct 01 17:23:53 2019
object
4082f600a5bd69c8f4a36111fa5eb197d7547756
Python 3.7.5rc1
2eb1dac
Fix and improve `asyncio.run()` docs (GH-16403) (GH-16505)
by Miss Islington (bot)
· 6 years ago
5017a64
bpo-38130: Fix error in explaining when an exception is re-raised (GH-16016) (GH-16416)
by Miss Islington (bot)
· 6 years ago
80bde15
Doc: Use the `with` statement in the first example of the ftplib doc. (GH-16271) (GH-16413)
by Miss Islington (bot)
· 6 years ago
3b5e924
bpo-38255: super() can search attributes as well as methods (GH-16368) (GH-16392)
by Miss Islington (bot)
· 6 years ago
d366694
bpo-38260: Add Docs on asyncio.run (GH-16337)
by Miss Islington (bot)
· 6 years ago
fd4f28d
bpo-37937: Mention frame.f_trace in sys.settrace docs (GH-15439)
by Miss Islington (bot)
· 6 years ago
2552e27
bpo-37353: Updated parser note about source code compatibility(GH-14277)
by Miss Islington (bot)
· 6 years ago
50ecedc
Doc: Clarify dict equality irrespective of ordering. (GH-16266)
by Miss Islington (bot)
· 6 years ago
20d3bce
[3.7] bpo-38218: Doc: Corrected syntax for return annotation (GH-16265) (GH-16275)
by Miss Islington (bot)
· 6 years ago
1a3a48d
bpo-38203: faulthandler.dump_traceback_later() is always available (GH-16260)
by Miss Islington (bot)
· 6 years ago
8b907a8
bpo-37904: Edition on python tutorial - section 4 (GH-16169) (GH-16235)
by Miss Islington (bot)
· 6 years ago
6422392
Doc: Fix grammar/spelling in ssl.VERIFY_CRL_CHECK_LEAF docs (GH-16221)
by Miss Islington (bot)
· 6 years ago
facbd31
bpo-38192: Fix remaining passing of "loop" in the protocol examples (GH-16202)
by Miss Islington (bot)
· 6 years ago
89f132a
Doc: Add list(dict) in stdtypes library (GH-16209) (GH-16211)
by Miss Islington (bot)
· 6 years ago
733193d
bpo-28556: Update the opening note in typing docs (GH-16204)
by Miss Islington (bot)
· 6 years ago
ad4ce9e
Doc: Add link of GNU Readline library to interpreter tutorial (GH-16152) (GH-16188)
by Miss Islington (bot)
· 6 years ago
210dc3b
[3.7] bpo-33095: Add reference to isolated mode in -m and script option (GH-7764) (GH-16181)
by Julien Palard
· 6 years ago
701c488
bpo-38178: Don't explicitly pass "loop" to EchoClientProtocol. (GH-16159)
by Miss Islington (bot)
· 6 years ago
b9f932f
bpo-37635: Update arg name for seek() in IO tutorial (GH-16147)
by Miss Islington (bot)
· 6 years ago
4fac581
Doc: Fix link to window.getch in curses documentation (GH-16132)
by Miss Islington (bot)
· 6 years ago
77878ca
bpo-32790: Add info about alt format using GH- for 'g' in chart (GH-6624)
by Miss Islington (bot)
· 6 years ago
6e0c066
Emphasize the need to always call PySequence_Fast. (GH-11140)
by Miss Islington (bot)
· 6 years ago
e3c25fc
bpo-38096: Complete the "structseq" and "named tuple" cleanup (GH-16010) (GH-16063)
by Miss Islington (bot)
· 6 years ago
c8d1338
bpo-26868: Fix example usage of PyModule_AddObject. (GH-15725)
by Miss Islington (bot)
· 6 years ago
01b47c9
bpo-35325: Doc: imp.find_module() return value documentation discrepancy (GH-11040)
by Miss Islington (bot)
· 6 years ago
07b4148
bpo-32008: Prefer client or TLSv1_2 in examples (GH-5797) (GH-16026)
by Miss Islington (bot)
· 6 years ago
ff2a5c0
Doc: Update pickle.rst (GH-14128) (GH-16015)
by Miss Islington (bot)
· 6 years ago
b7a310d
bpo-38096: Clean up the "struct sequence" / "named tuple" docs (GH-15895) (GH-15962)
by Paul Ganssle
· 6 years ago
bf0c76c
Doc: Fix missing negation. (GH-14640) (GH-15985)
by Miss Islington (bot)
· 6 years ago
e4be7c8
Improve clarity of try-return-finally-return (GH-15677) (GH-15982)
by Miss Islington (bot)
· 6 years ago
c62da14
bpo-37698: Update doc of PyBuffer_ToContiguous (GH-14992) (GH-15998)
by Miss Islington (bot)
· 6 years ago
9b46586
Doc: recursive glob ** follows symlinks to directories (GH-12918)
by Miss Islington (bot)
· 6 years ago
c112faf
bpo-37750: Add doc of PyBuffer_FromContiguous (GH-15988) (GH-15991)
by Miss Islington (bot)
· 6 years ago
195dc14
bpo-33187: Document ElementInclude (XInclude) support in ElementTree (GH-8861) (GH-15972)
by Miss Islington (bot)
· 6 years ago
4c2fa5c
bpo-33459: Fix "tuple displays" term in Expressions.rst (GH-6760) (GH-15939)
by Miss Islington (bot)
· 6 years ago
0fd8c05
bpo-35649: update http client example (GH-11441) (GH-15931)
by Miss Islington (bot)
· 6 years ago
aca878e
[3.7] bpo-35168: Make shlex.punctuation_chars read-only (GH-11631) (GH-15926)
by Vinay Sajip
· 6 years ago
d378fdb
bpo-25810: Clarify eval() docs, it does not keywords (GH-15173)
by Miss Islington (bot)
· 6 years ago
3cd147b
bpo-37585: Add clarification regarding comparing dict.values() (GH-14954)
by Miss Islington (bot)
· 6 years ago
9210b58
bpo-16438: Doc: confusing text regarding numeric precedence corrected (GH-10521)
by Miss Islington (bot)
· 6 years ago
2a8560a
bpo-38034: Fix typo in logging.handlers.rst (GH-15708) (GH-15894)
by Miss Islington (bot)
· 6 years ago
e0a1561
bpo-37574: Mention helper functions for find_spec documentation (GH-14739)
by Miss Islington (bot)
· 6 years ago
14514b6
Docs: Small tweaks to c-api/introGH-Include_Files (GH-14698)
by Miss Islington (bot)
· 6 years ago
075a441
Correct info about "f.read(size)". (GH13852)
by Miss Islington (bot)
· 6 years ago
816825e
bpo-33602: Doc: Remove set and queue references from Data Types (GH-7055) (GH-15876)
by Miss Islington (bot)
· 6 years ago
aa3b629
bpo-37913: document that __length_hint__ can return NotImplemented (GH-15383)
by Steve Dower
· 6 years ago
122bbf7
bpo-21018: added missing documentation about escaping characters for configparser (GH-6137) (GH-15845)
by Miss Islington (bot)
· 6 years ago
12228ce
[3.7] bpo-34293: Fix PDF documentation paper size (GH-8585) (GH-15817)
by Zachary Ware
· 6 years ago
0a86da8
bpo-36502: Update link to UAX GH-44, the Unicode doc on the UCD. (GH-15301)
by Miss Islington (bot)
· 6 years ago
b4591ad
bpo-35803: Document and test dir=PathLike for tempfile (GH-11644)
by Miss Islington (bot)
· 6 years ago
5190b71
bpo-34410: Fix a crash in the tee iterator when re-enter it. (GH-15625)
by Miss Islington (bot)
· 6 years ago
30933d5
[3.8] Correct Roman-numeral example in Unicode HOWTO. (GH-15541). (GH-15728)
by Miss Islington (bot)
· 6 years ago
a6eac83
bpo-20806: Reference both times(2) and times(3) and link to MSDN. (GH-15479)
by Miss Islington (bot)
· 6 years ago
256f03b
Correct minor gramatical mistake in sys.settrace doc (GH-15637)
by Miss Islington (bot)
· 6 years ago
6b8121a
Fix grammar in asyncio-dev.rst (GH-15672)
by Miss Islington (bot)
· 6 years ago
ebe709d
bpo-36853: Fix suspicious.py to actually print the unused rules (#13579) (#15653)
by Anthony Sottile
· 6 years ago
8ba8cc5
bpo-37979: Add alternative to fromisoformat in documentation (GH-15596)
by Miss Islington (bot)
· 6 years ago
d3d2650
bpo-37950: Fix ast.dump() when call with incompletely initialized node. (GH-15510)
by Miss Islington (bot)
· 6 years ago
409493d
bpo-36167: fix an incorrect capitalization (GH-14482)
by Miss Islington (bot)
· 6 years ago
e72dcaa
Fix typo: Pyssize_t => Py_ssize_t (GH-15411) (#15520)
by Miss Islington (bot)
· 6 years ago
ae31b64
Doc: Keep the venv/* exclude pattern. (GH-15229)
by Miss Islington (bot)
· 6 years ago
d9140a2
Clarify argument types in datetime docs. (GH-15459)
by Miss Islington (bot)
· 6 years ago
8f2606b
Fix funny typo in Doc/bugs. (GH-15412)
by Miss Islington (bot)
· 6 years ago
d0da97d
bpo-27961: Remove leftovers from the times when long long wasn't required (GH-15388)
by Miss Islington (bot)
· 6 years ago
fb3d742
Update asyncio.ensure_future() documentation (GH-15347) (GH-15361)
by Miss Islington (bot)
· 6 years ago
72088d5
bpo-37823: Fix open() link in telnetlib doc (GH-15281)
by Miss Islington (bot)
· 6 years ago
0fcdd8d
bpo-36502: Correct documentation of str.isspace() (GH-15019) (GH-15296)
by Miss Islington (bot)
· 6 years ago
316acf2
fix link to time function from time_ns doc (GH-15285)
by Miss Islington (bot)
· 6 years ago
3e1f135
bpo-37256: Wording in Request class docs (GH-14792)
by Miss Islington (bot)
· 6 years ago
37fd9f7
[3.7] bpo-37814: Document the empty tuple type annotation syntax (GH-15208) (GH-15262)
by Josh Holland
· 6 years ago
9286677
Fix docs for assert_called and assert_called_once (GH-15218)
by Miss Islington (bot)
· 6 years ago
7dafbe8
bpo-37004: Documented asymmetry of string arguments in difflib.SequenceMatcher for ratio method (GH-13482) (#15158)
by Miss Islington (bot)
· 6 years ago
18343ab
Improve signal documentation (GH-14274)
by Miss Islington (bot)
· 6 years ago
a96f036
bpo-37748: Re-order the Run menu. (GH-15115)
by Miss Islington (bot)
· 6 years ago
8cd6305
[3.7] bpo-37730: Fix usage of NotImplemented instead of NotImplementedError in docs. (GH-15062). (GH-15106)
by Serhiy Storchaka
· 6 years ago
6ed20e5
[3.7] bpo-37685: Fixed comparisons of datetime.timedelta and datetime.timezone. (GH-14996) (GH-15104)
by Serhiy Storchaka
· 6 years ago
8990ac0
bpo-37726: Prefer argparse over getopt in stdlib tutorial (GH-15052) (#15069)
by Miss Islington (bot)
· 6 years ago
3533061
bpo-34101: Add doc of PyBuffer_GetPointer (GH-14994) (GH-15055)
by Miss Islington (bot)
· 6 years ago
8c6e35d
bpo-33821: Update IDLE section of What's New 3.7 (GH-15036)
by Miss Islington (bot)
· 6 years ago
4b6421c
bpo-32910: Remove implementation detail in venv documentation. (GH-14968)
by Miss Islington (bot)
· 6 years ago
913210d
[3.7] Touch up venv docs (GH-14922) (GH-14924)
by Miss Islington (bot)
· 6 years ago
e9ec166
[3.7] bpo-17535: IDLE editor line numbers (GH-14030)
by Tal Einat
· 6 years ago
83cec02
[3.7] Fix typos in docs, comments and test assert messages (GH-14872). (#14901)
by Kyle Stanley
· 6 years ago
5d3d0f3
Update logging cookbook to show multiple worker processes using the concurrent.futures module. (GH-14905) (GH-14907)
by Miss Islington (bot)
· 6 years ago
87b6078
bpo-37610: improve Using Python doc wrt Editors & IDE (GH-14850)
by Miss Islington (bot)
· 6 years ago
ba3c89f
Docs: Correct formatting of a multiline code block (GH-13806)
by Miss Islington (bot)
· 6 years ago
134f796
bpo-37284: Add note to sys.implementation doc (GH-14328)
by Miss Islington (bot)
· 6 years ago
13c89f3
bpo-37571: Remove extra space in ctypes docs (GH14764)
by Miss Islington (bot)
· 6 years ago
d7caf75
bpo-37571: Add 'b' to prevent the TypeError exception. (GH-14721)
by Miss Islington (bot)
· 6 years ago
fb58024
bpo-36261: Improve example of the preamble field in email docs (GH-14751)
by Miss Islington (bot)
· 6 years ago
d152414
bpo-30088: Document that existing dir structure isn't verified by mailbox.Maildir (GH-1163)
by Miss Islington (bot)
· 6 years ago
36494a9
bpo-37580: Fix typo in http.cookiejar documentation (GH-14731)
by Miss Islington (bot)
· 6 years ago
184d06b
Fix typo in re.escape documentation (GH-14722)
by Miss Islington (bot)
· 6 years ago
71435f6
closes bpo-37554: Remove `q:q` in os.rst documentation (GH-14692)
by Miss Islington (bot)
· 6 years ago
d3747fd
bpo-34369: make kqueue.control() docs better reflect that timeout is positional-only (GH-9499)
by Miss Islington (bot)
· 6 years ago
2847a75
Document default parameter of .seek() in the signature. (GH-14691)
by Miss Islington (bot)
· 6 years ago
8b1135f
Doc: Fix example title. (GH-14639)
by Miss Islington (bot)
· 6 years ago
6f55748
Doc: Fix: Proper UpperCamelCase and lowercase. (GH-14644)
by Miss Islington (bot)
· 6 years ago
bc0a6ce
bpo-37513: Change ValueError to TypeError in an example in ctypes doc (GH-14615)
by Miss Islington (bot)
· 6 years ago
e841a54
bpo-37478: Add missing 'and'. (GH-14631)
by Miss Islington (bot)
· 6 years ago
Next »