summaryrefslogtreecommitdiffstats
path: root/Lib/test
Commit message (Expand)AuthorAgeFilesLines
* #7351: add more consistent exception name alias.Georg Brandl2010-10-281-11/+11
* Recode modules from latin-1 to utf-8Antoine Pitrou2010-10-273-9/+7
* Issue #5027: The standard `xml` namespace is now understood byAntoine Pitrou2010-10-271-0/+55
* #5975: add unix_dialect to csv module.Georg Brandl2010-10-271-0/+9
* logging: Improved Formatter implementation.Vinay Sajip2010-10-261-0/+17
* logging: Added style option to Formatter to allow %, {} or himBHformatting.Vinay Sajip2010-10-251-0/+48
* test_gdb should be skipped on darwin (not up to v7 yet)Skip Montanaro2010-10-251-0/+1
* Issue #10161: test_pep277 formats filenames with ascii() on errorVictor Stinner2010-10-241-1/+1
* Add a new warning gategory, ResourceWarning, as discussed on python-dev. It ...Georg Brandl2010-10-242-3/+6
* Remove usage of exception indexing.Georg Brandl2010-10-241-1/+1
* Issue 5178: Add tempfile.TemporaryDirectory (original patch by Neil Schemenauer)Nick Coghlan2010-10-241-1/+103
* remove broken code accounting an offset the size of the line #10186Benjamin Peterson2010-10-241-0/+6
* 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