Steve Dower
|
4962141804
|
Removes versioning from py.exe launcher installer and ensures that old launchers are replaced by newer ones.
|
2016-05-18 15:54:05 -07:00 |
Guido van Rossum
|
c41c70fd9b
|
Fix #27014 -- infinite recursion using typing.py. (Merge 3.5 -> 3.6.)
|
2016-05-18 08:36:16 -07:00 |
Guido van Rossum
|
1cea70f08c
|
Fix #27014 -- infinite recursion using typing.py.
|
2016-05-18 08:35:00 -07:00 |
Serhiy Storchaka
|
c9736b4bdf
|
Issue #27036: Fixed formatting references to "bytes-like object" in plural.
|
2016-05-18 13:55:11 +03:00 |
Serhiy Storchaka
|
e5ea1abf91
|
Issue #27036: Fixed formatting references to "bytes-like object" in plural.
|
2016-05-18 13:54:54 +03:00 |
Serhiy Storchaka
|
b6686fe0a0
|
Fixed test_sizeof for deque.
|
2016-05-18 13:01:19 +03:00 |
Serhiy Storchaka
|
e23c90c344
|
Fixed test_sizeof for deque.
|
2016-05-18 13:00:56 +03:00 |
Martin Panter
|
9ef6b7fbde
|
Issue #23275: Don’t think this made it into alpha 1
|
2016-05-18 07:19:32 +00:00 |
Berker Peksag
|
094c9c921c
|
Issue #23275: Allow () = iterable assignment syntax
Documentation updates by Martin Panter.
|
2016-05-18 08:44:29 +03:00 |
Senthil Kumaran
|
93d22ecc7c
|
merge from 3.5
issue27045 - Use backslash in windows path to script file.
|
2016-05-17 20:51:15 -07:00 |
Senthil Kumaran
|
c9bfc13aa9
|
issue27045 - Use backslash in windows path to script file.
|
2016-05-17 20:50:43 -07:00 |
Terry Jan Reedy
|
d619ff4b46
|
Merge with 3.5
|
2016-05-17 22:48:34 -04:00 |
Terry Jan Reedy
|
092473eef9
|
Issue #21939: Test IDLE percolator. Original patch by Saimadhav Heblikar.
|
2016-05-17 22:48:22 -04:00 |
Ned Deily
|
36c18956b0
|
Issue #27049: fix doc typo
|
2016-05-17 21:45:13 -04:00 |
Ned Deily
|
cec95813b2
|
Issue #27049: fix doc typo
|
2016-05-17 21:44:46 -04:00 |
Terry Jan Reedy
|
7fc4116515
|
Merge with 3.5
|
2016-05-17 19:58:17 -04:00 |
Terry Jan Reedy
|
fdec2a3424
|
Issue #21676: test IDLE replace dialog. Original patch by Saimadhav Heblikar.
|
2016-05-17 19:58:02 -04:00 |
doko@ubuntu.com
|
bc7315068f
|
- make some internal symbols static
|
2016-05-18 01:06:01 +02:00 |
Terry Jan Reedy
|
307676face
|
Merge with 3.5
|
2016-05-17 18:35:33 -04:00 |
Terry Jan Reedy
|
c359af1530
|
Issue #18410: add missing parent argument.
|
2016-05-17 18:35:07 -04:00 |
Terry Jan Reedy
|
40a05621f9
|
Merge with 3.5
|
2016-05-17 18:18:55 -04:00 |
Terry Jan Reedy
|
b236fe4515
|
Issue #18410: Test IDLE's search dialog; original patch by Westley Martínez.
|
2016-05-17 18:18:37 -04:00 |
Ned Deily
|
4284ffd2f8
|
Merge 3.6.0a1 updates
|
2016-05-17 17:09:48 -04:00 |
Ned Deily
|
786ed5537c
|
Post-release cleanup: 3.6.0a1 -> 3.6.0a2
|
2016-05-17 16:55:41 -04:00 |
Steve Dower
|
50f09f5e30
|
Merge with 3.5
|
2016-05-17 08:58:04 -07:00 |
Steve Dower
|
c710826ef2
|
Fixes unnecessary rebuild when building Windows releases with PGO
|
2016-05-17 08:57:53 -07:00 |
Benjamin Peterson
|
815b61d4ce
|
merge 3.5 (#27042)
|
2016-05-16 23:20:32 -07:00 |
Benjamin Peterson
|
54044d605f
|
class definitions only get argument lists (closes #27042)
|
2016-05-16 23:20:22 -07:00 |
Benjamin Peterson
|
bc7ee43a6d
|
Backed out changeset 71ff2235bb4c (closes #27042)
|
2016-05-16 23:18:33 -07:00 |
Benjamin Peterson
|
c01d21e3aa
|
null merge 3.5
|
2016-05-16 22:54:21 -07:00 |
Benjamin Peterson
|
ed64d6b4a5
|
regen importlib bytecode
|
2016-05-16 22:54:05 -07:00 |
Benjamin Peterson
|
5b2b3aae2a
|
merge 3.5 (#26991)
|
2016-05-16 22:53:44 -07:00 |
Benjamin Peterson
|
ad887cf7d1
|
fix possible refleak in MAKE_FUNCTION (closes #26991)
Patch by Xiang Zhang.
|
2016-05-16 22:52:40 -07:00 |
Terry Jan Reedy
|
2deb1eafec
|
Merge with 3.5
|
2016-05-16 23:32:41 -04:00 |
Terry Jan Reedy
|
0495fa81e6
|
Issue #21703: Add test for undo delegator. Patch most by Saimadhav Heblikar .
|
2016-05-16 23:32:28 -04:00 |
Terry Jan Reedy
|
ef20cbfb32
|
Merge with 3.5
|
2016-05-16 22:28:00 -04:00 |
Terry Jan Reedy
|
6b98ce23f6
|
Issue #27044: stop test_idle from leaking by deleting callbacks.
|
2016-05-16 22:27:28 -04:00 |
Yury Selivanov
|
63063af12e
|
Merge 3.5 (asyncio)
|
2016-05-16 16:32:56 -04:00 |
Yury Selivanov
|
b461791b91
|
asyncio/streams: Fix code style; delete LimitOverrunError.message attr
|
2016-05-16 16:32:38 -04:00 |
Yury Selivanov
|
b4a0d52a3f
|
docs: Update whatsnew/3.6 with asyncio changes
|
2016-05-16 16:25:16 -04:00 |
Yury Selivanov
|
f979d55886
|
Merge 3.5
|
2016-05-16 16:23:20 -04:00 |
Yury Selivanov
|
950204df9c
|
docs: Update asyncio docs & whatsnew
|
2016-05-16 16:23:00 -04:00 |
Ned Deily
|
58ee0924cc
|
Added tag v3.6.0a1 for changeset 5896da372fb0
|
2016-05-16 16:05:48 -04:00 |
Ned Deily
|
cec00a7d87
|
Version bump for 3.6.0a1
|
2016-05-16 16:03:51 -04:00 |
Ned Deily
|
fc92e2c5fd
|
Update Mac installer ReadMe file for 3.6.0a1
|
2016-05-16 16:03:12 -04:00 |
Yury Selivanov
|
82d9a2e1fe
|
Merge heads
|
2016-05-16 15:40:38 -04:00 |
Yury Selivanov
|
8ace2c66d3
|
Merge 3.5 (Issue #27041)
|
2016-05-16 15:39:39 -04:00 |
Yury Selivanov
|
7661db6228
|
Issue #27041: asyncio: Add loop.create_future method
|
2016-05-16 15:38:39 -04:00 |
Serhiy Storchaka
|
2e208b7d62
|
Issue #27031: Removed dummy methods in Tkinter widget classes: tk_menuBar()
and tk_bindForTraversal().
|
2016-05-16 22:35:46 +03:00 |
Yury Selivanov
|
7c3ac2d1f8
|
Merge 3.5 (issue #27040)
|
2016-05-16 15:32:26 -04:00 |