summaryrefslogtreecommitdiffstats
path: root/Doc/library
Commit message (Expand)AuthorAgeFilesLines
* bpo-38096: Clean up the "struct sequence" / "named tuple" docs (GH-15895)Raymond Hettinger2019-09-111-6/+6
* bpo-37651: Document CancelledError is now a subclass of BaseException (GH-15950)Xtreak2019-09-111-19/+2
* bpo-33187: Document ElementInclude (XInclude) support in ElementTree (GH-8861)Anjali Bansal2019-09-111-0/+89
* bpo-23460: Fix documentation for decimal string :g formatting (GH-11850)Brennan D Baraban2019-09-111-3/+4
* bpo-37488 : Document a warning for datetime.utcnow() and utcfromtimestamp() (...Joannah Nanjekye2019-09-111-16/+34
* bpo-31163: Added return values to pathlib.Path instance's rename and replace ...hui shang2019-09-111-5/+14
* bpo-33944: note about the intended use of code in .pth files (GH-10131)native-api2019-09-111-0/+13
* bpo-35640: Allow passing PathLike arguments to SimpleHTTPRequestHandler (GH-1...GĂ©ry Ogam2019-09-111-0/+3
* Doc: Use walrus operator in example. (GH-15934)Julien Palard2019-09-111-4/+1
* bpo-35649: update http client example (GH-11441)Ashwin Ramaswami2019-09-111-2/+5
* Minor ReST formatting fixes in subprocess docs (#14876)Tim Hoffmann2019-09-111-4/+4
* bpo-35603: Add a note on difflib table header interpreted as HTML (GH-11439)Xtreak2019-09-111-0/+4
* bpo-35168: Make shlex.punctuation_chars read-only (#11631)Alex2019-09-111-3/+5
* bpo-32972: Document IsolatedAsyncioTestCase of unittest module (GH-15878)Xtreak2019-09-111-0/+76
* bpo-25810: Clarify eval() docs, it does not keywords (GH-15173)smokephil2019-09-111-1/+1
* bpo-37585: Add clarification regarding comparing dict.values() (GH-14954)Kyle Stanley2019-09-111-0/+8
* bpo-16438: Doc: confusing text regarding numeric precedence corrected (GH-10521)Anjali2019-09-111-3/+2
* Overhaul datetime documentation (GH-13410)Brad2019-09-111-476/+729
* bpo-38034: Fix typo in logging.handlers.rst (GH-15708)wwuck2019-09-111-1/+1
* bpo-37574: Mention helper functions for find_spec documentation (GH-14739)jdkandersson2019-09-101-1/+4
* bpo-33602: Doc: Remove set and queue references from Data Types (GH-7055)Andre Delfino2019-09-101-3/+4
* Correct minor grammatical mistake in open docs (GH-15865)Andre Delfino2019-09-101-2/+2
* bpo-38086: Sync importlib.metadata with importlib_metadata 0.21. (GH-15840)Jason R. Coombs2019-09-101-14/+16
* Fix typo in ssl.RAND_bytes documentation (GH-14791)Zach Thompson2019-09-101-1/+1
* Note regarding + mode truncation applies to both text and binary mode (#11314)Andre Delfino2019-09-101-3/+3
* bpo-21018: added missing documentation about escaping characters for configpa...Arun Persaud2019-09-101-0/+5
* bpo-36373: Deprecate explicit loop parameter in all public asyncio APIs [queu...Emmanuel Arias2019-09-101-0/+4
* bpo-36373: Deprecate explicit loop parameter in all public asyncio APIs [loc...Emmanuel Arias2019-09-101-0/+18
* bpo-37052: Add examples for mocking async iterators and context managers (GH-...Xtreak2019-09-101-0/+39
* bpo-25237: Documentation for tkinter modules (GH-1870)Nikhil2019-09-109-15/+478
* bpo-38049: Add command-line interface for the ast module. (GH-15724)Serhiy Storchaka2019-09-091-0/+36
* bpo-37383: Updates docs to reflect AsyncMock call_count after await. (#15761)Lisa Roach2019-09-091-0/+14
* bpo-36502: Update link to UAX #44, the Unicode doc on the UCD. (GH-15301)Greg Price2019-09-091-1/+1
* bpo-37995: Add an option to ast.dump() to produce a multiline output. (GH-15631)Serhiy Storchaka2019-09-091-1/+12
* bpo-35803: Document and test dir=PathLike for tempfile (GH-11644)Anthony Sottile2019-09-091-0/+6
* Clarify that shutil's copy functions can accept path-like values (GH-15141)Boris Verhovsky2019-09-091-3/+5
* Fix docs bz.open default mode (GH-15100)Richard Sanger2019-09-091-1/+1
* docs: Add references to AsyncMock in unittest.mock.patch (#13681)Mario Corchero2019-09-091-4/+16
* bpo-38053 Update documentation for plistlib (GH-15727)Jon Janzen2019-09-091-4/+18
* bpo-37662: Documented venv.EnvBuilder.upgrade_dependencies(). (GH-15768)Vinay Sajip2019-09-091-0/+8
* logging.Formatter docs: Add missing `validate` parameter, clarify `style` par...David Röthlisberger2019-09-091-3/+6
* bpo-34410: Fix a crash in the tee iterator when re-enter it. (GH-15625)Serhiy Storchaka2019-09-091-0/+4
* Revert "Raise a RuntimeError when tee iterator is consumed from different thr...Serhiy Storchaka2019-09-091-2/+1
* bpo-36018: Address more reviewer feedback (GH-15733)Raymond Hettinger2019-09-081-14/+27
* bpo-20806: Reference both times(2) and times(3) and link to MSDN. (GH-15479)Joannah Nanjekye2019-09-071-1/+3
* More refinements to the statistics docs (GH-15713)Raymond Hettinger2019-09-061-27/+33
* Correct minor gramatical mistake in sys.settrace doc (GH-15637)Andre Delfino2019-09-051-1/+2
* bpo-36409: Remove old plistlib API deprecated in 3.4 (GH-15615)Jon Janzen2019-09-051-76/+6
* bpo-36324: Apply review comment from Jake Vanderplas (GH-15695)Raymond Hettinger2019-09-051-2/+2
* bpo-36324: Apply review comments from Allen Downey (GH-15693)Raymond Hettinger2019-09-051-64/+65