Commit graph

91201 commits

Author SHA1 Message Date
Larry Hastings
9c51f89cd6 Merge release engineering work from Python 3.5.0. 2015-09-13 15:43:21 +01:00
Larry Hastings
82c0c69011 Post-release updates for Python 3.5.0. 2015-09-13 15:36:07 +01:00
Yury Selivanov
1cecec5da5 Merge 3.5 2015-09-13 08:31:07 -04:00
Yury Selivanov
73953d8670 whatsnew/3.5: Fix typo (issue #25082) 2015-09-13 08:30:58 -04:00
Yury Selivanov
e148710410 Merge 3.5 2015-09-13 08:29:30 -04:00
Yury Selivanov
fe369a6e0e whatsnew/3.5: Reorder stuff (issue #25082). 2015-09-13 08:29:19 -04:00
Serhiy Storchaka
48a0469862 Merge 3.5 2015-09-13 12:08:19 +03:00
Serhiy Storchaka
35a361f1af whatsnew/3.5: Fix formatting. More minor edits. 2015-09-13 12:07:54 +03:00
Raymond Hettinger
95e2cc5d12 Fix refcount. 2015-09-13 02:41:18 -04:00
Yury Selivanov
5944e251df Merge 3.5 2015-09-13 01:58:09 -04:00
Yury Selivanov
3854f9e9fe whatsnew/3.5: Delete prerelease warning note.
(we'll make a couple more commits tomorrow before release)
2015-09-13 01:57:57 -04:00
Yury Selivanov
cc32fbabe2 Merge 3.5 2015-09-13 01:40:46 -04:00
Yury Selivanov
a7672baa73 whatsnew/3.5: Fix formatting 2015-09-13 01:40:36 -04:00
Yury Selivanov
bd316c71ae Merge 3.5 2015-09-13 01:39:16 -04:00
Yury Selivanov
72dab13105 whatsnew/3.5: Tweak asyncio module section 2015-09-13 01:39:05 -04:00
Yury Selivanov
f1e6faec67 Merge 3.5 2015-09-13 01:10:29 -04:00
Yury Selivanov
6d9dd756af whatsnew/3.5: More examples 2015-09-13 01:10:19 -04:00
Yury Selivanov
a0c32e96b9 Merge 3.5 2015-09-13 00:29:14 -04:00
Yury Selivanov
63ae9f3b38 whatsnew/3.5: Cover asyncio changes relative to 3.4.0 2015-09-13 00:29:02 -04:00
Yury Selivanov
b698b7d38c Merge 3.5 2015-09-12 23:46:50 -04:00
Yury Selivanov
239503773d whatsnew/3.5: Add some examples
Patch by Elvis Pranskevichus
2015-09-12 23:46:39 -04:00
Benjamin Peterson
70343bf47d merge 3.5 (#25076) 2015-09-12 17:21:24 -07:00
Benjamin Peterson
f07422c025 merge 3.4 2015-09-12 17:21:16 -07:00
Benjamin Peterson
4019852bfc fix name of argument in docstring and the docs (closes #25076)
Patch by TAKASE Arihiro.
2015-09-12 17:20:47 -07:00
Eric V. Smith
6408dc82fa Fixed indentation. 2015-09-12 18:53:36 -04:00
Yury Selivanov
cd8f9d603e Merge 3.5 2015-09-12 17:53:42 -04:00
Yury Selivanov
7b76baeabf whatsnew/3.5: Update editor's email addresses 2015-09-12 17:53:33 -04:00
Yury Selivanov
dd9114c2e4 Merge 3.5 2015-09-12 17:51:16 -04:00
Yury Selivanov
95fd26bc01 whatsnew/3.5 More edits
Patch by Elvis Praskevichus.  (+ issue #25070)
2015-09-12 17:50:58 -04:00
Yury Selivanov
cd8611d572 Merge 3.5 2015-09-12 15:52:20 -04:00
Yury Selivanov
46a8b40ca8 whatsnew/3.5: Edits
Patch by Elvis Pranskevichus
2015-09-12 15:52:04 -04:00
Kristján Valur Jónsson
3d6e7b0e34 Merge 2015-09-12 16:41:22 +00:00
Larry Hastings
1f9f61c868 Added tag v3.5.0 for changeset 374f501f4567 2015-09-12 17:36:53 +01:00
Larry Hastings
2e789a1f1d Final touch-ups for the What's New In Python 3.5 document. 2015-09-12 17:36:44 +01:00
Kristján Valur Jónsson
a8a930f863 Issue #25021: Merge 3.5 to default 2015-09-12 16:36:15 +00:00
Kristján Valur Jónsson
d7f65e5763 Issue #25021: Merge 3.4 to 3.5 2015-09-12 16:34:33 +00:00
Larry Hastings
f92f6c8e56 Version bump for Python 3.5.0 final. 2015-09-12 17:28:39 +01:00
Larry Hastings
fcdd34d263 Regenerate pydoc topics, fix minor non-RST formatting in Misc/NEWS. 2015-09-12 17:24:02 +01:00
Larry Hastings
17e9f3b774 Backported the What's New In 3.5 from 3.5.1 to 3.5.0 (final!). 2015-09-12 17:12:36 +01:00
Kristján Valur Jónsson
95c3e6cb22 Issue #25021: Merge from 3.3 to 3.4 2015-09-12 15:30:23 +00:00
Kristján Valur Jónsson
102764a1f6 Issue #25021: Correctly make sure that product.__setstate__ does not access
invalid memory.
2015-09-12 15:20:54 +00:00
Raymond Hettinger
67c78b5421 In-line the append operations inside deque_inplace_repeat(). 2015-09-12 11:00:20 -04:00
Serhiy Storchaka
233cdb3e9c Marked keystrokes with the :kbd: role.
Fixed the case of the "Ctrl-" prefixes.
2015-09-12 17:46:56 +03:00
Serhiy Storchaka
153627c111 Marked keystrokes with the :kbd: role.
Fixed the case of the "Ctrl-" prefixes.
2015-09-12 17:46:20 +03:00
Serhiy Storchaka
0424eaf753 Marked keystrokes with the :kbd: role.
Fixed the case of the "Ctrl-" prefixes.
2015-09-12 17:45:25 +03:00
Martin Panter
6d66b8b019 Issue #16473: Merge codecs doc and test from 3.5 2015-09-12 01:24:33 +00:00
Martin Panter
9ab96946ee Issue #16473: Merge codecs doc and test from 3.4 into 3.5 2015-09-12 01:22:17 +00:00
Martin Panter
06171bd52a Issue #16473: Fix byte transform codec documentation; test quotetabs=True
This changes the equivalent functions listed for the Base-64, hex and Quoted-
Printable codecs to reflect the functions actually used. Also mention and
test the "quotetabs" setting for Quoted-Printable encoding.
2015-09-12 00:34:28 +00:00
Martin Panter
3286031481 Merge sendfile() doc fixes from 3.5 2015-09-11 23:54:58 +00:00
Martin Panter
3133a9f5ab socket.sendfile() is a method not a module 2015-09-11 23:44:18 +00:00