Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | Remove line numbers from unittest in susp-ignored. | Robert Collins | 2015-07-22 | 1 | -4/+4 | |
|\ \ | |/ | ||||||
| * | Remove line numbers from unittest in susp-ignored. | Robert Collins | 2015-07-22 | 1 | -4/+4 | |
| | | ||||||
* | | Merge unittest docs suspicious fix. | Robert Collins | 2015-07-22 | 1 | -4/+4 | |
|\ \ | |/ | ||||||
| * | Fix suspicious after the unittest docs change. | Robert Collins | 2015-07-22 | 1 | -4/+4 | |
| | | ||||||
* | | Issue #22153: Improve unittest docs. Patch from Martin Panter and evilzero. | Robert Collins | 2015-07-22 | 1 | -4/+8 | |
|\ \ | |/ | ||||||
| * | Issue #22153: Improve unittest docs. Patch from Martin Panter and evilzero. | Robert Collins | 2015-07-22 | 1 | -4/+8 | |
| | | ||||||
* | | Issue #24619: New approach for tokenizing async/await. | Yury Selivanov | 2015-07-22 | 1 | -3/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This commit fixes how one-line async-defs and defs are tracked by tokenizer. It allows to correctly parse invalid code such as: >>> async def f(): ... def g(): pass ... async = 10 and valid code such as: >>> async def f(): ... async def g(): pass ... await z As a consequence, is is now possible to have one-line 'async def foo(): await ..' functions: >>> async def foo(): return await bar() | |||||
* | | Merge with 3.4 | Zachary Ware | 2015-07-22 | 1 | -1/+1 | |
|\ \ | |/ | ||||||
| * | rstlint: explicitly open files as UTF8 | Zachary Ware | 2015-07-22 | 1 | -1/+1 | |
| | | ||||||
* | | Issue #24680: Merge with 3.4 | Zachary Ware | 2015-07-22 | 1 | -1/+1 | |
|\ \ | |/ | ||||||
| * | Issue #24680: Remove random backslash. Patch by cdz. | Zachary Ware | 2015-07-22 | 1 | -1/+1 | |
| | | ||||||
* | | Fixes argument handling in build.bat and HHC search | Steve Dower | 2015-07-21 | 1 | -10/+7 | |
| | | ||||||
* | | Adds support for an unattend.xml file to control the Windows installer options. | Steve Dower | 2015-07-18 | 1 | -0/+14 | |
| | | ||||||
* | | Adds option to only install the launcher. | Steve Dower | 2015-07-18 | 1 | -0/+3 | |
| | | ||||||
* | | Issue #24642: Adds installer notes and links to What's New for 3.5 | Steve Dower | 2015-07-17 | 1 | -0/+10 | |
| | | ||||||
* | | Removes my username from the documentation. | Steve Dower | 2015-07-17 | 1 | -0/+0 | |
| | | ||||||
* | | Adds option to install launcher for all users even when installing Python ↵ | Steve Dower | 2015-07-16 | 2 | -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. | |||||
* | | merge 3.4 (#24610) | Benjamin Peterson | 2015-07-11 | 1 | -1/+1 | |
|\ \ | |/ | ||||||
| * | fix normalization example (closes #24610) | Benjamin Peterson | 2015-07-11 | 1 | -1/+1 | |
| | | | | | | | | Patch by Chris Angelico | |||||
* | | - Issue #15014: SMTP.auth() and SMTP.login() now support RFC 4954's optional | Barry Warsaw | 2015-07-09 | 1 | -14/+31 | |
| | | | | | | | | initial-response argument to the SMTP AUTH command. | |||||
* | | Update ignored suspicious markup | Zachary Ware | 2015-07-07 | 1 | -1/+1 | |
| | | ||||||
* | | Fix versionchanged directives | Zachary Ware | 2015-07-07 | 2 | -2/+2 | |
| | | ||||||
* | | Fix usage of the default role. | Zachary Ware | 2015-07-07 | 3 | -5/+5 | |
| | | ||||||
* | | Merge 3.4 | Zachary Ware | 2015-07-07 | 1 | -3/+4 | |
|\ \ | |/ | ||||||
| * | Fix usage of the default role. | Zachary Ware | 2015-07-07 | 2 | -38/+39 | |
| | | | | | | | | | | The changes to Doc/library/unittest.mock.rst are almost entirely a selective backport of the 3.5 page. | |||||
| * | Fix suspicious markup | Zachary Ware | 2015-07-07 | 3 | -5/+14 | |
| | | ||||||
* | | merge 3.4 | Benjamin Peterson | 2015-07-06 | 1 | -1/+1 | |
|\ \ | |/ | ||||||
| * | 'not' is very important here | Benjamin Peterson | 2015-07-06 | 1 | -1/+1 | |
| | | ||||||
* | | merge 3.4 | Benjamin Peterson | 2015-07-06 | 1 | -3/+3 | |
|\ \ | |/ | ||||||
| * | tighten warning | Benjamin Peterson | 2015-07-06 | 1 | -3/+3 | |
| | | ||||||
* | | Documentation fixes for 3.5.0b3. | Larry Hastings | 2015-07-05 | 1 | -1/+2 | |
| | | ||||||
* | | Issue #24330: merge from 3.4 | Ned Deily | 2015-07-04 | 1 | -1/+2 | |
|\ \ | |/ | ||||||
| * | Issue #24330: Update IDLE doc and help to note "Configure IDLE" difference | Ned Deily | 2015-07-04 | 1 | -1/+2 | |
| | | | | | | | | on OS X. Original patch by André Freitas. | |||||
* | | Merge: #24584: replace dead link with pointer to archive.org. | R David Murray | 2015-07-04 | 1 | -1/+1 | |
|\ \ | |/ | ||||||
| * | #24584: replace dead link with pointer to archive.org. | R David Murray | 2015-07-04 | 1 | -1/+1 | |
| | | ||||||
* | | Issue #24400: Resurrect inspect.isawaitable() | Yury Selivanov | 2015-07-03 | 3 | -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. | |||||
* | | Close #24458: PEP 489 documentation | Nick Coghlan | 2015-07-03 | 6 | -98/+303 | |
| | | | | | | | | Patch by Petr Viktorin. | |||||
* | | Issue #19235: Add new RecursionError exception. Patch by Georg Brandl. | Yury Selivanov | 2015-07-03 | 4 | -4/+22 | |
| | | ||||||
* | | Issue #24450: Add gi_yieldfrom to generators; cr_await to coroutines. | Yury Selivanov | 2015-07-03 | 2 | -0/+10 | |
| | | | | | | | | Patch by Benno Leslie and Yury Selivanov. | |||||
* | | Merge 3.4 | Benjamin Peterson | 2015-07-02 | 1 | -1/+1 | |
|\ \ | |/ | ||||||
| * | remove stray '(' (closes #24547) | Benjamin Peterson | 2015-07-02 | 1 | -1/+1 | |
| | | ||||||
* | | docs/conf: Undo changes in b2a3baa1c2b0; issue #24400 | Yury Selivanov | 2015-07-02 | 1 | -1/+1 | |
| | | ||||||
* | | Issue #24400: Mention that __instancecheck__ is used in abc.Awaitable and ↵ | Yury Selivanov | 2015-07-01 | 2 | -1/+13 | |
| | | | | | | | | Coroutine | |||||
* | | Issue #24487: Rename async() -> ensure_future() in asyncio docs. | Yury Selivanov | 2015-07-01 | 4 | -13/+13 | |
| | | | | | | | | Patch by Martin Panter. | |||||
* | | Issue #24541: Drop test_inspect.test_eightteen unittest; update docs | Yury Selivanov | 2015-07-01 | 1 | -1/+1 | |
| | | | | | | | | Suggested by Martin Panter. | |||||
* | | Issue #24400: Remove inspect.isawaitable(). | Yury Selivanov | 2015-06-30 | 2 | -13/+2 | |
| | | | | | | | | | | | | isawaitable() was added before collections.abc.Awaitable; now, with Awaitable, it is no longer needed (we don't have ishashable() or isiterable() methods in the inspect module either). | |||||
* | | upgrade to Unicode 8.0.0 | Benjamin Peterson | 2015-06-27 | 4 | -7/+14 | |
| | | ||||||
* | | Issue #23684: Clarify the return value of the scheme attribute of ↵ | Berker Peksag | 2015-06-25 | 1 | -7/+9 | |
|\ \ | |/ | | | | | | | | | ParseResult and SplitResult objects. Patch by Martin Panter. | |||||
| * | Issue #23684: Clarify the return value of the scheme attribute of ↵ | Berker Peksag | 2015-06-25 | 1 | -7/+9 | |
| | | | | | | | | | | | | ParseResult and SplitResult objects. Patch by Martin Panter. | |||||
* | | Merge 3.4 (issue #24509) | Yury Selivanov | 2015-06-25 | 1 | -3/+9 | |
|\ \ | |/ |