summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
* bpo-6519: Improve Python Input Output Tutorial (GH-2143) (GH-2146)Mariatta2017-06-131-21/+29
* bpo-30217: add the operators ~ and | to the index (GH-1502) (GH-2138)Marco Buttu2017-06-121-0/+2
* bpo-30621: Update Input Output Tutorial Example(GH-2074) (GH-2119)Mariatta2017-06-121-0/+1
* [3.5] Use Travis to make sure all generated files are up to date (GH-2080) (G...Zachary Ware2017-06-111-130/+130
* bpo-25409: Clarify fnmatch and fnmatchcase documentation (GH-1535) (GH-2066)Mariatta2017-06-101-4/+4
* [3.5] bpo-30335: Add deprecation alias entry for assertNotRegexpMatches (GH-1...Mariatta2017-06-101-5/+10
* bpo-24755: Document asyncio.wrap_future (GH-603) (GH-2020)Mariatta2017-06-091-0/+5
* bpo-29596: Improve clinic howto documentation (GH-1710) (GH-1975)gfyoung2017-06-061-3/+3
* bpo-30538: Update count() in Functional Programming HOWTO (GH-1919) (GH-1944)csabella2017-06-051-9/+14
* bpo-30530: Update Descriptor How To Documentation (GH-1845) (GH-1954)Mariatta2017-06-051-1/+1
* bpo-29660: traceback: Document that etype is ignored in some places. (GH-344)...Matthias Bussonnier2017-06-021-3/+11
* bpo-30499: Remove a deprecated note about sets. (GH-1848) (GH-1906)Mariatta2017-06-011-3/+1
* bpo-22702: Clarify documentation of str.join & bytes.join (GH-156) (GH-1896)Mariatta2017-06-011-9/+9
* bpo-27618: Clarify that threading.Lock is a factory function (GH-1307) (GH-1895)csabella2017-06-011-2/+3
* [3.5] Fix a trivial typo in global section (GH-1497) (GH-1881)Mariatta2017-05-311-1/+1
* bpo-30354: Update data model documentation for super() (GH-1561) (GH-1869)csabella2017-05-301-6/+6
* [3.5] bpo-30361: Use better example for mixed-type operands (GH-1701) (#1857)Mariatta2017-05-291-4/+2
* [3.5] bpo-30398: Add a docstring for re.error. (GH-1647) (#1831)Serhiy Storchaka2017-05-271-3/+3
* [3.5] Fix the signature of JSONDecodeError (no end parameter). (GH-1827) (#1829)Serhiy Storchaka2017-05-271-1/+1
* [3.5] bpo-30160: Clarify intended usage of wfile (gh-1300) (GH-1792)Zachary Ware2017-05-241-1/+2
* [3.5] bpo-30376: Update outdated WindowObject references (GH-1630) (#1747)Kushal Das2017-05-231-8/+8
* [3.5] bpo-21056: Document return type of next method of csv reader (GH-146) (...Mariatta2017-05-231-2/+4
* [3.5] Fix typos in multiple `.rst` files (GH-1668) (#1706)delirious-lettuce2017-05-2212-19/+19
* [3.5] bpo-30380: Fix Sphinx 1.6.1 warnings. (GH-1613) (GH-1615)Serhiy Storchaka2017-05-166-14/+14
* bpo-29651 - Cover edge case of square brackets in urllib docs (#1128) (#1597)Senthil Kumaran2017-05-161-0/+6
* bpo-30358: Document sort argument of profile.runctx() (GH-1566)Berker Peksag2017-05-141-2/+2
* [3.5] bpo-30178: Indent methods and attributes of MimeType class (GH-1306) (#...Mariatta2017-05-131-43/+43
* bpo-23404: make touch becomes make regen-all (#1405) (#1461) (#1465)Victor Stinner2017-05-051-1/+0
* [3.5] bpo-28315: Improve code examples in docs (GH-1372) (#1446)Mariatta2017-05-0412-30/+30
* [3.5] Fix typo in selectors.rst (GH-1383) (#1415)Mariatta2017-05-031-1/+1
* [3.5] Improve the grammar in windows.rst (GH-1330) (GH-1359)Mariatta2017-04-301-3/+3
* [3.5] bpo-30208: DOC: fix small typos in IDLE (#1357)csabella2017-04-301-8/+8
* [3.5] bpo-30182: Use the correct name for ISO in Unicode HOWTO. (GH-1312) (GH...Mariatta2017-04-271-3/+3
* [3.5] bpo-30142: Remove "callable" from the 2to3fixer documentation. (GH-1304)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.5] bpo-29751: Improve PyLong_FromString documentation (GH-915) (#1267)Mariatta2017-04-241-7/+6
* [3.5] bpo-15718: Document the upper bound constrain on the __len__ return val...Serhiy Storchaka2017-04-231-0/+9
* [3.5] Fix trailing colon and newline in test.rst (GH-1250) (#1255)Louie Lu2017-04-221-1/+2
* 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.5] bpo-30059: Include Py_Ellipsis in C API documentation (GH-1018) (GH-1148)Michael Seifert2017-04-151-0/+11
* [3.5] Fix a typo in Doc/library/functions.rst (GH-1117) (GH-1124)Mariatta2017-04-131-1/+1
* bpo-30021: Add examples for re.escape(). (#1048) (#1116)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.5] Correct typo in configparser.rst (GH-1012) (GH-1027)Mariatta2017-04-091-2/+2
* bpo-29506: Clarify deep copy note in copy moduleNick Coghlan2017-04-091-2/+2
* Fix a minor typo. (#1032) (#1036)Barry Warsaw2017-04-071-1/+1
* [3.5] bpo-19225: Lack of c api exceptions doc (#965)cocoatomo2017-04-061-56/+145