summaryrefslogtreecommitdiffstats
path: root/Doc/library
Commit message (Expand)AuthorAgeFilesLines
* bpo-33604: Raise TypeError on missing hmac arg. (GH-16805)Miss Islington (bot)2019-10-181-3/+5
* bpo-38464: Document parameter for NormalDist.quantiles() (GH-16757) (GH-16758)Miss Islington (bot)2019-10-141-1/+1
* bpo-38467: Fix argument name of typing functions (GH-16753)Miss Islington (bot)2019-10-131-2/+2
* bpo-28556: Remove another mention of metaclass of Generic in typing docs (GH-...Miss Islington (bot)2019-10-131-2/+2
* docs: Add asyncio source code links (GH-16640)Miss Islington (bot)2019-10-1011-4/+54
* bpo-32996: Documentation fix-up. (GH-16646)Miss Islington (bot)2019-10-101-3/+4
* bpo-38294: Add list of no-longer-escaped chars to re.escape documentation. (G...Miss Islington (bot)2019-10-071-3/+5
* bpo-26510: Add versionchanged for required arg of add_subparsers (GH-16588)Miss Islington (bot)2019-10-071-1/+4
* bpo-38235: Correct some arguments names in logging documentation (GH-16571) (...Miss Islington (bot)2019-10-041-17/+17
* Correct typos in the codecs module documentation (GH-15135)Miss Islington (bot)2019-10-011-60/+61
* Fix and improve `asyncio.run()` docs (GH-16403) (GH-16504)Miss Islington (bot)2019-10-011-4/+2
* bpo-37408: Precise that Tarfile "format" argument only concerns writing. (GH-...Miss Islington (bot)2019-09-301-2/+3
* bpo-38242: Revert "bpo-36889: Merge asyncio streams (GH-13251)" (#16482) (#16...Yury Selivanov2019-09-304-532/+74
* [3.8] bpo-38163: Child mocks detect their type as sync or async (GH-16471) (G...Lisa Roach2019-09-301-1/+27
* [3.8] bpo-38136: Updates await_count and call_count to be different things (G...Lisa Roach2019-09-271-24/+13
* Doc: Use the `with` statement in the first example of the ftplib doc. (GH-162...Miss Islington (bot)2019-09-261-1/+2
* bpo-38255: super() can search attributes as well as methods (GH-16368) (GH-16...Miss Islington (bot)2019-09-251-0/+4
* bpo-38260: Add Docs on asyncio.run (GH-16337)Miss Islington (bot)2019-09-251-0/+12
* bpo-38237: Let pow() support keyword arguments (GH-16302) (GH-16320)Miss Islington (bot)2019-09-211-9/+15
* [3.8] bpo-38093: Correctly returns AsyncMock for async subclasses. (GH-15947)...Lisa Roach2019-09-211-14/+17
* Doc: Remove provisional note for asyncio.run() (GH-16310) (GH-16311)Miss Islington (bot)2019-09-211-2/+0
* bpo-37937: Mention frame.f_trace in sys.settrace docs (GH-15439)Miss Islington (bot)2019-09-201-0/+11
* bpo-37353: Updated parser note about source code compatibility(GH-14277)Miss Islington (bot)2019-09-201-1/+2
* Doc: Clarify dict equality irrespective of ordering. (GH-16266)Miss Islington (bot)2019-09-191-1/+1
* bpo-38203: faulthandler.dump_traceback_later() is always available (GH-16260)Victor Stinner2019-09-181-2/+4
* Doc: Fix grammar/spelling in ssl.VERIFY_CRL_CHECK_LEAF docs (GH-16221)Miss Islington (bot)2019-09-171-2/+2
* bpo-38192: Fix remaining passing of "loop" in the protocol examples (GH-16202)Miss Islington (bot)2019-09-171-5/+6
* Doc: Add list(dict) in stdtypes library (GH-16209) (GH-16210)Miss Islington (bot)2019-09-171-0/+4
* bpo-28556: Update the opening note in typing docs (GH-16204)Miss Islington (bot)2019-09-161-4/+3
* bpo-38178: Don't explicitly pass "loop" to EchoClientProtocol. (GH-16159)Miss Islington (bot)2019-09-151-7/+7
* [3.8] Doc: Fix link to window.getch in curses documentation (GH-16132) (GH-16...Stéphane Wirtel2019-09-141-1/+1
* Doc: fcntl.lockf() is more powerful than written (GH-6750)Miss Islington (bot)2019-09-131-2/+2
* bpo-32790: Add info about alt format using GH- for 'g' in chart (GH-6624)Miss Islington (bot)2019-09-131-1/+2
* bpo-26468: Doc: improve the documentation of shutil.copy2 when it can fail. (...Miss Islington (bot)2019-09-131-1/+2
* Doc: Improve consistency of os.path.normcase with other os.path functions (GH...Miss Islington (bot)2019-09-131-2/+0
* bpo-36889: Document Stream class and add docstrings (GH-14488)Miss Islington (bot)2019-09-132-11/+204
* bpo-37908: Add an example of ArgumentParser.exit() (GH-15455)Miss Islington (bot)2019-09-121-1/+8
* bpo-37488 : Document a warning for datetime.utcnow() and utcfromtimestamp() (...Miss Islington (bot)2019-09-121-16/+34
* Overhaul datetime documentation (GH-13410)Miss Islington (bot)2019-09-121-476/+729
* bpo-36373: Deprecate explicit loop in task and subprocess API (GH-16033)Miss Islington (bot)2019-09-122-10/+31
* bpo-35325: Doc: imp.find_module() return value documentation discrepancy (GH-...Miss Islington (bot)2019-09-121-6/+5
* bpo-35685: Add examples of unittest.mock.patch.dict usage (GH-11456)Miss Islington (bot)2019-09-121-4/+27
* bpo-36675: Remove obsolete code. (GH-16024)Miss Islington (bot)2019-09-121-2/+0
* [3.8] bpo-32008: Prefer client or TLSv1_2 in examples (GH-5797) (GH-16027)Stéphane Wirtel2019-09-121-8/+14
* bpo-13927: time.ctime and time.asctime return string explantion (GH-11303)Miss Islington (bot)2019-09-121-7/+15
* Doc: Update pickle.rst (GH-14128) (GH-16014)Miss Islington (bot)2019-09-121-17/+19
* bpo-38096: Clean up the "struct sequence" / "named tuple" docs (GH-15895) (GH...Paul Ganssle2019-09-121-6/+6
* bpo-36270: Doc: add link to traceback object reference (GH-13119)Miss Islington (bot)2019-09-111-1/+1
* Doc: recursive glob ** follows symlinks to directories (GH-12918)Miss Islington (bot)2019-09-111-2/+3
* Doc: Fix missing negation. (GH-14640)Miss Islington (bot)2019-09-111-2/+2