summaryrefslogtreecommitdiffstats
path: root/Lib/test
Commit message (Collapse)AuthorAgeFilesLines
* Issue #17684: Fix some test_socket failures due to limited FD passing supportCharles-Francois Natali2013-05-201-6/+4
| | | | on OS-X. Patch by Jeff Ramnani.
* Issue #17914: Add os.cpu_count(). Patch by Yogesh Chaudhari, based on anCharles-Francois Natali2013-05-201-0/+10
| | | | initial patch by Trent Nelson.
* merge 3.3Benjamin Peterson2013-05-201-0/+5
|\
| * add recursive repr testBenjamin Peterson2013-05-201-0/+5
| |
* | Add some testing to verify which module was imported in ET tests.Eli Bendersky2013-05-202-2/+15
| | | | | | | | | | | | | | This is useful when mucking with import_fresh_module to either force or block importing of the _elementtree accelerator. These tests in place provide an immediate indication whether the accelerator was actually imported and overrode the classes it should have.
* | Cleanup more old ET library leftoversEli Bendersky2013-05-191-11/+1
| |
* | Issue #17988: remove unused alias for Element and rename the used oneEli Bendersky2013-05-191-1/+1
| | | | | | | | | | | | | | Renaming to _Element_Py for clarity and moving it to a more logical location. _ElementInterface OTOH is unused and is therefore removed. Close #17988
* | _elementtree.XMLParser._setevents should support any sequence, not just tuplesEli Bendersky2013-05-191-0/+35
| | | | | | | | Also clean up some code around this
* | Try to make test more reliable (saw some sporadic failures on buildbots)Antoine Pitrou2013-05-191-3/+3
|\ \ | |/
| * Try to make test more reliable (saw some sporadic failures on buildbots)Antoine Pitrou2013-05-191-3/+3
| |
* | Issue #11995: test_pydoc doesn't import all sys.path modules anymore.Antoine Pitrou2013-05-191-15/+58
|\ \ | |/
| * Issue #11995: test_pydoc doesn't import all sys.path modules anymore.Antoine Pitrou2013-05-191-15/+58
| |
* | Issue #17901: fix TreeBuilder construction for an explicit element_factory=NoneEli Bendersky2013-05-181-0/+6
|\ \ | |/ | | | | Based on report and patch by Aaron Oakley.
| * Issue #17901: fix TreeBuilder construction for an explicit element_factory=NoneEli Bendersky2013-05-181-0/+6
| | | | | | | | Based on report and patch by Aaron Oakley.
* | Re-enabled skipped test.Vinay Sajip2013-05-181-2/+2
| |
* | Merge.Richard Oudkerk2013-05-181-5/+6
|\ \ | |/
| * Close file before reopening to keep Windows happy in test_sax.Richard Oudkerk2013-05-181-5/+6
| |
* | Issue #17980: Fix possible abuse of ssl.match_hostname() for denial of ↵Antoine Pitrou2013-05-181-0/+11
|\ \ | |/ | | | | service using certificates with many wildcards (CVE-2013-2099).
| * Issue #17980: Fix possible abuse of ssl.match_hostname() for denial of ↵Antoine Pitrou2013-05-181-0/+11
| | | | | | | | service using certificates with many wildcards (CVE-2013-2099).
* | Undo the deprecation of _asdict().Raymond Hettinger2013-05-181-5/+2
| | | | | | | | Backed out changeset c4ca39bece9d
* | Deprecate nametuple._asdict()Raymond Hettinger2013-05-181-2/+5
| |
* | rewrite the parsing of field names to be more consistent wrt recursive expansionBenjamin Peterson2013-05-171-1/+9
| |
* | merge 3.3Benjamin Peterson2013-05-171-0/+2
|\ \ | |/
| * only recursively expand in the format spec (closes #17644)Benjamin Peterson2013-05-171-0/+2
| |
| * complain about "global __class__" in a class body (closes #17983)Benjamin Peterson2013-05-151-0/+4
| |
| * when arguments are cells clear the locals slot (backport of #17927)Benjamin Peterson2013-05-152-0/+42
| |
* | reset __class__, so multiple runs don't fail (closes #17999)Benjamin Peterson2013-05-171-0/+5
| |
* | Issue #14596: The struct.Struct() objects now use more compact implementation.Serhiy Storchaka2013-05-171-7/+2
| |
* | Issue #17992: Add timeouts to asyncore and asynchat tests so that they won't ↵Giampaolo Rodola'2013-05-162-10/+32
| | | | | | | | accidentally hang.
* | ftplib tests: provide a global socket's TIMEOUT variable and use it ↵Giampaolo Rodola'2013-05-161-14/+15
| | | | | | | | everywhere so that failing tests won't accidentally hang
* | hide the __class__ closure from the class body (#12370)Benjamin Peterson2013-05-151-2/+26
| |
* | Backout c89febab4648 following private feedback by Guido.Antoine Pitrou2013-05-142-54/+1
| | | | | | | | (Issue #17807: Generators can now be finalized even when they are part of a reference cycle)
* | Fix ResourceWarnings in test_saxAntoine Pitrou2013-05-131-1/+4
|\ \ | |/
| * Fix ResourceWarnings in test_saxAntoine Pitrou2013-05-131-1/+4
| |
* | when an argument is a cell, set the local copy to NULL (see #17927)Benjamin Peterson2013-05-121-0/+13
| |
* | Issue #17606: Fixed support of encoded byte strings in the XMLGeneratorSerhiy Storchaka2013-05-121-0/+18
|\ \ | |/ | | | | | | characters() and ignorableWhitespace() methods. Original patch by Sebastian Ortiz Vasquez.
| * Issue #17606: Fixed support of encoded byte strings in the XMLGeneratorSerhiy Storchaka2013-05-121-0/+18
| | | | | | | | | | characters() and ignorableWhitespace() methods. Original patch by Sebastian Ortiz Vasquez.
| * Back out patch for #1159051, which caused backwards compatibility problems.Georg Brandl2013-05-123-42/+0
| |
* | merge with 3.3Georg Brandl2013-05-121-0/+31
|\ \ | |/
| * merge with 3.2Georg Brandl2013-05-121-0/+31
| |\
| | * Issue #17915: Fix interoperability of xml.sax with file objects returned byGeorg Brandl2013-05-121-0/+31
| | | | | | | | | | | | codecs.open().
| | * Issue #1159051: Back out a fix for handling corrupted gzip files thatGeorg Brandl2013-05-122-31/+0
| | | | | | | | | | | | broke backwards compatibility.
| | * Issue #17843: Remove bz2 test data that triggers antivirus warnings.Georg Brandl2013-05-122-7/+6
| | |
| | * Issue #15535: Fix pickling of named tuples.Georg Brandl2013-05-121-0/+1
| | |
| | * Close #17666: Fix reading gzip files with an extra field.Serhiy Storchaka2013-04-081-0/+7
| | |
* | | Diagnostics collected, test disabled for now.Vinay Sajip2013-05-111-1/+1
| | |
* | | Re-enabled test with more diagnostics.Vinay Sajip2013-05-111-1/+3
| | |
* | | merge 3.3Benjamin Peterson2013-05-111-1/+2
|\ \ \ | |/ /
| * | only close non-None filesBenjamin Peterson2013-05-111-1/+2
| | |
* | | remove unused importBenjamin Peterson2013-05-111-1/+0
| | |