]> granicus.if.org Git - python/log
python
11 years agoMerge with 3.4
Zachary Ware [Sat, 29 Mar 2014 04:31:53 +0000 (23:31 -0500)]
Merge with 3.4

11 years agoFix another old mention of "Standard Edition" VS in PCbuild/readme.txt.
Zachary Ware [Sat, 29 Mar 2014 04:31:04 +0000 (23:31 -0500)]
Fix another old mention of "Standard Edition" VS in PCbuild/readme.txt.

Also removes a mention of using "Express Edition with the Windows SDK
64-bit compilers" to build 64-bit Python.  If that can be made to work,
it will need some extra instructions somewhere.

11 years agoMerge 3.4 into default.
Eric Snow [Sat, 29 Mar 2014 00:26:46 +0000 (18:26 -0600)]
Merge 3.4 into default.

11 years agoIssue #19697: Document cases where __main__.__spec__ is None.
Eric Snow [Sat, 29 Mar 2014 00:10:33 +0000 (18:10 -0600)]
Issue #19697: Document cases where __main__.__spec__ is None.

11 years agoIssue #19697: Document cases where __main__.__spec__ is None.
Eric Snow [Sat, 29 Mar 2014 00:10:33 +0000 (18:10 -0600)]
Issue #19697: Document cases where __main__.__spec__ is None.

11 years agomerge
Raymond Hettinger [Fri, 28 Mar 2014 23:39:45 +0000 (16:39 -0700)]
merge

11 years agoIssue 21014: Use booleans instead of 0 and 1 in examples.
Raymond Hettinger [Fri, 28 Mar 2014 23:39:25 +0000 (16:39 -0700)]
Issue 21014:  Use booleans instead of 0 and 1 in examples.

11 years agomerge 3.4 (#21089)
Benjamin Peterson [Fri, 28 Mar 2014 22:55:04 +0000 (18:55 -0400)]
merge 3.4 (#21089)

11 years agoundefine SET_SYS_FROM_STRING_BORROW after its done being used (closes #21089)
Benjamin Peterson [Fri, 28 Mar 2014 22:52:45 +0000 (18:52 -0400)]
undefine SET_SYS_FROM_STRING_BORROW after its done being used (closes #21089)

11 years agomerge with 3.4
Georg Brandl [Fri, 28 Mar 2014 18:49:02 +0000 (19:49 +0100)]
merge with 3.4

11 years agoDoc: do not compress .epub for dist, it is already zipped.
Georg Brandl [Fri, 28 Mar 2014 18:48:55 +0000 (19:48 +0100)]
Doc: do not compress .epub for dist, it is already zipped.

11 years agoIssue #17654: merge from 3.4
Ned Deily [Fri, 28 Mar 2014 03:51:15 +0000 (20:51 -0700)]
Issue #17654: merge from 3.4

11 years agoIssue #17654: Ensure IDLE menus are customized properly on OS X for
Ned Deily [Fri, 28 Mar 2014 03:49:14 +0000 (20:49 -0700)]
Issue #17654: Ensure IDLE menus are customized properly on OS X for
non-framework builds and for all variants of Tk.

11 years agoIssue #6676: merge from 3.4
Ned Deily [Thu, 27 Mar 2014 23:44:06 +0000 (16:44 -0700)]
Issue #6676: merge from 3.4

11 years agoIssue #6676: Ensure a meaningful exception is raised when attempting
Ned Deily [Thu, 27 Mar 2014 23:39:58 +0000 (16:39 -0700)]
Issue #6676: Ensure a meaningful exception is raised when attempting
to parse more than one XML document per pyexpat xmlparser instance.
(Original patches by Hirokazu Yamamoto and Amaury Forgeot d'Arc, with
suggested wording by David Gutteridge)

11 years agoinspect: Fix getcallargs() to fail correctly if more than 3 args are missing.
Yury Selivanov [Thu, 27 Mar 2014 22:42:52 +0000 (18:42 -0400)]
inspect: Fix getcallargs() to fail correctly if more than 3 args are missing.

Patch by Jeremiah Lowin. Closes #20817.

11 years agoinspect: Fix getcallargs() to fail correctly if more than 3 args are missing.
Yury Selivanov [Thu, 27 Mar 2014 22:42:52 +0000 (18:42 -0400)]
inspect: Fix getcallargs() to fail correctly if more than 3 args are missing.

Patch by Jeremiah Lowin. Closes #20817.

11 years agoinspect: Fix getcallargs() to raise correct TypeError
Yury Selivanov [Thu, 27 Mar 2014 22:23:03 +0000 (18:23 -0400)]
inspect: Fix getcallargs() to raise correct TypeError

... for missing keyword-only arguments. Patch by Jeremiah Lowin.
Closes #20816.

11 years agoinspect: Fix getcallargs() to raise correct TypeError
Yury Selivanov [Thu, 27 Mar 2014 22:23:03 +0000 (18:23 -0400)]
inspect: Fix getcallargs() to raise correct TypeError

... for missing keyword-only arguments. Patch by Jeremiah Lowin.
Closes #20816.

11 years agoinspect.signature: Improve repr of Signature and Parameter. Closes #20378
Yury Selivanov [Thu, 27 Mar 2014 16:41:53 +0000 (12:41 -0400)]
inspect.signature: Improve repr of Signature and Parameter. Closes #20378

11 years agoasyncio.tests: Autodiscover asyncio tests. Patch by Vajrasky Kok. Closes #20668
Yury Selivanov [Thu, 27 Mar 2014 16:21:20 +0000 (12:21 -0400)]
asyncio.tests: Autodiscover asyncio tests. Patch by Vajrasky Kok. Closes #20668

11 years agoasyncio.tests: Autodiscover asyncio tests. Patch by Vajrasky Kok. Closes #20668
Yury Selivanov [Thu, 27 Mar 2014 16:21:20 +0000 (12:21 -0400)]
asyncio.tests: Autodiscover asyncio tests. Patch by Vajrasky Kok. Closes #20668

11 years agoinspect.Signature: Add 'Signature.from_callable' classmethod. Closes #17373
Yury Selivanov [Thu, 27 Mar 2014 16:09:24 +0000 (12:09 -0400)]
inspect.Signature: Add 'Signature.from_callable' classmethod. Closes #17373

11 years agoinspect.signature: Make Signature and Parameter picklable. Closes #20726
Yury Selivanov [Thu, 27 Mar 2014 15:31:43 +0000 (11:31 -0400)]
inspect.signature: Make Signature and Parameter picklable. Closes #20726

11 years agoinspect.signature: Use enum for parameter kind constants. Closes #19573
Yury Selivanov [Thu, 27 Mar 2014 15:23:13 +0000 (11:23 -0400)]
inspect.signature: Use enum for parameter kind constants. Closes #19573

Patch by Antony Lee.

11 years agoMinor cosmetic enhancement to provide a more readable repr()esentation of Extension...
Giampaolo Rodola' [Thu, 27 Mar 2014 13:14:16 +0000 (14:14 +0100)]
Minor cosmetic enhancement to provide a more readable repr()esentation of Extension instances:

- <distutils.extension.Extension at 0x2b2088b79b00>
+ <distutils.extension.Extension('_struct') at 0x2b2088b79b00>

11 years agoIssue 21069: merge from 3.4
Ned Deily [Thu, 27 Mar 2014 08:40:16 +0000 (01:40 -0700)]
Issue 21069: merge from 3.4

11 years agoIssue #21069: Temporarily use www.google.com while investigating
Ned Deily [Thu, 27 Mar 2014 08:39:28 +0000 (01:39 -0700)]
Issue #21069: Temporarily use www.google.com while investigating
test_urllibnet.test_fileno intermittent failures with www.example.com.

11 years agoIssue #20939: merge from 3.4
Ned Deily [Thu, 27 Mar 2014 06:44:18 +0000 (23:44 -0700)]
Issue #20939: merge from 3.4

11 years agoIssue #20939: remove stray character from comment
Ned Deily [Thu, 27 Mar 2014 06:43:26 +0000 (23:43 -0700)]
Issue #20939: remove stray character from comment

11 years agoIssue #20939: merge from 3.4
Ned Deily [Thu, 27 Mar 2014 06:33:28 +0000 (23:33 -0700)]
Issue #20939: merge from 3.4

11 years agoIssue #20939: Use www.example.com instead of www.python.org to avoid test
Ned Deily [Thu, 27 Mar 2014 06:31:39 +0000 (23:31 -0700)]
Issue #20939: Use www.example.com instead of www.python.org to avoid test
failures when ssl is not present.

11 years agoIssue #20939: Backout test_urllib2.test_issue16464 disables:
Ned Deily [Thu, 27 Mar 2014 06:26:03 +0000 (23:26 -0700)]
Issue #20939: Backout test_urllib2.test_issue16464 disables:
    68335b8afb1f 3.4
    ad0c75b7bd7d default

11 years agoBroaden the early-out test for nsmallest and nlargest
Raymond Hettinger [Wed, 26 Mar 2014 09:00:54 +0000 (02:00 -0700)]
Broaden the early-out test for nsmallest and nlargest

11 years agoMerge #20145 backport: delete whatsnew entry.
R David Murray [Tue, 25 Mar 2014 19:34:17 +0000 (15:34 -0400)]
Merge #20145 backport: delete whatsnew entry.

11 years agobackport: #20145: assert[Raises|Warns]Regex now raise TypeError on bad regex.
R David Murray [Tue, 25 Mar 2014 19:31:50 +0000 (15:31 -0400)]
backport: #20145: assert[Raises|Warns]Regex now raise TypeError on bad regex.

Previously a non-string, non-regex second argument and missing callable
argument could cause the test to appear to always pass.

Initial patch by Kamilla Holanda.

11 years ago(Merge 3.4) Issue #21058: fix typo in a comment. Patch written by Vajrasky Kok.
Victor Stinner [Tue, 25 Mar 2014 17:19:49 +0000 (18:19 +0100)]
(Merge 3.4) Issue #21058: fix typo in a comment. Patch written by Vajrasky Kok.

11 years agoIssue #21058: fix typo in a comment. Patch written by Vajrasky Kok.
Victor Stinner [Tue, 25 Mar 2014 17:19:17 +0000 (18:19 +0100)]
Issue #21058: fix typo in a comment. Patch written by Vajrasky Kok.

11 years agoMerge 3.4
Victor Stinner [Tue, 25 Mar 2014 11:51:08 +0000 (12:51 +0100)]
Merge 3.4

11 years agoIssue #21038: Use monotonic clock to compute timeout, not the system clock
Victor Stinner [Tue, 25 Mar 2014 11:50:50 +0000 (12:50 +0100)]
Issue #21038: Use monotonic clock to compute timeout, not the system clock

11 years agoIssue #21038: Cleanup test_epoll.py
Victor Stinner [Tue, 25 Mar 2014 11:49:53 +0000 (12:49 +0100)]
Issue #21038: Cleanup test_epoll.py

Remove useless test and unused variables. Initial patch by Andreas Schwab.

11 years ago(Merge 3.4) Issue #12209: Minor edits to faulthandler doc. Patch written by
Victor Stinner [Tue, 25 Mar 2014 11:34:17 +0000 (12:34 +0100)]
(Merge 3.4) Issue #12209: Minor edits to faulthandler doc. Patch written by
Éric Araujo.

11 years agoIssue #12209: Minor edits to faulthandler doc. Patch written by Éric Araujo.
Victor Stinner [Tue, 25 Mar 2014 11:33:56 +0000 (12:33 +0100)]
Issue #12209: Minor edits to faulthandler doc. Patch written by Éric Araujo.

11 years agoMerged documentation update from 3.4.
Vinay Sajip [Tue, 25 Mar 2014 11:22:24 +0000 (11:22 +0000)]
Merged documentation update from 3.4.

11 years agoUpdated external link in documentation.
Vinay Sajip [Tue, 25 Mar 2014 11:21:41 +0000 (11:21 +0000)]
Updated external link in documentation.

11 years agomerge with 3.4
Georg Brandl [Tue, 25 Mar 2014 09:13:44 +0000 (10:13 +0100)]
merge with 3.4

11 years agoCloses #21045: make the Qt help build not look completely stupid
Georg Brandl [Tue, 25 Mar 2014 09:12:47 +0000 (10:12 +0100)]
Closes #21045: make the Qt help build not look completely stupid

11 years ago(Merge 3.4) Issue #21006: asyncio doc: reorganize subprocess doc
Victor Stinner [Tue, 25 Mar 2014 08:40:39 +0000 (09:40 +0100)]
(Merge 3.4) Issue #21006: asyncio doc: reorganize subprocess doc

11 years agoIssue #21006: asyncio doc: reorganize subprocess doc
Victor Stinner [Tue, 25 Mar 2014 08:40:26 +0000 (09:40 +0100)]
Issue #21006: asyncio doc: reorganize subprocess doc

11 years agomerge with 3.4
Georg Brandl [Tue, 25 Mar 2014 08:34:55 +0000 (09:34 +0100)]
merge with 3.4

11 years agoCloses #18456: Doc fix: PyDict_Update only works with dict-like objects, not key...
Georg Brandl [Tue, 25 Mar 2014 08:34:30 +0000 (09:34 +0100)]
Closes #18456: Doc fix: PyDict_Update only works with dict-like objects, not key-value sequences. Patch by priyapappachan.

11 years ago(Merge 3.4) Issue #21058: Fix a leak of file descriptor in
Victor Stinner [Tue, 25 Mar 2014 08:19:14 +0000 (09:19 +0100)]
(Merge 3.4) Issue #21058: Fix a leak of file descriptor in
tempfile.NamedTemporaryFile(), close the file descriptor if io.open() fails

11 years agoIssue #21058: Fix a leak of file descriptor in tempfile.NamedTemporaryFile(),
Victor Stinner [Tue, 25 Mar 2014 08:18:04 +0000 (09:18 +0100)]
Issue #21058: Fix a leak of file descriptor in tempfile.NamedTemporaryFile(),
close the file descriptor if io.open() fails

11 years agoNull merge, patch already applied to default
Victor Stinner [Mon, 24 Mar 2014 23:43:03 +0000 (00:43 +0100)]
Null merge, patch already applied to default

11 years agoMerge in 3.4 to bring forward the Issue #21043 changes.
Donald Stufft [Mon, 24 Mar 2014 23:28:08 +0000 (19:28 -0400)]
Merge in 3.4 to bring forward the Issue #21043 changes.

11 years agoIssue #21043: Remove the recommendation for specific CA organizations
Donald Stufft [Mon, 24 Mar 2014 23:26:03 +0000 (19:26 -0400)]
Issue #21043: Remove the recommendation for specific CA organizations

Closes #21043 by updating the documentation to remove specific CA
organizations and update the text to no longer need to tell you to
download root certificates, but instead use the OS certificates
avaialble through SSLContext.load_default_certs.

11 years agoIssue #21040: socketserver: Use the selectors module.
Charles-François Natali [Mon, 24 Mar 2014 22:25:39 +0000 (22:25 +0000)]
Issue #21040: socketserver: Use the selectors module.

11 years ago(Merge 3.4) Issue #21036: Fix typo in macro name
Victor Stinner [Mon, 24 Mar 2014 21:36:01 +0000 (22:36 +0100)]
(Merge 3.4) Issue #21036: Fix typo in macro name

_PY_HASHTABLE_ENTRY_DATA => _Py_HASHTABLE_ENTRY_DATA

11 years agoIssue #21036: Fix typo in macro name
Victor Stinner [Mon, 24 Mar 2014 21:34:34 +0000 (22:34 +0100)]
Issue #21036: Fix typo in macro name

_PY_HASHTABLE_ENTRY_DATA => _Py_HASHTABLE_ENTRY_DATA

11 years agomerge with 3.4
Georg Brandl [Mon, 24 Mar 2014 08:06:33 +0000 (09:06 +0100)]
merge with 3.4

11 years agoFix a few scoping issues with versionadded/versionchanged directives.
Georg Brandl [Mon, 24 Mar 2014 08:06:18 +0000 (09:06 +0100)]
Fix a few scoping issues with versionadded/versionchanged directives.

11 years agoUse deprecated-removed directive, clean up a few markup issues around
Georg Brandl [Mon, 24 Mar 2014 07:42:37 +0000 (08:42 +0100)]
Use deprecated-removed directive, clean up a few markup issues around
deprecated directives.

11 years agoMerge with 3.4
Zachary Ware [Mon, 24 Mar 2014 03:22:12 +0000 (22:22 -0500)]
Merge with 3.4

11 years agoRemove superfluous open parenthesis. Noticed by cocoatomo on docs@.
Zachary Ware [Mon, 24 Mar 2014 03:21:38 +0000 (22:21 -0500)]
Remove superfluous open parenthesis.  Noticed by cocoatomo on docs@.

11 years agoMerge the patch for issue #21013 into default
Donald Stufft [Sun, 23 Mar 2014 23:12:13 +0000 (19:12 -0400)]
Merge the patch for issue #21013 into default

11 years agoIssue #21013: Enhance ssl.create_default_context() for server side contexts
Donald Stufft [Sun, 23 Mar 2014 23:05:28 +0000 (19:05 -0400)]
Issue #21013: Enhance ssl.create_default_context() for server side contexts

Closes #21013 by modfying ssl.create_default_context() to:

* Move the restricted ciphers to only apply when using
  ssl.Purpose.CLIENT_AUTH. The major difference between restricted and not
  is the lack of RC4 in the restricted. However there are servers that exist
  that only expose RC4 still.
* Switches the default protocol to ssl.PROTOCOL_SSLv23 so that the context
  will select TLS1.1 or TLS1.2 if it is available.
* Add ssl.OP_NO_SSLv3 by default to continue to block SSL3.0 sockets
* Add ssl.OP_SINGLE_DH_USE and ssl.OP_SINGLE_ECDG_USE to improve the security
  of the perfect forward secrecy
* Add ssl.OP_CIPHER_SERVER_PREFERENCE so that when used for a server side
  socket the context will prioritize our ciphers which have been carefully
  selected to maximize security and performance.
* Documents the failure conditions when a SSL3.0 connection is required so
  that end users can more easily determine if they need to unset
  ssl.OP_NO_SSLv3.

11 years agomerge with 3.4
Georg Brandl [Sun, 23 Mar 2014 22:04:45 +0000 (23:04 +0100)]
merge with 3.4

11 years agotutorial: no "linux2" sys.platform on 3.x (thanks Arfrever)
Georg Brandl [Sun, 23 Mar 2014 22:03:59 +0000 (23:03 +0100)]
tutorial: no "linux2" sys.platform on 3.x (thanks Arfrever)

11 years agoIssue #19537: Fix PyUnicode_DATA() alignment under m68k. Patch by Andreas Schwab.
Antoine Pitrou [Sun, 23 Mar 2014 21:55:40 +0000 (22:55 +0100)]
Issue #19537: Fix PyUnicode_DATA() alignment under m68k.  Patch by Andreas Schwab.

11 years agoIssue #19537: Fix PyUnicode_DATA() alignment under m68k. Patch by Andreas Schwab.
Antoine Pitrou [Sun, 23 Mar 2014 21:55:03 +0000 (22:55 +0100)]
Issue #19537: Fix PyUnicode_DATA() alignment under m68k.  Patch by Andreas Schwab.

11 years ago#20145: assert[Raises|Warns]Regex now raise TypeError on bad regex.
R David Murray [Sun, 23 Mar 2014 19:08:43 +0000 (15:08 -0400)]
#20145: assert[Raises|Warns]Regex now raise TypeError on bad regex.

Previously a non-string, non-regex second argument could cause the test
to always pass.

Initial patch by Kamilla Holanda.

11 years agoMerge 3.4.
Richard Oudkerk [Sun, 23 Mar 2014 18:53:53 +0000 (18:53 +0000)]
Merge 3.4.

11 years agoIssue #20990: Correction for 619331c67638.
Richard Oudkerk [Sun, 23 Mar 2014 18:44:11 +0000 (18:44 +0000)]
Issue #20990: Correction for 619331c67638.

11 years agoMerge #20976: remove unneeded quopri import in email.utils.
R David Murray [Sun, 23 Mar 2014 18:24:44 +0000 (14:24 -0400)]
Merge #20976: remove unneeded quopri import in email.utils.

11 years ago#20976: remove unneeded quopri import in email.utils.
R David Murray [Sun, 23 Mar 2014 18:18:44 +0000 (14:18 -0400)]
#20976: remove unneeded quopri import in email.utils.

11 years agoIssue #20913: make it clear that create_default_context() also enables hostname checking
Antoine Pitrou [Sun, 23 Mar 2014 15:31:34 +0000 (16:31 +0100)]
Issue #20913: make it clear that create_default_context() also enables hostname checking

11 years agoIssue #20913: make it clear that create_default_context() also enables hostname checking
Antoine Pitrou [Sun, 23 Mar 2014 15:31:08 +0000 (16:31 +0100)]
Issue #20913: make it clear that create_default_context() also enables hostname checking

11 years agoMerge 3.4.
Richard Oudkerk [Sun, 23 Mar 2014 12:53:48 +0000 (12:53 +0000)]
Merge 3.4.

11 years agoMerge 3.3.
Richard Oudkerk [Sun, 23 Mar 2014 12:52:16 +0000 (12:52 +0000)]
Merge 3.3.

11 years agoIssue #20633: Replace relative import by absolute import.
Richard Oudkerk [Sun, 23 Mar 2014 12:42:28 +0000 (12:42 +0000)]
Issue #20633: Replace relative import by absolute import.

11 years agoMerge 3.4.
Richard Oudkerk [Sun, 23 Mar 2014 12:32:12 +0000 (12:32 +0000)]
Merge 3.4.

11 years agoIssue #20980: Stop wrapping exception when using ThreadPool.
Richard Oudkerk [Sun, 23 Mar 2014 12:30:54 +0000 (12:30 +0000)]
Issue #20980: Stop wrapping exception when using ThreadPool.

11 years agoMerge 3.4.
Richard Oudkerk [Sun, 23 Mar 2014 11:57:01 +0000 (11:57 +0000)]
Merge 3.4.

11 years agoIssue #20990: Fix issues found by pyflakes for multiprocessing.
Richard Oudkerk [Sun, 23 Mar 2014 11:54:15 +0000 (11:54 +0000)]
Issue #20990: Fix issues found by pyflakes for multiprocessing.

11 years agomerge with 3.4
Georg Brandl [Sat, 22 Mar 2014 19:39:08 +0000 (20:39 +0100)]
merge with 3.4

11 years agoCloses #20975: make date in the interpreter banner a little more consistent
Georg Brandl [Sat, 22 Mar 2014 19:38:11 +0000 (20:38 +0100)]
Closes #20975: make date in the interpreter banner a little more consistent

11 years agoIssue #20913: improve the SSL security considerations to first advocate using create_...
Antoine Pitrou [Sat, 22 Mar 2014 17:19:36 +0000 (18:19 +0100)]
Issue #20913: improve the SSL security considerations to first advocate using create_default_context().

11 years agoIssue #20913: improve the SSL security considerations to first advocate using create_...
Antoine Pitrou [Sat, 22 Mar 2014 17:19:11 +0000 (18:19 +0100)]
Issue #20913: improve the SSL security considerations to first advocate using create_default_context().

11 years agoIssue #21015: SSL contexts will now automatically select an elliptic curve for ECDH...
Antoine Pitrou [Sat, 22 Mar 2014 17:14:57 +0000 (18:14 +0100)]
Issue #21015: SSL contexts will now automatically select an elliptic curve for ECDH key exchange on OpenSSL 1.0.2 and later, and otherwise default to "prime256v1".

(should also fix a buildbot failure introduced by #20995)

11 years agoIssue #21015: SSL contexts will now automatically select an elliptic curve for ECDH...
Antoine Pitrou [Sat, 22 Mar 2014 17:13:50 +0000 (18:13 +0100)]
Issue #21015: SSL contexts will now automatically select an elliptic curve for ECDH key exchange on OpenSSL 1.0.2 and later, and otherwise default to "prime256v1".

(should also fix a buildbot failure introduced by #20995)

11 years agoIssue #21017: Enable Tix debug build on Windows
Zachary Ware [Sat, 22 Mar 2014 15:37:06 +0000 (10:37 -0500)]
Issue #21017: Enable Tix debug build on Windows

11 years agoIssue #15968: Temporarily revert change to PCbuild/rt.bat
Zachary Ware [Sat, 22 Mar 2014 05:36:25 +0000 (00:36 -0500)]
Issue #15968: Temporarily revert change to PCbuild/rt.bat
to prevent buildbot failures on test_idle.  This change
should go back in once #20035 is fixed.

11 years agoimprove the command-line interface of json.tool (closes #21000)
Benjamin Peterson [Sat, 22 Mar 2014 04:17:29 +0000 (23:17 -0500)]
improve the command-line interface of json.tool (closes #21000)

A patch from Berker Peksag.

11 years agoIssue #15968: Incorporated Tcl, Tk, and Tix builds into the Windows build
Zachary Ware [Sat, 22 Mar 2014 03:58:19 +0000 (22:58 -0500)]
Issue #15968: Incorporated Tcl, Tk, and Tix builds into the Windows build
solution.

Currently, Tix is not built in Debug configuration.

This change also:
- simplifies some Tcl/Tk-related msbuild properties for _tkinter
- copies the Tcl and Tk DLLs into the build output directory, meaning
  they will always be available after a build without having to copy
  them manually or change PATH
- removes PCbuild/build_tkinter.py: the solution does the build without
  needing to invoke Python (so Tcl/Tk/Tix can be built in parallel with
  the rest of the build using the `/m` msbuild command line switch)
- removes an outdated README concerning building Tcl/Tk on AMD64

11 years agoFix an incomplete merge of Misc/NEWS
Donald Stufft [Sat, 22 Mar 2014 01:49:38 +0000 (21:49 -0400)]
Fix an incomplete merge of Misc/NEWS

11 years agoMerge changes from 3.4 to bring in fixes for Issue #20995
Donald Stufft [Sat, 22 Mar 2014 01:38:50 +0000 (21:38 -0400)]
Merge changes from 3.4 to bring in fixes for Issue #20995

11 years agoIssue #20995: Enhance default ciphers used by the ssl module
Donald Stufft [Sat, 22 Mar 2014 01:33:34 +0000 (21:33 -0400)]
Issue #20995: Enhance default ciphers used by the ssl module

Closes #20995 by Enabling better security by prioritizing ciphers
such that:

* Prefer cipher suites that offer perfect forward secrecy (DHE/ECDHE)
* Prefer ECDHE over DHE for better performance
* Prefer any AES-GCM over any AES-CBC for better performance and security
* Then Use HIGH cipher suites as a fallback
* Then Use 3DES as fallback which is secure but slow
* Finally use RC4 as a fallback which is problematic but needed for
  compatibility some times.
* Disable NULL authentication, NULL encryption, and MD5 MACs for security
  reasons

11 years ago(Merge 3.4) Close #21010: Fix typo in asyncio doc. Patch written by Claudiu
Victor Stinner [Fri, 21 Mar 2014 16:17:28 +0000 (17:17 +0100)]
(Merge 3.4) Close #21010: Fix typo in asyncio doc. Patch written by Claudiu
Popa.

11 years agoClose #21010: Fix typo in asyncio doc. Patch written by Claudiu Popa.
Victor Stinner [Fri, 21 Mar 2014 16:17:15 +0000 (17:17 +0100)]
Close #21010: Fix typo in asyncio doc. Patch written by Claudiu Popa.

11 years agoNull merge (I transplated 2 commits from default to 3.4)
Victor Stinner [Fri, 21 Mar 2014 16:16:10 +0000 (17:16 +0100)]
Null merge (I transplated 2 commits from default to 3.4)