summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * | Issue #24952: Clarify default argument of stack_size() in threading, _threadMartin Panter2015-08-314-2/+8
* | | | merge 3.5 (#24963)Benjamin Peterson2015-08-301-1/+1
|\ \ \ \ | |/ / /
| * | | merge 3.4 (#24963)Benjamin Peterson2015-08-301-1/+1
| |\ \ \ | | |/ /
| | * | fix spelling that was a bit confused (closes #24963)Benjamin Peterson2015-08-301-1/+1
* | | | mergeRaymond Hettinger2015-08-303-14/+15
|\ \ \ \ | |/ / /
| * | | mergeRaymond Hettinger2015-08-303-14/+15
| |\ \ \ | | |/ /
| | * | Issue #24931: Resolve __dict__ conflict in namedtuple subclasses.Raymond Hettinger2015-08-304-14/+19
* | | | Issue #24272: Merge with 3.5Zachary Ware2015-08-301-47/+50
|\ \ \ \ | |/ / /
| * | | Issue #24272: Remove usage of default reST role from typing docsZachary Ware2015-08-301-47/+50
* | | | Closes #24962: Merge with 3.5Zachary Ware2015-08-301-2/+3
|\ \ \ \ | |/ / /
| * | | Issue #24962: Merge 3.4Zachary Ware2015-08-301-2/+3
| |\ \ \ | | |/ /
| | * | Issue #24962: Remove space from filenameZachary Ware2015-08-301-2/+3
* | | | Null Merge from 3.5 to defaultDonald Stufft2015-08-290-0/+0
|\ \ \ \ | |/ / /
| * | | Null Merge from 3.5.0 to 3.5.1Donald Stufft2015-08-290-0/+0
| |\ \ \ | | | |/ | | |/|
| | * | Update setuptools to 18.2 and pip to 7.1.2Donald Stufft2015-08-293-2/+2
* | | | Closes #24953: Merge with 3.5Zachary Ware2015-08-291-0/+8
|\ \ \ \ | |/ / /
| * | | Issue #24953: Include ICC version in sys.version string when bulit with ICC o...Zachary Ware2015-08-291-0/+8
* | | | Fixed typos in TZ format descriptionAlexander Belopolsky2015-08-281-2/+2
* | | | Issue #24881: Fixed setting binary mode in Python implementation of FileIOSerhiy Storchaka2015-08-282-1/+5
|\ \ \ \ | |/ / /
| * | | Issue #24881: Fixed setting binary mode in Python implementation of FileIOSerhiy Storchaka2015-08-282-1/+5
* | | | Issue #21112: Fix regression in unittest.expectedFailure on subclasses.Robert Collins2015-08-273-2/+41
|\ \ \ \ | |/ / /
| * | | Issue #21112: Fix regression in unittest.expectedFailure on subclasses.Robert Collins2015-08-273-2/+41
| |\ \ \ | | | |/ | | |/|
| | * | Issue #21112: Fix regression in unittest.expectedFailure on subclasses.Robert Collins2015-08-273-2/+41
* | | | 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 with 3.5Terry Jan Reedy2015-08-271-1/+1
|\ \ \ \ | |/ / /
| * | | Merge with 3.4Terry Jan Reedy2015-08-271-1/+1
| |\ \ \ | | |/ /
| | * | Issue #24790: correct typo noticed by Eric SmithTerry Jan Reedy2015-08-271-1/+1
* | | | Merge with 3.5Terry Jan Reedy2015-08-271-0/+3
|\ \ \ \ | |/ / /
| * | | Merge with 3.4Terry Jan Reedy2015-08-271-0/+3
| |\ \ \ | | |/ /
| | * | Issue #24790: Restore unused function.Terry Jan Reedy2015-08-271-0/+3
* | | | Merge with 3.5Terry Jan Reedy2015-08-271-35/+50
|\ \ \ \ | |/ / /
| * | | Merge with 3.4Terry Jan Reedy2015-08-271-35/+50
| |\ \ \ | | |/ /
| | * | Issue #24782: In Idle extension config dialog, replace tabs with sorted list.Terry Jan Reedy2015-08-271-35/+50
* | | | Fixed an incorrect comment.Eric V. Smith2015-08-261-1/+1
* | | | Merge 3.5Yury Selivanov2015-08-262-2/+4
|\ \ \ \ | |/ / /
| * | | docs: Better comment for tp_as_async slotYury Selivanov2015-08-262-2/+4
* | | | mergeRaymond Hettinger2015-08-263-0/+10
|\ \ \ \ | |/ / /
| * | | Issue #24913: Fix overrun error in deque.index().Raymond Hettinger2015-08-263-0/+10
* | | | Issue #23552: Timeit now warns when there is substantial (4x) varianceRobert Collins2015-08-262-13/+22
* | | | Merge.Larry Hastings2015-08-261-0/+12
|\ \ \ \ | |/ / /
| * | | Misc/NEWS needs a Python 3.5.0rc3 section in 3.5 and trunk.Larry Hastings2015-08-261-0/+12
* | | | Merge from 3.5 (with 3.5.0rc2 changes) into default (3.6). Messy!Larry Hastings2015-08-257-92/+211
|\ \ \ \ | |/ / /
| * | | Merge from Python 3.5.0 (rc2) to Python 3.5.1.Larry Hastings2015-08-259-68/+114
| |\ \ \ | | | |/ | | |/|
| | * | Added missing #-marks to Misc/NEWS lines.Larry Hastings2015-08-251-12/+12
| | * | Added missing IDLE updates to Misc/NEWS that shipped with Python 3.5.0rc1.Larry Hastings2015-08-251-1/+15
| | * | Move misplaced Misc/NEWS item from 3.5.0rc1 to 3.5.0rc2.Larry Hastings2015-08-251-4/+4
| | * | Add missing Misc/NEWS item for merged pull request for issue #24867.Larry Hastings2015-08-251-0/+2
| | * | Post-release updates for Python 3.5.0rc2.Larry Hastings2015-08-252-1/+13