Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Issue 28753: Argument Clinic howto docfix, courtesy Julien Palard. | Larry Hastings | 2016-11-20 | 1 | -14/+15 |
| | |||||
* | Issue #28750: Fixed docs of of unicode-escape an raw-unicode-escape C API. | Serhiy Storchaka | 2016-11-20 | 1 | -7/+5 |
|\ | | | | | | | Patch by Xiang Zhang. | ||||
| * | Issue #28750: Fixed docs of of unicode-escape an raw-unicode-escape C API. | Serhiy Storchaka | 2016-11-20 | 1 | -7/+5 |
| |\ | | | | | | | | | | Patch by Xiang Zhang. | ||||
| | * | Issue #28750: Fixed docs of of unicode-escape an raw-unicode-escape C API. | Serhiy Storchaka | 2016-11-20 | 1 | -7/+5 |
| | | | | | | | | | | | | Patch by Xiang Zhang. | ||||
* | | | Issue #19569: Suggested more appropriate replacements for deprecated Unicode | Serhiy Storchaka | 2016-11-20 | 1 | -17/+22 |
|\ \ \ | |/ / | | | | | | | C API functions. | ||||
| * | | Issue #19569: Suggested more appropriate replacements for deprecated Unicode | Serhiy Storchaka | 2016-11-20 | 1 | -17/+22 |
| |\ \ | | |/ | | | | | | | C API functions. | ||||
| | * | Issue #19569: Suggested more appropriate replacements for deprecated Unicode | Serhiy Storchaka | 2016-11-20 | 1 | -17/+22 |
| | | | | | | | | | | | | C API functions. | ||||
* | | | Issue #27998: Documented bytes paths support on Windows. | Serhiy Storchaka | 2016-11-20 | 2 | -12/+13 |
|\ \ \ | |/ / | |||||
| * | | Issue #27998: Documented bytes paths support on Windows. | Serhiy Storchaka | 2016-11-20 | 2 | -12/+13 |
| | | | |||||
* | | | Merge for issue #28705 | Brett Cannon | 2016-11-18 | 1 | -27/+5 |
|\ \ \ | |/ / | |||||
| * | | Issue #28705: greatly simplify the FAQ entry on transpiling. | Brett Cannon | 2016-11-18 | 1 | -27/+5 |
| | | | | | | | | | | | | This also eliminats a dead link to Weave in the process. | ||||
* | | | Merge with 3.6 | Zachary Ware | 2016-11-18 | 1 | -0/+1 |
|\ \ \ | |/ / | |||||
| * | | Ignore newly added suspicious line | Zachary Ware | 2016-11-18 | 1 | -0/+1 |
| | | | |||||
* | | | merge | Raymond Hettinger | 2016-11-17 | 1 | -8/+14 |
|\ \ \ | |/ / | |||||
| * | | Small edits to the docs for sample() and shuffle(). | Raymond Hettinger | 2016-11-17 | 1 | -8/+14 |
| | | | |||||
* | | | merge | Raymond Hettinger | 2016-11-17 | 1 | -16/+29 |
|\ \ \ | |/ / | |||||
| * | | Further refinements to the examples and recipes for the random module | Raymond Hettinger | 2016-11-17 | 1 | -16/+29 |
| | | | |||||
* | | | merge | Raymond Hettinger | 2016-11-17 | 1 | -0/+26 |
|\ \ \ | |/ / | |||||
| * | | Add another example to the recipes section of the random docs | Raymond Hettinger | 2016-11-17 | 1 | -0/+26 |
| | | | |||||
* | | | merge | Raymond Hettinger | 2016-11-17 | 1 | -5/+6 |
|\ \ \ | |/ / | |||||
| * | | Minor touch-ups to the random module examples | Raymond Hettinger | 2016-11-17 | 1 | -5/+6 |
| | | | |||||
* | | | Merge 3.6 (issue #28720) | Yury Selivanov | 2016-11-16 | 2 | -0/+12 |
|\ \ \ | |/ / | |||||
| * | | Issue #28720: Add collections.abc.AsyncGenerator. | Yury Selivanov | 2016-11-16 | 2 | -0/+12 |
| | | | |||||
* | | | Closes #28713 uses OSError in the tutorial | Kushal Das | 2016-11-16 | 1 | -1/+1 |
|\ \ \ | |/ / | |||||
| * | | Closes #28713 uses OSError in the tutorial | Kushal Das | 2016-11-16 | 1 | -1/+1 |
| | | | |||||
* | | | Issue #28701: Replace PyUnicode_CompareWithASCIIString with ↵ | Serhiy Storchaka | 2016-11-16 | 1 | -0/+6 |
|\ \ \ | |/ / | | | | | | | | | | | | | _PyUnicode_EqualToASCIIString. The latter function is more readable, faster and doesn't raise exceptions. | ||||
| * | | Issue #28701: Replace PyUnicode_CompareWithASCIIString with ↵ | Serhiy Storchaka | 2016-11-16 | 1 | -0/+6 |
| |\ \ | | |/ | | | | | | | | | | | | | _PyUnicode_EqualToASCIIString. The latter function is more readable, faster and doesn't raise exceptions. | ||||
| | * | Issue #28701: Replace PyUnicode_CompareWithASCIIString with ↵ | Serhiy Storchaka | 2016-11-16 | 1 | -0/+6 |
| | | | | | | | | | | | | | | | | | | _PyUnicode_EqualToASCIIString. The latter function is more readable, faster and doesn't raise exceptions. | ||||
* | | | Merge 3.6 (issue #28635) | Yury Selivanov | 2016-11-14 | 1 | -4/+26 |
|\ \ \ | |/ / | |||||
| * | | Issue #28635: what's new in 3.6: add a few more notes on typing | Yury Selivanov | 2016-11-14 | 1 | -4/+26 |
| | | | | | | | | | | | | | | | Per suggestions by Ivan Levkivskyi. Patch by Elvis Pranskevichus. | ||||
* | | | Issue #28678: Merge parameter name from 3.6 | Martin Panter | 2016-11-13 | 2 | -3/+3 |
|\ \ \ | |/ / | |||||
| * | | Issue #28678: Merge parameter name from 3.5 into 3.6 | Martin Panter | 2016-11-13 | 2 | -3/+3 |
| |\ \ | | |/ | |||||
| | * | Issue #28678: Fix references to numeric_owner parameter | Martin Panter | 2016-11-13 | 2 | -3/+3 |
| | | | |||||
* | | | Fixed the documentation of parse_constant argument in json.load(). | Serhiy Storchaka | 2016-11-12 | 1 | -2/+2 |
|\ \ \ | |/ / | | | | | | | parse_constant doesn't get called on 'null', 'true', 'false' since 3.1/2.7. | ||||
| * | | Fixed the documentation of parse_constant argument in json.load(). | Serhiy Storchaka | 2016-11-12 | 1 | -2/+2 |
| |\ \ | | |/ | | | | | | | parse_constant doesn't get called on 'null', 'true', 'false' since 3.1/2.7. | ||||
| | * | Fixed the documentation of parse_constant argument in json.load(). | Serhiy Storchaka | 2016-11-12 | 1 | -2/+2 |
| | | | | | | | | | | | | parse_constant doesn't get called on 'null', 'true', 'false' since 3.1/2.7. | ||||
* | | | Issue 28644: Document recent changes in typing.py (Ivan L) (3.6->3.7) | Guido van Rossum | 2016-11-11 | 1 | -15/+50 |
|\ \ \ | |/ / | |||||
| * | | Issue 28644: Document recent changes in typing.py (Ivan L) (3.5->3.6) | Guido van Rossum | 2016-11-11 | 1 | -15/+50 |
| |\ \ | | |/ | |||||
| | * | Issue 28644: Document recent changes in typing.py (Ivan L) | Guido van Rossum | 2016-11-11 | 1 | -15/+50 |
| | | | |||||
* | | | Merge 3.6 (issue #28635) | Yury Selivanov | 2016-11-10 | 1 | -38/+2 |
|\ \ \ | |/ / | |||||
| * | | Issue #28635: what's new in 3.6: remove mentions of backported fixes. | Yury Selivanov | 2016-11-10 | 1 | -38/+2 |
| | | | | | | | | | | | | Patch by Elvis Pranskevichus. | ||||
* | | | Merge 3.6 (issue #28635) | Yury Selivanov | 2016-11-10 | 1 | -220/+851 |
|\ \ \ | |/ / | |||||
| * | | Issue #28635: What's New in Python 3.6 updates | Yury Selivanov | 2016-11-10 | 1 | -220/+851 |
| | | | | | | | | | | | | Patch by Elvis Pranskevichus. | ||||
* | | | Merge 3.6 (issue #28635) | Yury Selivanov | 2016-11-10 | 2 | -1/+5 |
|\ \ \ | |/ / | |||||
| * | | Issue #28635: Fix a couple of missing/incorrect versionchanged tags | Yury Selivanov | 2016-11-10 | 2 | -1/+5 |
| | | | | | | | | | | | | Patch by Elvis Pranskevichus. | ||||
* | | | Issue #19717: Makes Path.resolve() succeed on paths that do not exist (patch ↵ | Steve Dower | 2016-11-09 | 1 | -4/+8 |
|\ \ \ | |/ / | | | | | | | by Vajrasky Kok) | ||||
| * | | Issue #19717: Makes Path.resolve() succeed on paths that do not exist (patch ↵ | Steve Dower | 2016-11-09 | 1 | -4/+8 |
| | | | | | | | | | | | | by Vajrasky Kok) | ||||
* | | | Merge 3.6 | Andrew Kuchling | 2016-11-09 | 2 | -2/+2 |
|\ \ \ | |/ / | |||||
| * | | Merge from 3.5 | Andrew Kuchling | 2016-11-09 | 2 | -2/+2 |
| |\ \ | | |/ | |||||
| | * | Use http instead of https, due to certificate error | Andrew Kuchling | 2016-11-09 | 2 | -2/+2 |
| | | |