summaryrefslogtreecommitdiffstats
path: root/Doc/library
Commit message (Expand)AuthorAgeFilesLines
* bpo-28556: Remove another mention of metaclass of Generic in typing docs (GH-...Miss Islington (bot)2019-10-141-2/+2
* Fix typo: equivalent code of `async with cond` (GH-11681) (GH-16720)Miss Islington (bot)2019-10-141-2/+2
* bpo-32996: Documentation fix-up. (GH-16646)Miss Islington (bot)2019-10-141-3/+4
* bpo-36953: Delay removal of ABCs from collections. (GH-13409)Miss Islington (bot)2019-10-141-2/+2
* [3.7] bpo-38294: Add list of no-longer-escaped chars to re.escape documentati...Ricardo Bánffy2019-10-141-3/+5
* bpo-26510: Add versionchanged for required arg of add_subparsers (GH-16588)Miss Islington (bot)2019-10-141-1/+4
* bpo-38235: Correct some arguments names in logging documentation (GH-16571) (...Miss Islington (bot)2019-10-141-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-16505)Miss Islington (bot)2019-10-011-4/+2
* 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-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)Miss Islington (bot)2019-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-16211)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
* Doc: Fix link to window.getch in curses documentation (GH-16132)Miss Islington (bot)2019-09-141-1/+1
* bpo-32790: Add info about alt format using GH- for 'g' in chart (GH-6624)Miss Islington (bot)2019-09-131-1/+2
* bpo-35325: Doc: imp.find_module() return value documentation discrepancy (GH-...Miss Islington (bot)2019-09-121-6/+5
* bpo-32008: Prefer client or TLSv1_2 in examples (GH-5797) (GH-16026)Miss Islington (bot)2019-09-121-8/+14
* Doc: Update pickle.rst (GH-14128) (GH-16015)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
* Doc: Fix missing negation. (GH-14640) (GH-15985)Miss Islington (bot)2019-09-111-2/+2
* Doc: recursive glob ** follows symlinks to directories (GH-12918)Miss Islington (bot)2019-09-111-2/+3
* bpo-33187: Document ElementInclude (XInclude) support in ElementTree (GH-8861...Miss Islington (bot)2019-09-111-0/+89
* bpo-35649: update http client example (GH-11441) (GH-15931)Miss Islington (bot)2019-09-111-2/+5
* [3.7] bpo-35168: Make shlex.punctuation_chars read-only (GH-11631) (GH-15926)Vinay Sajip2019-09-111-3/+5
* bpo-25810: Clarify eval() docs, it does not keywords (GH-15173)Miss Islington (bot)2019-09-111-1/+1
* bpo-37585: Add clarification regarding comparing dict.values() (GH-14954)Miss Islington (bot)2019-09-111-0/+8
* bpo-16438: Doc: confusing text regarding numeric precedence corrected (GH-10521)Miss Islington (bot)2019-09-111-3/+2
* bpo-38034: Fix typo in logging.handlers.rst (GH-15708) (GH-15894)Miss Islington (bot)2019-09-111-1/+1
* bpo-37574: Mention helper functions for find_spec documentation (GH-14739)Miss Islington (bot)2019-09-101-1/+4
* bpo-33602: Doc: Remove set and queue references from Data Types (GH-7055) (GH...Miss Islington (bot)2019-09-101-3/+4
* bpo-21018: added missing documentation about escaping characters for configpa...Miss Islington (bot)2019-09-101-0/+5
* bpo-36502: Update link to UAX GH-44, the Unicode doc on the UCD. (GH-15301)Miss Islington (bot)2019-09-091-1/+1
* bpo-35803: Document and test dir=PathLike for tempfile (GH-11644)Miss Islington (bot)2019-09-091-0/+6
* bpo-34410: Fix a crash in the tee iterator when re-enter it. (GH-15625)Miss Islington (bot)2019-09-091-0/+4
* bpo-20806: Reference both times(2) and times(3) and link to MSDN. (GH-15479)Miss Islington (bot)2019-09-071-1/+3
* Correct minor gramatical mistake in sys.settrace doc (GH-15637)Miss Islington (bot)2019-09-051-1/+2
* Fix grammar in asyncio-dev.rst (GH-15672)Miss Islington (bot)2019-09-041-1/+1
* bpo-37979: Add alternative to fromisoformat in documentation (GH-15596)Miss Islington (bot)2019-08-291-1/+3
* bpo-37950: Fix ast.dump() when call with incompletely initialized node. (GH-1...Miss Islington (bot)2019-08-291-4/+5
* Clarify argument types in datetime docs. (GH-15459)Miss Islington (bot)2019-08-241-3/+3
* bpo-27961: Remove leftovers from the times when long long wasn't required (GH...Miss Islington (bot)2019-08-223-36/+24
* Update asyncio.ensure_future() documentation (GH-15347) (GH-15361)Miss Islington (bot)2019-08-211-1/+3