| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | fixes 813986 | Skip Montanaro | 2007-08-28 | 1 | -0/+11 |
|
|
* | Add a crasher for the thread-unsafety of file objects. | Georg Brandl | 2007-08-28 | 1 | -0/+8 |
|
|
* | Improve extended slicing support in builtin types and classes. Specifically: | Thomas Wouters | 2007-08-28 | 7 | -2/+146 |
|
|
* | TarFile.__init__() no longer fails if no name argument is passed and | Lars Gustäbel | 2007-08-28 | 1 | -1/+15 |
|
|
* | > Regardless, building a fixed test certificate and checking it in sounds like | Guido van Rossum | 2007-08-27 | 2 | -8/+42 |
|
|
* | Ignore test failures caused by 'resource temporarily unavailable' | Facundo Batista | 2007-08-27 | 1 | -12/+43 |
|
|
* | If we can't create a certificate, print a warning, but don't fail the test. | Neal Norwitz | 2007-08-27 | 1 | -13/+16 |
|
|
* | Make a utility function for handling (printing) an error | Neal Norwitz | 2007-08-27 | 1 | -16/+14 |
|
|
* | Stop using string.join (from the module) to ease upgrade to py3k | Neal Norwitz | 2007-08-27 | 1 | -10/+10 |
|
|
* | Another patch from Bill Janssen that: | Neal Norwitz | 2007-08-26 | 1 | -6/+16 |
|
|
* | Catch IOError for when the device file doesn't exist or the user doesn't have | Neal Norwitz | 2007-08-26 | 1 | -1/+1 |
|
|
* | Get the test passing by commenting out some writes (should they be removed?) | Neal Norwitz | 2007-08-26 | 1 | -2/+2 |
|
|
* | Bill Janssen wrote: | Guido van Rossum | 2007-08-26 | 1 | -39/+82 |
|
|
* | Fail gracefully if the cert files cannot be created | Neal Norwitz | 2007-08-26 | 1 | -2/+7 |
|
|
* | Reap children before the test starts so hopefully SocketServer | Neal Norwitz | 2007-08-26 | 1 | -0/+1 |
|
|
* | Try to get this test to pass for systems that do not have SO_REUSEPORT | Neal Norwitz | 2007-08-25 | 1 | -1/+4 |
|
|
* | Fix test so it is skipped properly if there is no SSL support. | Neal Norwitz | 2007-08-25 | 1 | -2/+6 |
|
|
* | Server-side SSL and certificate validation, by Bill Janssen. | Guido van Rossum | 2007-08-25 | 1 | -0/+304 |
|
|
* | Fix bug 1764407 - the -i switch now does the right thing when using the -m sw... | Nick Coghlan | 2007-08-25 | 2 | -26/+42 |
|
|
* | Revert misguided attempt at fixing incompatibility between -m and -i switches... | Nick Coghlan | 2007-08-25 | 1 | -29/+21 |
|
|
* | Make test_structmembers pass when run with regrtests's -R flag. | Collin Winter | 2007-08-24 | 1 | -6/+9 |
|
|
* | Port test_class to unittest. Patch #1671298. | Georg Brandl | 2007-08-24 | 2 | -387/+497 |
|
|
* | Catch the correct errors. | Georg Brandl | 2007-08-24 | 2 | -2/+2 |
|
|
* | Convert test_pkg to use unittest. | Collin Winter | 2007-08-24 | 2 | -285/+251 |
|
|
* | Convert test_linuxaudiodev to unittest. Fix a wrong finally clause in test_os... | Georg Brandl | 2007-08-24 | 3 | -76/+78 |
|
|
* | Remove output file for test_ossaudiodev, also properly close the dsp object. | Georg Brandl | 2007-08-24 | 2 | -5/+3 |
|
|
* | Remove test_rgbimg output file, there is no test_rgbimg.py. | Georg Brandl | 2007-08-24 | 1 | -2/+0 |
|
|
* | Port test_frozen to unittest. | Georg Brandl | 2007-08-24 | 3 | -27/+52 |
|
|
* | Patch #1008: port test_signal to unittest. | Georg Brandl | 2007-08-24 | 2 | -163/+171 |
|
|
* | Patch #1006: port test_winreg to unittest. | Georg Brandl | 2007-08-24 | 2 | -133/+149 |
|
|
* | Fix silly typo in test name. | Guido van Rossum | 2007-08-24 | 1 | -1/+1 |
|
|
* | Fix bug 1725856. | Gregory P. Smith | 2007-08-24 | 1 | -0/+16 |
|
|
* | Make test_runpy re-entrant. | Brett Cannon | 2007-08-23 | 1 | -1/+2 |
|
|
* | Fix compile.c so that it records 0.0 and -0.0 as separate constants in a code | Alex Martelli | 2007-08-22 | 1 | -0/+15 |
|
|
* | Added test for behavior of operations on an unconnected SMTP object, | Facundo Batista | 2007-08-21 | 1 | -11/+192 |
|
|
* | Revert accidental checkins from last commit. | Georg Brandl | 2007-08-21 | 1 | -16/+1 |
|
|
* | Demand version 2.5.1 since 2.5 has a bug with codecs.open context managers. | Georg Brandl | 2007-08-21 | 1 | -1/+16 |
|
|
* | Catch ProtocolError exceptions and include the header information in | Facundo Batista | 2007-08-21 | 1 | -25/+52 |
|
|
* | Add cheot-ga-keut composed make-up sequence support in EUC-KR codec. | Hye-Shik Chang | 2007-08-20 | 3 | -4/+39 |
|
|
* | Make test_warnings re-entrant. | Brett Cannon | 2007-08-17 | 1 | -0/+5 |
|
|
* | Added a flag (_send_traceback_header) to the SimpleXMLRPCServer class | Facundo Batista | 2007-08-17 | 1 | -8/+91 |
|
|
* | Backport r57105 and r57145 from the py3k branch: UTF-32 codecs. | Walter Dörwald | 2007-08-17 | 2 | -2/+138 |
|
|
* | Fix a missed instance of test.test_support.guard_warnings_filter (which was | Brett Cannon | 2007-08-14 | 1 | -1/+1 |
|
|
* | Added tests for simple function calls and introspection that are run | Facundo Batista | 2007-08-14 | 1 | -2/+102 |
|
|
* | Remove test.test_support.guard_warnings_filter. | Brett Cannon | 2007-08-14 | 9 | -26/+18 |
|
|
* | Fix a minor typo in a docstring. | Brett Cannon | 2007-08-14 | 1 | -1/+1 |
|
|
* | Revert the fix for #1548891, it broke backwards compatibility with arbitrary ... | Georg Brandl | 2007-08-08 | 1 | -22/+0 |
|
|
* | Fix gb18030 codec's bug that doesn't map two-byte characters on | Hye-Shik Chang | 2007-08-04 | 2 | -1/+22 |
|
|
* | Allow the OS to select a free port for each test server. For | Facundo Batista | 2007-08-01 | 1 | -30/+99 |
|
|
* | When running asynchat tests on OS X (darwin), the test client now | Facundo Batista | 2007-07-31 | 1 | -8/+14 |
|
|