Sign in
chromium
/
external
/
github.com
/
python
/
cpython
/
refs/tags/v3.6.7
/
Doc
tag
5ebb4a6fe4fc0981d427c9d417d12b6d92cb9fea
tagger
Ned Deily <nad@python.org>
Sat Oct 20 05:25:07 2018
object
6ec5cf24b7f38ea72bb42d5cd60dca0d3ee332f9
Python 3.6.7
92fe93e
bpo-34576: Revert doc change until it can be properly fixed (GH-9720)
by Ned Deily
· 7 years ago
f543e18
[3.6] bpo-33729: Fix issues with arguments parsing in hashlib. (GH-8346) (GH-8581) (GH-9657)
by Serhiy Storchaka
· 7 years ago
3baee3b
bpo-34576 warn users on security for http.server (GH-9720)
by Miss Islington (bot)
· 7 years ago
e7ebf14
[3.6] bpo-34906: Doc: Fix typos (2) (GH-9735)
by Stéphane Wirtel
· 7 years ago
64bcedc
bpo-32174: Let .chm document display non-ASCII characters properly (GH-9758)
by Miss Islington (bot)
· 7 years ago
f1e8be7
Make it clear that the msg argument to assertWarns/assertWarnsRegex/assertRaisesRegex is keyword-only. (GH-9680)
by Miss Islington (bot)
· 7 years ago
58376c6
Make it clear that the msg argument to assertRaises is keyword-only. (GH-9670)
by Miss Islington (bot)
· 7 years ago
56c1025
bpo-31865: Fix a couple of typos in the html.unescape() docs. (GH-9664)
by Miss Islington (bot)
· 7 years ago
3cd5e8e
bpo-27351: Fix ConfigParser.read() documentation and docstring (GH-8123)
by Miss Islington (bot)
· 7 years ago
dfa1113
Clarify that Type[SomeTypeVar] is legal (GH-9585)
by Miss Islington (bot)
· 7 years ago
98c8236
bpo-1529353: IDLE: Squeezer What's New for 3.6.7 (GH-9567)
by Miss Islington (bot)
· 7 years ago
582d188
[3.6] bpo-17239: Disable external entities in SAX parser (GH-9217) (GH-9512)
by Christian Heimes
· 7 years ago
94812f7
[3.6] bpo-34670: Add TLS 1.3 post handshake auth (GH-9460) (GH-9507)
by Christian Heimes
· 7 years ago
29da839
Make docs of exitcode for subprocess.getstatusoutput more clear. (GH-9477)
by Miss Islington (bot)
· 7 years ago
1e7193b
bpo-33216: Improve the documentation for CALL_FUNCTION_* (GH-8338) (GH-8784)
by Miss Islington (bot)
· 7 years ago
5a435ea
closes bpo-34004: Skip lock interruption tests on musl. (GH-9224)
by Miss Islington (bot)
· 7 years ago
a00de68
[3.6] closes bpo-25041: Document AF_PACKET socket address format. (GH-9209)
by Benjamin Peterson
· 7 years ago
8a2c2d4
bpo-34365: Update date object documentation (GH-8814)
by Miss Islington (bot)
· 7 years ago
cb51dd7
bpo-34613: document the correct value of limit argument of asyncio.StreamReader (GH-9121)
by Miss Islington (bot)
· 7 years ago
889f080
bpo-28617 Fixed docs inaccuracies about the types that support membership tests (GH-9086)
by Miss Islington (bot)
· 7 years ago
3cb90d1
Fix missing line from example shell session (GH-9143) (GH-9156)
by Miss Islington (bot)
· 7 years ago
c0db817
closes bpo-34525: Fix smtplib's authobject() documentation (GH-8965)
by Miss Islington (bot)
· 7 years ago
8eda821
Revert "Fix misindented yaml in logging how to example (GH-8604)" (GH-9081)
by Miss Islington (bot)
· 7 years ago
eb6ab73
[3.6] bpo-34246: Use no mutable default args in smtplib (GH-8554) (#9112)
by Pablo Galindo
· 7 years ago
f4c4d99
Fix struct sequence glossary entry grammar (GH-9030)
by Miss Islington (bot)
· 7 years ago
0433f8e
Fix markup in stdtypes documentation (GH-8905)
by Miss Islington (bot)
· 7 years ago
2443766
Make it more clear that setUpClass runs before each class, not "class run" (GH-8844)
by Miss Islington (bot)
· 7 years ago
f19579b
bpo-22057: Clarify eval() documentation (GH-8812)
by Miss Islington (bot)
· 7 years ago
fbd0a14
bpo-34432: doc Mention complex and decimal.Decimal on str.format not about locales (GH-8808) (GH-8810)
by Miss Islington (bot)
· 7 years ago
02c4d4b
bpo-34418: Fix HTTPErrorProcessor documentation (GH-8793)
by Miss Islington (bot)
· 7 years ago
3e630c5
bpo-33570: TLS 1.3 ciphers for OpenSSL 1.1.1 (GH-6976) (GH-8760)
by Christian Heimes
· 7 years ago
2a4ee8a
bpo-32947: Fixes for TLS 1.3 and OpenSSL 1.1.1 (GH-8761)
by Christian Heimes
· 7 years ago
4ee06b3
smtplib documentation fixes (GH-8708)
by Miss Islington (bot)
· 7 years ago
4cd33cd
Fix misindented yaml in logging how to example (GH-8604)
by Miss Islington (bot)
· 7 years ago
72f5189
Fix the versionadded indentation in exec_module doc (GH-8719)
by Miss Islington (bot)
· 7 years ago
eb6ed12
bpo-34379: Doc: Move note for json.dump (GH-8730)
by Miss Islington (bot)
· 7 years ago
af56c68
Improve grammar of asynchronous iterator glossary entry (GH-8657)
by Miss Islington (bot)
· 7 years ago
0ee2a29
bpo-34324: Doc README wrong directory name for venv (GH-8650)
by Miss Islington (bot)
· 7 years ago
f2bb20e
Make code examples in Functional Programming HOWTO to be PEP 8 compliant. (GH-8646)
by Miss Islington (bot)
· 7 years ago
3da5c5c
bpo-34319: Clarify file handler closure in pathlib.read_text (GH-8645)
by Miss Islington (bot)
· 7 years ago
ed8dd59
bpo-34273: Change 'Fixed point' to 'Fixed-point notation'. (GH-8673)
by Miss Islington (bot)
· 7 years ago
02c4eae
bpo-34336: Don't promote possibility to leave out typing.Optional (GH-8677)
by Miss Islington (bot)
· 7 years ago
c018074
Fix reST markup in unittest documentation (GH-8665)
by Miss Islington (bot)
· 7 years ago
764f9d0
bpo-34329: Doc'd how to remove suffix of pathlib.Path() (GH-8655)
by Miss Islington (bot)
· 7 years ago
7244954
Improve the grammar in `range` documentation. (GH-8628)
by Miss Islington (bot)
· 7 years ago
295342a
bpo-27910: Update documentation of traceback module (GH-6116)
by Miss Islington (bot)
· 7 years ago
0b376eb
bpo-27671: Update FAQ about why len is function (GH-8432)
by Miss Islington (bot)
· 7 years ago
a7bd4bb
Use 'for example' instead of 'in other words' in compound statement doc (GH-8401)
by Miss Islington (bot)
· 7 years ago
15bbae7
Fix typos & formatting in Using Python on Windows doc (GH-8559)
by Miss Islington (bot)
· 7 years ago
94972d5
bpo-8145: Improve isolation_level documentation (GH-8499)
by Miss Islington (bot)
· 7 years ago
3100b7e
bpo-29710: Clarify documentation for Bitwise binary operation (GH-1691)
by Miss Islington (bot)
· 7 years ago
30f295b
bpo-33921: Clarify how to bind to all interfaces using socket (GH-7877)
by Miss Islington (bot)
· 7 years ago
0041d72
[3.6] bpo-5978: Document that profiling needs cmd/function to return (GH-8515)
by Andrés Delfino
· 7 years ago
146ba43
bpo-12743: Delete comment from marshal.rst (GH-8457)
by Miss Islington (bot)
· 7 years ago
cfadd1c
bpo-28677: Improve phrasing of when instance attribute is referenced (GH-6208)
by Miss Islington (bot)
· 7 years ago
a096cc6
Fix site module documentation. (GH-8441)
by Miss Islington (bot)
· 7 years ago
5b3643d
bpo-33468: Add try-finally contextlib.contextmanager example (GH-7816) (GH-8426)
by Miss Islington (bot)
· 7 years ago
c774f76
Clarify ValueError's broad applicability (GH-8313) (GH-8317)
by Miss Islington (bot)
· 7 years ago
f1ab9ca
bpo-34124: Fix markup of message_from_binary_file() signature (GH-8297)
by Miss Islington (bot)
· 7 years ago
083a836
bpo-4260: Document that ctypes.xFUNCTYPE are decorators (GH-7924)
by Miss Islington (bot)
· 7 years ago
b3cc7ca
Doc: Point to Simple statements section instead of PEP (GH-8238)
by Miss Islington (bot)
· 7 years ago
def4b06
Fix documentation for input and output tutorial (GH-8231)
by Miss Islington (bot)
· 7 years ago
d73497b
bpo-26544: Fixed implementation of platform.libc_ver(). (GH-7684). (GH-8193) (GH-8195)
by Miss Islington (bot)
· 7 years ago
336c715
Fix margin in sentinel and mock_open (GH-8188)
by Miss Islington (bot)
· 7 years ago
4041565
bpo-34061: Document sqlite3.NotSupportedError (GH-8172)
by Marcin Niemira
· 7 years ago
b7874c8
bpo-33888: Use CPython instead of Python in the FAQ (GH-7767)
by Miss Islington (bot)
· 7 years ago
becb527
[3.6] closes bpo-34050: Fix link in SSL docs (GH-8173) (GH-8178)
by Benjamin Peterson
· 7 years ago
445f9ed
bpo-33702: Add some missing links in production lists and do a little polish (GH-7259)
by Miss Islington (bot)
· 7 years ago
770937b
bpo-33804: Document that the argument for io.TextIOBase.read() is optional (GH-7510)
by Miss Islington (bot)
· 7 years ago
3271fba
Add missing closing parentheses (GH-8144)
by Miss Islington (bot)
· 7 years ago
dc33d4a
Fix moduleauthor/sectionauthor directives in Enum (GH-8117)
by Miss Islington (bot)
· 7 years ago
cad4a27
[3.6] bpo-34065: Improve the markup of logging.basicConfig() arguments (GH-8153). (GH-8155)
by Dong-hee Na
· 7 years ago
55f39bd
bpo-30516: Fix documentation issue with -timedelta in datetime (GH-7348) (GH-8092)
by Miss Islington (bot)
· 7 years ago
f55a818
bpo-34018: Doc'd that type names of SQLite converters are case-insensitive. (GH-8042) (GH-8067)
by Miss Islington (bot)
· 7 years ago
580c7db
bpo-34006: Revert line length limit for Windows help docs (GH-8051)
by Miss Islington (bot)
· 7 years ago
b1707ab
Doc: Remove unused image file (GH-8027)
by Miss Islington (bot)
· 7 years ago
db7ac30
[3.6] bpo-32568: make select.epoll() and its docs consistent (GH-7840) (GH-8025)
by Tal Einat
· 7 years ago
a730279
Fix the indentation in the documentation of bin() and hash() (GH-7998)
by Miss Islington (bot)
· 7 years ago
ff41cc7
bpo-33958: Doc: Remove unused variable in example (GH-7927)
by Miss Islington (bot)
· 7 years ago
853a36a
Merge 3.6.6 final changes
by Ned Deily
· 7 years ago
c0327ce
use rich markup for PEP reference (GH-7939)
by Miss Islington (bot)
· 7 years ago
4cf1f54
3.6.6 final
by Ned Deily
· 7 years ago
v3.6.6
8fd8cfa
[3.6] bpo-33573: docs to suggest median() alternatives for non-numeric data (GH-7587) (GH-7907)
by Miss Islington (bot)
· 7 years ago
ac5a6e3
bpo-33952: Fix typo in str.upper() documentation (GH-7898) (GH-7904)
by Miss Islington (bot)
· 7 years ago
73848e0
bpo-33943: Add references in the docs for logging.basicConfig (GH-7858) (GH-7899)
by Miss Islington (bot)
· 7 years ago
a845b7a
bpo-33887: Add TOC to Design and History FAQ(GH-7766)
by Miss Islington (bot)
· 7 years ago
688325e
bpo-33877: Remove UNIX qualification for running complete programs (GH-7744)
by Miss Islington (bot)
· 7 years ago
c45cb47
bpo-33885: Replace "hook function" with "callable" (GH-7765)
by Andrés Delfino
· 7 years ago
b225cb7
bpo-33894: Clarified the tempfile.tempdir documentation (GH-7829) (GH-7842)
by Miss Islington (bot)
· 7 years ago
f14e8ea
bpo-33892: Doc: Use gender neutral words (GH-7770)
by Miss Islington (bot)
· 7 years ago
c5ff553
[3.6] bpo-33859: Fix spelling mistakes in docs. (GH-7691). (GH-7750)
by Xtreak
· 7 years ago
8e6428f
bpo-33571: Improve the glossary description for '...' prompt (GH-6971)
by Miss Islington (bot)
· 7 years ago
2636833
bpo-33836: Recommend keyword-only param for memoization in FAQ (GH-7687)
by Miss Islington (bot)
· 7 years ago
9c6fe38
Improve the grammar in the glossary item for `list` (GH-7727)
by Miss Islington (bot)
· 7 years ago
2ac5242
doc: Fix small typos in library/multiprocessing (GH-698) (GH-7721)
by Miss Islington (bot)
· 7 years ago
ae4b2af
bpo-33854: Add PEP 461 title to 'See also' note (GH-7688) (GH-7720)
by Miss Islington (bot)
· 7 years ago
cd9ede6
bpo-33847: Add '@' operator entry to index (GH-7669)
by Miss Islington (bot)
· 7 years ago
eb49899
bpo-33852: Remove misplaced parentheses around 'list'. (GH-7672)
by Miss Islington (bot)
· 7 years ago
142e3c0
[3.6] bpo-32356: idempotent pause_/resume_reading (GH-4914) (GH-7629)
by Victor Stinner
· 7 years ago
961332d
bpo-31378: Document sqlite3.OperationalError exception (GH-7677)
by Miss Islington (bot)
· 7 years ago
Next »