summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
* Add idlelib and IDLE section to What's New in 3.7. (#7019)Terry Jan Reedy2018-05-201-0/+27
* bpo-33580: Make binary/text file glossary entries follow most common "see als...Andrés Delfino2018-05-201-4/+4
* bpo-30940: Updating round() docs. (GH-6342)Lisa Roach2018-05-201-4/+5
* Docs: be less specific about python versions (GH-6985)Eitan Adler2018-05-201-2/+2
* bpo-23722: Raise a RuntimeError for absent __classcell__. (GH-6931)Serhiy Storchaka2018-05-202-2/+6
* bpo-23722: Fix docs for future __classcell__ changes. (GH-6999)Serhiy Storchaka2018-05-202-2/+3
* bpo-32996: The bulk of What's New in Python 3.7 (GH-6978)Elvis Pranskevichus2018-05-204-594/+1549
* 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
* Fix C API docs: PyCapsule_Import always set an exception on failure. (GH-6967)Serhiy Storchaka2018-05-181-2/+9
* bpo-33559: Attribute changed repr of exceptions (GH-6954)Miro Hrončok2018-05-171-0/+1
* bpo-33559: Document changed repr of exceptions (GH-6943)Miro Hrončok2018-05-171-0/+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-33518: Add PEP entry to documentation glossary (GH-6860)Andrés Delfino2018-05-171-0/+15
* bpo-13631: Fix the order of initialization for readline libedit on macOS. (GH...Zvezdan Petkovic2018-05-172-7/+17
* bpo-33522: Enable CI builds on Visual Studio Team Services (#6865)Steve Dower2018-05-161-4/+6
* 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-1523-44/+44
* 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
* bpo-32769: Write annotation entry for glossary (GH-6657)Andrés Delfino2018-05-141-17/+57
* 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
* bpo-13525: Fix incorrect encoding name in the tutorial example. (GH-6738)Serhiy Storchaka2018-05-091-2/+2
* Fix superfluous if in documentation. (GH-6728)Julien Palard2018-05-091-1/+1
* bpo-32717: Document PEP 560 (GH-6726)Ivan Levkivskyi2018-05-083-1/+74
* bpo-33400: Clarified documentation to indicate no strict adherence to ISO 860...Vinay Sajip2018-05-043-12/+13
* bpo-33332: Add signal.valid_signals() (GH-6581)Antoine Pitrou2018-05-041-2/+11
* bpo-20104: Improve error handling and fix a reference leak in os.posix_spawn(...Serhiy Storchaka2018-05-011-11/+27
* bpo-20709: os.utime(path_to_directory): wrong documentation for Windows. (GH-...Stéphane Wirtel2018-05-011-8/+6
* Add What's New for Korean documentation translation. (GH-6645)Julien Palard2018-05-011-1/+4
* bpo-33254: do not return an empty list when asking for the contents of a name...Brett Cannon2018-04-301-4/+4
* bpo-33012: Fix invalid function cast warnings with gcc 8 for METH_NOARGS. (GH...Siddhesh Poyarekar2018-04-291-1/+1
* bpo-32362: Fix references to non-existent multiprocessing.Connection() (GH-6223)Bo Bayles2018-04-291-11/+17
* bpo-33378: Add Korean to the language switcher. (GH-6627)Dong-hee Na2018-04-281-0/+1
* Change "non-local state" to "content-local state". (GH-6617)Tom Christie2018-04-271-1/+1
* Clarify the inspect.getmembers predicate parameter (#6615)Brian Curtin2018-04-261-3/+4
* bpo-33280: Reorganize external Tcl/Tk references. (GH-6473)Andrés Delfino2018-04-251-22/+27
* Mention both relevant PEPs in function annotations tutorial (GH-6304)Neeraj Badlani2018-04-251-2/+2
* Fix rendering issues in the documentation for the os module (#6525)Pablo Galindo2018-04-251-4/+16
* bpo-33251: Update documentation to reflect change. (GH-6446) (#6583)Chris Bradbury2018-04-231-0/+5
* bpo-33297: Mention Pillow to work with more image formats. (#6505)Andrés Delfino2018-04-213-3/+7