summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
* Fixed typos in TZ format descriptionAlexander Belopolsky2015-08-281-2/+2
* Closes #24947: Merge with 3.5Zachary Ware2015-08-271-1/+1
|\
| * Issue #24947: Merge 3.4Zachary Ware2015-08-271-1/+1
| |\
| | * Issue #24947: Fix grammar in asyncio docZachary Ware2015-08-271-1/+1
* | | Merge 3.5Yury Selivanov2015-08-261-1/+2
|\ \ \ | |/ /
| * | docs: Better comment for tp_as_async slotYury Selivanov2015-08-261-1/+2
* | | Issue #24808: Merge 3.5 into 3.6Martin Panter2015-08-253-16/+15
|\ \ \ | |/ /
| * | Issue #24808: Merge 3.4 into 3.5; adjust new tp_as_async fieldMartin Panter2015-08-253-16/+15
| |\ \ | | |/
| | * Issue #24808: Update the documentation of some PyTypeObject fieldsMartin Panter2015-08-253-16/+15
| * | Merge.Larry Hastings2015-08-241-1/+1
| |\ \
| | * | Fix for one-letter type in What's New In Python 3.5.Larry Hastings2015-08-241-1/+1
* | | | Merge.Larry Hastings2015-08-241-1/+1
|\ \ \ \
| * | | | One-character typo fix.Larry Hastings2015-08-141-1/+1
* | | | | Merge: #24926: Fix typo in example.R David Murray2015-08-241-1/+1
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | Merge: #24926: Fix typo in example.R David Murray2015-08-241-1/+1
| |\ \ \ \ | | | |_|/ | | |/| |
| | * | | #24926: Fix typo in example.R David Murray2015-08-241-1/+1
* | | | | Issue #22812: Fix unittest discovery examples.Robert Collins2015-08-241-2/+2
|\ \ \ \ \ | |/ / / /
| * | | | Issue #22812: Fix unittest discovery examples.Robert Collins2015-08-241-2/+2
| |\ \ \ \ | | |/ / /
| | * | | Issue #22812: Fix unittest discovery examples.Robert Collins2015-08-241-2/+2
* | | | | Merge 3.5Yury Selivanov2015-08-191-4/+4
|\ \ \ \ \ | |/ / / /
| * | | | Further improve os.path.commonprefix() docs.Yury Selivanov2015-08-191-4/+4
* | | | | Merge 3.5 (#24883)Benjamin Peterson2015-08-181-4/+4
|\ \ \ \ \ | |/ / / /
| * | | | merge 3.4 (#24883)Benjamin Peterson2015-08-181-4/+4
| |\ \ \ \ | | |/ / /
| | * | | 'Py_Buffer' should be 'Py_buffer' (closes #24883)Benjamin Peterson2015-08-181-4/+4
* | | | | Merge 3.5Yury Selivanov2015-08-181-2/+15
|\ \ \ \ \ | |/ / / /
| * | | | docs: Improve docs for os.path.commonprefixYury Selivanov2015-08-181-2/+15
* | | | | Issue #24079: merge from 3.5Ned Deily2015-08-181-11/+19
|\ \ \ \ \ | |/ / / /
| * | | | Issue #24079: merge from 3.4Ned Deily2015-08-181-11/+19
| |\ \ \ \ | | |/ / /
| | * | | Issue #24079: Improve description of the text and tail attributes forNed Deily2015-08-181-11/+19
* | | | | Merge 3.5Yury Selivanov2015-08-171-3/+4
|\ \ \ \ \ | |/ / / /
| * | | | docs: Clarify that gi_yieldfrom was first added in 3.5Yury Selivanov2015-08-171-3/+4
* | | | | Merge 3.5Yury Selivanov2015-08-171-4/+4
|\ \ \ \ \ | |/ / / /
| * | | | docs: Fix inspect docs re gi_yieldfromYury Selivanov2015-08-171-4/+4
* | | | | Issue #24379: Add operator.subscript() as a convenience for building slices.Raymond Hettinger2015-08-172-1/+21
* | | | | Issue #24842: Cross-reference types.SimpleNamespace from the namedtuple docsRaymond Hettinger2015-08-161-0/+3
* | | | | 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
| |\ \ | | |/