Commit graph

90122 commits

Author SHA1 Message Date
Serhiy Storchaka
16c96bb22e Corrected docstrings of audio modules. writeframes() accepts bytes, not str. 2015-07-10 22:14:08 +03:00
Serhiy Storchaka
3d031e6199 Corrected docstrings of audio modules. writeframes() accepts bytes, not str. 2015-07-10 22:13:52 +03:00
Serhiy Storchaka
e0fd7ef6bb Corrected docstrings of audio modules. writeframes() accepts bytes, not str. 2015-07-10 22:13:40 +03:00
Victor Stinner
40949e0544 Merge 3.5 (asyncio) 2015-07-09 23:16:46 +02:00
Victor Stinner
fb578f0a05 Merge 3.4 (asyncio) 2015-07-09 23:14:50 +02:00
Victor Stinner
e6ecea53c8 asyncio: sync with github asyncio
* queues: get coroutine from asyncio.coroutines, not from asyncio.tasks
* tets: replace tulip with asyncio in comments
2015-07-09 23:13:50 +02:00
Barry Warsaw
f5b062997b - Issue #15014: SMTP.auth() and SMTP.login() now support RFC 4954's optional
initial-response argument to the SMTP AUTH command.
2015-07-09 10:42:37 -04:00
Barry Warsaw
c5ea754e48 - Issue #15014: SMTP.auth() and SMTP.login() now support RFC 4954's optional
initial-response argument to the SMTP AUTH command.
2015-07-09 10:39:55 -04:00
Steve Dower
99168adec0 Fixes installer rebuild, snapshot versioning, and the README.txt file. 2015-07-08 22:44:52 -07:00
Steve Dower
b85b427507 Fixes installer rebuild, snapshot versioning, and the README.txt file. 2015-07-08 22:43:48 -07:00
Steve Dower
67b9ab53c9 Issue #24585: Enables build-to-build upgrades that preserve settings.
Rather than using Burn "Persisted" variables we now add registry keys for each added feature. These can be detected by the installer regardless of which version installed them, and we use this for Modify and Upgrade. In particular, Upgrades can't access the Persisted variables, but can find well-known registry keys.
There are also some changes to the bootstrap app to properly handle upgrades.
Finally, a few minor improvements to the Windows build to keep things tidier.
2015-07-08 20:19:07 -07:00
Steve Dower
494374922c Issue #24585: Enables build-to-build upgrades that preserve settings.
Rather than using Burn "Persisted" variables we now add registry keys for each added feature. These can be detected by the installer regardless of which version installed them, and we use this for Modify and Upgrade. In particular, Upgrades can't access the Persisted variables, but can find well-known registry keys.
There are also some changes to the bootstrap app to properly handle upgrades.
Finally, a few minor improvements to the Windows build to keep things tidier.
2015-07-08 20:18:44 -07:00
Serhiy Storchaka
d6b0c4b8a4 Added regression test for issue24581. 2015-07-08 23:02:51 +03:00
Serhiy Storchaka
9e7a0468ef Added regression test for issue24581. 2015-07-08 23:02:18 +03:00
Serhiy Storchaka
af320b389b Added regression test for issue24581. 2015-07-08 22:58:55 +03:00
Raymond Hettinger
5d2385ff6f Neaten-up a little bit. 2015-07-08 11:52:27 -07:00
Steve Dower
a327cffd39 Closes 24584: Windows installer incorrectly detects CRT version on Windows 10 2015-07-07 20:47:49 -07:00
Steve Dower
b257eed043 Closes 24584: Windows installer incorrectly detects CRT version on Windows 10 2015-07-07 20:47:28 -07:00
Raymond Hettinger
9632a7d735 Issue 24581: Revert c9782a9ac031 pending a stronger test for mutation during iteration. 2015-07-07 15:29:24 -07:00
Zachary Ware
9f20bdb321 Merge 3.5 2015-07-07 00:34:37 -05:00
Zachary Ware
80d0651117 Update ignored suspicious markup 2015-07-07 00:34:25 -05:00
Zachary Ware
2807321dc6 Merge 3.5 2015-07-07 00:11:49 -05:00
Zachary Ware
7f142c7a80 Fix versionchanged directives 2015-07-07 00:11:36 -05:00
Zachary Ware
f149ae410b Merge 3.5 2015-07-07 00:08:50 -05:00
Zachary Ware
3d3aedc8ba Fix usage of the default role. 2015-07-07 00:07:25 -05:00
Zachary Ware
4ffc3d4480 Merge 3.4 2015-07-07 00:00:43 -05:00
Zachary Ware
e36402a830 Fix usage of the default role.
The changes to Doc/library/unittest.mock.rst are almost entirely a
selective backport of the 3.5 page.
2015-07-06 23:58:12 -05:00
Zachary Ware
6b42059c60 Merge 3.5 2015-07-06 23:33:33 -05:00
Zachary Ware
1a7df86c46 Merge 3.4 2015-07-06 23:30:16 -05:00
Zachary Ware
5c676f67d1 Fix suspicious markup 2015-07-06 23:27:15 -05:00
Raymond Hettinger
11ce8e6c37 Minor bit of factoring-out common code. 2015-07-06 19:08:49 -07:00
Raymond Hettinger
3dbc11cadd Tighten-up code in the set iterator to use an entry pointer rather than indexing. 2015-07-06 19:03:01 -07:00
Serhiy Storchaka
6d7cfadc6b Corrected empty lines in Misc/NEWS. 2015-07-06 20:04:21 +03:00
Serhiy Storchaka
958b3cc8c7 Corrected empty lines in Misc/NEWS. 2015-07-06 20:02:50 +03:00
Serhiy Storchaka
ebbdb7d3d7 Corrected empty lines in Misc/NEWS. 2015-07-06 19:58:11 +03:00
Benjamin Peterson
809868ab63 merge 3.5 2015-07-06 11:28:47 -05:00
Benjamin Peterson
2dd6e477df merge 3.4 2015-07-06 11:28:40 -05:00
Benjamin Peterson
7dcbf900ac 'not' is very important here 2015-07-06 11:28:07 -05:00
Raymond Hettinger
ef6bd7d963 Tighten-up code in set_next() to use an entry pointer rather than indexing. 2015-07-06 08:43:37 -07:00
Benjamin Peterson
df48b8571e merge 3.5 2015-07-06 09:41:20 -05:00
Benjamin Peterson
c0a446a7d9 merge 3.4 2015-07-06 09:41:07 -05:00
Benjamin Peterson
b8fd26256e tighten warning 2015-07-06 09:40:43 -05:00
Serhiy Storchaka
5bccb29de5 Issue #18684: Fixed reading out of the buffer in the re module. 2015-07-06 14:23:04 +03:00
Serhiy Storchaka
02eae6b1f2 Issue #18684: Fixed reading out of the buffer in the re module. 2015-07-06 14:03:01 +03:00
Serhiy Storchaka
03d6ee3823 Issue #18684: Fixed reading out of the buffer in the re module. 2015-07-06 13:58:33 +03:00
Lars Gustäbel
7afe40e40e Merge with 3.5: Issue #24259: tarfile now raises a ReadError if an archive is truncated inside a data segment. 2015-07-06 09:32:05 +02:00
Lars Gustäbel
e12aa62d68 Merge with 3.4: Issue #24259: tarfile now raises a ReadError if an archive is truncated inside a data segment. 2015-07-06 09:29:41 +02:00
Lars Gustäbel
0357268d96 Issue #24259: tarfile now raises a ReadError if an archive is truncated inside a data segment. 2015-07-06 09:27:24 +02:00
Raymond Hettinger
b48d6a63ff Bring related functions add/contains/discard together in the code. 2015-07-05 16:27:44 -07:00
Raymond Hettinger
73799b181e Change add/contains/discard calls to pass the key and hash instead of an entry struct. 2015-07-05 16:06:10 -07:00