summaryrefslogtreecommitdiffstats
path: root/Lib/test
Commit message (Expand)AuthorAgeFilesLines
...
* fixes 813986Skip Montanaro2007-08-281-0/+11
* Add a crasher for the thread-unsafety of file objects.Georg Brandl2007-08-281-0/+8
* Improve extended slicing support in builtin types and classes. Specifically:Thomas Wouters2007-08-287-2/+146
* TarFile.__init__() no longer fails if no name argument is passed andLars Gustäbel2007-08-281-1/+15
* > Regardless, building a fixed test certificate and checking it in sounds likeGuido van Rossum2007-08-272-8/+42
* Ignore test failures caused by 'resource temporarily unavailable'Facundo Batista2007-08-271-12/+43
* If we can't create a certificate, print a warning, but don't fail the test.Neal Norwitz2007-08-271-13/+16
* Make a utility function for handling (printing) an errorNeal Norwitz2007-08-271-16/+14
* Stop using string.join (from the module) to ease upgrade to py3kNeal Norwitz2007-08-271-10/+10
* Another patch from Bill Janssen that:Neal Norwitz2007-08-261-6/+16
* Catch IOError for when the device file doesn't exist or the user doesn't haveNeal Norwitz2007-08-261-1/+1
* Get the test passing by commenting out some writes (should they be removed?)Neal Norwitz2007-08-261-2/+2
* Bill Janssen wrote:Guido van Rossum2007-08-261-39/+82
* Fail gracefully if the cert files cannot be createdNeal Norwitz2007-08-261-2/+7
* Reap children before the test starts so hopefully SocketServerNeal Norwitz2007-08-261-0/+1
* Try to get this test to pass for systems that do not have SO_REUSEPORTNeal Norwitz2007-08-251-1/+4
* Fix test so it is skipped properly if there is no SSL support.Neal Norwitz2007-08-251-2/+6
* Server-side SSL and certificate validation, by Bill Janssen.Guido van Rossum2007-08-251-0/+304
* Fix bug 1764407 - the -i switch now does the right thing when using the -m sw...Nick Coghlan2007-08-252-26/+42
* Revert misguided attempt at fixing incompatibility between -m and -i switches...Nick Coghlan2007-08-251-29/+21
* Make test_structmembers pass when run with regrtests's -R flag.Collin Winter2007-08-241-6/+9
* Port test_class to unittest. Patch #1671298.Georg Brandl2007-08-242-387/+497
* Catch the correct errors.Georg Brandl2007-08-242-2/+2
* Convert test_pkg to use unittest.Collin Winter2007-08-242-285/+251
* Convert test_linuxaudiodev to unittest. Fix a wrong finally clause in test_os...Georg Brandl2007-08-243-76/+78
* Remove output file for test_ossaudiodev, also properly close the dsp object.Georg Brandl2007-08-242-5/+3
* Remove test_rgbimg output file, there is no test_rgbimg.py.Georg Brandl2007-08-241-2/+0
* Port test_frozen to unittest.Georg Brandl2007-08-243-27/+52
* Patch #1008: port test_signal to unittest.Georg Brandl2007-08-242-163/+171
* Patch #1006: port test_winreg to unittest.Georg Brandl2007-08-242-133/+149
* Fix silly typo in test name.Guido van Rossum2007-08-241-1/+1
* Fix bug 1725856.Gregory P. Smith2007-08-241-0/+16
* Make test_runpy re-entrant.Brett Cannon2007-08-231-1/+2
* Fix compile.c so that it records 0.0 and -0.0 as separate constants in a codeAlex Martelli2007-08-221-0/+15
* Added test for behavior of operations on an unconnected SMTP object,Facundo Batista2007-08-211-11/+192
* Revert accidental checkins from last commit.Georg Brandl2007-08-211-16/+1
* Demand version 2.5.1 since 2.5 has a bug with codecs.open context managers.Georg Brandl2007-08-211-1/+16
* Catch ProtocolError exceptions and include the header information inFacundo Batista2007-08-211-25/+52
* Add cheot-ga-keut composed make-up sequence support in EUC-KR codec.Hye-Shik Chang2007-08-203-4/+39
* Make test_warnings re-entrant.Brett Cannon2007-08-171-0/+5
* Added a flag (_send_traceback_header) to the SimpleXMLRPCServer classFacundo Batista2007-08-171-8/+91
* Backport r57105 and r57145 from the py3k branch: UTF-32 codecs.Walter Dörwald2007-08-172-2/+138
* Fix a missed instance of test.test_support.guard_warnings_filter (which wasBrett Cannon2007-08-141-1/+1
* Added tests for simple function calls and introspection that are runFacundo Batista2007-08-141-2/+102
* Remove test.test_support.guard_warnings_filter.Brett Cannon2007-08-149-26/+18
* Fix a minor typo in a docstring.Brett Cannon2007-08-141-1/+1
* Revert the fix for #1548891, it broke backwards compatibility with arbitrary ...Georg Brandl2007-08-081-22/+0
* Fix gb18030 codec's bug that doesn't map two-byte characters onHye-Shik Chang2007-08-042-1/+22
* Allow the OS to select a free port for each test server. ForFacundo Batista2007-08-011-30/+99
* When running asynchat tests on OS X (darwin), the test client nowFacundo Batista2007-07-311-8/+14