Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Issue #16554: fix description for MAKE_CLOSURE. Initial patch by Daniel Urban. | Antoine Pitrou | 2015-08-13 | 1 | -2/+2 |
|\ | |||||
| * | Issue #16554: fix description for MAKE_CLOSURE. Initial patch by Daniel Urban. | Antoine Pitrou | 2015-08-13 | 1 | -2/+2 |
| |\ | |||||
| | * | Issue #16554: fix description for MAKE_CLOSURE. Initial patch by Daniel Urban. | Antoine Pitrou | 2015-08-13 | 1 | -2/+2 |
* | | | Issue #23725: Overhaul tempfile docs. | Robert Collins | 2015-08-12 | 1 | -66/+89 |
|\ \ \ | |/ / | |||||
| * | | Issue #23725: Overhaul tempfile docs. | Robert Collins | 2015-08-12 | 1 | -66/+89 |
* | | | Issue #9232: Support trailing commas in function declarations. | Robert Collins | 2015-08-11 | 1 | -4/+4 |
* | | | Issue #20059: urllib.parse raises ValueError on all invalid ports. | Robert Collins | 2015-08-09 | 2 | -5/+18 |
* | | | Merge with 3.5 | Steve Dower | 2015-08-08 | 1 | -4/+89 |
|\ \ \ | |/ / | |||||
| * | | Adds documentation for the new Windows embedded package. | Steve Dower | 2015-08-08 | 1 | -4/+89 |
* | | | Merge #23756. | Stefan Krah | 2015-08-08 | 4 | -13/+30 |
|\ \ \ | |/ / | |||||
| * | | Issue #23756: Clarify the terms "contiguous" and "bytes-like object". | Stefan Krah | 2015-08-08 | 4 | -13/+30 |
* | | | Merge #15944. | Stefan Krah | 2015-08-08 | 1 | -1/+4 |
|\ \ \ | |/ / | |||||
| * | | Issue #15944: memoryview: Allow arbitrary formats when casting to bytes. | Stefan Krah | 2015-08-08 | 1 | -1/+4 |
* | | | Issue #4395: Better testing and documentation of binary operators. | Robert Collins | 2015-08-06 | 1 | -9/+13 |
|\ \ \ | |/ / | |||||
| * | | Issue #4395: Better testing and documentation of binary operators. | Robert Collins | 2015-08-06 | 1 | -9/+13 |
| |\ \ | | |/ | |||||
| | * | Issue #4395: Better testing and documentation of binary operators. | Robert Collins | 2015-08-06 | 1 | -9/+13 |
* | | | Issue #24531: Document that encoding lines cannot follow non-comment lines. | Robert Collins | 2015-08-06 | 1 | -2/+4 |
|\ \ \ | |/ / | |||||
| * | | Issue #24531: Document that encoding lines cannot follow non-comment lines. | Robert Collins | 2015-08-06 | 1 | -2/+4 |
| |\ \ | | |/ | |||||
| | * | Issue #24531: Document that encoding lines cannot follow non-comment lines. | Robert Collins | 2015-08-06 | 1 | -2/+4 |
* | | | Closes #21279: Merge with 3.5 | Zachary Ware | 2015-08-06 | 1 | -10/+11 |
|\ \ \ | |/ / | |||||
| * | | Issue #21279: Merge with 3.4 | Zachary Ware | 2015-08-06 | 1 | -10/+11 |
| |\ \ | | |/ | |||||
| | * | Issue #21279: Flesh out str.translate docs | Zachary Ware | 2015-08-06 | 1 | -10/+11 |
* | | | Merge 3.5 | Yury Selivanov | 2015-08-05 | 1 | -5/+14 |
|\ \ \ | |/ / | |||||
| * | | whatsnew/3.5: Mention new ssl memory bio | Yury Selivanov | 2015-08-05 | 1 | -5/+14 |
* | | | Merge 3.5 | Yury Selivanov | 2015-08-05 | 1 | -1/+2 |
|\ \ \ | |/ / | |||||
| * | | whatsnew/3.5: Mention 'typing' module docs in seealso for pep 484 | Yury Selivanov | 2015-08-05 | 1 | -1/+2 |
* | | | Merge issue #24129 from 3.5 | Nick Coghlan | 2015-08-05 | 1 | -62/+101 |
|\ \ \ | |/ / | |||||
| * | | Merge issue #24129 from 3.4 | Nick Coghlan | 2015-08-05 | 1 | -62/+101 |
| |\ \ | | |/ | |||||
| | * | Issue #24129: Clarify reference docs for name resolution. | Nick Coghlan | 2015-08-05 | 1 | -62/+101 |
* | | | Fix trailing ws (merge from 3.5). | Guido van Rossum | 2015-08-05 | 1 | -9/+9 |
|\ \ \ | |/ / | |||||
| * | | Fix trailing ws. | Guido van Rossum | 2015-08-05 | 1 | -9/+9 |
| * | | Merge docs for typing.py from accidental branch. | Guido van Rossum | 2015-08-05 | 1 | -0/+415 |
| |\ \ | |||||
* | \ \ | Merge docs for typing.py from 3.5 into default branch. | Guido van Rossum | 2015-08-05 | 1 | -0/+415 |
|\ \ \ \ | |||||
| * \ \ \ | Issue #24272: Initial docs for typing.py (PEP 484). (Merge from 3.5.) | Guido van Rossum | 2015-08-03 | 1 | -0/+415 |
| |\ \ \ \ | | | |/ / | | |/| | | |||||
| | * | | | Issue #24272: Initial docs for typing.py (PEP 484). | Guido van Rossum | 2015-08-03 | 1 | -0/+415 |
* | | | | | Issue #20769: Improve reload() docs. Patch by Dorian Pula. | Robert Collins | 2015-08-04 | 1 | -5/+5 |
|\ \ \ \ \ | | |_|/ / | |/| | | | |||||
| * | | | | Issue #20769: Improve reload() docs. Patch by Dorian Pula. | Robert Collins | 2015-08-04 | 1 | -5/+5 |
| |\ \ \ \ | | | |_|/ | | |/| | | |||||
| | * | | | Issue #20769: Improve reload() docs. Patch by Dorian Pula. | Robert Collins | 2015-08-04 | 1 | -5/+5 |
* | | | | | Merge 3.5 (whatsnew) | Yury Selivanov | 2015-08-04 | 1 | -0/+1 |
|\ \ \ \ \ | |/ / / / | |||||
| * | | | | whatsnew: Add pep 448 to new syntax features section | Yury Selivanov | 2015-08-04 | 1 | -0/+1 |
* | | | | | Merge 3.5 (whatsnew) | Yury Selivanov | 2015-08-04 | 1 | -0/+22 |
|\ \ \ \ \ | |/ / / / | |||||
| * | | | | whatsnew/3.5: Briefly mention PEP 484 | Yury Selivanov | 2015-08-04 | 1 | -0/+22 |
* | | | | | Merge 3.5 (whatsnew) | Yury Selivanov | 2015-08-04 | 1 | -0/+43 |
|\ \ \ \ \ | |/ / / / | | | / / | |_|/ / |/| | | | |||||
| * | | | whatsnew/3.5: Mention PEP 448 | Yury Selivanov | 2015-08-04 | 1 | -0/+43 |
| | |/ | |/| | |||||
* | | | whatsnew/3.5,3.6: Mention that 'async' is a bad name for modules | Yury Selivanov | 2015-08-03 | 2 | -6/+6 |
|\ \ \ | |/ / | |||||
| * | | whatsnew/3.5: Mention that 'async' is a bad name for modules | Yury Selivanov | 2015-08-03 | 1 | -3/+3 |
* | | | Remove warning about asyncio being provisional (it's not in 3.5 and up; merge... | Guido van Rossum | 2015-08-02 | 1 | -7/+0 |
|\ \ \ | |/ / | |||||
| * | | Remove warning about asyncio being provisional (it's not in 3.5 and up). | Guido van Rossum | 2015-08-02 | 1 | -7/+0 |
* | | | Merge 3.5 | Yury Selivanov | 2015-08-01 | 1 | -1/+1 |
|\ \ \ | |/ / | |||||
| * | | docs: Fix productionlist for async def functions | Yury Selivanov | 2015-08-01 | 1 | -1/+1 |