Steve Dower
|
43d2b264b9
|
Merge from 3.5
|
2016-10-27 12:12:24 -07:00 |
|
Steve Dower
|
fcf622e30e
|
Updates release build to collect symbols and binaries, and create nuget package.
|
2016-10-27 12:08:45 -07:00 |
|
Serhiy Storchaka
|
f526e7ef7a
|
Issue #28496: Mark up constants 0, 1 and -1 that denote return values or
special input values as literal text.
|
2016-10-27 21:42:49 +03:00 |
|
Serhiy Storchaka
|
159f97b2d7
|
Issue #28496: Mark up constants 0, 1 and -1 that denote return values or
special input values as literal text.
|
2016-10-27 21:42:15 +03:00 |
|
Serhiy Storchaka
|
1ecf7d204d
|
Issue #28496: Mark up constants 0, 1 and -1 that denote return values or
special input values as literal text.
|
2016-10-27 21:41:19 +03:00 |
|
Serhiy Storchaka
|
2edcd1cba4
|
Issue #28426: Deprecated undocumented functions PyUnicode_AsEncodedObject(),
PyUnicode_AsDecodedObject(), PyUnicode_AsDecodedUnicode() and
PyUnicode_AsEncodedUnicode().
|
2016-10-27 21:08:00 +03:00 |
|
Serhiy Storchaka
|
0093907f0e
|
Issue #28426: Deprecated undocumented functions PyUnicode_AsEncodedObject(),
PyUnicode_AsDecodedObject(), PyUnicode_AsDecodedUnicode() and
PyUnicode_AsEncodedUnicode().
|
2016-10-27 21:05:49 +03:00 |
|
Serhiy Storchaka
|
9e7d6a9d5e
|
Issue #28526: Use PyUnicode_AsEncodedString() instead of
PyUnicode_AsEncodedObject() in _curese to ensure that the result
is a bytes object.
|
2016-10-27 19:33:22 +03:00 |
|
Serhiy Storchaka
|
802426f99b
|
Issue #28526: Use PyUnicode_AsEncodedString() instead of
PyUnicode_AsEncodedObject() in _curese to ensure that the result
is a bytes object.
|
2016-10-27 19:33:05 +03:00 |
|
Serhiy Storchaka
|
b29cee40ee
|
Issue #28526: Use PyUnicode_AsEncodedString() instead of
PyUnicode_AsEncodedObject() in _curese to ensure that the result
is a bytes object.
|
2016-10-27 19:31:49 +03:00 |
|
INADA Naoki
|
b574e77122
|
Issue #28509: dict.update() no longer allocate unnecessary large memory
|
2016-10-27 19:30:10 +09:00 |
|
INADA Naoki
|
b1152be2de
|
Issue #28509: dict.update() no longer allocate unnecessary large memory
|
2016-10-27 19:26:50 +09:00 |
|
Zachary Ware
|
6743999d74
|
Remove unused suspicious rules
|
2016-10-25 21:49:19 -05:00 |
|
Zachary Ware
|
52e41fdc26
|
Merge from 3.6
|
2016-10-25 21:48:29 -05:00 |
|
Zachary Ware
|
ec9357b90c
|
Ignore harmless suspicious markup
|
2016-10-25 21:43:41 -05:00 |
|
Zachary Ware
|
f97167ceda
|
Merge from 3.6
|
2016-10-25 21:36:48 -05:00 |
|
Zachary Ware
|
d9aa4d3308
|
Merge from 3.5
|
2016-10-25 21:36:13 -05:00 |
|
Zachary Ware
|
bb444772d9
|
Fix default role usage
|
2016-10-25 21:35:22 -05:00 |
|
Guido van Rossum
|
c3f6c21264
|
Issue #25002: Back out asyncore/asynchat deprecation. (3.6->3.7)
|
2016-10-25 18:43:21 -07:00 |
|
Guido van Rossum
|
66078ac5d0
|
Issue #25002: Back out asyncore/asynchat deprecation.
|
2016-10-25 18:42:51 -07:00 |
|
Martin Panter
|
34d304cc0f
|
Issue #26240: Merge subprocess doc string from 3.6
|
2016-10-26 00:26:38 +00:00 |
|
Martin Panter
|
3dca62440c
|
Issue #26240: Merge subprocess doc string from 3.5 into 3.6
|
2016-10-25 23:41:42 +00:00 |
|
Martin Panter
|
4afdca056b
|
Issue #26240: Clean up the subprocess module doc string
Patch by Tim Mitchell.
|
2016-10-25 22:20:48 +00:00 |
|
Steve Dower
|
85fd15adad
|
Issue #28333: Fixes off-by-one error that was adding an extra space.
|
2016-10-25 11:52:09 -07:00 |
|
Steve Dower
|
6c2b9d3479
|
Issue #28333: Fixes off-by-one error that was adding an extra space.
|
2016-10-25 11:51:54 -07:00 |
|
Serhiy Storchaka
|
670fca8d17
|
Null merge
|
2016-10-25 20:20:29 +03:00 |
|
Serhiy Storchaka
|
26231bb317
|
Null merge
|
2016-10-25 20:20:09 +03:00 |
|
Serhiy Storchaka
|
36888dd970
|
Issue #28353: Fixed tests of os.fwalk() with broken links.
|
2016-10-25 20:18:31 +03:00 |
|
Guido van Rossum
|
398134d50c
|
Issue #28107: Update typing module documentation for NamedTuple (Ivan) (3.6->3.7)
|
2016-10-25 09:54:11 -07:00 |
|
Guido van Rossum
|
5ec24314cd
|
Issue #28107: Update typing module documentation for NamedTuple (Ivan)
|
2016-10-25 09:53:11 -07:00 |
|
Serhiy Storchaka
|
11e9a16548
|
Issue #28353: Try to fix tests.
|
2016-10-25 19:03:27 +03:00 |
|
Serhiy Storchaka
|
28f982060c
|
Issue #28353: Try to fix tests.
|
2016-10-25 19:01:41 +03:00 |
|
Guido van Rossum
|
ec648f63fc
|
Issue 25002: Deprecate asyncore/asynchat. Patch by Mariatta. (3.6->3.7)
|
2016-10-25 08:49:48 -07:00 |
|
Guido van Rossum
|
16591f440d
|
Issue 25002: Deprecate asyncore/asynchat. Patch by Mariatta.
|
2016-10-25 08:49:13 -07:00 |
|
Serhiy Storchaka
|
b3e5812300
|
Issue #27275: Fixed implementation of pop() and popitem() methods in
subclasses of accelerated OrderedDict.
|
2016-10-25 15:38:28 +03:00 |
|
Serhiy Storchaka
|
1faf9025b5
|
Issue #27275: Fixed implementation of pop() and popitem() methods in
subclasses of accelerated OrderedDict.
|
2016-10-25 15:36:56 +03:00 |
|
Serhiy Storchaka
|
4832580596
|
Issue #27275: Fixed implementation of pop() and popitem() methods in
subclasses of accelerated OrderedDict.
|
2016-10-25 15:33:23 +03:00 |
|
Serhiy Storchaka
|
0595ed21ba
|
Issue #28255: calendar.TextCalendar.prweek() no longer prints a space after
a weeks's calendar. calendar.TextCalendar.pryear() no longer prints redundant
newline after a year's calendar. Based on patch by Xiang Zhang.
|
2016-10-25 15:20:58 +03:00 |
|
Serhiy Storchaka
|
78d84d8326
|
Issue #28255: calendar.TextCalendar().prmonth() no longer prints a space
at the start of new line after printing a month's calendar. Patch by
Xiang Zhang.
|
2016-10-25 15:03:59 +03:00 |
|
Serhiy Storchaka
|
ecb90182f5
|
Issue #28255: calendar.TextCalendar().prmonth() no longer prints a space
at the start of new line after printing a month's calendar. Patch by
Xiang Zhang.
|
2016-10-25 15:02:36 +03:00 |
|
Serhiy Storchaka
|
7ff51bd2b8
|
Issue #28255: calendar.TextCalendar().prmonth() no longer prints a space
at the start of new line after printing a month's calendar. Patch by
Xiang Zhang.
|
2016-10-25 15:00:52 +03:00 |
|
Serhiy Storchaka
|
da223e5cef
|
Issue #20491: The textwrap.TextWrapper class now honors non-breaking spaces.
Based on patch by Kaarle Ritvanen.
|
2016-10-25 14:47:53 +03:00 |
|
Serhiy Storchaka
|
a6eba11f86
|
Issue #20491: The textwrap.TextWrapper class now honors non-breaking spaces.
Based on patch by Kaarle Ritvanen.
|
2016-10-25 14:46:44 +03:00 |
|
Serhiy Storchaka
|
f3ebc9fe3f
|
Issue #20491: The textwrap.TextWrapper class now honors non-breaking spaces.
Based on patch by Kaarle Ritvanen.
|
2016-10-25 14:44:54 +03:00 |
|
Serhiy Storchaka
|
f06f82d66b
|
Issue #28353: os.fwalk() no longer fails on broken links.
|
2016-10-25 14:35:18 +03:00 |
|
Serhiy Storchaka
|
af4e4747f5
|
Issue #28353: os.fwalk() no longer fails on broken links.
|
2016-10-25 14:34:38 +03:00 |
|
Serhiy Storchaka
|
42bababba6
|
Issue #28353: os.fwalk() no longer fails on broken links.
|
2016-10-25 14:28:38 +03:00 |
|
Serhiy Storchaka
|
bb06fb59ea
|
Null merge
|
2016-10-25 13:48:04 +03:00 |
|
Serhiy Storchaka
|
ab5a7f675d
|
Merge heads
|
2016-10-25 13:47:55 +03:00 |
|
Serhiy Storchaka
|
179111bd22
|
Merge heads
|
2016-10-25 13:47:41 +03:00 |
|