]> granicus.if.org Git - python/log
python
12 years agoceval cleanup
Benjamin Peterson [Fri, 12 Oct 2012 15:34:51 +0000 (11:34 -0400)]
ceval cleanup

- Make many variables local to the opcode; Kill u, v, w, and x.
- Force every opcode to end with DISPATCH or jump to error handling.
- Simplify error handling.
- Check error statuses in more places.

Closes #16191.

12 years agoRemove uses of % with str.format.
Brett Cannon [Fri, 12 Oct 2012 14:00:34 +0000 (10:00 -0400)]
Remove uses of % with str.format.

12 years agoMerge __next__ method link fixes with 3.3.
Ezio Melotti [Fri, 12 Oct 2012 10:46:37 +0000 (13:46 +0300)]
Merge __next__ method link fixes with 3.3.

12 years agoMerge __next__ method link fixes with 3.2.
Ezio Melotti [Fri, 12 Oct 2012 10:45:38 +0000 (13:45 +0300)]
Merge __next__ method link fixes with 3.2.

12 years agoFix links to the __next__ method.
Ezio Melotti [Fri, 12 Oct 2012 10:42:08 +0000 (13:42 +0300)]
Fix links to the __next__ method.

12 years agoMerge doctest fixes in functional howto with 3.3.
Ezio Melotti [Fri, 12 Oct 2012 10:30:25 +0000 (13:30 +0300)]
Merge doctest fixes in functional howto with 3.3.

12 years agoMerge doctest fixes in functional howto with 3.2.
Ezio Melotti [Fri, 12 Oct 2012 10:25:54 +0000 (13:25 +0300)]
Merge doctest fixes in functional howto with 3.2.

12 years agoMake doctests pass in the functional howto.
Ezio Melotti [Fri, 12 Oct 2012 10:24:19 +0000 (13:24 +0300)]
Make doctests pass in the functional howto.

12 years agoMerge functional howto improvements with 3.3.
Ezio Melotti [Fri, 12 Oct 2012 10:23:52 +0000 (13:23 +0300)]
Merge functional howto improvements with 3.3.

12 years agoMerge functional howto improvements with 3.2.
Ezio Melotti [Fri, 12 Oct 2012 10:23:32 +0000 (13:23 +0300)]
Merge functional howto improvements with 3.2.

12 years agoImprove markup in functional.rst, and fix a couple of errors.
Ezio Melotti [Fri, 12 Oct 2012 09:42:51 +0000 (12:42 +0300)]
Improve markup in functional.rst, and fix a couple of errors.

12 years agoMerge link additions/fixes with 3.3.
Ezio Melotti [Fri, 12 Oct 2012 08:02:39 +0000 (11:02 +0300)]
Merge link additions/fixes with 3.3.

12 years agoFix and add more links.
Ezio Melotti [Fri, 12 Oct 2012 07:59:14 +0000 (10:59 +0300)]
Fix and add more links.

12 years agoMerge from 3.3: Add and adjust some string-related links in the docs.
Chris Jerdonek [Fri, 12 Oct 2012 01:59:34 +0000 (18:59 -0700)]
Merge from 3.3: Add and adjust some string-related links in the docs.

12 years agoAdd and adjust some string-related links in the docs.
Chris Jerdonek [Fri, 12 Oct 2012 01:57:48 +0000 (18:57 -0700)]
Add and adjust some string-related links in the docs.

12 years agoMerge from 3.3: Fix link to str.format() in docs.
Chris Jerdonek [Fri, 12 Oct 2012 01:49:52 +0000 (18:49 -0700)]
Merge from 3.3: Fix link to str.format() in docs.

12 years agoMerge from 3.2: Fix link to str.format() in docs.
Chris Jerdonek [Fri, 12 Oct 2012 01:49:02 +0000 (18:49 -0700)]
Merge from 3.2: Fix link to str.format() in docs.

12 years agoFix link to str.format() in docs.
Chris Jerdonek [Fri, 12 Oct 2012 01:47:54 +0000 (18:47 -0700)]
Fix link to str.format() in docs.

12 years agoIssue #16199: Merge 2to3 typo fix from 3.3 (and resolve previous merge).
Chris Jerdonek [Thu, 11 Oct 2012 23:13:45 +0000 (16:13 -0700)]
Issue #16199: Merge 2to3 typo fix from 3.3 (and resolve previous merge).

12 years agoIssue #16199: Merge 2to3 typo fix from 3.2.
Chris Jerdonek [Thu, 11 Oct 2012 23:01:00 +0000 (16:01 -0700)]
Issue #16199: Merge 2to3 typo fix from 3.2.

12 years agoIssue #16199: Fix typo in 2to3 docs. Thanks to Mark Lawrence for the report.
Chris Jerdonek [Thu, 11 Oct 2012 22:59:32 +0000 (15:59 -0700)]
Issue #16199: Fix typo in 2to3 docs. Thanks to Mark Lawrence for the report.

12 years agoMerge 3.2
Brian Curtin [Thu, 11 Oct 2012 21:12:47 +0000 (16:12 -0500)]
Merge 3.2

12 years agoMerge 3.2
Brian Curtin [Thu, 11 Oct 2012 21:11:37 +0000 (16:11 -0500)]
Merge 3.2

12 years agoFix #16176. Properly identify Windows 8 via platform.platform()
Brian Curtin [Thu, 11 Oct 2012 21:07:52 +0000 (16:07 -0500)]
Fix #16176. Properly identify Windows 8 via platform.platform()

Add handling of the 6.2 release line, aka Windows 8 and Windows 2012 Server.

12 years agoCloses #15776: pyvenv now works with existing directories.
Vinay Sajip [Thu, 11 Oct 2012 16:22:45 +0000 (17:22 +0100)]
Closes #15776: pyvenv now works with existing directories.

12 years agocode smell. remove pdb
Senthil Kumaran [Thu, 11 Oct 2012 07:11:26 +0000 (00:11 -0700)]
code smell. remove pdb

12 years agoAutomated merge with ssh://hg.python.org/cpython
Senthil Kumaran [Thu, 11 Oct 2012 06:16:29 +0000 (23:16 -0700)]
Automated merge with ssh://hg.python.org/cpython

12 years agoIssue #16088: BaseHTTPRequestHandler's send_error method includes a
Senthil Kumaran [Thu, 11 Oct 2012 06:16:21 +0000 (23:16 -0700)]
Issue #16088: BaseHTTPRequestHandler's send_error method includes a
Content-Length header.  Patch by Antoine Pitrou.

12 years agoMerge from 3.3: Fix placement of shell=True warning in subprocess.Popen() docs.
Chris Jerdonek [Thu, 11 Oct 2012 05:54:55 +0000 (22:54 -0700)]
Merge from 3.3: Fix placement of shell=True warning in subprocess.Popen() docs.

12 years agoMerge from 3.2: Fix placement of shell=True warning in subprocess.Popen() docs.
Chris Jerdonek [Thu, 11 Oct 2012 05:53:35 +0000 (22:53 -0700)]
Merge from 3.2: Fix placement of shell=True warning in subprocess.Popen() docs.

12 years agoFix placement of shell=True warning in subprocess.Popen() docs.
Chris Jerdonek [Thu, 11 Oct 2012 05:52:22 +0000 (22:52 -0700)]
Fix placement of shell=True warning in subprocess.Popen() docs.

12 years agoIssue #16115: Merge subprocess.Popen() documentation improvements from 3.3.
Chris Jerdonek [Thu, 11 Oct 2012 00:49:00 +0000 (17:49 -0700)]
Issue #16115: Merge subprocess.Popen() documentation improvements from 3.3.

12 years agoIssue #16115: Merge subprocess.Popen() documentation improvements from 3.2.
Chris Jerdonek [Thu, 11 Oct 2012 00:47:55 +0000 (17:47 -0700)]
Issue #16115: Merge subprocess.Popen() documentation improvements from 3.2.

12 years agoIssue #16115: Make further improvements to subprocess.Popen() documentation.
Chris Jerdonek [Thu, 11 Oct 2012 00:46:18 +0000 (17:46 -0700)]
Issue #16115: Make further improvements to subprocess.Popen() documentation.

12 years agoCloses #16135: Removal of OS/2 support (distutils) (II)
Jesus Cea [Wed, 10 Oct 2012 23:56:01 +0000 (01:56 +0200)]
Closes #16135: Removal of OS/2 support (distutils) (II)

12 years agoCloses #16135: Removal of OS/2 support (distutils)
Jesus Cea [Wed, 10 Oct 2012 23:20:12 +0000 (01:20 +0200)]
Closes #16135: Removal of OS/2 support (distutils)

12 years agoMerge fix for issue #15111.
Brett Cannon [Wed, 10 Oct 2012 23:18:37 +0000 (19:18 -0400)]
Merge fix for issue #15111.

12 years agoCloses issue #15111: Calling __import__ with a module specified in
Brett Cannon [Wed, 10 Oct 2012 23:03:46 +0000 (19:03 -0400)]
Closes issue #15111: Calling __import__ with a module specified in
fromlist which causes its own ImportError (e.g. the module tries to
import a non-existent module) should have that exception propagate.

12 years agomerge heads
Benjamin Peterson [Wed, 10 Oct 2012 18:10:44 +0000 (14:10 -0400)]
merge heads

12 years agoadd some missing DISPATCH()
Benjamin Peterson [Wed, 10 Oct 2012 18:10:33 +0000 (14:10 -0400)]
add some missing DISPATCH()

12 years agoIssue #12947: Merge doctest documentation change from 3.3.
Chris Jerdonek [Wed, 10 Oct 2012 15:36:43 +0000 (08:36 -0700)]
Issue #12947: Merge doctest documentation change from 3.3.

12 years agoIssue #12947: Remove doctest directives from the doctest examples in the "Option...
Chris Jerdonek [Wed, 10 Oct 2012 15:34:38 +0000 (08:34 -0700)]
Issue #12947: Remove doctest directives from the doctest examples in the "Option Flag" section.

The doctest examples that illustrate the use of doctest option flags
independent of doctest directives should not display doctest directives.

12 years agomerge 3.3
Georg Brandl [Wed, 10 Oct 2012 14:56:22 +0000 (16:56 +0200)]
merge 3.3

12 years agoMissed one instance of code-block:: text highlighting to revert.
Georg Brandl [Wed, 10 Oct 2012 14:56:15 +0000 (16:56 +0200)]
Missed one instance of code-block:: text highlighting to revert.

12 years agomerge 3.3
Georg Brandl [Wed, 10 Oct 2012 14:49:18 +0000 (16:49 +0200)]
merge 3.3

12 years agomerge 3.2
Georg Brandl [Wed, 10 Oct 2012 14:49:11 +0000 (16:49 +0200)]
merge 3.2

12 years agomerge 3.2 heads
Georg Brandl [Wed, 10 Oct 2012 14:49:02 +0000 (16:49 +0200)]
merge 3.2 heads

12 years agoIssue #12947: revert earlier workaround and use a monkey-patch to enable showing...
Georg Brandl [Wed, 10 Oct 2012 14:45:11 +0000 (16:45 +0200)]
Issue #12947: revert earlier workaround and use a monkey-patch to enable showing doctest directives only in the doctest docs.

12 years agoIssue #12947: revert earlier workaround and use a monkey-patch to enable showing...
Georg Brandl [Wed, 10 Oct 2012 14:45:11 +0000 (16:45 +0200)]
Issue #12947: revert earlier workaround and use a monkey-patch to enable showing doctest directives only in the doctest docs.

12 years agoIssue #12947: Merge doctest documentation improvements from 3.3.
Chris Jerdonek [Wed, 10 Oct 2012 13:56:32 +0000 (06:56 -0700)]
Issue #12947: Merge doctest documentation improvements from 3.3.

12 years agoIssue #12947: Divide doctest "Option Flags and Directives" section into two.
Chris Jerdonek [Wed, 10 Oct 2012 13:52:08 +0000 (06:52 -0700)]
Issue #12947: Divide doctest "Option Flags and Directives" section into two.

This changeset also applies the rendering workaround to the last remaining
example in the file that has a doctest directive that should be displayed.

12 years agoFixes Issue #16114: The subprocess module no longer provides a
Gregory P. Smith [Wed, 10 Oct 2012 10:53:16 +0000 (03:53 -0700)]
Fixes Issue #16114: The subprocess module no longer provides a
misleading error message stating that args[0] did not exist when
either the cwd or executable keyword arguments specified a path that
did not exist.

12 years agoFixes Issue #16114: The subprocess module no longer provides a
Gregory P. Smith [Wed, 10 Oct 2012 10:44:47 +0000 (03:44 -0700)]
Fixes Issue #16114: The subprocess module no longer provides a
misleading error message stating that args[0] did not exist when
either the cwd or executable keyword arguments specified a path that
did not exist.

12 years agoFixes Issue #16114: The subprocess module no longer provides a
Gregory P. Smith [Wed, 10 Oct 2012 10:34:47 +0000 (03:34 -0700)]
Fixes Issue #16114: The subprocess module no longer provides a
misleading error message stating that args[0] did not exist when
either the cwd or executable keyword arguments specified a path that
did not exist.

It now keeps track of if the child got as far as preexec and reports it if
not back to the parent via a special "noexec" error message value in
the error pipe so that the cwd can be blamed for a failed chdir
instead of the exec of the executable being blamed instead.

The executable is also always reported accurately when exec fails.

Unittests enhanced to cover these cases.

12 years agoIssue #16170: Merge subprocess test unskip from 3.3.
Chris Jerdonek [Tue, 9 Oct 2012 20:19:23 +0000 (13:19 -0700)]
Issue #16170: Merge subprocess test unskip from 3.3.

12 years agoIssue #16170: Remove Linux skip from test_subprocess's test_executable test.
Chris Jerdonek [Tue, 9 Oct 2012 20:17:49 +0000 (13:17 -0700)]
Issue #16170: Remove Linux skip from test_subprocess's test_executable test.

12 years agomerge 3.3
Benjamin Peterson [Tue, 9 Oct 2012 15:16:33 +0000 (11:16 -0400)]
merge 3.3

12 years agomerge heads
Benjamin Peterson [Tue, 9 Oct 2012 15:16:26 +0000 (11:16 -0400)]
merge heads

12 years agomerge 3.3
Benjamin Peterson [Tue, 9 Oct 2012 15:16:13 +0000 (11:16 -0400)]
merge 3.3

12 years agocompare singletons by identity not equality (closes #16712)
Benjamin Peterson [Tue, 9 Oct 2012 15:16:03 +0000 (11:16 -0400)]
compare singletons by identity not equality (closes #16712)

Patch from Serhiy Storchaka.

12 years agocompare with equality not identity (issue #16172)
Benjamin Peterson [Tue, 9 Oct 2012 15:14:59 +0000 (11:14 -0400)]
compare with equality not identity (issue #16172)

Patch from Serhiy Storchaka.

12 years agoMerge 3.3
Eli Bendersky [Tue, 9 Oct 2012 14:19:13 +0000 (07:19 -0700)]
Merge 3.3
Closes #16082: clarify the documentation of tostring[list] saying that it may generate a bytestring, depending on the given encoding.

12 years agoIssue #16082: clarify the documentation of tostring[list] saying that it may generate...
Eli Bendersky [Tue, 9 Oct 2012 14:18:16 +0000 (07:18 -0700)]
Issue #16082: clarify the documentation of tostring[list] saying that it may generate a bytestring, depending on the given encoding.

12 years agoMerge 3.3
Eli Bendersky [Tue, 9 Oct 2012 13:47:23 +0000 (06:47 -0700)]
Merge 3.3

Issue #12322: clarify xpath reference for cases where the path reaches ancestors of the start element. Also add missing markup for a None. Thanks to patrick vrijlandt and Mike Hoy for the report and initial patches.

12 years agoIssue #12322: clarify xpath reference for cases where the path reaches ancestors...
Eli Bendersky [Tue, 9 Oct 2012 13:46:33 +0000 (06:46 -0700)]
Issue #12322: clarify xpath reference for cases where the path reaches ancestors of the start element. Also add missing markup for a None. Thanks to patrick vrijlandt and Mike Hoy for the report and initial patches.

12 years agoIssue #16169: Merge
Richard Oudkerk [Tue, 9 Oct 2012 12:54:02 +0000 (13:54 +0100)]
Issue #16169: Merge

12 years agoIssue #16169: Fix ctypes.WinError()'s confusion between errno and winerror
Richard Oudkerk [Tue, 9 Oct 2012 12:28:10 +0000 (13:28 +0100)]
Issue #16169: Fix ctypes.WinError()'s confusion between errno and winerror

12 years agoMerge issue #16174: Fix suggested usage of dummy_threading module.
Andrew Svetlov [Tue, 9 Oct 2012 10:45:10 +0000 (13:45 +0300)]
Merge issue #16174: Fix suggested usage of dummy_threading module.

Patch by Berker Peksag.

12 years agoMerge issue #16174: Fix suggested usage of dummy_threading module.
Andrew Svetlov [Tue, 9 Oct 2012 10:44:48 +0000 (13:44 +0300)]
Merge issue #16174: Fix suggested usage of dummy_threading module.

Patch by Berker Peksag.

12 years agoIssue #16174: Fix suggested usage of dummy_threading module.
Andrew Svetlov [Tue, 9 Oct 2012 10:44:16 +0000 (13:44 +0300)]
Issue #16174: Fix suggested usage of dummy_threading module.

Patch by Berker Peksag.

12 years agoCloses #16110: fileConfig now accepts a pre-initialised ConfigParser instance.
Vinay Sajip [Tue, 9 Oct 2012 08:06:03 +0000 (09:06 +0100)]
Closes #16110: fileConfig now accepts a pre-initialised ConfigParser instance.

12 years agoFix Issue 15922: make howto/urllib2.rst doctests pass.
Senthil Kumaran [Tue, 9 Oct 2012 07:40:55 +0000 (00:40 -0700)]
Fix Issue 15922: make howto/urllib2.rst doctests pass.
Patch by Chris Jerdonek. Address Ezio's review comment.

12 years agoFix Issue 15922: make howto/urllib2.rst doctests pass.
Senthil Kumaran [Tue, 9 Oct 2012 07:38:17 +0000 (00:38 -0700)]
Fix Issue 15922: make howto/urllib2.rst doctests pass.
Patch by Chris Jerdonek. Address Ezio's review comment.

12 years agoFix Issue 15922: make howto/urllib2.rst doctests pass.
Senthil Kumaran [Tue, 9 Oct 2012 07:37:09 +0000 (00:37 -0700)]
Fix Issue 15922: make howto/urllib2.rst doctests pass.
Patch by Chris Jerdonek. Address Ezio's review comment.

12 years agoCloses #16168: Merged SysLogHandler update from 3.3.
Vinay Sajip [Tue, 9 Oct 2012 07:23:06 +0000 (08:23 +0100)]
Closes #16168: Merged SysLogHandler update from 3.3.

12 years agoIssue #16168: Merged SysLogHandler update from 3.2.
Vinay Sajip [Tue, 9 Oct 2012 07:22:01 +0000 (08:22 +0100)]
Issue #16168: Merged SysLogHandler update from 3.2.

12 years agoIssue #16168: Use specified socket type for domain sockets in SysLogHandler.
Vinay Sajip [Tue, 9 Oct 2012 07:19:25 +0000 (08:19 +0100)]
Issue #16168: Use specified socket type for domain sockets in SysLogHandler.

12 years agoIssue #16141: replaced old-style exception handling code in logging with the modern...
Vinay Sajip [Tue, 9 Oct 2012 07:06:13 +0000 (08:06 +0100)]
Issue #16141: replaced old-style exception handling code in logging with the modern idiom.

12 years agoIssue #16115: Merge subprocess.Popen() documentation improvements from 3.3.
Chris Jerdonek [Tue, 9 Oct 2012 06:14:46 +0000 (23:14 -0700)]
Issue #16115: Merge subprocess.Popen() documentation improvements from 3.3.

12 years agoIssue #16115: Merge subprocess.Popen() documentation improvements from 3.2.
Chris Jerdonek [Tue, 9 Oct 2012 06:12:21 +0000 (23:12 -0700)]
Issue #16115: Merge subprocess.Popen() documentation improvements from 3.2.

12 years agoIssue #16115: Improve subprocess.Popen() documentation around args, shell, and execut...
Chris Jerdonek [Tue, 9 Oct 2012 06:06:57 +0000 (23:06 -0700)]
Issue #16115: Improve subprocess.Popen() documentation around args, shell, and executable arguments.

12 years agoIssue #16115: Merge test skip from 3.3.
Chris Jerdonek [Tue, 9 Oct 2012 00:54:45 +0000 (17:54 -0700)]
Issue #16115: Merge test skip from 3.3.

12 years agoIssue #16115: Skip a newly added subprocess.Popen() test on Linux.
Chris Jerdonek [Tue, 9 Oct 2012 00:53:46 +0000 (17:53 -0700)]
Issue #16115: Skip a newly added subprocess.Popen() test on Linux.

12 years agoIssue #16115: Merge test improvements from 3.3.
Chris Jerdonek [Mon, 8 Oct 2012 23:01:00 +0000 (16:01 -0700)]
Issue #16115: Merge test improvements from 3.3.

12 years agoIssue #16115: Improve testing of the executable argument to subprocess.Popen().
Chris Jerdonek [Mon, 8 Oct 2012 22:56:43 +0000 (15:56 -0700)]
Issue #16115: Improve testing of the executable argument to subprocess.Popen().

12 years agobz2 module: Rewrap docstrings at 72 columns, as per PEP 8.
Nadeem Vawda [Mon, 8 Oct 2012 18:31:34 +0000 (20:31 +0200)]
bz2 module: Rewrap docstrings at 72 columns, as per PEP 8.

12 years agoStylistic tweaks to the bz2 module to make it easier to transplant changes from
Nadeem Vawda [Mon, 8 Oct 2012 17:20:49 +0000 (19:20 +0200)]
Stylistic tweaks to the bz2 module to make it easier to transplant changes from
it to http://pypi.python.org/pypi/bz2file.

12 years agoUse setUpClass() and tearDownClass() in test_multiprocessing.
Richard Oudkerk [Mon, 8 Oct 2012 13:56:24 +0000 (14:56 +0100)]
Use setUpClass() and tearDownClass() in test_multiprocessing.

Each manager test class now uses a separate manager.  Also, process
pools are no longer created before starting any tests.

Note that warnings are written if the manager for a test case still
has live objects when it is shutdown.  This is true for a few test cases
which fail to wait for all child processes to end.

12 years agoMake __mp_main__ an alias for __main__ in all processes to simplify
Richard Oudkerk [Mon, 8 Oct 2012 12:07:00 +0000 (13:07 +0100)]
Make __mp_main__ an alias for __main__ in all processes to simplify
pickling of classes defined in main module.

12 years agoMerge 3.3
Hynek Schlawack [Mon, 8 Oct 2012 05:46:11 +0000 (07:46 +0200)]
Merge 3.3

12 years agoMerge 3.2
Hynek Schlawack [Mon, 8 Oct 2012 05:44:54 +0000 (07:44 +0200)]
Merge 3.2

12 years agoIssue #14783: Merge changes from 3.3.
Chris Jerdonek [Sun, 7 Oct 2012 22:02:16 +0000 (15:02 -0700)]
Issue #14783: Merge changes from 3.3.

12 years agoIssue #14783: Merge changes from 3.2.
Chris Jerdonek [Sun, 7 Oct 2012 21:56:27 +0000 (14:56 -0700)]
Issue #14783: Merge changes from 3.2.

12 years agoIssue #14783: Improve int() docstring and also str(), range(), and slice().
Chris Jerdonek [Sun, 7 Oct 2012 21:48:36 +0000 (14:48 -0700)]
Issue #14783: Improve int() docstring and also str(), range(), and slice().

This commit rewrites the docstring for int() to incorporate the documentation
changes made in issue #16036.  It also switches the docstrings for int(),
str(), range(), and slice() to use multi-line signatures.

12 years agobrg_endian.h is back again
Christian Heimes [Sun, 7 Oct 2012 21:38:44 +0000 (23:38 +0200)]
brg_endian.h is back again

12 years agomerge
Christian Heimes [Sun, 7 Oct 2012 20:45:14 +0000 (22:45 +0200)]
merge

12 years agore-add brg_endian.h to debug issue in big endian SPARC machine
Christian Heimes [Sun, 7 Oct 2012 20:44:41 +0000 (22:44 +0200)]
re-add brg_endian.h to debug issue in big endian SPARC machine

12 years agoIssue #16120: Use |yield from| in stdlib.
Andrew Svetlov [Sun, 7 Oct 2012 20:21:15 +0000 (23:21 +0300)]
Issue #16120: Use |yield from| in stdlib.

Patch by Berker Peksag.

12 years agoGet rid of circular import and eliminate unprefixed exported symbols
Richard Oudkerk [Sun, 7 Oct 2012 17:08:47 +0000 (18:08 +0100)]
Get rid of circular import and eliminate unprefixed exported symbols
from _multiprocessing.

12 years agomerge heads
Andrew Svetlov [Sun, 7 Oct 2012 16:22:50 +0000 (19:22 +0300)]
merge heads