summaryrefslogtreecommitdiffstats
path: root/Lib/test
Commit message (Expand)AuthorAgeFilesLines
* Revert r85801. The test ought to pass without rounding.Martin v. Löwis2010-10-231-1/+1
* Follow up to #9778: fix regressions on 64-bit Windows buildsAntoine Pitrou2010-10-231-1/+1
* #6518: enable context manager protocol for ossaudiodev types.Georg Brandl2010-10-231-4/+6
* Also guard other SOCK_NONBLOCK testAntoine Pitrou2010-10-231-9/+13
* Fix SOCK_CLOEXEC and SOCK_NONBLOCK tests on recent glibcs with old Linux kern...Antoine Pitrou2010-10-231-0/+18
* Try to fix test_tarfile on AMD64 debian parallel 3.xVictor Stinner2010-10-231-1/+1
* Revert r85797 (and r85798): it broke the Windows buildbots because ofAntoine Pitrou2010-10-221-20/+1
* Issue #9935: Speed up pickling of instances of user-defined classes.Antoine Pitrou2010-10-221-1/+20
* Fix test_ssl on Ubuntu buildbot with patched OpenSSLAntoine Pitrou2010-10-221-0/+1
* Issue #5639: Add a *server_hostname* argument to `SSLContext.wrap_socket`Antoine Pitrou2010-10-222-4/+45
* #10166: rewrite self-recursion to iteration in pstats.Stats.add(). Also add ...Georg Brandl2010-10-222-3/+16
* Issue #10089: Add support for arbitrary -X options on the command-line.Antoine Pitrou2010-10-211-0/+9
* #10159: sort completion matches before comparing to dir() result.Georg Brandl2010-10-211-2/+2
* Issue #4388: On Mac OS X, decode command line arguments from UTF-8, instead ofVictor Stinner2010-10-201-0/+32
* Move non-ascii test from test_run_code() to a new function: test_non_ascii()Victor Stinner2010-10-201-7/+9
* Move test_undecodable_code() from test_sys to test_cmd_lineVictor Stinner2010-10-202-38/+38
* test_zipimport_support: use ascii() on bytes output to avoid BytesWarningVictor Stinner2010-10-201-2/+2
* Fix r85728: use "" to mean the system default locale, which should work on mo...Georg Brandl2010-10-201-7/+4
* logging: Allowed filters to be just callables.Vinay Sajip2010-10-191-0/+29
* logging: Added tests for _logRecordClass changes.Vinay Sajip2010-10-191-2/+41
* #10092: Properly reset locale in Locale*Calendar classes. The context manage...Georg Brandl2010-10-191-0/+17
* 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