Martin Panter
|
36700e4578
|
Issue #23231: Merge codecs doc from 3.5 into 3.6
|
2016-10-15 01:04:08 +00:00 |
|
Martin Panter
|
c73e9d844f
|
Issue #23231: Document codecs.iterencode(), iterdecode() shortcomings
|
2016-10-15 00:56:47 +00:00 |
|
Senthil Kumaran
|
c972d1c76f
|
[merge from 3.5] Issue28438 - Fix the link for pkgutil.get_data doc.
Patch contributed by Xiang Zhang.
|
2016-10-13 22:59:36 -07:00 |
|
Senthil Kumaran
|
1cea56b597
|
Issue28438 - Fix the link for pkgutil.get_data doc. Patch contributed by Xiang Zhang.
|
2016-10-13 22:58:47 -07:00 |
|
Raymond Hettinger
|
7b16652f1c
|
Issue #18844: Add more tests
|
2016-10-14 01:19:38 -04:00 |
|
Guido van Rossum
|
a0ef768ddf
|
Issue #18789: Update XML vulnerability table to use Safe/Vulnerable instead of No/Yes. (3.5->3.6)
|
2016-10-13 14:32:33 -07:00 |
|
Guido van Rossum
|
e1478e4ae2
|
Issue #18789: Update XML vulnerability table to use Safe/Vulnerable instead of No/Yes.
|
2016-10-13 14:31:50 -07:00 |
|
Guido van Rossum
|
5236ac600e
|
Issue #26869: Document unittest.TestCase.longMessage. (Mariatta) (3.5->3.6)
|
2016-10-13 14:24:23 -07:00 |
|
Guido van Rossum
|
4a4523523e
|
Issue #26869: Document unittest.TestCase.longMessage. (Mariatta)
|
2016-10-13 14:23:01 -07:00 |
|
Guido van Rossum
|
a03b1ea411
|
Issue #21443: Show how to change log level for asyncio. (Merge 3.5->3.6)
|
2016-10-13 13:57:17 -07:00 |
|
Guido van Rossum
|
ba29a4fd82
|
Issue #21443: Show how to change log level for asyncio.
|
2016-10-13 13:56:40 -07:00 |
|
Christian Heimes
|
5cade88ac1
|
Check return value of _PyDict_SetItemId()
|
2016-10-13 21:10:31 +02:00 |
|
Guido van Rossum
|
2ccdb5a4f1
|
Issue #24452: Make webbrowser support Chrome on Mac OS X (merge 3.5->3.6)
|
2016-10-13 11:22:52 -07:00 |
|
Guido van Rossum
|
b1a751b5c2
|
Issue #24452: Make webbrowser support Chrome on Mac OS X.
|
2016-10-13 11:17:27 -07:00 |
|
Xavier de Gaye
|
291417da7f
|
Issue #20766: Merge with 3.5.
|
2016-10-12 20:16:05 +02:00 |
|
Xavier de Gaye
|
10e54aeaa2
|
Issue #20766: Fix references leaked by pdb in the handling of SIGINT handlers.
|
2016-10-12 20:13:24 +02:00 |
|
Victor Stinner
|
ebe17e0347
|
Fix _Py_normalize_encoding() command
It's not exactly the same than encodings.normalize_encoding(): the C function
also converts to lowercase.
|
2016-10-12 13:57:45 +02:00 |
|
Benjamin Peterson
|
b329e1bb5b
|
va_end vargs2 once (closes #28417)
|
2016-10-11 23:00:58 -07:00 |
|
Raymond Hettinger
|
1c3a121bb0
|
Issue #18844: Fix-up examples for random.choices(). Remove over-specified test.
|
2016-10-12 01:42:10 -04:00 |
|
doko@ubuntu.com
|
95b826d050
|
- Modules/Setup.dist: Add the _blake2 module
|
2016-10-11 08:06:26 +02:00 |
|
doko@ubuntu.com
|
de69ee71e2
|
- dictobject.c: Make dict_merge symbol a static symbol
|
2016-10-11 08:04:02 +02:00 |
|
Benjamin Peterson
|
1609997796
|
prefix freegrammar (closes #28413)
|
2016-10-10 23:21:02 -07:00 |
|
Zachary Ware
|
547d156c2c
|
Issue #28208: Update Windows build to use SQLite 3.14.2.0
|
2016-10-10 22:36:21 -05:00 |
|
Zachary Ware
|
c08bb6c63a
|
Issue #28248: Merge with 3.5
|
2016-10-10 22:22:27 -05:00 |
|
Zachary Ware
|
fd28cbef4b
|
Issue #28248: Merge with 3.4
|
2016-10-10 22:11:12 -05:00 |
|
Zachary Ware
|
068534ab03
|
Issue #28248: Update Windows build to use OpenSSL 1.0.2j
|
2016-10-10 21:57:20 -05:00 |
|
Ned Deily
|
4d80a8a916
|
Merge 3.6 releasing branch
|
2016-10-10 20:53:33 -04:00 |
|
Ned Deily
|
a4f45bb0c4
|
Start 3.6.0b3
|
2016-10-10 20:46:40 -04:00 |
|
Steve Dower
|
ec1f28a63c
|
Fix launcher.msi from rebuilding during release build.
|
2016-10-10 16:19:06 -07:00 |
|
Ned Deily
|
dbb331b5b1
|
Added tag v3.6.0b2 for changeset b9fadc7d1c3f
|
2016-10-10 16:09:41 -04:00 |
|
Ned Deily
|
7e16af499b
|
Version bump for 3.6.0b2
|
2016-10-10 16:09:08 -04:00 |
|
Ned Deily
|
bec93b3858
|
Update pydoc topics for 3.6.0b2
|
2016-10-10 16:02:26 -04:00 |
|
Ned Deily
|
ee22aad963
|
regenerate configure with autoconf 2.69
|
2016-10-10 15:42:18 -04:00 |
|
Ned Deily
|
e326a9172f
|
Update OS X installer ReadMe for 360b2.
|
2016-10-10 15:34:00 -04:00 |
|
INADA Naoki
|
1be427bbf1
|
Issue #28405: Fix compile error for _futuresmodule.c on Cygwin.
Patch by Masayuki Yamamoto.
|
2016-10-11 02:12:34 +09:00 |
|
Steve Dower
|
425ec150ea
|
Issue #28402: Adds signed catalog files for stdlib on Windows.
|
2016-10-09 20:18:52 -07:00 |
|
Martin Panter
|
b1321fba53
|
Issue #28394: More typo fixes for 3.6+
|
2016-10-10 00:38:21 +00:00 |
|
Martin Panter
|
fd1df3fef2
|
Issue #28394: Merge typo fixes from 3.5 into 3.6
|
2016-10-10 00:28:38 +00:00 |
|
Martin Panter
|
d2a584b47b
|
Issue #28394: Spelling and typo fixes in code comments and changelog
Includes patch by Ville Skyttä.
|
2016-10-10 00:24:34 +00:00 |
|
Serhiy Storchaka
|
49f5cdde1a
|
Issue #28183: Optimize and cleanup dict iteration.
|
2016-10-09 23:08:05 +03:00 |
|
Guido van Rossum
|
06060725b4
|
Issue #28339: Remove ByteString.register(memoryview(...)) from typing.py. (merge 3.5->3.6)
|
2016-10-09 10:03:35 -07:00 |
|
Guido van Rossum
|
5e2a0ef2ee
|
Issue #28339: Remove ByteString.register(memoryview(...)) from typing.py.
|
2016-10-09 10:02:49 -07:00 |
|
Yury Selivanov
|
917c1c3ee1
|
Merge 3.5 (issue #27972)
|
2016-10-09 12:20:44 -04:00 |
|
Yury Selivanov
|
4145c83806
|
Issue #27972: Prohibit Tasks to await on themselves.
|
2016-10-09 12:19:12 -04:00 |
|
Yury Selivanov
|
88e8aca78d
|
Merge 3.5 (issue #28399)
|
2016-10-09 12:16:08 -04:00 |
|
Yury Selivanov
|
908d55dd7e
|
Issue #28399: Remove UNIX socket from FS before binding.
Patch by Коренберг Марк.
|
2016-10-09 12:15:08 -04:00 |
|
Berker Peksag
|
75907bc5b5
|
Issue #28389: Merge from 3.5
|
2016-10-09 18:18:55 +03:00 |
|
Berker Peksag
|
0aa7887f43
|
Issue #28389: Fix ProxiedTransport example in xmlrpc.client documentation
|
2016-10-09 18:18:21 +03:00 |
|
INADA Naoki
|
3b8c547489
|
Fixed wrong issue number in NEWS
|
2016-10-09 14:53:44 +09:00 |
|
INADA Naoki
|
9e4e38ecd2
|
Issue #26801: Added C implementation of asyncio.Future.
Original patch by Yury Selivanov.
|
2016-10-09 14:44:47 +09:00 |
|