Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Issue #28229: Merge from 3.6 | Berker Peksag | 2016-10-04 | 4 | -13/+47 |
|\ | |||||
| * | Issue #28229: lzma module now supports pathlib | Berker Peksag | 2016-10-04 | 4 | -13/+47 |
* | | Issue #28321: Fixed writing non-BMP characters with binary format in plistlib. | Serhiy Storchaka | 2016-10-04 | 3 | -1/+10 |
|\ \ | |/ | |||||
| * | Issue #28321: Fixed writing non-BMP characters with binary format in plistlib. | Serhiy Storchaka | 2016-10-04 | 3 | -1/+10 |
| |\ | |||||
| | * | Issue #28321: Fixed writing non-BMP characters with binary format in plistlib. | Serhiy Storchaka | 2016-10-04 | 3 | -1/+10 |
* | | | Automated merge with ssh://hg.python.org/cpython | Steven D'Aprano | 2016-10-04 | 3 | -564/+1 |
|\ \ \ | |||||
| * | | | Issue #27181 remove geometric_mean and defer for 3.7. | Steven D'Aprano | 2016-10-04 | 3 | -564/+1 |
* | | | | Null merge | Serhiy Storchaka | 2016-10-04 | 0 | -0/+0 |
|\ \ \ \ | | |/ / | |/| | | |||||
| * | | | Null merge | Serhiy Storchaka | 2016-10-04 | 0 | -0/+0 |
| |\ \ \ | | | |/ | | |/| | |||||
| | * | | Merge heads | Serhiy Storchaka | 2016-10-04 | 3 | -12/+23 |
| | |\ \ | |||||
* | | \ \ | Issue #28350: String constants with null character no longer interned. | Serhiy Storchaka | 2016-10-04 | 3 | -11/+27 |
|\ \ \ \ \ | |/ / / / | | | | / | |_|_|/ |/| | | | |||||
| * | | | Issue #28350: String constants with null character no longer interned. | Serhiy Storchaka | 2016-10-04 | 3 | -11/+27 |
| |\ \ \ | | |/ / | |||||
| | * | | Issue #28350: String constants with null character no longer interned. | Serhiy Storchaka | 2016-10-04 | 3 | -11/+27 |
* | | | | merge heads | Benjamin Peterson | 2016-10-04 | 1 | -0/+3 |
|\ \ \ \ | |||||
| * | | | | Closes #21124, #28337: Call PyType_Ready on unpackiter_type. | Zachary Ware | 2016-10-04 | 1 | -0/+3 |
* | | | | | merge 3.6 (#26617) | Benjamin Peterson | 2016-10-04 | 3 | -12/+23 |
|\ \ \ \ \ | |/ / / / |/| / / / | |/ / / | |||||
| * | | | merge 3.5 (#26617) | Benjamin Peterson | 2016-10-04 | 3 | -12/+23 |
| |\ \ \ | | | |/ | | |/| | |||||
| | * | | ensure gc tracking is off when invoking weakref callbacks (closes #26617) | Benjamin Peterson | 2016-10-04 | 3 | -12/+23 |
| | |/ | |||||
* | | | Issue #28335: made minor improvement to implementation. | Vinay Sajip | 2016-10-03 | 1 | -1/+1 |
* | | | Closes #28335: used 'raise from' in logging configuration code. | Vinay Sajip | 2016-10-03 | 1 | -16/+16 |
* | | | Add myself to the ACKS file. | Steve Dower | 2016-10-03 | 1 | -0/+1 |
* | | | Merge from 3.6 | Steve Dower | 2016-10-03 | 1 | -1/+1 |
|\ \ \ | |/ / | |||||
| * | | Issue #28218: Fixes versionadded description in using/windows.rst | Steve Dower | 2016-10-03 | 1 | -1/+1 |
* | | | Issue #28217: Adds _testconsole module to test console input. | Steve Dower | 2016-10-03 | 11 | -21/+461 |
|\ \ \ | |/ / | |||||
| * | | Issue #28217: Adds _testconsole module to test console input. Fixes some issu... | Steve Dower | 2016-10-03 | 11 | -21/+460 |
* | | | More updates from upstream typing.py (3.6->3.7) | Guido van Rossum | 2016-10-03 | 2 | -64/+108 |
|\ \ \ | |/ / | |||||
| * | | More updates from upstream typing.py (3.5->3.6) | Guido van Rossum | 2016-10-03 | 2 | -64/+108 |
| |\ \ | | |/ | |||||
| | * | More updates from upstream typing.py | Guido van Rossum | 2016-10-03 | 2 | -64/+108 |
* | | | test_invalid_sequences seems don't have to stay in CAPITest. | Serhiy Storchaka | 2016-10-02 | 1 | -7/+7 |
|\ \ \ | |/ / | |||||
| * | | test_invalid_sequences seems don't have to stay in CAPITest. | Serhiy Storchaka | 2016-10-02 | 1 | -7/+7 |
* | | | Issue #28295: Fixed the documentation and added tests for PyUnicode_AsUCS4(). | Serhiy Storchaka | 2016-10-02 | 4 | -2/+50 |
|\ \ \ | |/ / | |||||
| * | | Issue #28295: Fixed the documentation and added tests for PyUnicode_AsUCS4(). | Serhiy Storchaka | 2016-10-02 | 4 | -2/+50 |
| |\ \ | | |/ | |||||
| | * | Issue #28295: Fixed the documentation and added tests for PyUnicode_AsUCS4(). | Serhiy Storchaka | 2016-10-02 | 4 | -2/+50 |
* | | | Moved Unicode C API related tests to separate test class. | Serhiy Storchaka | 2016-10-02 | 1 | -114/+117 |
|\ \ \ | |/ / | |||||
| * | | Moved Unicode C API related tests to separate test class. | Serhiy Storchaka | 2016-10-02 | 1 | -114/+117 |
| |\ \ | | |/ | |||||
| | * | Moved Unicode C API related tests to separate test class. | Serhiy Storchaka | 2016-10-02 | 1 | -114/+117 |
* | | | Issue #28225: Merge from 3.6 | Berker Peksag | 2016-10-02 | 4 | -7/+25 |
|\ \ \ | |/ / | |||||
| * | | Issue #28225: bz2 module now supports pathlib | Berker Peksag | 2016-10-02 | 4 | -7/+25 |
* | | | Issue #28227: Merge from 3.6 | Berker Peksag | 2016-10-02 | 4 | -1/+32 |
|\ \ \ | |/ / | |||||
| * | | Issue #28227: gzip now supports pathlib | Berker Peksag | 2016-10-02 | 4 | -1/+32 |
* | | | Issue #27358: Merge from 3.6 | Berker Peksag | 2016-10-02 | 1 | -1/+1 |
|\ \ \ | |/ / | |||||
| * | | Issue #27358: Fix typo in error message | Berker Peksag | 2016-10-02 | 1 | -1/+1 |
* | | | Issue #28338: Merge from 3.6. | Xavier de Gaye | 2016-10-02 | 1 | -1/+1 |
|\ \ \ | |/ / | |||||
| * | | Issue #28338: Restore test_pdb doctests. | Xavier de Gaye | 2016-10-02 | 1 | -1/+1 |
* | | | Issue #28332: Deprecated silent truncations in socket.htons and socket.ntohs. | Serhiy Storchaka | 2016-10-02 | 4 | -22/+75 |
* | | | Issue #20254: Merge from 3.6 | Berker Peksag | 2016-10-02 | 1 | -2/+4 |
|\ \ \ | |/ / | |||||
| * | | Issue #20254: Merge from 3.5 | Berker Peksag | 2016-10-02 | 1 | -2/+4 |
| |\ \ | | |/ | |||||
| | * | Issue #20254: Fix duplicate tests in test_socket | Berker Peksag | 2016-10-02 | 1 | -2/+4 |
* | | | Null merge | Serhiy Storchaka | 2016-10-02 | 0 | -0/+0 |
|\ \ \ | |/ / | |||||
| * | | Null merge | Serhiy Storchaka | 2016-10-02 | 0 | -0/+0 |
| |\ \ | | |/ |