summaryrefslogtreecommitdiffstats
path: root/Lib/test
Commit message (Collapse)AuthorAgeFilesLines
* merge from 3.5Senthil Kumaran2016-05-131-2/+9
|\ | | | | | | | | | | Issue #26892: Honor debuglevel flag in urllib.request.HTTPHandler. Patch contributed by Chi Hsuan Yen.
| * Issue #26892: Honor debuglevel flag in urllib.request.HTTPHandler.Senthil Kumaran2016-05-131-2/+9
| | | | | | | | Patch contributed by Chi Hsuan Yen.
* | Issue #22274: Merge stderr=STDOUT fix from 3.5Martin Panter2016-05-131-0/+21
|\ \ | |/
| * Issue #22274: Redirect stderr=STDOUT when stdout not redirected, by Akira LiMartin Panter2016-05-131-0/+21
| |
* | 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
| |
* | Fixes #19711: Add tests for reloading namespace packages.Eric Snow2016-05-101-1/+33
| |
* | Issue #26881: The modulefinder module now supports extended opcode arguments.Serhiy Storchaka2016-05-081-0/+13
|\ \ | |/
| * Issue #26881: The modulefinder module now supports extended opcode arguments.Serhiy Storchaka2016-05-081-0/+13
| |
* | Issue #18531: Single var-keyword argument of dict subtype was passedSerhiy Storchaka2016-05-081-0/+56
| | | | | | | | unscathed to the C-defined function. Now it is converted to exact dict.
* | Issue #23815: Fixed crashes related to directly created instances of types inSerhiy Storchaka2016-05-082-0/+6
|\ \ | |/ | | | | _tkinter and curses.panel modules.
| * Issue #23815: Fixed crashes related to directly created instances of types inSerhiy Storchaka2016-05-082-0/+6
| | | | | | | | _tkinter and curses.panel modules.
* | Merge typo fixes from 3.5Martin Panter2016-05-082-2/+2
|\ \ | |/
| * Fix typos in comments, documentation and test method namesMartin Panter2016-05-082-2/+2
| |
* | 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
|\ \ | |/ | | | | example.com/404 returns 500 instead of 404 now.
| * Replace example.com with pythontest.net in test_urllibnetBerker Peksag2016-05-071-12/+13
| | | | | | | | example.com/404 returns 500 instead of 404 now.
* | Issue #17765: weakref.ref() no longer silently ignores keyword arguments.Serhiy Storchaka2016-05-071-0/+4
|\ \ | |/ | | | | Patch by Georg Brandl.
| * Issue #17765: weakref.ref() no longer silently ignores keyword arguments.Serhiy Storchaka2016-05-071-0/+4
| | | | | | | | Patch by Georg Brandl.
* | 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
| |
* | Issue 26915: Add identity checks to the collections ABC __contains__ methods.Raymond Hettinger2016-05-051-1/+21
| |
* | Issue #26918: Skipped some tests in test_pipes on Android.Serhiy Storchaka2016-05-051-0/+7
| | | | | | | | Patch by Xavier de Gaye.
* | Issue 26002 and 25974Steven D'Aprano2016-05-041-17/+14
| | | | | | | | | | patches by Upendra Kumar and Stefan Krah speed up median by using bisect, and general speedup for Decimals using as_integer_ratio
* | Issue #26873: xmlrpc now raises ResponseError on unsupported type tagsSerhiy Storchaka2016-05-041-0/+14
|\ \ | |/ | | | | instead of silently return incorrect result.
| * Issue #26873: xmlrpc now raises ResponseError on unsupported type tagsSerhiy Storchaka2016-05-041-0/+14
| | | | | | | | instead of silently return incorrect result.
* | Issue #24950: Fixed expanduser tests when the users home directory in pwd is ↵Serhiy Storchaka2016-05-032-5/+10
|\ \ | |/ | | | | | | | | "/". Based on patch by SilentGhost.
| * Issue #24950: Fixed expanduser tests when the users home directory in pwd is ↵Serhiy Storchaka2016-05-032-5/+10
| | | | | | | | | | | | "/". Based on patch by SilentGhost.
* | issue26893: use mro() to examine class heirarchyEthan Furman2016-05-011-0/+13
|\ \ | |/
| * issue26893: use mro() to examine class heirarchyEthan Furman2016-05-011-0/+13
| |
* | Issue #26711: Fixed the comparison of plistlib.Data with other types.Serhiy Storchaka2016-05-011-3/+3
|\ \ | |/
| * Issue #26711: Fixed the comparison of plistlib.Data with other types.Serhiy Storchaka2016-05-011-3/+3
| |
* | Issue #26864: Merge no_proxy fixes from 3.5Martin Panter2016-04-301-0/+13
|\ \ | |/
| * Issue #26864: Fix case insensitivity and suffix comparison with no_proxyMartin Panter2016-04-301-0/+13
| | | | | | | | Patch by Xiang Zhang.
* | 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
|\ \ | |/ | | | | | | | | | | | | | | | | test_reset_internal_locks was looking at Event's _cond._lock. This makes it harder to change internals of the Condition object and makes the test fragile. The test was added by Nir Soffer in 6108d30dde21. Patch by Nir Soffer.
| * Issue #25551: Test condition behavior instead of its internalsBerker Peksag2016-04-291-4/+5
| | | | | | | | | | | | | | | | | | | | test_reset_internal_locks was looking at Event's _cond._lock. This makes it harder to change internals of the Condition object and makes the test fragile. The test was added by Nir Soffer in 6108d30dde21. Patch by Nir Soffer.
* | Issue #25788: fileinput.hook_encoded() now supports an "errors" argumentSerhiy Storchaka2016-04-271-1/+20
| | | | | | | | for passing to open. Original patch by Joseph Hackman.
* | Issue #26634: recursive_repr() now sets __qualname__ of wrapper.Serhiy Storchaka2016-04-261-0/+14
|\ \ | |/ | | | | Patch by Xiang Zhang.
| * Issue #26634: recursive_repr() now sets __qualname__ of wrapper.Serhiy Storchaka2016-04-261-0/+14
| | | | | | | | Patch by Xiang Zhang.
* | merge 3.5Senthil Kumaran2016-04-251-1/+39
|\ \ | |/ | | | | | | | | | | Issue #26804: urllib.request will prefer lower_case proxy environment variables over UPPER_CASE or Mixed_Case ones. Patch contributed by Hans-Peter Jansen. Reviewed by Martin Panter and Senthil Kumaran.
| * Issue #26804: urllib.request will prefer lower_case proxy environment variablesSenthil Kumaran2016-04-251-1/+39
| | | | | | | | | | | | over UPPER_CASE or Mixed_Case ones. Patch contributed by Hans-Peter Jansen. Reviewed by Martin Panter and Senthil Kumaran.
* | Remove more unused imports in tests.Serhiy Storchaka2016-04-248-8/+0
| |
* | Merge 3.5Serhiy Storchaka2016-04-241-6/+0
|\ \ | |/
| * Remove duplicated tests.Serhiy Storchaka2016-04-241-6/+0
| | | | | | | | There were duplicated methods with the same name and body.
* | Remove unused support.run_unittest imports.Serhiy Storchaka2016-04-2415-15/+6
| | | | | | | | It is not needed since tests use unittest.main().