summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Collapse)AuthorAgeFilesLines
* Merge with 3.5Steve Dower2015-07-181-0/+17
|\
| * Adds support for an unattend.xml file to control the Windows installer options.Steve Dower2015-07-181-0/+14
| |
| * Adds option to only install the launcher.Steve Dower2015-07-181-0/+3
| |
* | Issue #24642: Adds installer notes and links to What's New for 3.5Steve Dower2015-07-171-0/+10
|\ \ | |/
| * Issue #24642: Adds installer notes and links to What's New for 3.5Steve Dower2015-07-171-0/+10
| |
* | Merge with 3.5Steve Dower2015-07-171-0/+0
|\ \ | |/
| * Removes my username from the documentation.Steve Dower2015-07-171-0/+0
| |
* | Merge with 3.5Steve Dower2015-07-162-2/+10
|\ \ | |/
| * Adds option to install launcher for all users even when installing Python ↵Steve Dower2015-07-162-2/+10
| | | | | | | | | | | | | | just-for-me. This helps mitigate issues when the incompatible Python 3.4 launcher is installed. Enables installer builds with the the text marker. Allows simple installs to include a custom description.
* | Issue #23530: Improve os.cpu_count() description.Charles-François Natali2015-07-132-2/+12
| | | | | | | | Patch by Julian Taylor.
* | merge 3.5 (#24610)Benjamin Peterson2015-07-111-1/+1
|\ \ | |/
| * merge 3.4 (#24610)Benjamin Peterson2015-07-111-1/+1
| |\
| | * fix normalization example (closes #24610)Benjamin Peterson2015-07-111-1/+1
| | | | | | | | | | | | Patch by Chris Angelico
* | | - Issue #15014: SMTP.auth() and SMTP.login() now support RFC 4954's optionalBarry Warsaw2015-07-091-14/+31
|\ \ \ | |/ / | | | | | | initial-response argument to the SMTP AUTH command.
| * | - Issue #15014: SMTP.auth() and SMTP.login() now support RFC 4954's optionalBarry Warsaw2015-07-091-14/+31
| | | | | | | | | | | | initial-response argument to the SMTP AUTH command.
* | | Merge 3.5Zachary Ware2015-07-071-1/+1
|\ \ \ | |/ /
| * | Update ignored suspicious markupZachary Ware2015-07-071-1/+1
| | |
* | | Merge 3.5Zachary Ware2015-07-072-2/+2
|\ \ \ | |/ /
| * | Fix versionchanged directivesZachary Ware2015-07-072-2/+2
| | |
* | | Merge 3.5Zachary Ware2015-07-074-8/+9
|\ \ \ | |/ /
| * | Fix usage of the default role.Zachary Ware2015-07-073-5/+5
| | |
| * | Merge 3.4Zachary Ware2015-07-071-3/+4
| |\ \ | | |/
| | * Fix usage of the default role.Zachary Ware2015-07-072-38/+39
| | | | | | | | | | | | | | | The changes to Doc/library/unittest.mock.rst are almost entirely a selective backport of the 3.5 page.
| | * Fix suspicious markupZachary Ware2015-07-073-5/+14
| | |
* | | merge 3.5Benjamin Peterson2015-07-061-1/+1
|\ \ \ | |/ /
| * | merge 3.4Benjamin Peterson2015-07-061-1/+1
| |\ \ | | |/
| | * 'not' is very important hereBenjamin Peterson2015-07-061-1/+1
| | |
* | | merge 3.5Benjamin Peterson2015-07-061-3/+3
|\ \ \ | |/ /
| * | merge 3.4Benjamin Peterson2015-07-061-3/+3
| |\ \ | | |/
| | * tighten warningBenjamin Peterson2015-07-061-3/+3
| | |
* | | merge 3.5.0b3 changes from 3.5Ned Deily2015-07-051-1/+2
|\ \ \ | |/ /
| * | Documentation fixes for 3.5.0b3.Larry Hastings2015-07-051-1/+2
| | |
* | | Issue #24330: merge from 3.5Ned Deily2015-07-041-1/+2
|\ \ \ | |/ /
| * | 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
| | | | | | | | | | | | on OS X. Original patch by André Freitas.
* | | Merge: #24584: replace dead link with pointer to archive.org.R David Murray2015-07-041-1/+1
|\ \ \ | |/ /
| * | 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
| | |
* | | Merge 3.5 (Issue #24400)Yury Selivanov2015-07-033-10/+32
|\ \ \ | |/ /
| * | Issue #24400: Resurrect inspect.isawaitable()Yury Selivanov2015-07-033-10/+32
| | | | | | | | | | | | | | | | | | | | | | | | collections.abc.Awaitable and collections.abc.Coroutine no longer use __instancecheck__ hook to detect generator-based coroutines. inspect.isawaitable() can be used to detect generator-based coroutines and to distinguish them from regular generator objects.
* | | Merge fix for #24458 from 3.5Nick Coghlan2015-07-036-98/+303
|\ \ \ | |/ /
| * | Close #24458: PEP 489 documentationNick Coghlan2015-07-036-98/+303
| | | | | | | | | | | | Patch by Petr Viktorin.
* | | Merge 3.5 (Issue #19235)Yury Selivanov2015-07-034-4/+22
|\ \ \ | |/ /
| * | Issue #19235: Add new RecursionError exception. Patch by Georg Brandl.Yury Selivanov2015-07-034-4/+22
| | |
* | | Merge 3.5 (Issue #24450)Yury Selivanov2015-07-032-0/+10
|\ \ \ | |/ /
| * | Issue #24450: Add gi_yieldfrom to generators; cr_await to coroutines.Yury Selivanov2015-07-032-0/+10
| | | | | | | | | | | | Patch by Benno Leslie and Yury Selivanov.
* | | merge 3.5Benjamin Peterson2015-07-021-1/+1
|\ \ \ | |/ /
| * | Merge 3.4Benjamin Peterson2015-07-021-1/+1
| |\ \ | | |/
| | * remove stray '(' (closes #24547)Benjamin Peterson2015-07-021-1/+1
| | |
* | | Merge 3.5Yury Selivanov2015-07-021-1/+1
|\ \ \ | |/ /