summaryrefslogtreecommitdiffstats
path: root/Lib/test
Commit message (Expand)AuthorAgeFilesLines
* PyUnicode_FromFormatV(): Fix %A formatVictor Stinner2010-10-181-3/+6
* Issue #5117: Case normalization was needed on ntpath.relpath(). AndHirokazu Yamamoto2010-10-182-0/+19
* #1343: Add short_empty_elements option to XMLGenerator.R. David Murray2010-10-171-0/+90
* test_httpservers: Python CGI scripts have to be encoded to utf-8Victor Stinner2010-10-171-2/+2
* test_httpservers: Fix skip test check, the python executable path have to beVictor Stinner2010-10-171-7/+10
* test_httpservers: skip CGI tests if Python executable path is not encodableVictor Stinner2010-10-171-3/+14
* Fix Issue10119 - test_urllibnet failure when using support.transient_internet.Senthil Kumaran2010-10-171-20/+10
* Avoid hanging the test on netbsd5.Gregory P. Smith2010-10-171-1/+2
* skip test_itimer_virtual on NetBSD to prevent the test suite from hanging.Gregory P. Smith2010-10-171-2/+2
* test_cmd_line_script: format paths with ascii() instead of repr()Victor Stinner2010-10-171-8/+8
* use assertion methodsBenjamin Peterson2010-10-171-2/+2
* disable the garbage collector while collecting traces, so that __del__s don't...Benjamin Peterson2010-10-171-3/+12
* remove rather pointless testBenjamin Peterson2010-10-171-8/+0
* fix for netbsd.Gregory P. Smith2010-10-171-2/+4
* test_subprocess: use surrogateescape error handler to write shell scriptsVictor Stinner2010-10-161-2/+2
* Issue #10123: Don't use non-ascii filenames in test_doctest tests. Add aVictor Stinner2010-10-161-12/+46
* don't identify the toplevel namespace by name #9997Benjamin Peterson2010-10-161-0/+8
* First (uncontroversial) part of issue 9807.Barry Warsaw2010-10-161-0/+2
* #5762: fix handling of empty namespace in minidom, which would result in Attr...Georg Brandl2010-10-151-0/+7
* Issue #9308: Removed redundant coding cookies. Added tests forAlexander Belopolsky2010-10-159-14/+54
* #2830: add html.escape() helper and move cgi.escape() uses in the standard li...Georg Brandl2010-10-152-2/+26
* #5355 followup: add unit test for new dictionaries, and provide submodules fr...Georg Brandl2010-10-151-3/+21
* Fix #10098. Fix sporadic test_os failures.Brian Curtin2010-10-151-1/+1
* Revert debug printoutAntoine Pitrou2010-10-151-3/+0
* Enable debug output at the start of the regression suite instead.Antoine Pitrou2010-10-152-5/+3
* Temporary debug printout for buildbotsAntoine Pitrou2010-10-151-0/+5
* More proper closing of filesAntoine Pitrou2010-10-146-56/+79
* Add test case for issue #9409, non-ascii char in doctest. It passes in 3.2 b...Florent Xicluna2010-10-141-2/+5
* Explicitly close some files (from issue #10093)Antoine Pitrou2010-10-142-8/+18
* Fix the regex to match all kind of filenames, for interactive debugging in do...Florent Xicluna2010-10-141-11/+11
* Increase timeouts in test_ftplib (for very slow buildbots)Antoine Pitrou2010-10-141-13/+13
* OopsAntoine Pitrou2010-10-141-1/+1
* Really fix bugAntoine Pitrou2010-10-141-2/+2
* Fix issue 10094, by narrowing down the test for PROXY environment variables.Barry Warsaw2010-10-141-1/+1
* Issue 9183: Intern UTC timezone.Alexander Belopolsky2010-10-141-1/+3
* Replace the "compiler" resource with the more generic "cpu", soAntoine Pitrou2010-10-144-6/+7
* Issue #7523: Add SOCK_CLOEXEC and SOCK_NONBLOCK to the socket module,Antoine Pitrou2010-10-142-1/+78
* Issue10063 - file:// scheme will stop accessing remote hosts via ftp protocolSenthil Kumaran2010-10-141-2/+2
* Inherit interpreter flags in parallel testingAntoine Pitrou2010-10-142-5/+22
* test_subprocess doesn't need to C locale to test os.environbVictor Stinner2010-10-141-3/+3
* test_subprocess: use C locale to get ascii locale encodingVictor Stinner2010-10-141-0/+4
* #9964: fix running test_cmd_line_script under -O and -OO.Georg Brandl2010-10-141-0/+3
* #9964: fix running test_compileall under -O and -OO.Georg Brandl2010-10-141-20/+23
* Better check for "any optimize option given".Georg Brandl2010-10-141-1/+1
* #9964: fix running test_xml_etree under -OO.Georg Brandl2010-10-141-0/+4
* #9964: fix running test_import under -O or -OO.Georg Brandl2010-10-141-1/+2
* #9964: Fix failure of test_dis under -OO.Georg Brandl2010-10-141-13/+13
* #1710703: write zipfile structures also in the case of closing a new, but emp...Georg Brandl2010-10-141-0/+25
* Fix (hopefully) occasional failures in test_threaded_import.Antoine Pitrou2010-10-131-5/+4
* test_sys: Remove workaround #8611Victor Stinner2010-10-132-11/+0