summaryrefslogtreecommitdiffstats
path: root/Doc/library
Commit message (Expand)AuthorAgeFilesLines
* bpo-30217: add the operators ~ and | to the index (GH-1502) (GH-2136)Marco Buttu2017-06-121-0/+2
* backport ssl doc fixes (#2117)Benjamin Peterson2017-06-111-2/+2
* bpo-25409: Clarify fnmatch and fnmatchcase documentation (GH-1535) (GH-2065)Mariatta2017-06-101-4/+4
* [3.6] bpo-30335: Add deprecation alias entry for assertNotRegexpMatches (GH-1...Mariatta2017-06-101-5/+10
* bpo-24755: Document asyncio.wrap_future (GH-603) (GH-2019)Mariatta2017-06-091-0/+5
* [3.6] bpo-19180: Updated references for RFC 1750, RFC 3280 & RFC 4366Nick Coghlan2017-06-091-11/+8
* bpo-30583: Fix typo in datetime dateutil documentation (GH-1972) (GH-1974)wim glenn2017-06-061-2/+2
* bpo-30052: Link `bytes` & `bytearray` to stdtypes not functions (GH-1271) (G...Mariatta2017-06-022-75/+84
* 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-1905)Mariatta2017-06-011-3/+1
* bpo-22702: Clarify documentation of str.join & bytes.join (GH-156) (GH-1897)Mariatta2017-06-011-9/+9
* bpo-27618: Clarify that threading.Lock is a factory function (GH-1307) (GH-1894)csabella2017-06-011-2/+3
* [3.6] bpo-30470: Deprecate invalid ctypes call protection on Windows. (GH-181...Mariatta2017-05-271-14/+6
* [3.6] bpo-30398: Add a docstring for re.error. (GH-1647) (#1830)Serhiy Storchaka2017-05-271-3/+3
* [3.6] Fix the signature of JSONDecodeError (no end parameter). (GH-1827) (#1828)Serhiy Storchaka2017-05-271-1/+1
* [3.6] bpo-30160: Clarify intended usage of wfile (gh-1300) (GH-1793)Zachary Ware2017-05-241-1/+2
* [3.6] bpo-30376: Update outdated WindowObject references (GH-1630) (#1746)Kushal Das2017-05-231-8/+8
* [3.6] bpo-21056: Document return type of next method of csv reader (GH-146) (...Mariatta2017-05-231-2/+4
* [3.6] Fix typos in multiple `.rst` files (GH-1668) (#1702)delirious-lettuce2017-05-2114-24/+24
* [3.6] bpo-30380: Fix Sphinx 1.6.1 warnings. (GH-1613) (#1614)Serhiy Storchaka2017-05-164-4/+4
* bpo-29651 - Cover edge case of square brackets in urllib docs (#1128) (#1596)Senthil Kumaran2017-05-161-0/+6
* bpo-30358: Document sort argument of profile.runctx() (GH-1566)Berker Peksag2017-05-141-2/+2
* [3.6] bpo-30178: Indent methods and attributes of MimeType class (GH-1306) (#...Mariatta2017-05-131-43/+43
* [3.6] bpo-23404: make touch becomes make regen-all (#1405) (#1461)Victor Stinner2017-05-041-1/+0
* [3.6] bpo-28315: Improve code examples in docs (GH-1372) (#1445)Mariatta2017-05-045-21/+21
* [3.6] Fix typo in selectors.rst (GH-1383) (#1414)Mariatta2017-05-031-1/+1
* [3.6] Clean up some confusing text left by PROTOCOL_SSLv23 -> PROTOCOL_TLS tr...Mariatta2017-05-021-3/+3
* [3.6] bpo-30208: DOC: fix small typos in IDLE (#1356)csabella2017-04-301-8/+8
* [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-261-3/+3
* [3.6] Fix trailing colon and newline in test.rst (GH-1250) (#1254)Louie Lu2017-04-221-1/+2
* [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-131-3/+14
* 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-131-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-041-0/+5
* bpo-29677: DOC: clarify documentation for `round` (GH-877) (GH-892)Mariatta2017-03-301-3/+6
* bpo-29677: DOC: clarify documentation for `round` (GH-357) (GH-862)Mariatta2017-03-281-1/+2
* bpo-29892: Fix wrong markup on doc-lib-functions (GH-802) (GH-810)Mariatta2017-03-251-1/+1
* bpo-28810: Document remaining bytecode changes in 3.6 (GH-651) (GH-808)Brett Cannon2017-03-241-2/+16
* 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