summaryrefslogtreecommitdiffstats
path: root/Doc/library
Commit message (Expand)AuthorAgeFilesLines
* Issue #24400: Introduce a distinct type for 'async def' coroutines.Yury Selivanov2015-06-224-20/+58
* Merge with 3.4Terry Jan Reedy2015-06-121-1/+1
|\
| * whitespaceTerry Jan Reedy2015-06-121-1/+1
* | Merge 3.4Terry Jan Reedy2015-06-121-0/+4
|\ \ | |/
| * Issue #24406: Add sentences on dict comparisons, similar to those for SequenceTerry Jan Reedy2015-06-121-0/+4
* | - Issue #24351: Clarify what is meant by "identifier" in the context ofBarry Warsaw2015-06-091-6/+8
|\ \ | |/
| * - Issue #24351: Clarify what is meant by "identifier" in the context ofBarry Warsaw2015-06-091-6/+8
* | merge 3.4Benjamin Peterson2015-06-061-1/+0
|\ \ | |/
| * that this is "for Python" is obviousBenjamin Peterson2015-06-061-1/+0
* | Issue #23659: Document **fmtparams in csv.register_dialect docstring.Berker Peksag2015-06-051-1/+1
|\ \ | |/
| * Issue #23659: Document **fmtparams in csv.register_dialect docstring.Berker Peksag2015-06-051-1/+1
* | Issue #24148: Fix incorrect Stats.sort_stats() example.Berker Peksag2015-06-051-1/+1
|\ \ | |/
| * Issue #24148: Fix incorrect Stats.sort_stats() example.Berker Peksag2015-06-051-1/+1
* | Docs: Fix typoYury Selivanov2015-06-041-2/+2
* | Issue 24342: Let wrapper set by sys.set_coroutine_wrapper fail gracefullyYury Selivanov2015-06-021-0/+14
* | Issue #24357: merge from 3.4Ned Deily2015-06-021-4/+4
|\ \ | |/
| * Issue #24357: use example.org insteadNed Deily2015-06-021-4/+4
* | Issue #24357: merge from 3.4Ned Deily2015-06-021-1/+1
|\ \ | |/
| * Issue #24357: fix real typoNed Deily2015-06-021-1/+1
* | Issue #24357: merge from 3.4Ned Deily2015-06-021-1/+1
|\ \ | |/
| * Issue #24357: fix typoNed Deily2015-06-021-1/+1
* | Issue #24357: merge from 3.4Ned Deily2015-06-021-4/+6
|\ \ | |/
| * Issue #24357: Change host in socket.getaddrinfo example to one thatNed Deily2015-06-021-4/+6
* | Issue 24180: Document sys.(set|get)_coroutine_wrapperYury Selivanov2015-05-311-0/+34
* | Issue #19543: Implementation of isclose as per PEP 485Tal Einat2015-05-312-0/+64
* | Issue 22357: Merge from 3.4Yury Selivanov2015-05-301-0/+11
|\ \ | |/
| * Issue 22357: Document __qualname__ in inspect.rstYury Selivanov2015-05-301-0/+11
* | Issue 24315: Make collections.abc.Coroutine derived from AwaitableYury Selivanov2015-05-291-5/+5
* | remove STORE_MAP, since it's unusedBenjamin Peterson2015-05-281-4/+0
* | Fix Sphinx warnings.Berker Peksag2015-05-231-0/+1
* | Merge with 3.4Terry Jan Reedy2015-05-231-1/+1
|\ \ | |/
| * Make expression legal python by adding '1'.Terry Jan Reedy2015-05-231-1/+1
* | Issue #24204: Elaborate of the str.strip() documentation.Raymond Hettinger2015-05-231-0/+10
* | Issue #24269: Minor doc fixups.Raymond Hettinger2015-05-231-5/+6
* | 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