summaryrefslogtreecommitdiffstats
path: root/Doc/library
Commit message (Expand)AuthorAgeFilesLines
* PEP 489: Multi-phase extension module initializationNick Coghlan2015-05-231-9/+19
* Issue #23086: Add start and stop arguments to the Sequence.index() mixin method.Raymond Hettinger2015-05-231-0/+14
* Issue 24230: The tempfile module now accepts bytes for prefix, suffix and dirGregory P. Smith2015-05-221-2/+35
* Issue 20438: Add a note about deprecating old inspect APIs to whatsnew.Yury Selivanov2015-05-221-2/+19
* Preliminary typing.py, anticipating provisional acceptance of PEP 484.Guido van Rossum2015-05-221-0/+15
* Issue 20438: Deprecate inspect.getargspec() and friends.Yury Selivanov2015-05-221-6/+7
* Issue 24180: Fixes by Berker Peksag.Yury Selivanov2015-05-212-8/+5
* Issue 24180: Documentation for PEP 492 changes.Yury Selivanov2015-05-214-3/+105
* Issue 20691: Add follow_wrapped arg to inspect.signature/from_callable.Yury Selivanov2015-05-201-4/+10
* #19662: fix typoR David Murray2015-05-191-1/+1
* Issue #24232: Fix typos. Patch by Ville Skyttä.Berker Peksag2015-05-183-3/+3
|\
| * Issue #24232: Fix typos. Patch by Ville Skyttä.Berker Peksag2015-05-182-2/+2
* | Issue #24233: Add a proper link to socket.getfqdn() documentation.Berker Peksag2015-05-181-1/+1
|\ \ | |/
| * Issue #24233: Add a proper link to socket.getfqdn() documentation.Berker Peksag2015-05-181-1/+1
* | Issue #13866: add *quote_via* argument to urlencode.R David Murray2015-05-181-4/+16
* | #24211: Add missing docs for SMTPUTF8 policy instance.R David Murray2015-05-171-0/+8
* | #24218: Add SMTPUTF8 support to send_message.R David Murray2015-05-171-2/+10
* | 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
* | #20098: add mangle_from_ policy option.R David Murray2015-05-171-0/+27
* | #24211: Add RFC6532 support to the email library.R David Murray2015-05-171-0/+8
* | 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
* | #21804: Add RFC 6856 (UTF8) support to poplib.R David Murray2015-05-161-0/+9
* | #19662: Make requirement to support arbitrary keywords explicit.R David Murray2015-05-161-0/+4
* | #22027: Add RFC6531 support to smtplib.R David Murray2015-05-161-1/+34
* | 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
* | os module doc: remove availability when uselessVictor Stinner2015-05-151-58/+0
* | 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 Counter.most_common(...Raymond Hettinger2015-05-131-3/+3
* | Issue #23695: Explain the zip() example for clustering a data series into n...Raymond Hettinger2015-05-131-1/+3
* | Issue #1322: platform.dist() and platform.linux_distribution() functions are ...Berker Peksag2015-05-131-0/+4
* | 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
* | 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 no...Serhiy Storchaka2015-05-122-0/+11
* | Issue #22681: Added support for the koi8_t encoding.Serhiy Storchaka2015-05-121-0/+4