Martin Panter
|
4dd27f0adc
|
Issue #25533: Merge frozen module docs from 3.5
|
2016-05-15 00:41:40 +00:00 |
|
Martin Panter
|
f47a400347
|
Issue #25533: Update documentation regarding the frozen modules table
* "ctypes" documentation was using Python 2 bytes-str equivalence.
* PyImport_FrozenModules is a pointer to const as of Python 3.4
|
2016-05-15 00:13:04 +00:00 |
|
Martin Panter
|
38e2f175ea
|
Remove old Python 2 compatibility from ctypes test
|
2016-05-14 06:17:43 +00:00 |
|
Yury Selivanov
|
e9e3a7cd3c
|
Merge 3.5 (asyncio)
|
2016-05-13 16:11:00 -04:00 |
|
Yury Selivanov
|
f11352c114
|
asyncio/tests: Ensure a gc_collect for __del__ testing
Patch by Philip Jenvey
|
2016-05-13 16:10:43 -04:00 |
|
Yury Selivanov
|
2e413f7cc7
|
Merge 3.5 (asyncio)
|
2016-05-13 16:05:05 -04:00 |
|
Yury Selivanov
|
5dc093336f
|
asyncio: Fix unix pipe transport 'repr' methods
Patch by Vincent Michel.
See also https://github.com/python/asyncio/pull/326
|
2016-05-13 16:04:43 -04:00 |
|
Yury Selivanov
|
8308db5cd5
|
Merge 3.5 (asyncio)
|
2016-05-13 15:59:48 -04:00 |
|
Yury Selivanov
|
32dae3d50f
|
asyncio: Break reference cycle in StreamReaderProtocol.connection_lost
|
2016-05-13 15:58:00 -04:00 |
|
Yury Selivanov
|
91f9def428
|
Merge 3.5 (asyncio)
|
2016-05-13 15:43:05 -04:00 |
|
Yury Selivanov
|
04eb87e4ef
|
asyncio: ease the cert failed regex
Patch by Philip Jenvey
|
2016-05-13 15:42:39 -04:00 |
|
Yury Selivanov
|
059320bab8
|
Merge 3.5 (issue #26848)
|
2016-05-13 15:39:09 -04:00 |
|
Yury Selivanov
|
7657f6ba21
|
Issue #26848: Fix asyncio/subprocess.communicate() to handle empty input.
|
2016-05-13 15:35:28 -04:00 |
|
Serhiy Storchaka
|
91762da45b
|
Restored test_interleaved. After issue #8886 it was a duplicate of
test_different_file.
|
2016-05-13 21:19:22 +03:00 |
|
Serhiy Storchaka
|
d76c7c2bed
|
Restored test_interleaved. After issue #8886 it was a duplicate of
test_different_file.
|
2016-05-13 21:18:58 +03:00 |
|
Serhiy Storchaka
|
18ee29d0b8
|
Issue #26039: zipfile.ZipFile.open() can now be used to write data into a ZIP
file, as well as for extracting data. Patch by Thomas Kluyver.
|
2016-05-13 13:52:49 +03:00 |
|
Senthil Kumaran
|
5d1110a952
|
merge from 3.5
Issue #26892: Honor debuglevel flag in urllib.request.HTTPHandler.
Patch contributed by Chi Hsuan Yen.
|
2016-05-13 01:35:29 -07:00 |
|
Senthil Kumaran
|
9642eedc0a
|
Issue #26892: Honor debuglevel flag in urllib.request.HTTPHandler.
Patch contributed by Chi Hsuan Yen.
|
2016-05-13 01:32:42 -07:00 |
|
Martin Panter
|
f94ec1bd83
|
Issue #22274: Merge stderr=STDOUT fix from 3.5
|
2016-05-13 07:45:21 +00:00 |
|
Martin Panter
|
c76358924f
|
Issue #22274: Redirect stderr=STDOUT when stdout not redirected, by Akira Li
|
2016-05-13 01:54:44 +00:00 |
|
Serhiy Storchaka
|
e78592d42c
|
Make bytes and bytearray subclass tests compatible with base types tests.
|
2016-05-12 12:33:21 +03:00 |
|
Serhiy Storchaka
|
ea36c941a1
|
Issue #23640: int.from_bytes() no longer bypasses constructors for subclasses.
|
2016-05-12 10:37:58 +03:00 |
|
Serhiy Storchaka
|
ec5d54575f
|
Issue #26881: Restored the name of scan_opcodes_25().
It is better to not change this in bugfix release.
|
2016-05-11 22:19:49 +03:00 |
|
Steven D'Aprano
|
bc62aae923
|
Issue 26977, remove unneeded line in pvariance (duplicate call to _ss).
|
2016-05-11 11:50:13 +10:00 |
|
Eric Snow
|
228ab1ff6b
|
Issue #21099: Switch applicable importlib tests to use PEP 451 API.
|
2016-05-10 16:21:03 -06:00 |
|
Serhiy Storchaka
|
3fa86a0612
|
Make bytes and bytearray subclass tests compatible with base types tests.
|
2016-05-12 12:33:41 +03:00 |
|
Serhiy Storchaka
|
1f364438ad
|
Issue #23640: int.from_bytes() no longer bypasses constructors for subclasses.
|
2016-05-12 10:39:32 +03:00 |
|
Eric Snow
|
d65018b17c
|
Fixes #19711: Add tests for reloading namespace packages.
|
2016-05-10 15:29:05 -06:00 |
|
Zachary Ware
|
e7041fa215
|
Closes #26987: Merge with 3.5
|
2016-05-09 14:50:36 -05:00 |
|
Zachary Ware
|
78b5ed98d8
|
Issue #26987: Correct implementation to match comment
This was inadvertently changed in 644b677c2ae5 to use self._stderr
instead of _sys.stderr.
|
2016-05-09 14:49:31 -05:00 |
|
Serhiy Storchaka
|
3e99fdeed5
|
Issue #26881: The modulefinder module now supports extended opcode arguments.
|
2016-05-08 23:44:54 +03:00 |
|
Serhiy Storchaka
|
02d9f5e5b2
|
Issue #26881: The modulefinder module now supports extended opcode arguments.
|
2016-05-08 23:43:50 +03:00 |
|
Serhiy Storchaka
|
ce41287e99
|
Issue #18531: Single var-keyword argument of dict subtype was passed
unscathed to the C-defined function. Now it is converted to exact dict.
|
2016-05-08 23:36:44 +03:00 |
|
Serhiy Storchaka
|
dea76376cb
|
Issue #23815: Fixed crashes related to directly created instances of types in
_tkinter and curses.panel modules.
|
2016-05-08 20:46:55 +03:00 |
|
Serhiy Storchaka
|
e3f1b0911e
|
Issue #23815: Fixed crashes related to directly created instances of types in
_tkinter and curses.panel modules.
|
2016-05-08 20:46:22 +03:00 |
|
Martin Panter
|
1ce738e08f
|
Merge typo fixes from 3.5
|
2016-05-08 14:02:35 +00:00 |
|
Martin Panter
|
4c35964b76
|
Corrections for a/an in code comments and documentation
|
2016-05-08 13:53:41 +00:00 |
|
Martin Panter
|
f0564164ba
|
Fix typos in comments, documentation and test method names
|
2016-05-08 13:48:10 +00:00 |
|
Steven D'Aprano
|
cc22984d9e
|
Issue 26977, remove unneeded line in pvariance (duplicate call to _ss).
|
2016-05-08 22:14:38 +10:00 |
|
Berker Peksag
|
ca716cfbf3
|
Fix self.fail() call in test_data_header
|
2016-05-07 16:59:01 +03:00 |
|
Berker Peksag
|
ad1fd346b2
|
Fix self.fail() call in test_data_header
|
2016-05-07 16:58:41 +03:00 |
|
Berker Peksag
|
a8e3b0a16b
|
Replace example.com with pythontest.net in test_urllibnet
example.com/404 returns 500 instead of 404 now.
|
2016-05-07 16:37:35 +03:00 |
|
Berker Peksag
|
a40b0ef6e2
|
Replace example.com with pythontest.net in test_urllibnet
example.com/404 returns 500 instead of 404 now.
|
2016-05-07 16:37:09 +03:00 |
|
Serhiy Storchaka
|
17e22959a4
|
Issue #17765: weakref.ref() no longer silently ignores keyword arguments.
Patch by Georg Brandl.
|
2016-05-07 15:43:59 +03:00 |
|
Serhiy Storchaka
|
21eb48764c
|
Issue #17765: weakref.ref() no longer silently ignores keyword arguments.
Patch by Georg Brandl.
|
2016-05-07 15:41:09 +03:00 |
|
Terry Jan Reedy
|
234480df1c
|
Merge with 3.5
|
2016-05-06 17:35:21 -04:00 |
|
Terry Jan Reedy
|
f73a48cbb2
|
Issue 26912: fix broken imports in test_email package.
|
2016-05-06 17:35:05 -04:00 |
|
Terry Jan Reedy
|
cc20d63e64
|
Merge with 3.5
|
2016-05-06 15:58:13 -04:00 |
|
Terry Jan Reedy
|
823c626b43
|
Issue 26911: fix import (other problems remain).
|
2016-05-06 15:57:57 -04:00 |
|
Raymond Hettinger
|
584e8aedc3
|
Issue 26915: Add identity checks to the collections ABC __contains__ methods.
|
2016-05-05 11:14:06 +03:00 |
|