summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Issue #28229: Merge from 3.6Berker Peksag2016-10-044-13/+47
|\
| * Issue #28229: lzma module now supports pathlibBerker Peksag2016-10-044-13/+47
* | Issue #28321: Fixed writing non-BMP characters with binary format in plistlib.Serhiy Storchaka2016-10-043-1/+10
|\ \ | |/
| * Issue #28321: Fixed writing non-BMP characters with binary format in plistlib.Serhiy Storchaka2016-10-043-1/+10
| |\
| | * Issue #28321: Fixed writing non-BMP characters with binary format in plistlib.Serhiy Storchaka2016-10-043-1/+10
* | | Automated merge with ssh://hg.python.org/cpythonSteven D'Aprano2016-10-043-564/+1
|\ \ \
| * | | Issue #27181 remove geometric_mean and defer for 3.7.Steven D'Aprano2016-10-043-564/+1
* | | | Null mergeSerhiy Storchaka2016-10-040-0/+0
|\ \ \ \ | | |/ / | |/| |
| * | | Null mergeSerhiy Storchaka2016-10-040-0/+0
| |\ \ \ | | | |/ | | |/|
| | * | Merge headsSerhiy Storchaka2016-10-043-12/+23
| | |\ \
* | | \ \ Issue #28350: String constants with null character no longer interned.Serhiy Storchaka2016-10-043-11/+27
|\ \ \ \ \ | |/ / / / | | | | / | |_|_|/ |/| | |
| * | | Issue #28350: String constants with null character no longer interned.Serhiy Storchaka2016-10-043-11/+27
| |\ \ \ | | |/ /
| | * | Issue #28350: String constants with null character no longer interned.Serhiy Storchaka2016-10-043-11/+27
* | | | merge headsBenjamin Peterson2016-10-041-0/+3
|\ \ \ \
| * | | | Closes #21124, #28337: Call PyType_Ready on unpackiter_type.Zachary Ware2016-10-041-0/+3
* | | | | merge 3.6 (#26617)Benjamin Peterson2016-10-043-12/+23
|\ \ \ \ \ | |/ / / / |/| / / / | |/ / /
| * | | merge 3.5 (#26617)Benjamin Peterson2016-10-043-12/+23
| |\ \ \ | | | |/ | | |/|
| | * | ensure gc tracking is off when invoking weakref callbacks (closes #26617)Benjamin Peterson2016-10-043-12/+23
| | |/
* | | Issue #28335: made minor improvement to implementation.Vinay Sajip2016-10-031-1/+1
* | | Closes #28335: used 'raise from' in logging configuration code.Vinay Sajip2016-10-031-16/+16
* | | Add myself to the ACKS file.Steve Dower2016-10-031-0/+1
* | | Merge from 3.6Steve Dower2016-10-031-1/+1
|\ \ \ | |/ /
| * | Issue #28218: Fixes versionadded description in using/windows.rstSteve Dower2016-10-031-1/+1
* | | Issue #28217: Adds _testconsole module to test console input.Steve Dower2016-10-0311-21/+461
|\ \ \ | |/ /
| * | Issue #28217: Adds _testconsole module to test console input. Fixes some issu...Steve Dower2016-10-0311-21/+460
* | | More updates from upstream typing.py (3.6->3.7)Guido van Rossum2016-10-032-64/+108
|\ \ \ | |/ /
| * | More updates from upstream typing.py (3.5->3.6)Guido van Rossum2016-10-032-64/+108
| |\ \ | | |/
| | * More updates from upstream typing.pyGuido van Rossum2016-10-032-64/+108
* | | test_invalid_sequences seems don't have to stay in CAPITest.Serhiy Storchaka2016-10-021-7/+7
|\ \ \ | |/ /
| * | test_invalid_sequences seems don't have to stay in CAPITest.Serhiy Storchaka2016-10-021-7/+7
* | | Issue #28295: Fixed the documentation and added tests for PyUnicode_AsUCS4().Serhiy Storchaka2016-10-024-2/+50
|\ \ \ | |/ /
| * | Issue #28295: Fixed the documentation and added tests for PyUnicode_AsUCS4().Serhiy Storchaka2016-10-024-2/+50
| |\ \ | | |/
| | * Issue #28295: Fixed the documentation and added tests for PyUnicode_AsUCS4().Serhiy Storchaka2016-10-024-2/+50
* | | Moved Unicode C API related tests to separate test class.Serhiy Storchaka2016-10-021-114/+117
|\ \ \ | |/ /
| * | Moved Unicode C API related tests to separate test class.Serhiy Storchaka2016-10-021-114/+117
| |\ \ | | |/
| | * Moved Unicode C API related tests to separate test class.Serhiy Storchaka2016-10-021-114/+117
* | | Issue #28225: Merge from 3.6Berker Peksag2016-10-024-7/+25
|\ \ \ | |/ /
| * | Issue #28225: bz2 module now supports pathlibBerker Peksag2016-10-024-7/+25
* | | Issue #28227: Merge from 3.6Berker Peksag2016-10-024-1/+32
|\ \ \ | |/ /
| * | Issue #28227: gzip now supports pathlibBerker Peksag2016-10-024-1/+32
* | | Issue #27358: Merge from 3.6Berker Peksag2016-10-021-1/+1
|\ \ \ | |/ /
| * | Issue #27358: Fix typo in error messageBerker Peksag2016-10-021-1/+1
* | | Issue #28338: Merge from 3.6.Xavier de Gaye2016-10-021-1/+1
|\ \ \ | |/ /
| * | Issue #28338: Restore test_pdb doctests.Xavier de Gaye2016-10-021-1/+1
* | | Issue #28332: Deprecated silent truncations in socket.htons and socket.ntohs.Serhiy Storchaka2016-10-024-22/+75
* | | Issue #20254: Merge from 3.6Berker Peksag2016-10-021-2/+4
|\ \ \ | |/ /
| * | Issue #20254: Merge from 3.5Berker Peksag2016-10-021-2/+4
| |\ \ | | |/
| | * Issue #20254: Fix duplicate tests in test_socketBerker Peksag2016-10-021-2/+4
* | | Null mergeSerhiy Storchaka2016-10-020-0/+0
|\ \ \ | |/ /
| * | Null mergeSerhiy Storchaka2016-10-020-0/+0
| |\ \ | | |/