summaryrefslogtreecommitdiffstats
path: root/Doc/library
Commit message (Expand)AuthorAgeFilesLines
* bpo-27902: Add compatibility note to Profile docs (GH-7295)Tobias Kunze2018-06-041-5/+6
* bpo-33640, uuid.UUID doc: document endian of bytes parameter (GH-7263)Farhaan Bukhsh2018-06-041-6/+7
* bpo-23495: Correct the documentation for writerows() of csv Writer objects (G...Zackery Spytz2018-06-021-2/+3
* bpo-29235: Make cProfile.Profile a context manager (GH-6808)Scott Sanderson2018-06-011-0/+10
* bpo-33400: Removed references to RFC3339 and ISO8601 from the logging documen...Vinay Sajip2018-06-012-12/+12
* bpo-32519: Removed misleading sentence from EnvBuilder documentation. (GH-7296)Vinay Sajip2018-06-011-2/+1
* bpo-33641: Convert RFC references into links. (GH-7103)Serhiy Storchaka2018-05-3118-50/+46
* bpo-31368: Enhance os.preadv() documentation (GH-7254)Pablo Galindo2018-05-301-95/+114
* bpo-33238: Add InvalidStateError to concurrent.futures. (GH-7056)jhaydaman2018-05-301-0/+16
* Fix typo introduced in GH-7217 (#7230)Elvis Pranskevichus2018-05-301-1/+1
* bpo-23859: Document that asyncio.wait() does not cancel its futures (#7217)Elvis Pranskevichus2018-05-291-0/+3
* bpo-32751: Wait for task cancellation in asyncio.wait_for() (GH-7216)Elvis Pranskevichus2018-05-291-1/+8
* bpo-32684: Fix gather to propagate cancel of itself with return_exceptions (G...Yury Selivanov2018-05-291-0/+4
* bpo-31639: Change ThreadedHTTPServer to ThreadingHTTPServer class name (GH-7195)Géry Ogam2018-05-291-2/+2
* bpo-30935: update get_event_loop docs (GH-2731)Mandeep Singh2018-05-291-1/+4
* bpo-32911: Revert bpo-29463. (GH-7121) (GH-7197)Serhiy Storchaka2018-05-291-4/+0
* bpo-32878: Adds documentation for st_ino on Windows (GH-5764)Steve Dower2018-05-291-1/+11
* bpo-32610: Fix asyncio.all_tasks() to return only pending tasks. (GH-7174)Yury Selivanov2018-05-281-2/+5
* bpo-33654: Support BufferedProtocol in set_protocol() and start_tls() (GH-7130)Yury Selivanov2018-05-281-5/+12
* bpo-32380: Create functools.singledispatchmethod (#6306)Ethan Smith2018-05-261-0/+46
* Document typing.NoReturn (GH-7107)Ivan Levkivskyi2018-05-251-0/+12
* bpo-33109: argparse subparsers are once again not required by default (GH-6919)Ned Deily2018-05-241-1/+1
* bpo-33540: Add block_on_close attr to socketserver (GH-6911)Victor Stinner2018-05-241-2/+7
* bpo-33618: Enable TLS 1.3 in tests (GH-7079)Christian Heimes2018-05-231-1/+27
* bpo-32436: Document PEP 567 changes to asyncio. (GH-7073)Yury Selivanov2018-05-232-6/+45
* bpo-27300: Add the errors parameter to tempfile classes. (GH-6696)sth2018-05-231-4/+13
* bpo-33604: Remove Pending from hmac Deprecation warning. (GH-7062)Matthias Bussonnier2018-05-221-1/+1
* bpo-33570: TLS 1.3 ciphers for OpenSSL 1.1.1 (GH-6976)Christian Heimes2018-05-221-5/+3
* bpo-33516: Add support for __round__ in MagicMock (GH-6880)John Reese2018-05-221-1/+1
* bpo-30940: Updating round() docs. (GH-6342)Lisa Roach2018-05-201-4/+5
* bpo-32996: The bulk of What's New in Python 3.7 (GH-6978)Elvis Pranskevichus2018-05-202-4/+1
* import secrets module in secrets recipes (#6705)Daniel Chimeno2018-05-191-4/+8
* bpo-28556: Don't simplify unions at runtime (GH-6841)Ivan Levkivskyi2018-05-181-4/+3
* asyncio/docs: Mark asyncio.run() as provisional in 3.7. (#6946)Yury Selivanov2018-05-171-0/+2
* bpo-19950: Clarify unittest TestCase instance use. (GH-6875)Gregory P. Smith2018-05-171-9/+15
* bpo-13631: Fix the order of initialization for readline libedit on macOS. (GH...Zvezdan Petkovic2018-05-171-7/+15
* bpo-32216: Update dataclasses documentation (#6913)Barry Warsaw2018-05-161-75/+79
* bpo-28167: Remove platform.linux_distribution (GH-6871)Petr Viktorin2018-05-161-27/+0
* bpo-21475: Support the Sitemap extension in robotparser (GH-6883)Christopher Beacham2018-05-161-0/+9
* Minor tweaks to dataclasses docs. (GH-6903)Eric V. Smith2018-05-161-3/+3
* bpo-32216: Add documentation for dataclasses (GH-6886)Eric V. Smith2018-05-162-0/+589
* bpo-32257: Add ssl.OP_NO_RENEGOTIATION (GH-5904)Christian Heimes2018-05-151-0/+9
* bpo-33503: Fix the broken pypi link in the source and the documentation (GH-6...Stéphane Wirtel2018-05-157-19/+19
* bpo-28167: bump platform.linux_distribution removal to 3.8 (GH-6669)Matthias Bussonnier2018-05-151-2/+4
* Add AsyncContextManager to typing module documentation. (GH-6822)Travis DePrato2018-05-141-0/+6
* bpo-33497: Add errors param to cgi.parse_multipart and make an encoding in Fi...Amber Brown2018-05-141-3/+3
* Add versionchanged in create_datagram_endpoint doc (#4697)Romuald Brunet2018-05-141-0/+3
* bpo-22069: Update TextIO documentation (GH-6609)Elena Oat2018-05-141-1/+1
* bpo-26701: Tweak the documentation for special methods in int(). (GH-6741)Serhiy Storchaka2018-05-101-8/+6
* Fix superfluous if in documentation. (GH-6728)Julien Palard2018-05-091-1/+1