summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
* Issue #16554: fix description for MAKE_CLOSURE. Initial patch by Daniel Urban.Antoine Pitrou2015-08-131-2/+2
|\
| * Issue #16554: fix description for MAKE_CLOSURE. Initial patch by Daniel Urban.Antoine Pitrou2015-08-131-2/+2
| |\
| | * Issue #16554: fix description for MAKE_CLOSURE. Initial patch by Daniel Urban.Antoine Pitrou2015-08-131-2/+2
* | | Issue #23725: Overhaul tempfile docs.Robert Collins2015-08-121-66/+89
|\ \ \ | |/ /
| * | Issue #23725: Overhaul tempfile docs.Robert Collins2015-08-121-66/+89
* | | Issue #9232: Support trailing commas in function declarations.Robert Collins2015-08-111-4/+4
* | | Issue #20059: urllib.parse raises ValueError on all invalid ports.Robert Collins2015-08-092-5/+18
* | | Merge with 3.5Steve Dower2015-08-081-4/+89
|\ \ \ | |/ /
| * | Adds documentation for the new Windows embedded package.Steve Dower2015-08-081-4/+89
* | | Merge #23756.Stefan Krah2015-08-084-13/+30
|\ \ \ | |/ /
| * | Issue #23756: Clarify the terms "contiguous" and "bytes-like object".Stefan Krah2015-08-084-13/+30
* | | Merge #15944.Stefan Krah2015-08-081-1/+4
|\ \ \ | |/ /
| * | Issue #15944: memoryview: Allow arbitrary formats when casting to bytes.Stefan Krah2015-08-081-1/+4
* | | Issue #4395: Better testing and documentation of binary operators.Robert Collins2015-08-061-9/+13
|\ \ \ | |/ /
| * | Issue #4395: Better testing and documentation of binary operators.Robert Collins2015-08-061-9/+13
| |\ \ | | |/
| | * Issue #4395: Better testing and documentation of binary operators.Robert Collins2015-08-061-9/+13
* | | Issue #24531: Document that encoding lines cannot follow non-comment lines.Robert Collins2015-08-061-2/+4
|\ \ \ | |/ /
| * | Issue #24531: Document that encoding lines cannot follow non-comment lines.Robert Collins2015-08-061-2/+4
| |\ \ | | |/
| | * Issue #24531: Document that encoding lines cannot follow non-comment lines.Robert Collins2015-08-061-2/+4
* | | Closes #21279: Merge with 3.5Zachary Ware2015-08-061-10/+11
|\ \ \ | |/ /
| * | Issue #21279: Merge with 3.4Zachary Ware2015-08-061-10/+11
| |\ \ | | |/
| | * Issue #21279: Flesh out str.translate docsZachary Ware2015-08-061-10/+11
* | | Merge 3.5Yury Selivanov2015-08-051-5/+14
|\ \ \ | |/ /
| * | whatsnew/3.5: Mention new ssl memory bioYury Selivanov2015-08-051-5/+14
* | | Merge 3.5Yury Selivanov2015-08-051-1/+2
|\ \ \ | |/ /
| * | whatsnew/3.5: Mention 'typing' module docs in seealso for pep 484Yury Selivanov2015-08-051-1/+2
* | | Merge issue #24129 from 3.5Nick Coghlan2015-08-051-62/+101
|\ \ \ | |/ /
| * | Merge issue #24129 from 3.4Nick Coghlan2015-08-051-62/+101
| |\ \ | | |/
| | * Issue #24129: Clarify reference docs for name resolution.Nick Coghlan2015-08-051-62/+101
* | | Fix trailing ws (merge from 3.5).Guido van Rossum2015-08-051-9/+9
|\ \ \ | |/ /
| * | Fix trailing ws.Guido van Rossum2015-08-051-9/+9
| * | Merge docs for typing.py from accidental branch.Guido van Rossum2015-08-051-0/+415
| |\ \
* | \ \ Merge docs for typing.py from 3.5 into default branch.Guido van Rossum2015-08-051-0/+415
|\ \ \ \
| * \ \ \ Issue #24272: Initial docs for typing.py (PEP 484). (Merge from 3.5.)Guido van Rossum2015-08-031-0/+415
| |\ \ \ \ | | | |/ / | | |/| |
| | * | | Issue #24272: Initial docs for typing.py (PEP 484).Guido van Rossum2015-08-031-0/+415
* | | | | Issue #20769: Improve reload() docs. Patch by Dorian Pula.Robert Collins2015-08-041-5/+5
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | Issue #20769: Improve reload() docs. Patch by Dorian Pula.Robert Collins2015-08-041-5/+5
| |\ \ \ \ | | | |_|/ | | |/| |
| | * | | Issue #20769: Improve reload() docs. Patch by Dorian Pula.Robert Collins2015-08-041-5/+5
* | | | | Merge 3.5 (whatsnew)Yury Selivanov2015-08-041-0/+1
|\ \ \ \ \ | |/ / / /
| * | | | whatsnew: Add pep 448 to new syntax features sectionYury Selivanov2015-08-041-0/+1
* | | | | Merge 3.5 (whatsnew)Yury Selivanov2015-08-041-0/+22
|\ \ \ \ \ | |/ / / /
| * | | | whatsnew/3.5: Briefly mention PEP 484Yury Selivanov2015-08-041-0/+22
* | | | | Merge 3.5 (whatsnew)Yury Selivanov2015-08-041-0/+43
|\ \ \ \ \ | |/ / / / | | | / / | |_|/ / |/| | |
| * | | whatsnew/3.5: Mention PEP 448Yury Selivanov2015-08-041-0/+43
| | |/ | |/|
* | | whatsnew/3.5,3.6: Mention that 'async' is a bad name for modulesYury Selivanov2015-08-032-6/+6
|\ \ \ | |/ /
| * | whatsnew/3.5: Mention that 'async' is a bad name for modulesYury Selivanov2015-08-031-3/+3
* | | Remove warning about asyncio being provisional (it's not in 3.5 and up; merge...Guido van Rossum2015-08-021-7/+0
|\ \ \ | |/ /
| * | Remove warning about asyncio being provisional (it's not in 3.5 and up).Guido van Rossum2015-08-021-7/+0
* | | Merge 3.5Yury Selivanov2015-08-011-1/+1
|\ \ \ | |/ /
| * | docs: Fix productionlist for async def functionsYury Selivanov2015-08-011-1/+1