Serhiy Storchaka
06c6eeec51
Issue #27611 : Fixed support of default root window in the tkinter.tix module.
...
Added the master parameter in the DisplayStyle constructor.
2016-09-25 16:54:17 +03:00
Serhiy Storchaka
1aca3899fb
Issue #27611 : Fixed support of default root window in the tkinter.tix module.
...
Added the master parameter in the DisplayStyle constructor.
2016-09-25 16:52:13 +03:00
Serhiy Storchaka
e6f0199c19
Issue #27611 : Fixed support of default root window in the tkinter.tix module.
2016-09-25 16:46:10 +03:00
Guido van Rossum
b5a744a99e
Remove mention of asyncio.timeout context manager (it was removed) (merge 3.6->3.7)
2016-09-24 09:32:10 -07:00
Guido van Rossum
a653196585
Remove mention of asyncio.timeout context manager (it was removed)
2016-09-24 09:31:23 -07:00
Mark Dickinson
3992d6e5e1
Issue #28203 : Merge from 3.6
2016-09-24 15:29:07 +01:00
Mark Dickinson
6997946ec4
Issue #28203 : Merge from 3.5
2016-09-24 15:28:34 +01:00
Mark Dickinson
613f8e513c
Issue #28203 : Fix incorrect type in error message from complex(1.0, {2:3}). Patch by Soumya Sharma.
2016-09-24 15:26:36 +01:00
Christian Heimes
ae0fa7ee6c
Write configure message to AS_MESSAGE_FD
2016-09-24 12:34:31 +02:00
Christian Heimes
938da643ee
Write configure message to AS_MESSAGE_FD
2016-09-24 12:34:25 +02:00
Christian Heimes
04133e7e2e
Typo
2016-09-24 12:07:30 +02:00
Christian Heimes
1a63b9f288
Typo
2016-09-24 12:07:21 +02:00
Christian Heimes
7713ef432b
Finish GC code for SSLSession and increase test coverage
2016-09-24 10:48:16 +02:00
Christian Heimes
a5d0765990
Finish GC code for SSLSession and increase test coverage
2016-09-24 10:48:05 +02:00
Martin Panter
a59fa0bbe1
Issue #28221 : Merge SSL test cleanup from 3.6
2016-09-24 03:03:36 +00:00
Martin Panter
22ecc4b36d
Issue #28221 : Merge SSL test cleanup from 3.5 into 3.6
2016-09-24 03:03:07 +00:00
Martin Panter
8609cda961
Issue #28221 : Remove unused assignment from test_asyncore_server()
...
The later value of FOO is fine. The test just needs to verify that the server
converted it to lowercase.
2016-09-23 23:45:56 +00:00
Christian Heimes
20ef89ecef
Issue #28100 : Refactor error messages, patch by Ivan Levkivskyi
2016-09-23 20:26:41 +02:00
Christian Heimes
517507c6d5
Issue #28100 : Refactor error messages, patch by Ivan Levkivskyi
2016-09-23 20:26:30 +02:00
Christian Heimes
fec8627322
Increase buffer for readlink() in case OS will support longer names one day.
2016-09-23 20:24:45 +02:00
Christian Heimes
6f3f3e5ca4
Increase buffer for readlink() in case OS will support longer names one day.
2016-09-23 20:24:39 +02:00
Christian Heimes
3cb091e576
Increase buffer for readlink() in case OS will support longer names one day.
2016-09-23 20:24:28 +02:00
Christian Heimes
4e8fa31029
Add an extra byte for null in case we ever get very long unicode names.
2016-09-23 20:21:27 +02:00
Christian Heimes
0202c347bc
Add an extra byte for null in case we ever get very long unicode names.
2016-09-23 20:21:20 +02:00
Christian Heimes
2f366cab48
Add an extra byte for null in case we ever get very long unicode names.
2016-09-23 20:20:27 +02:00
Christian Heimes
826619b2fb
Add test cases for internal SHA3 helpers
2016-09-23 11:32:40 +02:00
Christian Heimes
e370409cb1
Add test cases for internal SHA3 helpers
2016-09-23 11:32:30 +02:00
Victor Stinner
e7d3b0cf14
Merge 3.6 (issue #27829 )
2016-09-23 11:16:32 +02:00
Victor Stinner
21c8c92422
Merge 3.5 (issue #27829 )
2016-09-23 11:15:50 +02:00
Victor Stinner
bd2ffa5022
Issue #27829 : regrtest -W displays stderr if env changed
...
regrtest -W hides output if a test pass, but also when env changed and so the
env changed warning is hidden. So it's hard to debug. With this change, stderr
is now always displayed when a test doesn't pass.
2016-09-23 11:13:53 +02:00
Benjamin Peterson
40b41fa531
merge 3.6
2016-09-22 23:40:08 -07:00
Benjamin Peterson
7b7228a709
remove unneeded cast
2016-09-22 23:39:59 -07:00
Steve Dower
3e7d93dc70
Issue #28251 : Improvements to help manuals on Windows.
2016-09-22 17:11:53 -07:00
Steve Dower
765285337a
Issue #28251 : Improvements to help manuals on Windows.
2016-09-22 17:09:56 -07:00
Steve Dower
fb4a96a58f
Issue #28251 : Improvements to help manuals on Windows.
2016-09-22 17:07:56 -07:00
Serhiy Storchaka
3bff73890e
Null merge
2016-09-22 20:01:32 +03:00
Serhiy Storchaka
ad4d2a50b9
Null merge
2016-09-22 20:01:15 +03:00
Serhiy Storchaka
208bbd29d3
Silence GCC warning.
...
The code was correct, but GCC is not enough clever.
2016-09-22 19:59:46 +03:00
Serhiy Storchaka
f02f93ecca
Issue #28086 : Single var-positional argument of tuple subtype was passed
...
unscathed to the C-defined function. Now it is converted to exact tuple.
2016-09-22 19:43:38 +03:00
Serhiy Storchaka
63dc548109
Issue #28086 : Single var-positional argument of tuple subtype was passed
...
unscathed to the C-defined function. Now it is converted to exact tuple.
2016-09-22 19:41:20 +03:00
Christian Heimes
ea8f2a6d09
Make Lib/test/ssltests.py more useful and faster for OpenSSL testing
2016-09-22 16:50:18 +02:00
Christian Heimes
5ed548715a
Make Lib/test/ssltests.py more useful and faster for OpenSSL testing
2016-09-22 16:49:51 +02:00
Christian Heimes
55b196a1e4
Make Lib/test/ssltests.py more useful and faster for OpenSSL testing
2016-09-22 16:49:35 +02:00
Martin Panter
2e610df572
Merge socketserver fixes from 3.6
2016-09-22 10:34:50 +00:00
Martin Panter
21efc0bbf8
Issue #27348 : Merge exception formatting fix from 3.6
2016-09-22 10:34:25 +00:00
Martin Panter
3217b1243e
Merge socketserver fixes from 3.5 into 3.6
2016-09-22 10:33:51 +00:00
Martin Panter
f3b0639417
Issue #27348 : Merge exception formatting fix from 3.5 into 3.6
2016-09-22 10:33:21 +00:00
Martin Panter
463ef2b3cf
Fix references to Python 3’s socketserver (lowercase) module
2016-09-22 09:37:56 +00:00
Martin Panter
bb8b1cb6af
Issue #27348 : Restore “Exception: None” formatting in traceback module
...
This fixes a regression caused by revision 73afda5a4e4c. Also reverts the
decimal test workaround added in revision 5f3dd0a2b1ab.
Remove test_without_exception(). According to revision ecaafc32c500, this was
added in Python 2 so that print_exc() would output “None” when called with no
exception set. However print_exc() never worked like this in Python 3, and
the use case is not documented.
Restore TracebackCases class name (instead of SyntaxTracebackCases), because
the class also tests other exceptions.
2016-09-22 09:37:39 +00:00
Martin Panter
adab00fb3e
Issue #27950 : Silence long makefile commands and comments
...
Gnu Make treats comments in a list of commands as shell comments (not
makefile comments), and reports them as shell commands. The space separating
the @ and # symbols helps syntax highlighting.
2016-09-22 09:34:43 +00:00