]> granicus.if.org Git - python/log
python
9 years ago#11754: test contents of string module attributes.
R David Murray [Tue, 14 Apr 2015 00:04:29 +0000 (20:04 -0400)]
#11754: test contents of string module attributes.

As noted in the comment, while the order of the items in the attributes is not
technically guaranteed, after all this time there is almost certainly user
code out there that relies on it, so we might as well test for it.

Patch by Chalmer Lowe.

9 years agoMerge with 3.4
Zachary Ware [Mon, 13 Apr 2015 23:34:57 +0000 (18:34 -0500)]
Merge with 3.4

9 years agoMake Argument Clinic's '--make' option work on Windows.
Zachary Ware [Mon, 13 Apr 2015 23:33:41 +0000 (18:33 -0500)]
Make Argument Clinic's '--make' option work on Windows.

9 years agoIssue #20586: Argument Clinic now ensures signatures on functions without docstrings.
Zachary Ware [Mon, 13 Apr 2015 23:22:35 +0000 (18:22 -0500)]
Issue #20586: Argument Clinic now ensures signatures on functions without docstrings.

9 years agoIssue #22631: Added Linux-specific socket constant CAN_RAW_FD_FRAMES.
Larry Hastings [Mon, 13 Apr 2015 21:48:40 +0000 (17:48 -0400)]
Issue #22631: Added Linux-specific socket constant CAN_RAW_FD_FRAMES.
Patch courtesy of Joe Jevnik.

9 years agoCloses #23730: merge with 3.4
Zachary Ware [Mon, 13 Apr 2015 21:44:05 +0000 (16:44 -0500)]
Closes #23730: merge with 3.4

9 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.

9 years agoCloses #23938: List Windows XP as an unsupported platform.
Zachary Ware [Mon, 13 Apr 2015 20:51:59 +0000 (15:51 -0500)]
Closes #23938: List Windows XP as an unsupported platform.

Patch by Alex Walters.

9 years agoFix a grammar error in the porting HOWTO as found by Eric Smith.
Brett Cannon [Mon, 13 Apr 2015 20:32:16 +0000 (16:32 -0400)]
Fix a grammar error in the porting HOWTO as found by Eric Smith.

9 years agoIssue #23822: Fix test_py_compile to not fail under -O.
Brett Cannon [Mon, 13 Apr 2015 20:28:11 +0000 (16:28 -0400)]
Issue #23822: Fix test_py_compile to not fail under -O.

9 years agoIssue #23733: Mention bytes.__mod__ in the porting HOWTO.
Brett Cannon [Mon, 13 Apr 2015 20:21:07 +0000 (16:21 -0400)]
Issue #23733: Mention bytes.__mod__ in the porting HOWTO.

9 years agomerge heads
doko@ubuntu.com [Mon, 13 Apr 2015 20:11:34 +0000 (22:11 +0200)]
merge heads

9 years agomerge 3.4
doko@ubuntu.com [Mon, 13 Apr 2015 20:10:47 +0000 (22:10 +0200)]
merge 3.4

9 years ago - Makefile.pre.in (LIBPL): Use the definition from configure.ac
doko@ubuntu.com [Mon, 13 Apr 2015 20:10:21 +0000 (22:10 +0200)]
 - Makefile.pre.in (LIBPL): Use the definition from configure.ac

9 years agoIssue #21741: Update 147 test modules to use test discovery.
Zachary Ware [Mon, 13 Apr 2015 20:00:43 +0000 (15:00 -0500)]
Issue #21741: Update 147 test modules to use test discovery.

I have compared output between pre- and post-patch runs of these tests
to make sure there's nothing missing and nothing broken, on both
Windows and Linux.  The only differences I found were actually tests
that were previously *not* run.

9 years ago - merge 3.4
doko@ubuntu.com [Mon, 13 Apr 2015 20:00:30 +0000 (22:00 +0200)]
 - merge 3.4

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

9 years ago - merge heads
doko@ubuntu.com [Mon, 13 Apr 2015 19:49:11 +0000 (21:49 +0200)]
 - merge heads

9 years ago - merge heads
doko@ubuntu.com [Mon, 13 Apr 2015 19:48:44 +0000 (21:48 +0200)]
 - merge heads

9 years agoFix doc build error
Antoine Pitrou [Mon, 13 Apr 2015 19:07:57 +0000 (21:07 +0200)]
Fix doc build error

9 years agoFix duplicate doc entry for SSLContext.get_ca_certs()
Antoine Pitrou [Mon, 13 Apr 2015 19:06:51 +0000 (21:06 +0200)]
Fix duplicate doc entry for SSLContext.get_ca_certs()

(closes #18147)

9 years agoFix duplicate doc entry for SSLContext.get_ca_certs()
Antoine Pitrou [Mon, 13 Apr 2015 19:06:15 +0000 (21:06 +0200)]
Fix duplicate doc entry for SSLContext.get_ca_certs()

(closes #18147)

9 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:54:06 +0000 (20:54 +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.

9 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:43 +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.

9 years agoIssue #21116: Avoid blowing memory when allocating a multiprocessing shared
Antoine Pitrou [Mon, 13 Apr 2015 18:53:43 +0000 (20:53 +0200)]
Issue #21116: Avoid blowing memory when allocating a multiprocessing shared
array that's larger than 50% of the available RAM.

Patch by Médéric Boquien.

9 years agoIssue #23732: Mention the new -b semantics in the porting HOWTO.
Brett Cannon [Mon, 13 Apr 2015 18:37:50 +0000 (14:37 -0400)]
Issue #23732: Mention the new -b semantics in the porting HOWTO.

9 years agoIssue #23731: Implement PEP 488.
Brett Cannon [Mon, 13 Apr 2015 18:21:02 +0000 (14:21 -0400)]
Issue #23731: Implement PEP 488.

The concept of .pyo files no longer exists. Now .pyc files have an
optional `opt-` tag which specifies if any extra optimizations beyond
the peepholer were applied.

9 years agoIssue #23726: Don't enable GC for user subclasses of non-GC types that don't add...
Antoine Pitrou [Mon, 13 Apr 2015 18:10:06 +0000 (20:10 +0200)]
Issue #23726: Don't enable GC for user subclasses of non-GC types that don't add any new fields.
Patch by Eugene Toder.

9 years agoIssue #22982: Improve BOM handling when seeking to multiple positions of a writable...
Antoine Pitrou [Mon, 13 Apr 2015 18:02:33 +0000 (20:02 +0200)]
Issue #22982: Improve BOM handling when seeking to multiple positions of a writable text file.

9 years agoIssue #22982: Improve BOM handling when seeking to multiple positions of a writable...
Antoine Pitrou [Mon, 13 Apr 2015 18:01:21 +0000 (20:01 +0200)]
Issue #22982: Improve BOM handling when seeking to multiple positions of a writable text file.

9 years agoNull merge from 3.4
Antoine Pitrou [Mon, 13 Apr 2015 17:49:35 +0000 (19:49 +0200)]
Null merge from 3.4

9 years agoMerge
Antoine Pitrou [Mon, 13 Apr 2015 17:49:04 +0000 (19:49 +0200)]
Merge

9 years agoMerge
Antoine Pitrou [Mon, 13 Apr 2015 17:48:52 +0000 (19:48 +0200)]
Merge

9 years agoIssue #23309: Avoid a deadlock at shutdown if a daemon thread is aborted
Antoine Pitrou [Mon, 13 Apr 2015 17:48:19 +0000 (19:48 +0200)]
Issue #23309: Avoid a deadlock at shutdown if a daemon thread is aborted
while it is holding a lock to a buffered I/O object, and the main thread
tries to use the same I/O object (typically stdout or stderr).  A fatal
error is emitted instead.

9 years agoIssue #23309: Avoid a deadlock at shutdown if a daemon thread is aborted
Antoine Pitrou [Mon, 13 Apr 2015 17:41:47 +0000 (19:41 +0200)]
Issue #23309: Avoid a deadlock at shutdown if a daemon thread is aborted
while it is holding a lock to a buffered I/O object, and the main thread
tries to use the same I/O object (typically stdout or stderr).  A fatal
error is emitted instead.

9 years agoMerge with 3.4
Zachary Ware [Mon, 13 Apr 2015 17:30:53 +0000 (12:30 -0500)]
Merge with 3.4

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

9 years agoCloses #17202: Merge with 3.4
Zachary Ware [Mon, 13 Apr 2015 17:11:40 +0000 (12:11 -0500)]
Closes #17202: Merge with 3.4

9 years agoIssue #17202: Add .bat to .hgeol to force them to CRLF.
Zachary Ware [Mon, 13 Apr 2015 16:59:54 +0000 (11:59 -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.

9 years agoActually run the builtins Argument Clinic test
Nick Coghlan [Mon, 13 Apr 2015 16:54:54 +0000 (12:54 -0400)]
Actually run the builtins Argument Clinic test

9 years agoCloses #23932: Merge with 3.4
Zachary Ware [Mon, 13 Apr 2015 16:32:01 +0000 (11:32 -0500)]
Closes #23932: Merge with 3.4

9 years agoIssue #23932: Update the tutorial section on function annotations.
Zachary Ware [Mon, 13 Apr 2015 16:30:47 +0000 (11:30 -0500)]
Issue #23932: Update the tutorial section on function annotations.

Patch by Juti Noppornpitak.

9 years agoMerge with 3.4
Zachary Ware [Mon, 13 Apr 2015 16:08:55 +0000 (11:08 -0500)]
Merge with 3.4

9 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.

9 years agoCloses #18402: Merge with 3.4
Zachary Ware [Mon, 13 Apr 2015 15:53:11 +0000 (10:53 -0500)]
Closes #18402: Merge with 3.4

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

9 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.

9 years agoDoc clarification / edification on the semantics of the 'w*' format unit.
Larry Hastings [Mon, 13 Apr 2015 15:30:56 +0000 (11:30 -0400)]
Doc clarification / edification on the semantics of the 'w*' format unit.

9 years agoRebuild _freeze_importlib.o when Makefile changes
Nick Coghlan [Mon, 13 Apr 2015 15:30:49 +0000 (11:30 -0400)]
Rebuild _freeze_importlib.o when Makefile changes

9 years agoFix warning from Sphinx.
Zachary Ware [Mon, 13 Apr 2015 04:24:17 +0000 (23:24 -0500)]
Fix warning from Sphinx.

9 years agoMerge: Don't gitignore the Python directory on case insensitive file systems.
R David Murray [Mon, 13 Apr 2015 01:53:21 +0000 (21:53 -0400)]
Merge: Don't gitignore the Python directory on case insensitive file systems.

9 years agoDon't gitignore the Python directory on case insensitive file systems.
R David Murray [Mon, 13 Apr 2015 01:52:44 +0000 (21:52 -0400)]
Don't gitignore the Python directory on case insensitive file systems.

9 years agoMerge: #17380: Document tp_init return value in extending docs.
R David Murray [Mon, 13 Apr 2015 01:52:12 +0000 (21:52 -0400)]
Merge: #17380: Document tp_init return value in extending docs.

9 years ago#17380: Document tp_init return value in extending docs.
R David Murray [Mon, 13 Apr 2015 01:51:36 +0000 (21:51 -0400)]
#17380: Document tp_init return value in extending docs.

Patch by James Powell.

9 years ago#23464: remove JoinableQueue that was deprecated in 3.4.4.
R David Murray [Sun, 12 Apr 2015 22:47:56 +0000 (18:47 -0400)]
#23464: remove JoinableQueue that was deprecated in 3.4.4.

Patch by A. Jesse Jiryu Davis.

9 years agomake DirEntryType and ScandirIteratorType static (closes #23918)
Benjamin Peterson [Sun, 12 Apr 2015 21:56:34 +0000 (17:56 -0400)]
make DirEntryType and ScandirIteratorType static (closes #23918)

9 years agoIssue #23668: Regenerates posixmodule.c.h for new ifdefs
Steve Dower [Sun, 12 Apr 2015 19:44:54 +0000 (15:44 -0400)]
Issue #23668: Regenerates posixmodule.c.h for new ifdefs

9 years agoIssue #12955: Change the urlopen() examples to use context managers where appropriate.
Berker Peksag [Sun, 12 Apr 2015 10:53:33 +0000 (13:53 +0300)]
Issue #12955: Change the urlopen() examples to use context managers where appropriate.

Patch by Martin Panter.

9 years agoIssue #12955: Change the urlopen() examples to use context managers where appropriate.
Berker Peksag [Sun, 12 Apr 2015 10:52:49 +0000 (13:52 +0300)]
Issue #12955: Change the urlopen() examples to use context managers where appropriate.

Patch by Martin Panter.

9 years agoClose issue23900: add default __doc__ to new enumerations that do not specify one.
Ethan Furman [Sun, 12 Apr 2015 06:23:06 +0000 (23:23 -0700)]
Close issue23900: add default __doc__ to new enumerations that do not specify one.

9 years agoIssue #23668: Suppresses invalid parameter handler around chsize calls.
Steve Dower [Sun, 12 Apr 2015 04:26:43 +0000 (00:26 -0400)]
Issue #23668: Suppresses invalid parameter handler around chsize calls.

9 years agoIssue #23524: Replace _PyVerify_fd function with calls to _set_thread_local_invalid_p...
Steve Dower [Sun, 12 Apr 2015 04:26:27 +0000 (00:26 -0400)]
Issue #23524: Replace _PyVerify_fd function with calls to _set_thread_local_invalid_parameter_handler.

9 years agoClose #23904: fix pathlib documentation misleadingly mentioning that bytes objects...
Antoine Pitrou [Sat, 11 Apr 2015 22:08:02 +0000 (00:08 +0200)]
Close #23904: fix pathlib documentation misleadingly mentioning that bytes objects are accepted in the PurePath constructor

9 years agoUnittest for Issue 21511 by Christie Wilson bobcatfish@gmail.com.
Guido van Rossum [Sat, 11 Apr 2015 21:44:01 +0000 (17:44 -0400)]
Unittest for Issue 21511 by Christie Wilson bobcatfish@gmail.com.

9 years agoIssue #23912: Fix code formatting in datamodel.rst.
Berker Peksag [Sat, 11 Apr 2015 11:59:30 +0000 (14:59 +0300)]
Issue #23912: Fix code formatting in datamodel.rst.

Patch by James Edwards.

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

9 years agoMerge heads
Serhiy Storchaka [Fri, 10 Apr 2015 13:21:58 +0000 (16:21 +0300)]
Merge heads

9 years agoIssue #23025: Add a mention of os.urandom to RAND_bytes and RAND_pseudo_bytes docs.
Berker Peksag [Fri, 10 Apr 2015 13:19:13 +0000 (16:19 +0300)]
Issue #23025: Add a mention of os.urandom to RAND_bytes and RAND_pseudo_bytes docs.

Patch by Alex Gaynor.

9 years agoMerge heads
Serhiy Storchaka [Fri, 10 Apr 2015 13:18:33 +0000 (16:18 +0300)]
Merge heads

9 years agoIssue #23062: Add a test for suppressing --version with argparse.SUPPRESS.
Berker Peksag [Fri, 10 Apr 2015 13:11:12 +0000 (16:11 +0300)]
Issue #23062: Add a test for suppressing --version with argparse.SUPPRESS.

TestHelpVersionOptional was redundant.

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

9 years agoIssue #23865: close() methods in multiple modules now are idempotent and more
Serhiy Storchaka [Fri, 10 Apr 2015 10:24:41 +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.

9 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.

9 years agoReplaced "string" with "bytes object" in docstrings of binary I/O objects.
Serhiy Storchaka [Thu, 9 Apr 2015 23:18:44 +0000 (02:18 +0300)]
Replaced "string" with "bytes object" in docstrings of binary I/O objects.

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

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

9 years agoIssue #23686: Update Windows build to use OpenSSL 1.0.2a.
Zachary Ware [Wed, 8 Apr 2015 00:59:37 +0000 (19:59 -0500)]
Issue #23686: Update Windows build to use OpenSSL 1.0.2a.

9 years agoFix typo in telnet docs (reported by Keith Briggs)
Tim Golden [Wed, 8 Apr 2015 15:52:27 +0000 (16:52 +0100)]
Fix typo in telnet docs (reported by Keith Briggs)

9 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

9 years agoIssue #23400: Raise same exception on both Python 2 and 3 if sem_open is not available.
Berker Peksag [Wed, 8 Apr 2015 14:56:30 +0000 (17:56 +0300)]
Issue #23400: Raise same exception on both Python 2 and 3 if sem_open is not available.

Patch by Davin Potts.

9 years agoSkip nntplib tests when transient errors captured.
Berker Peksag [Wed, 8 Apr 2015 08:24:27 +0000 (11:24 +0300)]
Skip nntplib tests when transient errors captured.

9 years agoIssue #23879, asyncio: SelectorEventLoop.sock_connect() must not call connect()
Victor Stinner [Tue, 7 Apr 2015 19:38:04 +0000 (21:38 +0200)]
Issue #23879, asyncio: SelectorEventLoop.sock_connect() must not call connect()
again if the first call to connect() raises an InterruptedError.

When the C function connect() fails with EINTR, the connection runs in
background. We have to wait until the socket becomes writable to be notified
when the connection succeed or fails.

9 years agoremove smtpd dead code (closes #23873)
Benjamin Peterson [Tue, 7 Apr 2015 15:59:06 +0000 (11:59 -0400)]
remove smtpd dead code (closes #23873)

Patch by Hoolean.

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

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

9 years agoIssue #23881: urllib.request.ftpwrapper constructor now closes the socket if
Victor Stinner [Tue, 7 Apr 2015 10:49:27 +0000 (12:49 +0200)]
Issue #23881: urllib.request.ftpwrapper constructor now closes the socket if
the FTP connection failed to fix a ResourceWarning.

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

9 years agoIssue #22977: Remove unconditional import of ctypes.
Serhiy Storchaka [Mon, 6 Apr 2015 17:37:16 +0000 (20:37 +0300)]
Issue #22977: Remove unconditional import of ctypes.

9 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)

9 years agoAdded missing right bracket (reported by Daryl Klakouski)
Tim Golden [Mon, 6 Apr 2015 10:04:49 +0000 (11:04 +0100)]
Added missing right bracket (reported by Daryl Klakouski)

9 years agofix extended command syntax (closes #23872)
Benjamin Peterson [Sun, 5 Apr 2015 14:01:48 +0000 (10:01 -0400)]
fix extended command syntax (closes #23872)

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

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

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

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

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

9 years agoIssue #23219: Update asyncio.wait_for() documentation
Victor Stinner [Fri, 3 Apr 2015 15:08:19 +0000 (17:08 +0200)]
Issue #23219: Update asyncio.wait_for() documentation

the wait is cancelled, the future *fut* is now also cancelled.

9 years agoIssue #22351. MockSslTests tests in test_nntplib now are reported if skipped.
Serhiy Storchaka [Fri, 3 Apr 2015 12:02:20 +0000 (15:02 +0300)]
Issue #22351. MockSslTests tests in test_nntplib now are reported if skipped.

9 years agoIssue #22351: Fix test_nntplib if the ssl module is missing
Victor Stinner [Fri, 3 Apr 2015 09:06:40 +0000 (11:06 +0200)]
Issue #22351: Fix test_nntplib if the ssl module is missing

@unittest.skipUnless(ssl, '...') doesn't work because the class body uses the
nntplib.NNTP_SSL attribute which doesn't exist.

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