summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | Issue #28991: Address comment that the __len__ call looked unattractiveRaymond Hettinger2016-12-161-3/+4
* | | | | mergeRaymond Hettinger2016-12-163-2/+20
|\ \ \ \ \ | |/ / / /
| * | | | mergeRaymond Hettinger2016-12-163-2/+20
| |\ \ \ \ | | |/ / / | |/| | / | | | |/ | | |/|
| | * | Issue #28991: Fix obscure reentrancy bug in functools.lru_cache().Raymond Hettinger2016-12-163-2/+20
* | | | Issue #28971: Merge 3.6Xavier de Gaye2016-12-161-0/+2
|\ \ \ \ | |/ / /
| * | | Issue #28971: Merge 3.5Xavier de Gaye2016-12-161-0/+2
| |\ \ \ | | |/ /
| | * | Issue #28971: Temporarily skip test_over until a permanent solution is foundXavier de Gaye2016-12-161-0/+2
* | | | Remove unused imports.Serhiy Storchaka2016-12-1643-60/+0
* | | | Issue #18896: Python function can now have more than 255 parameters.Serhiy Storchaka2016-12-1610-49/+33
* | | | Null mergeSerhiy Storchaka2016-12-160-0/+0
|\ \ \ \ | |/ / /
| * | | Null mergeSerhiy Storchaka2016-12-160-0/+0
| |\ \ \ | | |/ /
| | * | Merge headsSerhiy Storchaka2016-12-163-0/+15
| | |\ \
| * | \ \ Merge headsSerhiy Storchaka2016-12-163-0/+15
| |\ \ \ \
* | \ \ \ \ Merge headsSerhiy Storchaka2016-12-162-0/+11
|\ \ \ \ \ \
| * \ \ \ \ \ Merge 3.6 (issue #28990)Yury Selivanov2016-12-162-0/+11
| |\ \ \ \ \ \ | | | |/ / / / | | |/| | | |
| | * | | | | Merge 3.5 (issue #28990)Yury Selivanov2016-12-163-0/+15
| | |\ \ \ \ \ | | | | |_|/ / | | | |/| | |
| | | * | | | Issue #28990: Fix SSL hanging if connection is closed before handshake comple...Yury Selivanov2016-12-163-0/+15
* | | | | | | Issue #14061: Misc fixes and cleanups in archiving code in shutil.Serhiy Storchaka2016-12-163-109/+112
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | / / / | | |_|/ / / | |/| | | |
| * | | | | Issue #14061: Misc fixes and cleanups in archiving code in shutil.Serhiy Storchaka2016-12-163-109/+112
| |\ \ \ \ \ | | |/ / / / | |/| | / / | | | |/ / | | |/| |
| | * | | Issue #14061: Misc fixes and cleanups in archiving code in shutil.Serhiy Storchaka2016-12-163-109/+112
| | |/ /
* | | | Issue #28959: Added private macro PyDict_GET_SIZE for retrieving the size of ...Serhiy Storchaka2016-12-1625-80/+61
* | | | Merge 3.6Victor Stinner2016-12-161-2/+18
|\ \ \ \ | |/ / /
| * | | Merge 3.5Victor Stinner2016-12-161-2/+18
| |\ \ \ | | |/ /
| | * | python-gdb.py: catch gdb.error on gdb.selected_frame()Victor Stinner2016-12-161-2/+18
| * | | null merge 3.6.0rc1+ headNed Deily2016-12-160-0/+0
| |\ \ \ | | | |/ | | |/|
| | * | bump version to 3.6.0rc1+Ned Deily2016-12-161-1/+1
| | * | Issue #28898: add Misc/NEWS entryNed Deily2016-12-161-0/+5
| | * | docs: asyncio is no longer provisionalYury Selivanov2016-12-151-7/+0
| | * | Issue #28635: asyncio-related fixes and additions.Yury Selivanov2016-12-151-6/+16
| | * | Issue #28091: Document PEP 525 & PEP 530.Yury Selivanov2016-12-159-4/+298
| | * | Fix a memory leak in split-table dictionariesVictor Stinner2016-12-154-5/+73
| | * | Issue #28979: Fix What's New in Python 3.6, dictVictor Stinner2016-12-151-1/+1
| | * | Issue #28089: Document TCP_NODELAY in asyncioYury Selivanov2016-12-122-0/+6
| | * | Issue #28783: Replaces bdist_wininst in nuget packages with stubSteve Dower2016-12-113-38/+22
| | * | Issue #28896: Deprecate WindowsRegistryFinderSteve Dower2016-12-074-0/+27
| | * | guard HAVE_LONG_LONG definition to prevent redefinition (#28898)Benjamin Peterson2016-12-081-2/+3
| | * | Issue #28900: Update documentation sidebar for 3.6.0rc.Ned Deily2016-12-081-1/+2
| | * | Issue #28635: Drop the note that whatsnew is incompleteYury Selivanov2016-12-081-9/+0
* | | | Merge 3.6Yury Selivanov2016-12-151-7/+0
|\ \ \ \ | |/ / /
| * | | docs: asyncio is no longer provisionalYury Selivanov2016-12-151-7/+0
* | | | Merge 3.6 (issue #28635)Yury Selivanov2016-12-151-6/+16
|\ \ \ \ | |/ / /
| * | | Issue #28635: asyncio-related fixes and additions.Yury Selivanov2016-12-151-6/+16
* | | | Merge 3.6 (issue #28091)Yury Selivanov2016-12-159-4/+298
|\ \ \ \ | |/ / /
| * | | Issue #28091: Document PEP 525 & PEP 530.Yury Selivanov2016-12-159-4/+298
* | | | Merge 3.6.Xavier de Gaye2016-12-154-12/+17
|\ \ \ \ | |/ / /
| * | | Issue #26919: On Android, operating system data is now always encoded/decodedXavier de Gaye2016-12-154-12/+17
* | | | Merge 3.6Victor Stinner2016-12-154-5/+70
|\ \ \ \ | |/ / /
| * | | Fix a memory leak in split-table dictionariesVictor Stinner2016-12-154-5/+70
* | | | Use _PyDict_NewPresized() in _PyStack_AsDict()Victor Stinner2016-12-151-1/+1
* | | | Merge 3.6Victor Stinner2016-12-151-1/+1
|\ \ \ \ | |/ / /