summaryrefslogtreecommitdiffstats
path: root/Doc/library
Commit message (Expand)AuthorAgeFilesLines
* - Issue #15014: SMTP.auth() and SMTP.login() now support RFC 4954's optionalBarry Warsaw2015-07-091-14/+31
* Fix usage of the default role.Zachary Ware2015-07-072-4/+4
* merge 3.4Benjamin Peterson2015-07-061-1/+1
|\
| * 'not' is very important hereBenjamin Peterson2015-07-061-1/+1
* | merge 3.4Benjamin Peterson2015-07-061-3/+3
|\ \ | |/
| * tighten warningBenjamin Peterson2015-07-061-3/+3
* | Issue #24330: merge from 3.4Ned Deily2015-07-041-1/+2
|\ \ | |/
| * Issue #24330: Update IDLE doc and help to note "Configure IDLE" differenceNed Deily2015-07-041-1/+2
* | Merge: #24584: replace dead link with pointer to archive.org.R David Murray2015-07-041-1/+1
|\ \ | |/
| * #24584: replace dead link with pointer to archive.org.R David Murray2015-07-041-1/+1
* | Issue #24400: Resurrect inspect.isawaitable()Yury Selivanov2015-07-032-8/+29
* | Issue #19235: Add new RecursionError exception. Patch by Georg Brandl.Yury Selivanov2015-07-032-1/+11
* | Issue #24450: Add gi_yieldfrom to generators; cr_await to coroutines.Yury Selivanov2015-07-031-0/+7
* | Issue #24400: Mention that __instancecheck__ is used in abc.Awaitable and Cor...Yury Selivanov2015-07-011-0/+12
* | Issue #24487: Rename async() -> ensure_future() in asyncio docs.Yury Selivanov2015-07-014-13/+13
* | Issue #24541: Drop test_inspect.test_eightteen unittest; update docsYury Selivanov2015-07-011-1/+1
* | Issue #24400: Remove inspect.isawaitable().Yury Selivanov2015-06-301-10/+0
* | upgrade to Unicode 8.0.0Benjamin Peterson2015-06-272-5/+5
* | Issue #23684: Clarify the return value of the scheme attribute of ParseResult...Berker Peksag2015-06-251-7/+9
|\ \ | |/
| * Issue #23684: Clarify the return value of the scheme attribute of ParseResult...Berker Peksag2015-06-251-7/+9
* | Merge 3.4 (issue #24509)Yury Selivanov2015-06-251-3/+9
|\ \ | |/
| * Issue #24509: Clarify Handle.cancel() and loop.call_* methods.Yury Selivanov2015-06-251-3/+9
* | Merge 3.4Yury Selivanov2015-06-251-2/+2
|\ \ | |/
| * asyncio.docs: Use less confusing titleYury Selivanov2015-06-251-2/+2
| * Back porting changeset db302b88fdb6 to 3.4 branch, which fixed multiple docum...Senthil Kumaran2015-06-1521-24/+24
| * Issue #24453: Fix doubled word.Raymond Hettinger2015-06-141-1/+1
* | Issue #24439: Update tulip_coro.diaYury Selivanov2015-06-251-0/+0
* | Issue #24439: Improve PEP 492 related docs.Yury Selivanov2015-06-247-54/+90
* | 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
|\ \ | |/