summaryrefslogtreecommitdiff
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
* [3.6] bpo-23404: make touch becomes make regen-all (#1405) (#1461)Victor Stinner2017-05-051-1/+0
* [3.6] bpo-28315: Improve code examples in docs (GH-1372) (#1445)Mariatta2017-05-0312-30/+30
* [3.6] Fix typo in selectors.rst (GH-1383) (#1414)Mariatta2017-05-021-1/+1
* [3.6] Clean up some confusing text left by PROTOCOL_SSLv23 -> PROTOCOL_TLS tr...Mariatta2017-05-011-3/+3
* [3.6] Improve the grammar in windows.rst (GH-1330) (GH-1360)Mariatta2017-04-291-3/+3
* [3.6] bpo-30208: DOC: fix small typos in IDLE (#1356)csabella2017-04-291-8/+8
* [3.6] bpo-30182: Use the correct name for ISO in Unicode HOWTO. (GH-1312) (GH...Mariatta2017-04-261-3/+3
* [3.6] bpo-30142: Remove "callable" from the 2to3fixer documentation. (GH-1303)Dong-hee Na2017-04-261-7/+0
* bpo-29974: Improve typing.TYPE_CHECKING example (GH-982)Berker Peksag2017-04-261-2/+7
* bpo-28698: Fix c_wchar_p doc example (GH-1160)Louie Lu2017-04-261-5/+9
* [3.6] bpo-28851: Improve namedtuple documentation (GH-1274) (GH-1286)Mariatta2017-04-251-3/+3
* [3.6] bpo-29751: Improve PyLong_FromString documentation (GH-915) (#1266)Mariatta2017-04-231-7/+6
* [3.6] bpo-15718: Document the upper bound constrain on the __len__ return val...Serhiy Storchaka2017-04-231-0/+9
* [3.6] Fix trailing colon and newline in test.rst (GH-1250) (#1254)Louie Lu2017-04-221-1/+2
* [3.6] Correct the README link in Unix install docs (GH-1245) (GH-1248)Mariatta2017-04-211-1/+1
* Remove redundant comma in argparse HOWTO (GH-1141)Berker Peksag2017-04-201-1/+1
* bpo-19225: Remove duplicated description for standard warning categories (GH-...cocoatomo2017-04-201-12/+9
* [3.6] bpo-30059: Include Py_Ellipsis in C API documentation (GH-1018) (GH-1149)Michael Seifert2017-04-141-0/+11
* [3.6] Fix a typo in Doc/library/functions.rst (GH-1117) (GH-1123)Mariatta2017-04-131-1/+1
* bpo-30021: Add examples for re.escape(). (#1048) (#1115)Serhiy Storchaka2017-04-132-3/+16
* bpo-29791: Clarify that flush is keyword-only argument (GH-1093)Berker Peksag2017-04-131-1/+1
* bpo-26985: Add missing info of code object in inspect documentation (GH-1090)...Xiang Zhang2017-04-131-179/+200
* [3.6] bpo-30047: Fix a typo in Doc/library/select.rst (GH-1086) (GH-1098)Mariatta2017-04-121-1/+1
* [3.6] Improvements to typing documentation (GH-967) (GH-1053)Mariatta2017-04-091-7/+43
* [3.6] Correct typo in configparser.rst (GH-1012) (GH-1025)Mariatta2017-04-091-2/+2
* bpo-29506: Clarify deep copy note in copy moduleNick Coghlan2017-04-091-2/+2
* Fix a minor typo. (#1032) (#1037)Barry Warsaw2017-04-071-1/+1
* bpo-29725: DOC: add text for arraysize in sqlite3.Cursor (#947) (#985)Senthil Kumaran2017-04-031-0/+5
* Keep the c-api exception doc up-to-date (#966)cocoatomo2017-04-031-56/+149
* bpo-26947: DOC: clarify wording on hashable in glossary (#948) (#957)Senthil Kumaran2017-04-011-3/+3
* bpo-29952: Use usual terminology of dict (GH-922)INADA Naoki2017-03-311-1/+1
* bpo-29928: Add f-string to the Glossary (GH-864) (GH-914)Mariatta2017-03-301-0/+5
* bpo-29917: DOC: Remove link from PyMethodDef (#890) (#894)Senthil Kumaran2017-03-291-2/+2
* bpo-29677: DOC: clarify documentation for `round` (GH-877) (GH-892)Mariatta2017-03-291-3/+6
* bpo-16011: clarify that 'in' always returns a boolean value (GH-874)Mariatta2017-03-281-9/+10
* bpo-29677: DOC: clarify documentation for `round` (GH-357) (GH-862)Mariatta2017-03-271-1/+2
* Treat Sphinx warnings as errors (GH-832) (GH-834)Zachary Ware2017-03-261-2/+0
* bpo-29888: Fix the link referring to the "Python download page" (GH-824) (GH-...Ned Deily2017-03-261-1/+1
* bpo-29892: Fix wrong markup on doc-lib-functions (GH-802) (GH-810)Mariatta2017-03-241-1/+1
* bpo-28810: Document remaining bytecode changes in 3.6 (GH-651) (GH-808)Brett Cannon2017-03-241-2/+16
* Remove an outdated statement in execution model docs (GH-754) (GH-775)Mariatta2017-03-221-6/+0
* bpo-28331: fix impl-detail label is removed when content is translated. (GH-769)INADA Naoki2017-03-222-2/+18
* doc: minor fix for library/profile (GH-766)INADA Naoki2017-03-221-3/+3
* fix function name in tabnanny documentation (GH-762)Xiang Zhang2017-03-221-4/+4
* Fix "NotImplentedError" typo in constants documentation (#692) (#739)Serhiy Storchaka2017-03-201-1/+1
* bpo-29856: Fix typo in curses documentation (GH-730) (GH-731)Mariatta2017-03-191-1/+1
* bpo-28749: Fixed the documentation of the mapping codec APIs. (#487) (#714)Serhiy Storchaka2017-03-191-47/+48
* bpo-16355: Clarify when inspect.getcomments() returns None (#428) (#690)Berker Peksag2017-03-171-1/+3
* bpo-29820: othergui.rst: Remove outdated information (GH-685) (GH-688)Mariatta2017-03-161-12/+6
* ftplib.FTP.retrbinary callback gets a bytes, not a str (GH-652) (GH-657)Xiang Zhang2017-03-131-1/+1