Commit graph

89628 commits

Author SHA1 Message Date
Zachary Ware
41a6a625d4 Update Windows build for 3.6 2015-05-28 17:30:03 -05:00
Yury Selivanov
7a219110e6 docs/whatsnew/3.6: Mention that 'async' and 'await' will be keywords in 3.7 2015-05-28 17:10:29 -04:00
Yury Selivanov
153192be43 Merge 3.5 2015-05-28 17:09:38 -04:00
Yury Selivanov
8fa6d4f753 docs/whatsnew: Mention that 'async' and 'await' will be keywords in 3.7 2015-05-28 17:09:14 -04:00
Benjamin Peterson
0938d98bcc merge 3.5 2015-05-28 14:40:15 -05:00
Benjamin Peterson
264be6f48f remove STORE_MAP, since it's unused 2015-05-28 14:40:08 -05:00
Benjamin Peterson
2ec8f9bffc merge 3.5 (#11205) 2015-05-28 14:31:14 -05:00
Benjamin Peterson
ee85339cc6 in dict displays, evaluate the key before the value (closes #11205)
Patch partially by Steve Dougherty.
2015-05-28 14:30:26 -05:00
Yury Selivanov
26f7057b36 Issue 24297: Add a unittest that Lib/symbol.py is in sync with Grammar 2015-05-28 14:06:12 -04:00
Serhiy Storchaka
6e6883f11a Issue #24309: Removed Python 2 idioms. 2015-05-28 20:45:29 +03:00
Steve Dower
bffc2b4ab7 Fixes test in installer. 2015-05-28 10:28:57 -07:00
Steve Dower
44e625860b Fixes text in installer. 2015-05-28 10:28:40 -07:00
Yury Selivanov
ac0bffb962 Issue 24017: Drop getawaitablefunc and friends in favor of unaryfunc. 2015-05-28 11:22:41 -04:00
Yury Selivanov
6ef059097c Issue 24017: Drop getawaitablefunc and friends in favor of unaryfunc. 2015-05-28 11:21:31 -04:00
Yury Selivanov
ee941b0278 asyncio: Drop some useless code from tasks.py.
See also issue 24017.
2015-05-28 10:53:04 -04:00
Yury Selivanov
6076a385e3 asyncio: Drop some useless code from tasks.py.
See also issue 24017.
2015-05-28 10:52:46 -04:00
Yury Selivanov
1ad08a5555 asyncio: Drop some useless code from tasks.py.
See also issue 24017.
2015-05-28 10:52:19 -04:00
Ned Deily
ffb40e5ec3 More version bumping to 3.6.
With the creation of the 3.5 branch earlier in the process,
it is necessary to do some of the version bumps now rather than at
final release time (for example, the equivalent of the 3.4->3.5 bumps
in f2bf12fa22c1).  (Some of those changes have already been made, for
example in 30f5e7ec6afe.)
2015-05-27 22:00:46 -07:00
Benjamin Peterson
a8c22a0c32 update configure version to 3.6 2015-05-27 23:29:00 -05:00
Yury Selivanov
d1da507774 Add whatsnew for 3.6 2015-05-27 22:09:10 -04:00
Yury Selivanov
72f389fed0 Issue 24298: Fix signature() to properly unwrap wrappers around bound methods 2015-05-27 21:59:27 -04:00
Yury Selivanov
507cd3cf91 Issue 24298: Fix signature() to properly unwrap wrappers around bound methods 2015-05-27 21:59:03 -04:00
Yury Selivanov
46c759d76d Issue 24298: Fix signature() to properly unwrap wrappers around bound methods 2015-05-27 21:56:53 -04:00
Benjamin Peterson
fa0e7f67ab merge 3.5 2015-05-27 18:32:53 -05:00
Benjamin Peterson
d663cc4848 merge 3.4 2015-05-27 18:32:41 -05:00
Benjamin Peterson
68fe9aa58c update for 3.6 emerging 2015-05-27 18:32:25 -05:00
Ned Deily
debf5ada3e Issue 24304: Fix broken license link in FAQ. 2015-05-27 15:38:16 -07:00
Ned Deily
6f05a20507 Issue 24304: Fix broken license link in FAQ. 2015-05-27 15:37:32 -07:00
Ned Deily
72c24002b3 Issue 24304: Fix broken license link in FAQ. 2015-05-27 15:37:00 -07:00
Serhiy Storchaka
e998aad7b3 Issue #24288: Generated opcode.h no longer contains trailing spaces and tabs. 2015-05-27 21:31:50 +03:00
Serhiy Storchaka
3028c955fa Issue #24288: Generated opcode.h no longer contains trailing spaces and tabs. 2015-05-27 21:31:33 +03:00
Raymond Hettinger
8651a50475 Issue #23359: Specialize set_lookkey intoa lookup function and an insert function. 2015-05-27 10:37:20 -07:00
Yury Selivanov
8544e2584d Issue 24297: Update symbol.py. See also issue 24017. 2015-05-27 11:08:46 -04:00
Yury Selivanov
0109812040 Issue 24297: Update symbol.py. See also issue 24017. 2015-05-27 11:08:19 -04:00
Lars Gustäbel
572183eaab Merge with 3.5: tarfile.open() with mode 'x' created files without an end of archive marker. 2015-05-27 13:05:30 +02:00
Lars Gustäbel
20703c6969 tarfile.open() with mode 'x' created files without an end of archive marker. 2015-05-27 12:53:44 +02:00
Steve Dower
8b5fb5cfc8 Issue #24293: Fixes installer colors to use system settings throughout. 2015-05-26 20:46:29 -07:00
Steve Dower
c30a6ce59d Issue #24293: Fixes installer colors to use system settings throughout. 2015-05-26 20:46:11 -07:00
Benjamin Peterson
a724304f58 Merge 3.5 2015-05-26 21:40:35 -05:00
Benjamin Peterson
e328323cf7 rephrase 2015-05-26 21:40:28 -05:00
Raymond Hettinger
944db38cb7 Issue #23509: Speed up Counter operators
(Based on patch by Serhiy Storchaka.)
2015-05-26 10:35:15 -07:00
Nick Coghlan
06f155f488 Merge fix for issue #24285 from 3.5 2015-05-26 21:57:16 +10:00
Nick Coghlan
55871f04bf Issue #24285: fix importing extensions from packages 2015-05-26 21:48:17 +10:00
Raymond Hettinger
c074e9d765 Issue #24286: Forward port dict view abstract base class tests. 2015-05-26 01:47:58 -07:00
Serhiy Storchaka
395f92d471 Moved Misc/NEWS entries to correct section and fix formatting. 2015-05-26 10:26:53 +03:00
Serhiy Storchaka
6f68314b2a Moved Misc/NEWS entries to correct section and fix formatting. 2015-05-26 10:25:48 +03:00
Serhiy Storchaka
ca208a03f9 Moved Misc/NEWS entries to correct section and fix formatting. 2015-05-26 10:20:32 +03:00
Benjamin Peterson
39bdb9e600 Merge 3.5 2015-05-25 21:25:27 -05:00
Benjamin Peterson
09479d0b94 merge 3.4 2015-05-25 21:25:09 -05:00
Benjamin Peterson
82d8f06fcd merge 3.3 2015-05-25 21:24:48 -05:00