summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \ \ | |/ /
| * | Issue #24114: Fix an uninitialized variable in `ctypes.util`.Meador Inge2016-05-011-0/+1
* | | Issue #26864: Merge no_proxy fixes from 3.5Martin Panter2016-04-302-2/+19
|\ \ \ | |/ /
| * | Issue #26864: Fix case insensitivity and suffix comparison with no_proxyMartin Panter2016-04-302-2/+19
* | | Issue #13436: Add a test to make sure that ast.ImportFrom(level=None) worksBerker Peksag2016-04-291-0/+11
* | | Issue #25551: Test condition behavior instead of its internalsBerker Peksag2016-04-291-4/+5
|\ \ \ | |/ /
| * | Issue #25551: Test condition behavior instead of its internalsBerker Peksag2016-04-291-4/+5
* | | Issue #24902: Print server URL on http.server startupBerker Peksag2016-04-291-1/+2
* | | Issue #25788: fileinput.hook_encoded() now supports an "errors" argumentSerhiy Storchaka2016-04-272-3/+22
* | | Issue #26634: recursive_repr() now sets __qualname__ of wrapper.Serhiy Storchaka2016-04-262-0/+15
|\ \ \ | |/ /
| * | Issue #26634: recursive_repr() now sets __qualname__ of wrapper.Serhiy Storchaka2016-04-262-0/+15
* | | merge 3.5Senthil Kumaran2016-04-252-11/+73
|\ \ \ | |/ /
| * | Issue #26804: urllib.request will prefer lower_case proxy environment variablesSenthil Kumaran2016-04-252-11/+73
* | | Remove outdated TkVersion checks.Serhiy Storchaka2016-04-254-16/+1
* | | Merge 3.5Serhiy Storchaka2016-04-252-3/+79
|\ \ \ | |/ /
| * | Issue #26837: assertSequenceEqual() now correctly outputs non-stringifiedSerhiy Storchaka2016-04-252-3/+79
* | | Removed unused imports.Serhiy Storchaka2016-04-2425-30/+10
* | | Remove more unused imports in tests.Serhiy Storchaka2016-04-2411-12/+1
* | | Merge 3.5Serhiy Storchaka2016-04-241-6/+0
|\ \ \ | |/ /
| * | Remove duplicated tests.Serhiy Storchaka2016-04-241-6/+0
* | | Remove unused support.run_unittest imports.Serhiy Storchaka2016-04-2415-15/+6
* | | Issue #23277: Remove unused imports in tests.Serhiy Storchaka2016-04-2479-117/+23