summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* Issue #22274: Merge stderr=STDOUT fix from 3.5Martin Panter2016-05-132-1/+25
|\
| * Issue #22274: Redirect stderr=STDOUT when stdout not redirected, by Akira LiMartin Panter2016-05-132-1/+25
* | Issue #21099: Switch applicable importlib tests to use PEP 451 API.Eric Snow2016-05-107-38/+106
* | Make bytes and bytearray subclass tests compatible with base types tests.Serhiy Storchaka2016-05-121-15/+17
|\ \ | |/
| * Make bytes and bytearray subclass tests compatible with base types tests.Serhiy Storchaka2016-05-121-15/+17
* | Issue #23640: int.from_bytes() no longer bypasses constructors for subclasses.Serhiy Storchaka2016-05-124-0/+51
|\ \ | |/
| * Issue #23640: int.from_bytes() no longer bypasses constructors for subclasses.Serhiy Storchaka2016-05-124-0/+51
| * Issue #26881: Restored the name of scan_opcodes_25().Serhiy Storchaka2016-05-111-2/+3
| * Issue 26977, remove unneeded line in pvariance (duplicate call to _ss).Steven D'Aprano2016-05-111-1/+0
* | Fixes #19711: Add tests for reloading namespace packages.Eric Snow2016-05-101-1/+33
* | Closes #26987: Merge with 3.5Zachary Ware2016-05-091-1/+1
|\ \ | |/
| * Issue #26987: Correct implementation to match commentZachary Ware2016-05-091-1/+1
* | Issue #26881: The modulefinder module now supports extended opcode arguments.Serhiy Storchaka2016-05-083-55/+56
|\ \ | |/
| * Issue #26881: The modulefinder module now supports extended opcode arguments.Serhiy Storchaka2016-05-083-56/+57
* | Issue #18531: Single var-keyword argument of dict subtype was passedSerhiy Storchaka2016-05-081-0/+56
* | Issue #23815: Fixed crashes related to directly created instances of types inSerhiy Storchaka2016-05-082-0/+6
|\ \ | |/
| * Issue #23815: Fixed crashes related to directly created instances of types inSerhiy Storchaka2016-05-082-0/+6
* | Merge typo fixes from 3.5Martin Panter2016-05-087-12/+12
|\ \ | |/
| * Corrections for a/an in code comments and documentationMartin Panter2016-05-082-5/+5
| * Fix typos in comments, documentation and test method namesMartin Panter2016-05-086-7/+7
* | Issue 26977, remove unneeded line in pvariance (duplicate call to _ss).Steven D'Aprano2016-05-081-1/+0
* | Fix self.fail() call in test_data_headerBerker Peksag2016-05-071-1/+1
|\ \ | |/
| * Fix self.fail() call in test_data_headerBerker Peksag2016-05-071-1/+1
* | Replace example.com with pythontest.net in test_urllibnetBerker Peksag2016-05-071-12/+13
|\ \ | |/
| * Replace example.com with pythontest.net in test_urllibnetBerker Peksag2016-05-071-12/+13
* | Issue #17765: weakref.ref() no longer silently ignores keyword arguments.Serhiy Storchaka2016-05-071-0/+4
|\ \ | |/
| * Issue #17765: weakref.ref() no longer silently ignores keyword arguments.Serhiy Storchaka2016-05-071-0/+4
* | Merge with 3.5Terry Jan Reedy2016-05-062-12/+9
|\ \ | |/
| * Issue 26912: fix broken imports in test_email package.Terry Jan Reedy2016-05-062-12/+9
* | Merge with 3.5Terry Jan Reedy2016-05-061-2/+2
|\ \ | |/
| * Issue 26911: fix import (other problems remain).Terry Jan Reedy2016-05-061-2/+2
* | Issue 26915: Add identity checks to the collections ABC __contains__ methods.Raymond Hettinger2016-05-052-4/+25
* | Issue #26918: Skipped some tests in test_pipes on Android.Serhiy Storchaka2016-05-051-0/+7
* | Issue 26002 and 25974Steven D'Aprano2016-05-042-55/+44
* | Issue #20120: Merge with 3.5Jason R. Coombs2016-05-041-2/+2
|\ \ | |/
| * Issue #20120: Use RawConfigParser for .pypirc parsing, removing support for i...Jason R. Coombs2016-05-041-2/+2
* | Issue #26873: xmlrpc now raises ResponseError on unsupported type tagsSerhiy Storchaka2016-05-042-0/+17
|\ \ | |/
| * Issue #26873: xmlrpc now raises ResponseError on unsupported type tagsSerhiy Storchaka2016-05-042-0/+17
* | Issue #24950: Fixed expanduser tests when the users home directory in pwd is ...Serhiy Storchaka2016-05-032-5/+10
|\ \ | |/
| * Issue #24950: Fixed expanduser tests when the users home directory in pwd is ...Serhiy Storchaka2016-05-032-5/+10
* | Merge with 3.5Terry Jan Reedy2016-05-021-10/+12
|\ \ | |/
| * Clarify IDLE-console differences with respect to the sys module.Terry Jan Reedy2016-05-021-10/+12
* | Upgrade ensurepip bundled setuptools to 20.10.1Donald Stufft2016-05-022-1/+1
|\ \ | |/
| * Upgrade ensurepip bundled setuptools to 20.10.1Donald Stufft2016-05-022-1/+1
| |\
| | * Upgrade ensurepip bundled setuptools to 20.10.1Donald Stufft2016-05-022-1/+1
* | | issue26893: use mro() to examine class heirarchyEthan Furman2016-05-012-1/+14
|\ \ \ | |/ /
| * | issue26893: use mro() to examine class heirarchyEthan Furman2016-05-012-1/+14
* | | Issue #26711: Fixed the comparison of plistlib.Data with other types.Serhiy Storchaka2016-05-012-5/+5
|\ \ \ | |/ /
| * | Issue #26711: Fixed the comparison of plistlib.Data with other types.Serhiy Storchaka2016-05-012-5/+5
* | | Issue #24114: Fix an uninitialized variable in `ctypes.util`.Meador Inge2016-05-011-0/+1
|\ \ \ | |/ /