Sign in
chromium
/
external
/
github.com
/
python
/
cpython
/
refs/tags/v3.7.1rc1
/
Doc
tag
c05eb2f1bba48c803d54ce12fc00de87b69d5e06
tagger
Ned Deily <nad@python.org>
Wed Sep 26 06:16:59 2018
object
2064bcf6ce513a3ce876f87aabdbd997c07eff10
Python 3.7.1rc1
22a5695
[3.7] asyncio/docs: Replace Python 4.0 -> 3.10 (GH-9580)
by Yury Selivanov
· 7 years ago
3cc9557
bpo-34790: [docs] Passing coroutines to asyncio.wait() can be confusing. (GH-9543)
by Miss Islington (bot)
· 7 years ago
3637e68
bpo-1529353: IDLE - Squeezer What's New for 3.7.1 (GH-9568)
by Miss Islington (bot)
· 7 years ago
92ad261
bpo-1529353: IDLE: Squeezer What's New for 3.6.7 (GH-9567)
by Miss Islington (bot)
· 7 years ago
bbdf872
Fix wrong exception reference: BrokenThreadPool -> BrokenProcessPool (GH-9533)
by Miss Islington (bot)
· 7 years ago
881ddff
[3.7]Documentation minor update related to 3.6 - 3.7 migration (GH-9501)
by Christophe Nanteuil
· 7 years ago
394e55a
[3.7] bpo-17239: Disable external entities in SAX parser (GH-9217) (GH-9511)
by Christian Heimes
· 7 years ago
2756ef3
[3.7] bpo-34670: Add TLS 1.3 post handshake auth (GH-9460) (GH-9505)
by Christian Heimes
· 7 years ago
0c076ca
[3.7] bpo-29577: Enum: mixin classes don't mix well with already mixed Enums (GH-9328) (GH-9486)
by Ethan Furman
· 7 years ago
e45662c
bpo-33649: Fix gather() docs; fix title; few other nits. (GH-9475) (GH-9481)
by Miss Islington (bot)
· 7 years ago
914086a
Make docs of exitcode for subprocess.getstatusoutput more clear. (GH-9477)
by Miss Islington (bot)
· 7 years ago
187f2dd
bpo-34762: Fix contextvars C API to use PyObject* pointer types. (GH-9473)
by Miss Islington (bot)
· 7 years ago
8e5ef58
bpo-33649: More improvements (GH-9439)
by Miss Islington (bot)
· 7 years ago
4fe8dc6
bpo-34746: Fix stop -> close (GH-9437)
by Miss Islington (bot)
· 7 years ago
581890c
bpo-34733: Return of the docs search bar (GH-9431)
by Yury Selivanov
· 7 years ago
d9c8911
bpo-34712: Fix style in examples in "Input and Output" (GH-9361)
by Miss Islington (bot)
· 7 years ago
95cc3ee
Revert "[3.7] bpo-34589: Add -X coerce_c_locale option; C locale coercion off by default (GH-9379)" (GH-9416)
by Victor Stinner
· 7 years ago
73c0006
bpo-33649: Add a high-level section about Futures; few quick fixes (GH-9403)
by Miss Islington (bot)
· 7 years ago
45452b7
bpo-33649: Fix markup; add another note that asyncio.run is 3.7+ (GH-9389)
by Miss Islington (bot)
· 7 years ago
ee2ff1a
Fix syntax error on Asyncio example in doc (GH-9387) (GH-9388)
by Miss Islington (bot)
· 7 years ago
9a89fd6
Change "set_after" reference to `say_after`. (GH-9384) (GH-9386)
by Miss Islington (bot)
· 7 years ago
1f4ea58
bpo-33649: Note that asyncio.run() calls shutdown_asyncgens() (GH-9380)
by Miss Islington (bot)
· 7 years ago
144f1e2
[3.7] bpo-34589: Add -X coerce_c_locale option; C locale coercion off by default (GH-9379)
by Victor Stinner
· 7 years ago
512d710
bpo-33649: Backport asyncio docs from 'master' to 3.7 (GH-9377)
by Yury Selivanov
· 7 years ago
c63d81b
bpo-34717: Stop numbering stdlib titles/sections in the docs (GH-9370)
by Miss Islington (bot)
· 7 years ago
f8e34ee
bpo-33216: Improve the documentation for CALL_FUNCTION_* (GH-8338) (GH-8784)
by Miss Islington (bot)
· 7 years ago
c83c375
bpo-32933: Implement __iter__ method on mock_open() (GH-5974)
by Miss Islington (bot)
· 7 years ago
b2ecb8b
Fix "Python" casing in a few places (GH-9001) (GH-9313)
by Miss Islington (bot)
· 7 years ago
ca2fa28
closes bpo-28955: Clarified comparisons between NaN and number in reference documentation (GH-5982)
by Miss Islington (bot)
· 7 years ago
a8f189f
Note that distinct argument patterns can be cached separately (GH-9298) (GH-9299)
by Miss Islington (bot)
· 7 years ago
3050564
bpo-34247: add porting note to 3.7 What's New (GH-9223)
by Miss Islington (bot)
· 7 years ago
b608fcd
closes bpo-34004: Skip lock interruption tests on musl. (GH-9224)
by Miss Islington (bot)
· 7 years ago
cadb66e
[3.7] closes bpo-25041: Document AF_PACKET socket address format. (GH-9207)
by Benjamin Peterson
· 7 years ago
e2b40f4
bpo-34365: Update date object documentation (GH-8814)
by Miss Islington (bot)
· 7 years ago
e02ca42
bpo-34613: document the correct value of limit argument of asyncio.StreamReader (GH-9121)
by Miss Islington (bot)
· 7 years ago
3e648f83
bpo-28617 Fixed docs inaccuracies about the types that support membership tests (GH-9086)
by Miss Islington (bot)
· 7 years ago
c9ece5f
closes bpo-33883: Mention type checkers in the FAQ. (GH-7760)
by Miss Islington (bot)
· 7 years ago
2110f78
bpo-33032: Mention the implicit cache in struct.Struct() docs (GH-7700)
by Miss Islington (bot)
· 7 years ago
6df2005
Fix missing line from example shell session (GH-9143) (GH-9155)
by Miss Islington (bot)
· 7 years ago
037582e
bpo-33460: remove ellipsis that look like continuation prompts (GH-7851)
by Miss Islington (bot)
· 7 years ago
f3d00ae
switch descriptor howto to return value annotation (GH-7796)
by Miss Islington (bot)
· 7 years ago
011141f
closes bpo-34525: Fix smtplib's authobject() documentation (GH-8965)
by Miss Islington (bot)
· 7 years ago
9c9ac9e
Revert "Fix misindented yaml in logging how to example (GH-8604)" (GH-9081)
by Miss Islington (bot)
· 7 years ago
9835696
bpo-34246: Use no mutable default args in smtplib (GH-8554)
by Miss Islington (bot)
· 7 years ago
854b740
Doc: Missing 'f' in an f-string. (GH-9074) (GH-9095)
by Miss Islington (bot)
· 7 years ago
f4c865e
Fix struct sequence glossary entry grammar (GH-9030)
by Miss Islington (bot)
· 7 years ago
fa3fd4c
bpo-34434: Update doc for bool(), float() and int() arguments (GH-8834)
by Miss Islington (bot)
· 7 years ago
42a1ca6
closes bpo-34502: Remove a note about utf8_mode from sys.exit() docs. (GH-8928)
by Miss Islington (bot)
· 7 years ago
6dc8f05
Fix markup in stdtypes documentation (GH-8905)
by Miss Islington (bot)
· 7 years ago
1f9621c
Fixed typo with asynccontextmanager code example (GH-8845)
by Miss Islington (bot)
· 7 years ago
7b0ed43
bpo-33550: Warn not to set SIGPIPE to SIG_DFL (GH-6773)
by Miss Islington (bot)
· 7 years ago
a8c749d
Fix typo in the dataclasses's doc (GH-8896) (GH-8897)
by Miss Islington (bot)
· 7 years ago
1d3d688
Fix doc for `add_subparsers` arguments (GH-8884)
by Miss Islington (bot)
· 7 years ago
609c033
Fix typo in asyncio.BoundedSemaphore docs (GH-8882)
by Miss Islington (bot)
· 7 years ago
1f7d047
Make it more clear that setUpClass runs before each class, not "class run" (GH-8844)
by Miss Islington (bot)
· 7 years ago
0e1e8db
bpo-22057: Clarify eval() documentation (GH-8812)
by Miss Islington (bot)
· 7 years ago
0fd6f83
bpo-34432: doc Mention complex and decimal.Decimal on str.format note about locales (GH-8808) (GH-8809)
by Miss Islington (bot)
· 7 years ago
05d89ef
bpo-34418: Fix HTTPErrorProcessor documentation (GH-8793)
by Miss Islington (bot)
· 7 years ago
6c14060
smtplib documentation fixes (GH-8708)
by Miss Islington (bot)
· 7 years ago
393151e
Fix misindented yaml in logging how to example (GH-8604)
by Miss Islington (bot)
· 7 years ago
7e0153e
Fix the versionadded indentation in exec_module doc (GH-8719)
by Miss Islington (bot)
· 7 years ago
6b14508
bpo-34379: Doc: Move note for json.dump (GH-8730)
by Miss Islington (bot)
· 7 years ago
5641081
Doc: add missing capture_output arg to subprocess.run() signature (GH-8374)
by Miss Islington (bot)
· 7 years ago
426135b
Improve grammar of asynchronous iterator glossary entry (GH-8657)
by Miss Islington (bot)
· 7 years ago
fe8f90a
bpo-34324: Doc README wrong directory name for venv (GH-8650)
by Miss Islington (bot)
· 7 years ago
2920303
Make code examples in Functional Programming HOWTO to be PEP 8 compliant. (GH-8646)
by Miss Islington (bot)
· 7 years ago
fac4976
bpo-34335: Use async/await syntax in documentation examples (GH-8674)
by Miss Islington (bot)
· 7 years ago
b481aee
Fix HTML formatting in datamodel.rst (GH-8693)
by Miss Islington (bot)
· 7 years ago
1c6df83
bpo-34319: Clarify file handler closure in pathlib.read_text (GH-8645)
by Miss Islington (bot)
· 7 years ago
e39fb20
bpo-34273: Change 'Fixed point' to 'Fixed-point notation'. (GH-8673)
by Miss Islington (bot)
· 7 years ago
e610c4f
bpo-34336: Don't promote possibility to leave out typing.Optional (GH-8677)
by Miss Islington (bot)
· 7 years ago
2a2a3f5
Fix reST markup in unittest documentation (GH-8665)
by Miss Islington (bot)
· 7 years ago
39fcd99
bpo-34329: Doc'd how to remove suffix of pathlib.Path() (GH-8655)
by Miss Islington (bot)
· 7 years ago
b4d71c9
Improve the grammar in `range` documentation. (GH-8628)
by Miss Islington (bot)
· 7 years ago
34f59a7
bpo-34317: Fix a dead url to Windows documentation (GH-8622)
by Miss Islington (bot)
· 7 years ago
66ff9d2
Update list.remove(x) documentation (GH-8636)
by Miss Islington (bot)
· 7 years ago
0f9df88
bpo-27910: Update documentation of traceback module (GH-6116)
by Miss Islington (bot)
· 7 years ago
47957da
[3.7] bpo-33729: Fix issues with arguments parsing in hashlib. (GH-8346) (GH-8581)
by Serhiy Storchaka
· 7 years ago
a621f40
bpo-27671: Update FAQ about why len is function (GH-8432)
by Miss Islington (bot)
· 7 years ago
399b47f
Use 'for example' instead of 'in other words' in compound statement doc (GH-8401)
by Miss Islington (bot)
· 7 years ago
a060518
Fix typos & formatting in Using Python on Windows doc (GH-8559)
by Miss Islington (bot)
· 7 years ago
3dc8cdf
bpo-8145: Improve isolation_level documentation (GH-8499)
by Steve Dower
· 7 years ago
78c54de
bpo-33666: Add what's new entry for os.errno removal (GH-8497) (GH-8526)
by Miss Islington (bot)
· 7 years ago
8764a6f
bpo-29710: Clarify documentation for Bitwise binary operation (GH-1691)
by Miss Islington (bot)
· 7 years ago
83b449d
bpo-24356: Specify which Python binary will be used with venv (GH-6589)
by Steve Dower
· 7 years ago
2335544
bpo-33921: Clarify how to bind to all interfaces using socket (GH-7877)
by Miss Islington (bot)
· 7 years ago
c6801b4
bpo-5978: Document that profiling needs cmd/function to return (GH-7938)
by Miss Islington (bot)
· 7 years ago
21ed29a
bpo-12743: Delete comment from marshal.rst (GH-8457)
by Miss Islington (bot)
· 7 years ago
ec02c58
bpo-28677: Improve phrasing of when instance attribute is referenced (GH-6208)
by Miss Islington (bot)
· 7 years ago
6f7fd96
Fix site module documentation. (GH-8441)
by Miss Islington (bot)
· 7 years ago
4e166ff
bpo-33468: Add try-finally contextlib.contextmanager example (GH-7816) (GH-8425)
by Miss Islington (bot)
· 7 years ago
05a72f1
bpo-21446: Update reload fixer to use importlib (GH-8391)
by Miss Islington (bot)
· 7 years ago
7cf7541
Fix versionchanged indentation in popitem documentation (GH-8387)
by Miss Islington (bot)
· 7 years ago
49abd30
bpo-34161: Remove extra parentheses in output formatting tutorial (GH-8350)
by Miss Islington (bot)
· 7 years ago
68833dc
Clarify ValueError's broad applicability (GH-8313) (GH-8315)
by Miss Islington (bot)
· 7 years ago
bfa8a35
bpo-34123: Fix missed documentation update for dict.popitem(). (GH-8292) (GH#8307)
by Miss Islington (bot)
· 7 years ago
43c2fab
bpo-34124: Fix markup of message_from_binary_file() signature (GH-8297)
by Miss Islington (bot)
· 7 years ago
08c1da7
bpo-4260: Document that ctypes.xFUNCTYPE are decorators (GH-7924)
by Miss Islington (bot)
· 7 years ago
151820e
bpo-34083: Update dict order in Functional HOWTO (GH-8230)
by Miss Islington (bot)
· 7 years ago
6b1b6e4
Doc: Point to Simple statements section instead of PEP (GH-8238)
by Miss Islington (bot)
· 7 years ago
Next »