summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge: #29005: clarify terminology in tutorial 'method' discussion.R David Murray2016-12-181-3/+2
|\
| * Merge: #29005: clarify terminology in tutorial 'method' discussion.R David Murray2016-12-181-3/+2
| |\
| | * #29005: clarify terminology in tutorial 'method' discussion.R David Murray2016-12-181-3/+2
| | | | | | | | | | | | Patch by Jim Fasarakis-Hilliard.
* | | One more typo fix for 3.7Martin Panter2016-12-181-1/+1
| | |
* | | Issue #28987: Merge doc and comment fixes from 3.6Martin Panter2016-12-186-8/+8
|\ \ \ | |/ /
| * | Issue #28987: Typos, grammar, spelling in documentationMartin Panter2016-12-182-5/+5
| | |
| * | Merge spelling and grammar from 3.5Martin Panter2016-12-184-4/+4
| |\ \ | | |/
| | * Fix spelling and grammar in code comments and documentationMartin Panter2016-12-184-4/+4
| | |
* | | Merge #28407 Improve test coverage of make_msgid.R David Murray2016-12-182-0/+13
|\ \ \ | |/ /
| * | Merge #28407 Improve test coverage of make_msgid.R David Murray2016-12-182-0/+13
| |\ \ | | |/
| | * #28407 Improve test coverage of make_msgid.R David Murray2016-12-182-0/+13
| | | | | | | | | | | | Patch by Dillon Brock.
* | | Issue #25778: winreg does not truncase string correctly (Patch by Eryk Sun)Steve Dower2016-12-173-8/+21
|\ \ \ | |/ /
| * | Issue #25778: winreg does not truncase string correctly (Patch by Eryk Sun)Steve Dower2016-12-173-8/+21
| | |
* | | Merge for the porting HOWTO updateBrett Cannon2016-12-171-49/+61
|\ \ \ | |/ /
| * | Merge for porting HOWTO updateBrett Cannon2016-12-171-49/+61
| |\ \ | | |/
| | * Update porting HOWTO to drop unicode_literals and mention static type checkingBrett Cannon2016-12-171-49/+61
| | |
* | | Issue #29000: Fixed bytes formatting of octals with zero padding in alternateSerhiy Storchaka2016-12-173-11/+31
|\ \ \ | |/ / | | | | | | form.
| * | Issue #29000: Fixed bytes formatting of octals with zero padding in alternateSerhiy Storchaka2016-12-173-11/+31
| |\ \ | | |/ | | | | | | form.
| | * Issue #29000: Fixed bytes formatting of octals with zero padding in alternateSerhiy Storchaka2016-12-173-11/+31
| | | | | | | | | | | | form.
* | | Issue #28596: The preferred encoding is UTF-8 on Android.Xavier de Gaye2016-12-173-14/+29
| | |
* | | Null merge from 3.6Ned Deily2016-12-170-0/+0
|\ \ \ | |/ /
| * | Merge 3.6.0rc2 Misc/NEWS entries into 3.6.1Ned Deily2016-12-171-8/+31
| | |
* | | Null merge from 3.6Ned Deily2016-12-171-0/+1
|\ \ \ | |/ /
| * | Null merge v3.6.0rc2 release into mainline 3.6Ned Deily2016-12-171-0/+1
| |\ \
| | * \ Null merge v3.6.0rc2 tag into mainline 3.6Ned Deily2016-12-161-0/+1
| | |\ \
| | | * | Added tag v3.6.0rc2 for changeset 800a67f7806dNed Deily2016-12-161-0/+1
| | | | |
| | | * | Version bump for 3.6.0rc2v3.6.0rc2Ned Deily2016-12-163-4/+4
| | | | |
| | | * | Update pydoc topics for 3.6.0rc2Ned Deily2016-12-161-3/+32
| | | | |
| | * | | null merge additional 3.6.0rc1+ cherrypicksNed Deily2016-12-160-0/+0
| | |\ \ \ | | | |/ /
| | | * | Tidy Misc/NEWS for 3.6.0rc1+ cherrypicks.Ned Deily2016-12-161-4/+8
| | | | |
| | | * | Merge 3.5 (issue #28990)Yury Selivanov2016-12-163-0/+15
| | | | |
| | | * | Issue #28770: Update python-gdb.py for fastcallsVictor Stinner2016-11-222-26/+41
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Frame.is_other_python_frame() now also handles _PyCFunction_FastCallDict() frames. Thanks to the new code to handle fast calls, python-gdb.py is now also able to detect the <built-in id method of module ...> frame. (grafted from f41d02d7da373ccaff97a42b66b051260bd55996)
* | | | | 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
| | | | | | | | | | | | | | | | for issue #28971.
* | | | 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
| | | | | | | | | | | | | | | | collections.namedtuple() now supports tuples with more than 255 elements.
* | | | 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 ↵Yury Selivanov2016-12-163-0/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | completed.
* | | | | | | Issue #14061: Misc fixes and cleanups in archiving code in shutil.Serhiy Storchaka2016-12-163-109/+112
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | / / / | | |_|/ / / | |/| | | | | | | | | | Imporoved the documentation and tests for make_archive() and unpack_archive(). Improved error handling when corresponding compress module is not available. Brake circular dependency between shutil and tarfile modules.