Sign in
chromium
/
external
/
github.com
/
python
/
cpython
/
refs/tags/v3.6.2
/
Doc
tag
84d6b204565614fc9ae672fb5b8c6f2fd13afd34
tagger
Ned Deily <nad@python.org>
Sat Jul 08 03:35:01 2017
object
5fd33b5926eb8c9352bf5718369b4a8d72c4bb44
Version v3.6.2
304a96e
bpo-30176: Add missing curses cell attributes constants (GH-1302). (GH-2241)
by Mariatta
· 8 years ago
6a90a12
bpo-30656: Fix Python C API Module Objects documentation (GH-2170) (GH-2230)
by Mariatta
· 8 years ago
789f47e
bpo-30659 : Use ** for kwargs in namedtuple._replace() signature (GH-2173) (GH-2195)
by Mariatta
· 8 years ago
dd47b19
Fix trivial typo in Python Setup documentation (GH-2185) (GH-2188)
by csabella
· 8 years ago
22d909f
[3.6]bpo-25514: Improve IDLE's connection refused message (#2177) (#2178)
by terryjreedy
· 8 years ago
d0d63dc
[3.6] Mention how to disable signal fd wakeup (GH-2140) (#2149)
by Antoine Pitrou
· 8 years ago
81c05cc
bpo-6519: Improve Python Input Output Tutorial (GH-2143) (GH-2145)
by Mariatta
· 8 years ago
f59cac4b
bpo-30217: add the operators ~ and | to the index (GH-1502) (GH-2136)
by Marco Buttu
· 8 years ago
e1b6903
bpo-23404: `make regen-all` What's New entry (#2128)
by Nick Coghlan
· 8 years ago
47c9dec
bpo-30621: Update Input Output Tutorial Example(GH-2074) (GH-2118)
by Mariatta
· 8 years ago
2737291
backport ssl doc fixes (#2117)
by Benjamin Peterson
· 8 years ago
f57e34b
[3.6] Use Travis to make sure all generated files are up to date (GH-2080) (GH-2092)
by Zachary Ware
· 8 years ago
865ed9e
bpo-30312: Small correction in datastructures set code sample (GH-2081) (GH-2085)
by KatherineMichel
· 8 years ago
76eabd3
bpo-25409: Clarify fnmatch and fnmatchcase documentation (GH-1535) (GH-2065)
by Mariatta
· 8 years ago
10c9a09
[3.6] bpo-30335: Add deprecation alias entry for assertNotRegexpMatches (GH-1536) (GH-2055)
by Mariatta
· 8 years ago
af609a0
bpo-24755: Document asyncio.wrap_future (GH-603) (GH-2019)
by Mariatta
· 8 years ago
c422959
[3.6] bpo-19180: Updated references for RFC 1750, RFC 3280 & RFC 4366
by Nick Coghlan
· 8 years ago
063f0b3
bpo-29596: Improve clinic howto documentation (GH-1710) (GH-1976)
by gfyoung
· 8 years ago
b25b725
bpo-30583: Fix typo in datetime dateutil documentation (GH-1972) (GH-1974)
by wim glenn
· 8 years ago
798cfb2
bpo-30052: Always regenerate cross-references (GH-1339) (GH-1921)
by Nick Coghlan
· 8 years ago
ce40550
bpo-30538: Update count() in Functional Programming HOWTO (GH-1919) (GH-1943)
by csabella
· 8 years ago
86eb93f
bpo-30530: Update Descriptor How To Documentation (GH-1845) (GH-1953)
by Mariatta
· 8 years ago
1c92c0e
bpo-30052: Link `bytes` & `bytearray` to stdtypes not functions (GH-1271) (GH-1915)
by Mariatta
· 8 years ago
e417d12
bpo-29660: traceback: Document that etype is ignored in some places. (GH-344) (GH-1913)
by Matthias Bussonnier
· 8 years ago
9d752aa
bpo-30499: Remove a deprecated note about sets. (GH-1848) (GH-1905)
by Mariatta
· 8 years ago
9522159
bpo-22702: Clarify documentation of str.join & bytes.join (GH-156) (GH-1897)
by Mariatta
· 8 years ago
9abd0bf
bpo-27618: Clarify that threading.Lock is a factory function (GH-1307) (GH-1894)
by csabella
· 8 years ago
e49c5e9
[3.6] Fix a trivial typo in global section (GH-1497) (GH-1880)
by Mariatta
· 8 years ago
60b257b
bpo-17188: add missing periods at the end of sentences (GH-1875) (GH-1876)
by Mariatta
· 8 years ago
ad13d54
bpo-30354: Update data model documentation for super() (GH-1561) (GH-1868)
by csabella
· 8 years ago
00b381b
bpo-17188: DOC: Document 'from None' in raise statement (GH-1671) (GH-1867)
by csabella
· 8 years ago
03c7600
Improve grammar in The Import System documentation (GH-1862) (GH-1863)
by Mariatta
· 8 years ago
d52f47a
[3.6] bpo-30361: Use better example for mixed-type operands (GH-1701) (#1856)
by Mariatta
· 8 years ago
2ee91c8
[3.6] bpo-30470: Deprecate invalid ctypes call protection on Windows. (GH-1810) (GH-1833)
by Mariatta
· 8 years ago
b52c68a
[3.6] bpo-30398: Add a docstring for re.error. (GH-1647) (#1830)
by Serhiy Storchaka
· 8 years ago
584ef2a
[3.6] Fix the signature of JSONDecodeError (no end parameter). (GH-1827) (#1828)
by Serhiy Storchaka
· 8 years ago
a2a9984
[3.6] bpo-30160: Clarify intended usage of wfile (gh-1300) (GH-1793)
by Zachary Ware
· 8 years ago
9bcf81d
[3.6] bpo-30376: Update outdated WindowObject references (GH-1630) (#1746)
by Kushal Das
· 8 years ago
6ef0882
[3.6] bpo-21056: Document return type of next method of csv reader (GH-146) (#1749)
by Mariatta
· 8 years ago
3d3b189
[3.6] bpo-30372: Clarify that '__builtins__' is a CPython Implementation detail (GH-1725) (GH-1727)
by Mariatta
· 8 years ago
0702cc0
[3.6] Fix typos in multiple `.rst` files (GH-1668) (#1702)
by delirious-lettuce
· 8 years ago
b769c91
Fix ModuleNotFoundError typo in import reference (#1610)
by Dominik Miedziński
· 8 years ago
0d26704
bpo-29898: Fix incorrect env variable name (GH-1576)
by Berker Peksag
· 8 years ago
8fc1ff5
[3.6] bpo-30380: Fix Sphinx 1.6.1 warnings. (GH-1613) (#1614)
by Serhiy Storchaka
· 8 years ago
75b8a54
bpo-29651 - Cover edge case of square brackets in urllib docs (#1128) (#1596)
by Senthil Kumaran
· 8 years ago
61b6e5c
bpo-30358: Document sort argument of profile.runctx() (GH-1566)
by Berker Peksag
· 8 years ago
3a66ab8
[3.6] bpo-30178: Indent methods and attributes of MimeType class (GH-1306) (#1570)
by Mariatta
· 8 years ago
9d02f56
[3.6] bpo-23404: make touch becomes make regen-all (#1405) (#1461)
by Victor Stinner
· 8 years ago
af71364
[3.6] bpo-28315: Improve code examples in docs (GH-1372) (#1445)
by Mariatta
· 8 years ago
5bcf01d
[3.6] Fix typo in selectors.rst (GH-1383) (#1414)
by Mariatta
· 8 years ago
78b23ab
[3.6] Clean up some confusing text left by PROTOCOL_SSLv23 -> PROTOCOL_TLS transition (GH-1355) (#1371)
by Mariatta
· 8 years ago
750ff5f
[3.6] Improve the grammar in windows.rst (GH-1330) (GH-1360)
by Mariatta
· 8 years ago
5a8dcec
[3.6] bpo-30208: DOC: fix small typos in IDLE (#1356)
by csabella
· 8 years ago
33a5568
[3.6] bpo-30182: Use the correct name for ISO in Unicode HOWTO. (GH-1312) (GH-1313)
by Mariatta
· 8 years ago
2fc3c54
[3.6] bpo-30142: Remove "callable" from the 2to3fixer documentation. (GH-1303)
by Dong-hee Na
· 8 years ago
04f389b
bpo-29974: Improve typing.TYPE_CHECKING example (GH-982)
by Berker Peksag
· 8 years ago
9f68281
bpo-28698: Fix c_wchar_p doc example (GH-1160)
by Louie Lu
· 8 years ago
16b6f97
[3.6] bpo-28851: Improve namedtuple documentation (GH-1274) (GH-1286)
by Mariatta
· 8 years ago
ea0efa3
[3.6] bpo-29751: Improve PyLong_FromString documentation (GH-915) (#1266)
by Mariatta
· 8 years ago
f2ed285
[3.6] bpo-15718: Document the upper bound constrain on the __len__ return value. (GH-1256) (#1259)
by Serhiy Storchaka
· 8 years ago
9d022f1
[3.6] Fix trailing colon and newline in test.rst (GH-1250) (#1254)
by Louie Lu
· 8 years ago
414e028
[3.6] Correct the README link in Unix install docs (GH-1245) (GH-1248)
by Mariatta
· 8 years ago
83a90b9
Remove redundant comma in argparse HOWTO (GH-1141)
by Berker Peksag
· 8 years ago
5fb4bf9
bpo-19225: Remove duplicated description for standard warning categories (GH-1068)
by cocoatomo
· 8 years ago
05bfbcd
[3.6] bpo-30059: Include Py_Ellipsis in C API documentation (GH-1018) (GH-1149)
by Michael Seifert
· 8 years ago
c5c24cf
[3.6] Fix a typo in Doc/library/functions.rst (GH-1117) (GH-1123)
by Mariatta
· 8 years ago
9366332
bpo-30021: Add examples for re.escape(). (#1048) (#1115)
by Serhiy Storchaka
· 8 years ago
119d94a
bpo-29791: Clarify that flush is keyword-only argument (GH-1093)
by Berker Peksag
· 8 years ago
14944c6
bpo-26985: Add missing info of code object in inspect documentation (GH-1090) (GH-1099)
by Xiang Zhang
· 8 years ago
f0c4167
[3.6] bpo-30047: Fix a typo in Doc/library/select.rst (GH-1086) (GH-1098)
by Mariatta
· 8 years ago
28ddd3c
[3.6] Improvements to typing documentation (GH-967) (GH-1053)
by Mariatta
· 8 years ago
90eb7a9
[3.6] Correct typo in configparser.rst (GH-1012) (GH-1025)
by Mariatta
· 8 years ago
a524d63
bpo-29506: Clarify deep copy note in copy module
by Nick Coghlan
· 8 years ago
616d3eb
Fix a minor typo. (#1032) (#1037)
by Barry Warsaw
· 8 years ago
cb1e002
bpo-29725: DOC: add text for arraysize in sqlite3.Cursor (#947) (#985)
by Senthil Kumaran
· 8 years ago
d184c20
Keep the c-api exception doc up-to-date (#966)
by cocoatomo
· 8 years ago
a71a3ad
bpo-26947: DOC: clarify wording on hashable in glossary (#948) (#957)
by Senthil Kumaran
· 8 years ago
4c75fbb
bpo-29952: Use usual terminology of dict (GH-922)
by INADA Naoki
· 8 years ago
7b5b137
bpo-29928: Add f-string to the Glossary (GH-864) (GH-914)
by Mariatta
· 8 years ago
da6ad2f
bpo-29917: DOC: Remove link from PyMethodDef (#890) (#894)
by Senthil Kumaran
· 8 years ago
2609c9e
bpo-29677: DOC: clarify documentation for `round` (GH-877) (GH-892)
by Mariatta
· 8 years ago
c4021af
bpo-16011: clarify that 'in' always returns a boolean value (GH-874)
by Mariatta
· 8 years ago
5965062
bpo-29677: DOC: clarify documentation for `round` (GH-357) (GH-862)
by Mariatta
· 8 years ago
abc6848
Treat Sphinx warnings as errors (GH-832) (GH-834)
by Zachary Ware
· 8 years ago
ceff32f
bpo-29888: Fix the link referring to the "Python download page" (GH-824) (GH-826)
by Ned Deily
· 8 years ago
5dafaec
bpo-29892: Fix wrong markup on doc-lib-functions (GH-802) (GH-810)
by Mariatta
· 8 years ago
74bfcc3
bpo-28810: Document remaining bytecode changes in 3.6 (GH-651) (GH-808)
by Brett Cannon
· 8 years ago
ee51327
Remove an outdated statement in execution model docs (GH-754) (GH-775)
by Mariatta
· 8 years ago
906118d
bpo-28331: fix impl-detail label is removed when content is translated. (GH-769)
by INADA Naoki
· 8 years ago
c0f3e21
doc: minor fix for library/profile (GH-766)
by INADA Naoki
· 8 years ago
72c5113
fix function name in tabnanny documentation (GH-762)
by Xiang Zhang
· 8 years ago
fcd79ad
Fix "NotImplentedError" typo in constants documentation (#692) (#739)
by Serhiy Storchaka
· 8 years ago
d1f566f
bpo-29856: Fix typo in curses documentation (GH-730) (GH-731)
by Mariatta
· 8 years ago
69eab31
bpo-28749: Fixed the documentation of the mapping codec APIs. (#487) (#714)
by Serhiy Storchaka
· 8 years ago
948171b
bpo-16355: Clarify when inspect.getcomments() returns None (#428) (#690)
by Berker Peksag
· 8 years ago
3fce38c
bpo-29820: othergui.rst: Remove outdated information (GH-685) (GH-688)
by Mariatta
· 8 years ago
388e256
ftplib.FTP.retrbinary callback gets a bytes, not a str (GH-652) (GH-657)
by Xiang Zhang
· 8 years ago
7927abb
fix the name of argument to ftplib.FTP.set_pasv and fix wording (GH-653) (GH-654)
by Xiang Zhang
· 8 years ago
4652d82
bpo-29746: Update marshal docs to Python 3. (#547) (#631)
by Serhiy Storchaka
· 8 years ago
d7a8d32
tempfile.rst: Fix some typos (GH-610) (GH-618)
by Mariatta
· 8 years ago
Next »