]> granicus.if.org Git - python/log
python
10 years agoAdded tests for more builtin types.
Serhiy Storchaka [Sat, 16 May 2015 18:34:56 +0000 (21:34 +0300)]
Added tests for more builtin types.

10 years agoIssue #23964: Update idlelib/idle_test/README.txt. first patch by Al Sweigart.
Terry Jan Reedy [Sat, 16 May 2015 18:23:33 +0000 (14:23 -0400)]
Issue #23964: Update idlelib/idle_test/README.txt. first patch by Al Sweigart.

10 years agoIssue #15267: HTTPConnection.request() now is compatibile with old-style
Serhiy Storchaka [Sat, 16 May 2015 15:58:41 +0000 (18:58 +0300)]
Issue #15267: HTTPConnection.request() now is compatibile with old-style
classes (such as TemporaryFile).  Original patch by Atsuo Ishimoto.

10 years agoIssue #20014: array.array() now accepts unicode typecodes. Based on patch by
Serhiy Storchaka [Sat, 16 May 2015 14:11:41 +0000 (17:11 +0300)]
Issue #20014: array.array() now accepts unicode typecodes.  Based on patch by
Vajrasky Kok.

10 years agoIssue #23637: Showing a warning no longer fails with UnicodeErrror.
Serhiy Storchaka [Sat, 16 May 2015 13:42:18 +0000 (16:42 +0300)]
Issue #23637: Showing a warning no longer fails with UnicodeErrror.
Formatting unicode warning in the file with the path containing non-ascii
characters no longer fails with UnicodeErrror.

10 years agoReverted issue #24134 changes.
Serhiy Storchaka [Sat, 16 May 2015 13:21:10 +0000 (16:21 +0300)]
Reverted issue #24134 changes.

10 years agoIssue #23184: idle tests, remove unused names and imports.
Terry Jan Reedy [Sat, 16 May 2015 03:55:15 +0000 (23:55 -0400)]
Issue #23184: idle tests, remove unused names and imports.

10 years agoIssue #23184: idlelib, remove more unused names and imports.
Terry Jan Reedy [Sat, 16 May 2015 03:03:11 +0000 (23:03 -0400)]
Issue #23184: idlelib, remove more unused names and imports.

10 years agomerge 2.7.10 release branch
Benjamin Peterson [Fri, 15 May 2015 16:19:41 +0000 (12:19 -0400)]
merge 2.7.10 release branch

10 years agodeque is not varsized, so using Py_SIZE is nonsensical (closes #24162)
Benjamin Peterson [Fri, 15 May 2015 16:19:18 +0000 (12:19 -0400)]
deque is not varsized, so using Py_SIZE is nonsensical (closes #24162)

10 years agoidlelib: remove unused names and imports (forgot one).
Terry Jan Reedy [Thu, 14 May 2015 22:11:50 +0000 (18:11 -0400)]
idlelib: remove unused names and imports (forgot one).

10 years agoidlelib: remove unused names and imports (one is a duplicate import).
Terry Jan Reedy [Thu, 14 May 2015 22:10:30 +0000 (18:10 -0400)]
idlelib: remove unused names and imports (one is a duplicate import).

10 years ago#19934: fix mangled wording
Andrew Kuchling [Wed, 13 May 2015 15:25:40 +0000 (11:25 -0400)]
#19934: fix mangled wording

10 years agoIssue #22064: Improve the misleading message from 2to3 when skipping optional fixers.
Berker Peksag [Wed, 13 May 2015 10:42:26 +0000 (13:42 +0300)]
Issue #22064: Improve the misleading message from 2to3 when skipping optional fixers.

Patch by Vinod Kurup.

10 years agoIssue #23971: Fix underestimated presizing in dict.fromkeys()
Raymond Hettinger [Wed, 13 May 2015 10:13:28 +0000 (03:13 -0700)]
Issue #23971:  Fix underestimated presizing in dict.fromkeys()

10 years agoIssue #19934: Document *None* as an acceptable input to Counter.most_common([n])
Raymond Hettinger [Wed, 13 May 2015 09:50:57 +0000 (02:50 -0700)]
Issue #19934:  Document *None* as an acceptable input to Counter.most_common([n])

10 years agouse imperative
Benjamin Peterson [Tue, 12 May 2015 23:15:53 +0000 (19:15 -0400)]
use imperative

10 years agoDefend against a mutation during comparison
Raymond Hettinger [Tue, 12 May 2015 03:00:25 +0000 (20:00 -0700)]
Defend against a mutation during comparison

10 years agoIssue #24161: Document that PyIter_Check() returns false positives for old-style...
Raymond Hettinger [Mon, 11 May 2015 17:22:20 +0000 (10:22 -0700)]
Issue #24161:  Document that PyIter_Check() returns false positives for old-style instances.

10 years agoAdds UUIDs for 2.7.10
Steve Dower [Mon, 11 May 2015 02:06:07 +0000 (19:06 -0700)]
Adds UUIDs for 2.7.10

10 years agoadd trailing slash
Benjamin Peterson [Mon, 11 May 2015 01:19:18 +0000 (21:19 -0400)]
add trailing slash

10 years ago - Do not italicize punctuation in the python man page
doko@ubuntu.com [Sun, 10 May 2015 22:00:38 +0000 (00:00 +0200)]
 - Do not italicize punctuation in the python man page

10 years agoadd news section for 2.7.11
Benjamin Peterson [Sun, 10 May 2015 17:16:20 +0000 (13:16 -0400)]
add news section for 2.7.11

10 years agoAdded tag v2.7.10rc1 for changeset 80ccce248ba2
Benjamin Peterson [Sun, 10 May 2015 17:14:43 +0000 (13:14 -0400)]
Added tag v2.7.10rc1 for changeset 80ccce248ba2

10 years agobump version to 2.7.10rc1 v2.7.10rc1
Benjamin Peterson [Sun, 10 May 2015 17:14:16 +0000 (13:14 -0400)]
bump version to 2.7.10rc1

10 years agoupdate pydoc-topics
Benjamin Peterson [Sun, 10 May 2015 17:13:10 +0000 (13:13 -0400)]
update pydoc-topics

10 years agoensure .keywords is always a dict
Benjamin Peterson [Sat, 9 May 2015 04:23:41 +0000 (00:23 -0400)]
ensure .keywords is always a dict

10 years agofix libffi compilation on FreeBSD (#23042)
Benjamin Peterson [Sat, 9 May 2015 01:31:36 +0000 (21:31 -0400)]
fix libffi compilation on FreeBSD (#23042)

Patch from Marc-Andre Lemburg.

10 years agoUpgrade setuptools to 15.2
Donald Stufft [Sat, 9 May 2015 01:28:57 +0000 (21:28 -0400)]
Upgrade setuptools to 15.2

10 years agoMinor updates to the OS X installer ReadMe.rtf.
Ned Deily [Fri, 8 May 2015 21:42:07 +0000 (14:42 -0700)]
Minor updates to the OS X installer ReadMe.rtf.

10 years agoIssue #20274: When calling a _sqlite.Connection, it now complains if passed
Larry Hastings [Fri, 8 May 2015 16:56:29 +0000 (09:56 -0700)]
Issue #20274: When calling a _sqlite.Connection, it now complains if passed
any keyword arguments.  Previously it silently ignored them.  Also: Remove
ignored and erroneous "kwargs" parameters from three METH_VARARGS methods
on _sqlite.Connection.

10 years agoFixed English in error message.
Serhiy Storchaka [Wed, 6 May 2015 16:21:00 +0000 (19:21 +0300)]
Fixed English in error message.

10 years agoIssue #24134: assertRaises() and assertRaisesRegexp() checks are not longer
Serhiy Storchaka [Wed, 6 May 2015 16:10:40 +0000 (19:10 +0300)]
Issue #24134: assertRaises() and assertRaisesRegexp() checks are not longer
successful if the callable is None.

Added tests for assertRaises().

10 years agoIssue #24125: Saved error's line and column numbers when an error is occured
Serhiy Storchaka [Wed, 6 May 2015 06:35:52 +0000 (09:35 +0300)]
Issue #24125: Saved error's line and column numbers when an error is occured
during closing expatreader.  Fixed a regression introduced in issue #23865.

10 years agoupdate example, since python.org is HTTPS-only now (closes #24118)
Benjamin Peterson [Sun, 3 May 2015 17:00:21 +0000 (13:00 -0400)]
update example, since python.org is HTTPS-only now (closes #24118)

10 years agoIssue #23330: h2py now supports arbitrary filenames in #include.
Serhiy Storchaka [Sun, 3 May 2015 12:35:02 +0000 (15:35 +0300)]
Issue #23330: h2py now supports arbitrary filenames in #include.

10 years ago#24108: Update fnmatch.translate example to show correct output.
R David Murray [Sat, 2 May 2015 19:09:22 +0000 (15:09 -0400)]
#24108: Update fnmatch.translate example to show correct output.

Patch by Merlijn van Deen.

10 years ago#24081: Remove obsolete caveat from import docs.
R David Murray [Sat, 2 May 2015 19:02:30 +0000 (15:02 -0400)]
#24081: Remove obsolete caveat from import docs.

Per Eric Snow's research, this changed in Python 2.4 in changeset 331e60d8ce,
but these docs were not updated.

10 years agoDefer deleted item decref until after the deque is restored to a consistent state.
Raymond Hettinger [Sat, 2 May 2015 17:53:27 +0000 (10:53 -0700)]
Defer deleted item decref until after the deque is restored to a consistent state.

10 years agoIssues #24099, #24100, and #24101: Fix free-after-use bug in heapq.
Raymond Hettinger [Sat, 2 May 2015 17:26:57 +0000 (10:26 -0700)]
Issues #24099, #24100, and #24101: Fix free-after-use bug in heapq.

10 years agoIssue #24060: Made logging.Formatter documentation a little clearer.
Vinay Sajip [Sat, 2 May 2015 08:42:24 +0000 (09:42 +0100)]
Issue #24060: Made logging.Formatter documentation a little clearer.

10 years agoupdate links
Benjamin Peterson [Thu, 30 Apr 2015 21:37:11 +0000 (17:37 -0400)]
update links

10 years agoimprove phrasing
Benjamin Peterson [Wed, 29 Apr 2015 22:00:44 +0000 (18:00 -0400)]
improve phrasing

10 years agoallow 2.7 to be built with asan (closes #24061)
Benjamin Peterson [Mon, 27 Apr 2015 00:33:38 +0000 (20:33 -0400)]
allow 2.7 to be built with asan (closes #24061)

10 years agoremove extern definition, since it's in a header file (closes #24058)
Benjamin Peterson [Sun, 26 Apr 2015 19:55:06 +0000 (15:55 -0400)]
remove extern definition, since it's in a header file (closes #24058)

10 years agoIssue #23356: Simplify convert_arg_line_to_args example.
Berker Peksag [Sun, 26 Apr 2015 09:12:45 +0000 (12:12 +0300)]
Issue #23356: Simplify convert_arg_line_to_args example.

Patch by py.user.

10 years agofix relative link (closes #24057)
Benjamin Peterson [Sat, 25 Apr 2015 18:15:16 +0000 (14:15 -0400)]
fix relative link (closes #24057)

10 years agoIssue #23713: Fixed fragility of test_imap_unordered_handle_iterable_exception.
Serhiy Storchaka [Thu, 23 Apr 2015 08:35:43 +0000 (11:35 +0300)]
Issue #23713: Fixed fragility of test_imap_unordered_handle_iterable_exception.
Patch by Davin Potts.

10 years agoUse more precise Tcl version checks in tests.
Serhiy Storchaka [Thu, 23 Apr 2015 07:57:15 +0000 (10:57 +0300)]
Use more precise Tcl version checks in tests.

10 years agoIssue #16840: Skip bignum tests on minor releases where they are not supported.
Serhiy Storchaka [Wed, 22 Apr 2015 07:51:49 +0000 (10:51 +0300)]
Issue #16840: Skip bignum tests on minor releases where they are not supported.

10 years agoFixed full Tcl version parsing in tests for pre-final versions.
Serhiy Storchaka [Wed, 22 Apr 2015 05:35:53 +0000 (08:35 +0300)]
Fixed full Tcl version parsing in tests for pre-final versions.

10 years agoIssue #16840. Turn off bignum support in tkinter with with Tcl earlier than 8.5.8
Serhiy Storchaka [Tue, 21 Apr 2015 18:17:33 +0000 (21:17 +0300)]
Issue #16840. Turn off bignum support in tkinter with with Tcl earlier than 8.5.8
(tclTomMath.h was broken) and non-final Tcl 8.6.

10 years agoIssue #23008: Fixed resolving attributes with boolean value is False in pydoc.
Serhiy Storchaka [Tue, 21 Apr 2015 18:09:23 +0000 (21:09 +0300)]
Issue #23008: Fixed resolving attributes with boolean value is False in pydoc.

10 years agorecommend requests library (closes #23989)
Benjamin Peterson [Mon, 20 Apr 2015 22:20:27 +0000 (18:20 -0400)]
recommend requests library (closes #23989)

Patch by Van Lindberg.

10 years agoIssue #16840: Turn on support of bignums only in final release of Tcl 8.5.
Serhiy Storchaka [Mon, 20 Apr 2015 11:05:37 +0000 (14:05 +0300)]
Issue #16840: Turn on support of bignums only in final release of Tcl 8.5.

10 years agoIssue #23728: Added a test for binascii.crc_hqx().
Serhiy Storchaka [Mon, 20 Apr 2015 06:32:29 +0000 (09:32 +0300)]
Issue #23728: Added a test for binascii.crc_hqx().

10 years agoIssue #23842: os.major(), os.minor() and os.makedev() now support ints again.
Serhiy Storchaka [Mon, 20 Apr 2015 06:21:23 +0000 (09:21 +0300)]
Issue #23842: os.major(), os.minor() and os.makedev() now support ints again.

10 years agoIssue #23998: PyImport_ReInitLock() now checks for lock allocation error
Christian Heimes [Sun, 19 Apr 2015 19:08:28 +0000 (21:08 +0200)]
Issue #23998: PyImport_ReInitLock() now checks for lock allocation error

10 years agoIssue #23536: Clarified scope of fileConfig()'s API.
Vinay Sajip [Sat, 18 Apr 2015 12:05:19 +0000 (13:05 +0100)]
Issue #23536: Clarified scope of fileConfig()'s API.

10 years agoBackported tests from issue #20175.
Serhiy Storchaka [Thu, 16 Apr 2015 08:56:35 +0000 (11:56 +0300)]
Backported tests from issue #20175.

10 years agoFix PyGILState_GetThisThreadState() prototype in the API documentation.
Charles-François Natali [Wed, 15 Apr 2015 18:30:38 +0000 (19:30 +0100)]
Fix PyGILState_GetThisThreadState() prototype in the API documentation.

10 years agoIssue #23811: Add missing newline to the PyCompileError error message.
Berker Peksag [Tue, 14 Apr 2015 16:03:06 +0000 (19:03 +0300)]
Issue #23811: Add missing newline to the PyCompileError error message.

Patch by Alex Shkop.

10 years agoReword NEWS item a bit
Andrew Kuchling [Tue, 14 Apr 2015 14:18:46 +0000 (10:18 -0400)]
Reword NEWS item a bit

10 years ago#17898: reset k and v so that the loop doesn't use an old value
Andrew Kuchling [Tue, 14 Apr 2015 14:03:35 +0000 (10:03 -0400)]
#17898: reset k and v so that the loop doesn't use an old value

10 years ago#23883: add names missing from __all__ (l*gettext, bind_textdomain_codeset)
Andrew Kuchling [Mon, 13 Apr 2015 13:58:36 +0000 (09:58 -0400)]
#23883: add names missing from __all__ (l*gettext, bind_textdomain_codeset)

10 years agoremove useless word (closes #23929)
Benjamin Peterson [Tue, 14 Apr 2015 00:24:10 +0000 (20:24 -0400)]
remove useless word (closes #23929)

10 years agoIssue #23730: Document the return value of ZipFile.extract
Zachary Ware [Mon, 13 Apr 2015 21:40:49 +0000 (16:40 -0500)]
Issue #23730: Document the return value of ZipFile.extract

Patch by Stéphane Wirtel.

10 years ago - Regenerate the configure file.
doko@ubuntu.com [Mon, 13 Apr 2015 19:55:59 +0000 (21:55 +0200)]
 - Regenerate the configure file.

10 years ago - Use PLATDIR for the platform directory everywhere (refactoring only)
doko@ubuntu.com [Mon, 13 Apr 2015 19:55:08 +0000 (21:55 +0200)]
 - Use PLATDIR for the platform directory everywhere (refactoring only)

10 years ago - the PKG_PROG_PKG_CONFIG macro is not part of autoconf, but comes from third
doko@ubuntu.com [Mon, 13 Apr 2015 18:53:13 +0000 (20:53 +0200)]
 - the PKG_PROG_PKG_CONFIG macro is not part of autoconf, but comes from third
   party sources. Run aclocal to import it to aclocal.m4 and add aclocal.m4
   to the archive.

10 years agoForce the Windows readme to CRLF
Zachary Ware [Mon, 13 Apr 2015 17:18:11 +0000 (12:18 -0500)]
Force the Windows readme to CRLF

10 years agoIssue #17202: Add .bat to .hgeol to force them to CRLF.
Zachary Ware [Mon, 13 Apr 2015 16:54:11 +0000 (11:54 -0500)]
Issue #17202: Add .bat to .hgeol to force them to CRLF.

Using LF can a script to fail if it tries to use a label that is
split across 512 byte blocks.  Who knows why.

10 years agoAttribute Michael Dorman for his initial patch on issue #18402.
Zachary Ware [Mon, 13 Apr 2015 16:07:35 +0000 (11:07 -0500)]
Attribute Michael Dorman for his initial patch on issue #18402.

10 years agoMerge heads
Zachary Ware [Mon, 13 Apr 2015 15:49:43 +0000 (10:49 -0500)]
Merge heads

10 years agoIssue #18402: Also look for 64 bit Perl in build_ssl.py.
Zachary Ware [Mon, 13 Apr 2015 15:46:40 +0000 (10:46 -0500)]
Issue #18402: Also look for 64 bit Perl in build_ssl.py.

It's still not necessary to build, but may be useful to some.

10 years agoDon't gitignore the Python directory on case insensitive file systems.
R David Murray [Sun, 12 Apr 2015 23:14:30 +0000 (19:14 -0400)]
Don't gitignore the Python directory on case insensitive file systems.

10 years agouse imperative
Benjamin Peterson [Sat, 11 Apr 2015 11:42:42 +0000 (07:42 -0400)]
use imperative

10 years agohighlight is now highlighted (closes #23909)
Benjamin Peterson [Fri, 10 Apr 2015 22:40:21 +0000 (18:40 -0400)]
highlight is now highlighted (closes #23909)

10 years agoIssue #16840: Fixed Tcl test on 2.7 with Tcl 8.4.19.
Serhiy Storchaka [Fri, 10 Apr 2015 18:12:18 +0000 (21:12 +0300)]
Issue #16840: Fixed Tcl test on 2.7 with Tcl 8.4.19.
In some Tcl versions -2147483648 is wide integer.

10 years agoIssue #21859: Corrected FileIO docstrings.
Serhiy Storchaka [Fri, 10 Apr 2015 13:08:33 +0000 (16:08 +0300)]
Issue #21859: Corrected FileIO docstrings.

10 years agoIssue #23865: close() methods in multiple modules now are idempotent and more
Serhiy Storchaka [Fri, 10 Apr 2015 10:24:10 +0000 (13:24 +0300)]
Issue #23865: close() methods in multiple modules now are idempotent and more
robust at shutdown. If needs to release multiple resources, they are released
even if errors are occured.

10 years agoPut the NASM pulled from svn.python.org at the front of the PATH.
Zachary Ware [Fri, 10 Apr 2015 01:16:05 +0000 (20:16 -0500)]
Put the NASM pulled from svn.python.org at the front of the PATH.

This will prevent failures from the version of NASM installed on buildbots,
if the ability to override the version used is desired again later, we can
figure out a way to opt in.

10 years agoBacked out changeset 7b1ceb925471 after buildbots have new OpenSSL source.
Zachary Ware [Thu, 9 Apr 2015 20:55:33 +0000 (15:55 -0500)]
Backed out changeset 7b1ceb925471 after buildbots have new OpenSSL source.

10 years agoRefresh OpenSSL sources on the buildbots
Zachary Ware [Thu, 9 Apr 2015 20:50:08 +0000 (15:50 -0500)]
Refresh OpenSSL sources on the buildbots

10 years agoIssue #23686: Update Windows build to use OpenSSL 1.0.2a
Zachary Ware [Wed, 8 Apr 2015 01:33:54 +0000 (20:33 -0500)]
Issue #23686: Update Windows build to use OpenSSL 1.0.2a

10 years agoIssue #23400: Add notes about the sem_open support of the host OS to
Berker Peksag [Wed, 8 Apr 2015 15:12:53 +0000 (18:12 +0300)]
Issue #23400: Add notes about the sem_open support of the host OS to
"Pipes and Queues" and "Synchronization between processes" subsections.

Patch by Davin Potts.

10 years agoactually ssl3 is just completely broken
Benjamin Peterson [Wed, 8 Apr 2015 15:11:00 +0000 (11:11 -0400)]
actually ssl3 is just completely broken

10 years agoUpdate pip to 6.1.1
Donald Stufft [Tue, 7 Apr 2015 11:09:06 +0000 (07:09 -0400)]
Update pip to 6.1.1

10 years agossue #23881: ftp://gatekeeper.research.compaq.com/ and ftp://ftp.debian.org/
Victor Stinner [Tue, 7 Apr 2015 10:59:14 +0000 (12:59 +0200)]
ssue #23881: ftp://gatekeeper.research.compaq.com/ and ftp://ftp.debian.org/
are down, don't use anymore in test_urllib2net

ftp.kernel.org is also slow or down, so reuse the same FTP servers than Python
3.4 and 3.5: use ftp.debian.org instead.

10 years agoIssue #23881: urllib.ftpwrapper constructor now closes the socket if the FTP
Victor Stinner [Tue, 7 Apr 2015 10:47:57 +0000 (12:47 +0200)]
Issue #23881: urllib.ftpwrapper constructor now closes the socket if the FTP
connection failed.

10 years agoUpgrade pip to 6.1.0 and setuptools to 15.0
Donald Stufft [Tue, 7 Apr 2015 05:32:24 +0000 (01:32 -0400)]
Upgrade pip to 6.1.0 and setuptools to 15.0

10 years agoIssue #23458: Remove test_os.test_urandom_fd_non_inheritable()
Victor Stinner [Mon, 6 Apr 2015 21:39:47 +0000 (23:39 +0200)]
Issue #23458: Remove test_os.test_urandom_fd_non_inheritable()

os.urandom() only tries to make the os.random() file descriptor non
inheritable, but there is no guarantee. The test fails on too many operating
systems: Windows, OS X 10.5, OpenIndiana.

This issue is correctly fixed in Python 3.4 with the PEP 446. Upgrade to Python
3.4 is you need stronger guarantees.

10 years agoremove extra arguments in arg parsing format codes (closes #23875)
Benjamin Peterson [Mon, 6 Apr 2015 17:05:22 +0000 (13:05 -0400)]
remove extra arguments in arg parsing format codes (closes #23875)

10 years agoIssue #15133: _tkinter.tkapp.getboolean() now supports long and Tcl_Obj and
Serhiy Storchaka [Sat, 4 Apr 2015 09:42:25 +0000 (12:42 +0300)]
Issue #15133: _tkinter.tkapp.getboolean() now supports long and Tcl_Obj and
always returns bool.  tkinter.BooleanVar now validates input values (accepted
bool, int, long, str, unicode, and Tcl_Obj).  tkinter.BooleanVar.get() now
always returns bool.

10 years agoOpen files in binary mode to avoid newlines transformation.
Serhiy Storchaka [Sat, 4 Apr 2015 07:36:15 +0000 (10:36 +0300)]
Open files in binary mode to avoid newlines transformation.

10 years agoIssue #23338: Fixed formatting ctypes error messages on Cygwin.
Serhiy Storchaka [Sat, 4 Apr 2015 07:05:35 +0000 (10:05 +0300)]
Issue #23338: Fixed formatting ctypes error messages on Cygwin.
Patch by Makoto Kato.

10 years agoIssue #23825: Fixed test_idle under -OO.
Serhiy Storchaka [Sat, 4 Apr 2015 06:47:18 +0000 (09:47 +0300)]
Issue #23825: Fixed test_idle under -OO.

10 years agoEscaped backslashes in docstrings.
Serhiy Storchaka [Fri, 3 Apr 2015 15:12:32 +0000 (18:12 +0300)]
Escaped backslashes in docstrings.

10 years agouse rc rather than beta
Benjamin Peterson [Fri, 3 Apr 2015 01:36:42 +0000 (21:36 -0400)]
use rc rather than beta

10 years agoIssue #10590: Added tests for xml.sax.parse() and xml.sax.parseString().
Serhiy Storchaka [Thu, 2 Apr 2015 20:05:23 +0000 (23:05 +0300)]
Issue #10590: Added tests for xml.sax.parse() and xml.sax.parseString().