Ned Deily
|
4a3d96cafb
|
Issue #24745: Prevent IDLE initialization crash with Tk 8.4:
"TkFixedFont" does not exist in 8.4.
|
2015-08-09 23:21:29 -04:00 |
Yury Selivanov
|
31978d9ff4
|
Merge 3.5 (issues #24835, #24763)
|
2015-08-09 18:22:11 -04:00 |
Yury Selivanov
|
131426ebe3
|
Merge 3.4 (issues #24835, #24763)
|
2015-08-09 18:21:58 -04:00 |
Yury Selivanov
|
9632ea2f26
|
Issue #24763: Fix asyncio test on Windows (fix reverted change)
See also issue #24835
|
2015-08-09 18:21:25 -04:00 |
Robert Collins
|
dfa95c9a8f
|
Issue #20059: urllib.parse raises ValueError on all invalid ports.
Patch by Martin Panter.
|
2015-08-10 09:53:30 +12:00 |
Serhiy Storchaka
|
846a1487cb
|
Backed out changeset 42e2e67b8e6f
|
2015-08-09 13:44:04 +03:00 |
Larry Hastings
|
cdab6f339b
|
Added tag v3.5.0rc1 for changeset 01a684180b19
|
2015-08-09 03:41:22 -07:00 |
Larry Hastings
|
71ea65feed
|
Release bump for Python 3.5.0rc1.
|
2015-08-09 03:41:04 -07:00 |
Larry Hastings
|
f7ae14f543
|
Regenerated pydoc topics for Python 3.5.0rc1.
|
2015-08-09 03:34:21 -07:00 |
Serhiy Storchaka
|
57fbec8c7c
|
Added section for 3.5.0rc1 in Misc/NEWS and moved relevant entities to it.
|
2015-08-09 13:33:51 +03:00 |
Serhiy Storchaka
|
902ad3cfa7
|
Fixed doubled spaces in Misc/NEWS.
|
2015-08-09 13:12:49 +03:00 |
Serhiy Storchaka
|
89e51221b6
|
Fixed doubled spaces in Misc/NEWS.
|
2015-08-09 13:11:36 +03:00 |
Serhiy Storchaka
|
054d3cdde8
|
Fixed doubled spaces in Misc/NEWS.
|
2015-08-09 13:07:18 +03:00 |
Serhiy Storchaka
|
224d403050
|
Issue #24824: Signatures of codecs.encode() and codecs.decode() now are
compatible with pydoc.
|
2015-08-09 12:25:07 +03:00 |
Serhiy Storchaka
|
c97a962e08
|
Issue #24824: Signatures of codecs.encode() and codecs.decode() now are
compatible with pydoc.
|
2015-08-09 12:23:08 +03:00 |
Raymond Hettinger
|
455b5092a1
|
Add more tests of hash effectiveness.
|
2015-08-09 00:35:00 -07:00 |
Zachary Ware
|
7c4a6f8bd0
|
Merge 3.5
|
2015-08-08 22:05:05 -05:00 |
Zachary Ware
|
83ee5a315f
|
Merge 3.4
|
2015-08-08 22:03:43 -05:00 |
Zachary Ware
|
9a47ed8839
|
regrtest: the 'bad' and 'environment_changed' sets of tests don't intersect anymore
|
2015-08-08 22:03:27 -05:00 |
Steve Dower
|
0f363ff18e
|
Merge with 3.5
|
2015-08-08 09:13:26 -07:00 |
Stefan Krah
|
67c3c5c90f
|
Merge #23756.
|
2015-08-08 14:34:17 +02:00 |
Stefan Krah
|
70e543b266
|
Issue #23756: Clarify the terms "contiguous" and "bytes-like object".
Patch by Martin Panter.
|
2015-08-08 14:33:28 +02:00 |
Stefan Krah
|
5f35725fb8
|
Merge #15944.
|
2015-08-08 13:38:59 +02:00 |
Stefan Krah
|
0c51595a78
|
Issue #15944: memoryview: Allow arbitrary formats when casting to bytes.
Original patch by Martin Panter.
|
2015-08-08 13:38:10 +02:00 |
Steve Dower
|
9548f1ee38
|
Issue #4214: Remove ineffectual /pdb:none option from msvc9compiler.py
|
2015-08-07 19:48:43 -07:00 |
Steve Dower
|
917c2c3654
|
Issue #4214: Remove ineffectual /pdb:none option from msvc9compiler.py
|
2015-08-07 19:48:26 -07:00 |
Steve Dower
|
3a7ffa7474
|
Issue #4214: Remove ineffectual /pdb:none option from msvc9compiler.py
|
2015-08-07 19:48:03 -07:00 |
Eric Snow
|
5060bc51ca
|
Merge from 3.5 (issue #24667).
|
2015-08-07 17:47:35 -06:00 |
Eric Snow
|
8c7f9558eb
|
Issue #24667: Resize odict in all cases that the underlying dict resizes.
|
2015-08-07 17:45:12 -06:00 |
Eric V. Smith
|
577d2069da
|
Fix typo in comment.
|
2015-08-07 18:50:24 -04:00 |
Steve Dower
|
61ddabab49
|
Issue #24798: _msvccompiler.py doesn't properly support manifests
|
2015-08-07 14:36:02 -07:00 |
Raymond Hettinger
|
4148195c45
|
Move the active entry multiplication to later in the hash calculation
|
2015-08-07 00:43:39 -07:00 |
Raymond Hettinger
|
b501a27ad8
|
Restore frozenset hash caching removed in cf707dd190a9
|
2015-08-06 22:15:22 -07:00 |
Robert Collins
|
8e9f9852be
|
Issue #4395: Better testing and documentation of binary operators.
Patch by Martin Panter.
|
2015-08-07 10:34:23 +12:00 |
Robert Collins
|
00cf3c394a
|
Issue #4395: Better testing and documentation of binary operators.
Patch by Martin Panter.
|
2015-08-07 10:32:15 +12:00 |
Robert Collins
|
d84b29f805
|
Issue #4395: Better testing and documentation of binary operators.
Patch by Martin Panter.
|
2015-08-07 10:22:54 +12:00 |
Yury Selivanov
|
1720e1fc0b
|
Merge 3.5 (issue #23812)
|
2015-08-06 14:04:30 -04:00 |
Yury Selivanov
|
e03f42717c
|
Merge 3.4 (issue #23812)
|
2015-08-06 14:04:12 -04:00 |
Yury Selivanov
|
159fbdd805
|
Issue #23812: Fix getter-cancellation with many pending getters code path
|
2015-08-06 14:03:38 -04:00 |
Berker Peksag
|
2b347a8f1d
|
Issue #23004: mock_open() now reads binary data correctly when the type of read_data is bytes.
Initial patch by Aaron Hill.
|
2015-08-06 13:17:27 +03:00 |
Berker Peksag
|
abfaecdfdd
|
Issue #23004: mock_open() now reads binary data correctly when the type of read_data is bytes.
Initial patch by Aaron Hill.
|
2015-08-06 13:16:52 +03:00 |
Berker Peksag
|
86b34da5ef
|
Issue #23004: mock_open() now reads binary data correctly when the type of read_data is bytes.
Initial patch by Aaron Hill.
|
2015-08-06 13:15:51 +03:00 |
Robert Collins
|
dadf33a2b4
|
Issue #24531: Document that encoding lines cannot follow non-comment lines.
Patch from Terry Reedy
|
2015-08-06 21:14:48 +12:00 |
Robert Collins
|
888a6729da
|
Issue #24531: Document that encoding lines cannot follow non-comment lines.
Patch from Terry Reedy
|
2015-08-06 21:14:34 +12:00 |
Robert Collins
|
0b2833eaf2
|
Issue #24531: Document that encoding lines cannot follow non-comment lines.
Patch from Terry Reedy
|
2015-08-06 21:08:44 +12:00 |
Zachary Ware
|
070bd62cfa
|
Closes #21279: Merge with 3.5
|
2015-08-06 00:05:13 -05:00 |
Zachary Ware
|
d987a81d29
|
Issue #21279: Merge with 3.4
|
2015-08-06 00:04:23 -05:00 |
Terry Jan Reedy
|
c7c66c9142
|
Issue #23672:Merge with 3.5
|
2015-08-06 00:55:07 -04:00 |
Terry Jan Reedy
|
0901d84e35
|
Issue #23672:Merge with 3.4
|
2015-08-06 00:54:45 -04:00 |
Zachary Ware
|
79b98df023
|
Issue #21279: Flesh out str.translate docs
Initial patch by Kinga Farkas, Martin Panter, and John Posner.
|
2015-08-05 23:54:15 -05:00 |