summaryrefslogtreecommitdiffstats
path: root/Doc/library
Commit message (Expand)AuthorAgeFilesLines
* bpo-8538: Add support for boolean actions to argparse (GH-11478)Rémi Lapeyre2019-09-131-3/+16
* Doc: Add example snippet for str.isupper() (GH-14681)Kishore Vancheeshwaran2019-09-131-0/+10
* bpo-9216: Add usedforsecurity to hashlib constructors (GH-16044)Christian Heimes2019-09-131-4/+13
* bpo-36046: Add user and group parameters to subprocess (GH-11950)Patrick McLean2019-09-121-2/+30
* bpo-37908: Add an example of ArgumentParser.exit() (GH-15455)Hai Shi2019-09-121-1/+8
* bpo-36373: Deprecate explicit loop in task and subprocess API (GH-16033)Andrew Svetlov2019-09-122-10/+31
* bpo-35325: Doc: imp.find_module() return value documentation discrepancy (GH-...Windson yang2019-09-121-6/+5
* bpo-35685: Add examples of unittest.mock.patch.dict usage (GH-11456)Emmanuel Arias2019-09-121-4/+27
* bpo-36675: Remove obsolete code. (GH-16024)Julien Palard2019-09-121-2/+0
* bpo-32008: Prefer client or TLSv1_2 in examples (GH-5797)Christian Heimes2019-09-121-8/+14
* bpo-9938: Add optional keyword argument exit_on_error to argparse.ArgumentPar...Hai Shi2019-09-121-1/+29
* bpo-13927: time.ctime and time.asctime return string explantion (GH-11303)Harmandeep Singh2019-09-121-7/+15
* Doc: Add example of dict() function with positional and keyword arguments (GH...Georgy Frolov2019-09-121-1/+2
* bpo-18578: Rename and document test.bytecode_helper as test.support.bytecode_...Joannah Nanjekye2019-09-121-0/+30
* Correct typos in the codecs module documentation (#15135)Géry Ogam2019-09-121-60/+61
* bpo-36270: Doc: add link to traceback object reference (GH-13119)Björn Meier2019-09-111-1/+1
* Doc: recursive glob ** follows symlinks to directories (GH-12918)Marc2019-09-111-2/+3
* bpo-28724: Add methods send_fds and recv_fds to the socket module (GH-12889)Joannah Nanjekye2019-09-111-0/+23
* Doc: Fix missing negation. (GH-14640)Julien Palard2019-09-111-2/+2
* bpo-36182: Update pathlib.Path.write_text() docs (GH-12161)Lysandros Nikolaou2019-09-111-0/+3
* bpo-36260: Add pitfalls to zipfile module documentation (#13378)JunWei Song2019-09-111-0/+40
* Improve the io module documentation (GH-15099)Géry Ogam2019-09-111-55/+61
* Update ftplib.all_errors documentation to match code (#15026)Andrew Scheller2019-09-111-1/+1
* 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