summaryrefslogtreecommitdiffstats
path: root/Doc/library
Commit message (Collapse)AuthorAgeFilesLines
...
* | #24218: Add SMTPUTF8 support to send_message.R David Murray2015-05-171-2/+10
| | | | | | | | Reviewed by Maciej Szulik.
* | Merge with 3.4Terry Jan Reedy2015-05-171-0/+50
|\ \ | |/
| * Issue #22155: Add File Handlers subsection with createfilehandler to tkinterTerry Jan Reedy2015-05-171-0/+50
| | | | | | | | doc. Remove obsolete example from FAQ. Patch by Martin Panter.
* | #20098: add mangle_from_ policy option.R David Murray2015-05-171-0/+27
| | | | | | | | | | | | | | This defaults to True in the compat32 policy for backward compatibility, but to False for all new policies. Patch by Milan Oberkirch, with a few tweaks.
* | #24211: Add RFC6532 support to the email library.R David Murray2015-05-171-0/+8
| | | | | | | | | | | | | | | | | | This could use more edge case tests, but the basic functionality is tested. (Note that this changeset does not add tailored support for the RFC 6532 message/global MIME type, but the email package generic facilities will handle it.) Reviewed by Maciej Szulik.
* | Merge: #24216: fix typoR David Murray2015-05-171-1/+1
|\ \ | |/
| * #24216: fix typoR David Murray2015-05-171-1/+1
| |
* | Add versionadded directive for BoundArguments.apply_defaults().Berker Peksag2015-05-161-0/+2
| |
* | #21083: add get_content_disposition method to email.message.R David Murray2015-05-161-0/+9
| | | | | | | | Patch by Abhilash Raj.
* | #21804: Add RFC 6856 (UTF8) support to poplib.R David Murray2015-05-161-0/+9
| | | | | | | | Patch by Milan Oberkirch.
* | #19662: Make requirement to support arbitrary keywords explicit.R David Murray2015-05-161-0/+4
| | | | | | | | | | | | | | | | When not using decode_data=True, smtpd may provide keyword arguments to the process_message user-implemented method. This doc update is intended to make it clear that arbitrary keywords must be supported, so that we can add additional features in the future by just adding keywords to the process_message call.
* | #22027: Add RFC6531 support to smtplib.R David Murray2015-05-161-1/+34
| | | | | | | | Initial patch by Milan Oberkirch.
* | Issue 24190: Add inspect.BoundArguments.apply_defaults() method.Yury Selivanov2015-05-161-21/+20
| |
* | Issue #20182: converted the signal module to use Argument ClinicTal Einat2015-05-161-6/+6
| |
* | Issue #24064: Docuement that oroperty docstrings are now writeable.Raymond Hettinger2015-05-151-0/+3
| |
* | Closes #24013: Improve os.scandir() and DirEntry documentationVictor Stinner2015-05-151-71/+69
| | | | | | | | Patch written by Ben Hoyt.
* | os module doc: remove availability when uselessVictor Stinner2015-05-151-58/+0
| | | | | | | | | | Remove "Availability: Unix, Windows." from os module documentation for functions available on all platforms.
* | Issue 24191: Document BoundArguments.signatureYury Selivanov2015-05-141-0/+4
|\ \ | |/
| * Issue 24191: Document BoundArguments.signatureYury Selivanov2015-05-141-0/+4
| |
* | Merge: Make sentence correct English.R David Murray2015-05-141-1/+1
|\ \ | |/
| * Make sentence correct English.R David Murray2015-05-141-1/+1
| |
* | mergeRaymond Hettinger2015-05-131-2/+2
|\ \ | |/
| * Fix mangled wordingRaymond Hettinger2015-05-131-2/+2
| |
* | mergeRaymond Hettinger2015-05-131-3/+3
|\ \ | |/
| * Issue #19934: Document *None* as an acceptable input to ↵Raymond Hettinger2015-05-131-3/+3
| | | | | | | | Counter.most_common([n])
* | Issue #23695: Explain the zip() example for clustering a data series into ↵Raymond Hettinger2015-05-131-1/+3
| | | | | | | | n-length groups.
* | Issue #1322: platform.dist() and platform.linux_distribution() functions are ↵Berker Peksag2015-05-131-0/+4
| | | | | | | | | | | | now deprecated. Initial patch by Vajrasky Kok.
* | Issue #24064: Add __doc__ to the example in collections.rst.Berker Peksag2015-05-131-3/+3
| |
* | Issue #24064: Property() docstrings are now writeable.Raymond Hettinger2015-05-131-0/+9
| | | | | | | | (Patch by Berker Peksag.)
* | merge 3.4Benjamin Peterson2015-05-121-2/+2
|\ \ | |/
| * use imperativeBenjamin Peterson2015-05-121-2/+2
| |
* | versionaddedBenjamin Peterson2015-05-121-0/+2
| |
* | Issue #22486: Added the math.gcd() function. The fractions.gcd() function ↵Serhiy Storchaka2015-05-122-0/+11
| | | | | | | | | | | | now is deprecated. Based on patch by Mark Dickinson.
* | Issue #22681: Added support for the koi8_t encoding.Serhiy Storchaka2015-05-121-0/+4
| |
* | Issue #22682: Added support for the kz1048 encoding.Serhiy Storchaka2015-05-121-0/+4
| |
* | Issue #23983: Update the pty module example.Berker Peksag2015-05-121-37/+29
|\ \ | |/ | | | | | | | | | | Changes: * Fixed a ResourceWarning warning * Used argparse instead of getopt
| * Issue #23983: Update the pty module example.Berker Peksag2015-05-121-37/+29
| | | | | | | | | | | | | | Changes: * Fixed a ResourceWarning warning * Used argparse instead of getopt
* | PEP 0492 -- Coroutines with async and await syntax. Issue #24017.Yury Selivanov2015-05-121-2/+40
| |
* | Merge 3.4 (asyncio docs)Yury Selivanov2015-05-114-20/+48
|\ \ | |/
| * docs/asyncio: Document new ensure_future() and deprecated async()Yury Selivanov2015-05-113-20/+28
| |
| * docs/asyncio: Document set_task_factory/get_task_factoryYury Selivanov2015-05-111-0/+20
| |
* | #21795: advertise 8BITMIME if decode_data is False.R David Murray2015-05-111-23/+35
| | | | | | | | | | | | Patch by Milan Oberkirch, with a few updates. This changeset also tweaks the smtpd and whatsnew docs for smtpd into what should be the final form for the 3.5 release.
* | #21800: Add RFC 6855 support to imaplib.R David Murray2015-05-101-2/+28
| | | | | | | | | | Original patch by Milan Oberkirch, updated by myself and Maciej Szulik.
* | PEP 479: Change StopIteration handling inside generators.Yury Selivanov2015-05-092-0/+11
| | | | | | | | Closes issue #22906.
* | Issue #24018: Add a collections.Generator abstract base class.Raymond Hettinger2015-05-091-0/+10
| |
* | Merge 3.4Andrew Svetlov2015-05-081-2/+1
|\ \ | |/
| * Fix doc: asyncio.Semaphore.release() actually is a regular function, not ↵Andrew Svetlov2015-05-081-2/+1
| | | | | | | | coroutine
* | merge 3.4Benjamin Peterson2015-05-072-5/+5
|\ \ | |/
| * remove word we don't needBenjamin Peterson2015-05-071-1/+1
| |
| * Fix copy/paste errors.Zachary Ware2015-05-071-4/+4
| | | | | | | | Basically, s/thread/coroutine/.