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 |
Benjamin Peterson
|
99740925ed
|
merge 3.5
|
2016-05-12 23:14:28 -07:00 |
Benjamin Peterson
|
07451ddd4f
|
fix indentation of comments in cellobject.c (closes #27011)
|
2016-05-12 23:12:21 -07: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
|
9de7efe5ab
|
Removed duplicated NEWS entity for issue #26881.
|
2016-05-11 22:25:05 +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
|
3414e4a34f
|
NEWS message for issue #26977.
|
2016-05-11 12:41:19 +10: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 |
Serhiy Storchaka
|
5787ef621a
|
Issue #27005: Fixed the call of PyObject_CallFunctionObjArgs().
|
2016-05-12 10:32:30 +03:00 |
Serhiy Storchaka
|
25885d1dc5
|
Issue #27005: Optimized the float.fromhex() class method for exact float.
|
2016-05-12 10:21:14 +03:00 |
Serhiy Storchaka
|
871639a6d5
|
Merge 3.5.
|
2016-05-11 22:25:31 +03:00 |
Serhiy Storchaka
|
75687f2194
|
Null merge
|
2016-05-11 22:20:57 +03:00 |
Steven D'Aprano
|
441581a79f
|
Update NEWS.
|
2016-05-11 13:01:42 +10:00 |
Steven D'Aprano
|
6494449a98
|
Merge NEWS update from 3.5 for issue #26977.
|
2016-05-11 12:46:40 +10:00 |
Steven D'Aprano
|
0218127b76
|
Branch merge for issue 26977
|
2016-05-11 11:53:01 +10:00 |
Eric Snow
|
d65018b17c
|
Fixes #19711: Add tests for reloading namespace packages.
|
2016-05-10 15:29:05 -06:00 |
Serhiy Storchaka
|
c499f30286
|
Issue #23921: Standardized documentation whitespace formatting.
Original patch by James Edwards.
|
2016-05-10 12:01:56 +03:00 |
Serhiy Storchaka
|
dba903993a
|
Issue #23921: Standardized documentation whitespace formatting.
Original patch by James Edwards.
|
2016-05-10 12:01:23 +03:00 |
Benjamin Peterson
|
a4dfbe608f
|
merge 3.5 (#26986)
|
2016-05-09 23:44:30 -07:00 |
Benjamin Peterson
|
387235085c
|
improve PyFunction_New docs (closes #26986)
Patch from Xiang Zhang.
|
2016-05-09 23:43:53 -07: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
|
6a8af9ab36
|
Issue #25745: Fixed leaking a userptr in curses panel destructor.
|
2016-05-09 00:14:22 +03:00 |
Serhiy Storchaka
|
df40b62390
|
Issue #25745: Fixed leaking a userptr in curses panel destructor.
|
2016-05-09 00:11:59 +03: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
|
a26e4b97d8
|
Issue #26156: Make expressions grammar description more semantically correct.
|
2016-05-08 22:00:09 +03:00 |
Serhiy Storchaka
|
c7cc9850d4
|
Issue #26156: Make expressions grammar description more semantically correct.
|
2016-05-08 21:59:46 +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 |
Martin Panter
|
129fe04d4d
|
Issue #26512: Clarify Integral; tidy up table of rounding functions
Based on patch by Julien.
|
2016-05-08 12:22:37 +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 |
Martin Panter
|
18933ed6ab
|
Issue #26512: Merge rounding doc from 3.5
|
2016-05-08 12:34:58 +00:00 |