| Commit message (Expand) | Author | Age | Files | Lines |
* | Whitespace normalization. | Tim Peters | 2006-06-30 | 1 | -4/+4 |
|
|
* | This should fix the buildbot failure on s/390 which can't connect to gmail.org. | Neal Norwitz | 2006-06-29 | 1 | -6/+9 |
|
|
* | Add new utility function, reap_children(), to test_support. This should | Neal Norwitz | 2006-06-29 | 13 | -8/+52 |
|
|
* | SF bug #1504333: sgmlib should allow angle brackets in quoted values | Fred Drake | 2006-06-29 | 1 | -0/+15 |
|
|
* | A couple of crashers of the "won't fix" kind. | Armin Rigo | 2006-06-28 | 2 | -0/+26 |
|
|
* | Make full module name available as __module_name__ even when __name__ is set ... | Nick Coghlan | 2006-06-28 | 1 | -5/+13 |
|
|
* | Whitespace normalization. | Tim Peters | 2006-06-27 | 2 | -3/+3 |
|
|
* | Attempt to fix build failure on OS X and Debian alpha; the symptom is | Andrew M. Kuchling | 2006-06-26 | 1 | -1/+1 |
|
|
* | Windows doesn't have os.fork(). I'll just disable this test for now | Andrew M. Kuchling | 2006-06-26 | 1 | -0/+2 |
|
|
* | Add a test for a conflicting lock. | Andrew M. Kuchling | 2006-06-26 | 1 | -0/+22 |
|
|
* | - SF bug #853506: IP6 address parsing in sgmllib | Fred Drake | 2006-06-23 | 1 | -8/+42 |
|
|
* | Make it possible to run test_subprocess.py on Python 2.2, which lacks test_su... | Peter Astrand | 2006-06-22 | 1 | -1/+2 |
|
|
* | 'warning's was improperly requiring that a command-line Warning category be | Brett Cannon | 2006-06-22 | 1 | -0/+13 |
|
|
* | Test for correct compilation of try-except-finally stmt. | Georg Brandl | 2006-06-22 | 1 | -0/+15 |
|
|
* | Fix for an obscure bug introduced by revs 46806 and 46808, with a test. | Armin Rigo | 2006-06-21 | 1 | -0/+12 |
|
|
* | Patch #1509001: expected skips for netbsd3. | Georg Brandl | 2006-06-21 | 1 | -0/+31 |
|
|
* | Make test_fcntl aware of netbsd3. | Georg Brandl | 2006-06-21 | 1 | -3/+4 |
|
|
* | At the C level, tuple arguments are passed in directly to the exception | Brett Cannon | 2006-06-21 | 1 | -4/+4 |
|
|
* | Fix typo of exception name. | Brett Cannon | 2006-06-20 | 1 | -1/+1 |
|
|
* | Raise TestSkipped when the test socket connection is refused. | Brett Cannon | 2006-06-20 | 1 | -0/+7 |
|
|
* | TestHelp.make_parser(): This was making a permanent change to | Tim Peters | 2006-06-19 | 1 | -1/+12 |
|
|
* | Repair KeyError when running test_threaded_import under -R, | Tim Peters | 2006-06-19 | 1 | -4/+3 |
|
|
* | Patch #1506645: add Python wrappers for the curses functions | Walter Dörwald | 2006-06-19 | 1 | -0/+7 |
|
|
* | Whitespace normalization. | Tim Peters | 2006-06-19 | 1 | -1/+0 |
|
|
* | Patch #1507676: improve exception messages in abstract.c, object.c and typeob... | Georg Brandl | 2006-06-18 | 1 | -1/+1 |
|
|
* | Revert 47014 until it is more robust | Neal Norwitz | 2006-06-18 | 4 | -32/+5 |
|
|
* | The hppa ubuntu box sometimes hangs forever in these tests. My guess | Neal Norwitz | 2006-06-18 | 4 | -5/+32 |
|
|
* | Prevent spurious leaks when running regrtest.py -R. There may be more | Neal Norwitz | 2006-06-18 | 3 | -1/+29 |
|
|
* | SF patch 1504676: Make sgmllib char and entity references pluggable | Fred Drake | 2006-06-16 | 1 | -0/+27 |
|
|
* | Add missing period in comment. | Neal Norwitz | 2006-06-16 | 1 | -1/+1 |
|
|
* | Disable this test until we can determine what to do about it | Neal Norwitz | 2006-06-16 | 1 | -1/+4 |
|
|
* | Oops -- I introduced an off-by-6436159488 error. | Tim Peters | 2006-06-15 | 1 | -1/+1 |
|
|
* | Whitespace normalization. | Tim Peters | 2006-06-15 | 1 | -4/+4 |
|
|
* | Try to reduce the extreme peak memory and disk-space use | Tim Peters | 2006-06-15 | 1 | -11/+22 |
|
|
* | Print some more info to get an idea of how much longer the test will last | Neal Norwitz | 2006-06-15 | 1 | -4/+6 |
|
|
* | Steal the trick from test_compiler to print out a slow msg. | Neal Norwitz | 2006-06-15 | 1 | -0/+18 |
|
|
* | Patch #1446489 (zipfile: support for ZIP64) | Ronald Oussoren | 2006-06-15 | 2 | -2/+317 |
|
|
* | Try to narrow window of failure on slow/busy boxes (ppc64 buildbot) | Neal Norwitz | 2006-06-15 | 1 | -4/+8 |
|
|
* | add tests for two cases that are handled correctly in the current code, | Fred Drake | 2006-06-14 | 1 | -2/+7 |
|
|
* | - make some disabled tests run what they intend when enabled | Fred Drake | 2006-06-14 | 1 | -13/+13 |
|
|
* | Missed test for rev. 46933; infinite recursion from __coerce__() returning it... | Brett Cannon | 2006-06-13 | 1 | -1/+19 |
|
|
* | If a classic class defined a __coerce__() method that just returned its two | Brett Cannon | 2006-06-13 | 1 | -9/+0 |
|
|
* | Increase the small thread stack size to get the test | Andrew MacIntyre | 2006-06-13 | 3 | -7/+7 |
|
|
* | Whitespace normalization. | Tim Peters | 2006-06-13 | 1 | -1/+1 |
|
|
* | fix exception usage | Andrew MacIntyre | 2006-06-13 | 1 | -1/+1 |
|
|
* | Patch #1454481: Make thread stack size runtime tunable. | Andrew MacIntyre | 2006-06-13 | 3 | -0/+71 |
|
|
* | Verify the crash due to EncodingMap not initialized does not return | Neal Norwitz | 2006-06-13 | 1 | -0/+6 |
|
|
* | Don't fail if another process is listening on our port. | Neal Norwitz | 2006-06-13 | 1 | -1/+2 |
|
|
* | Added missing svn:eol-style property to text files. | Tim Peters | 2006-06-13 | 1 | -396/+396 |
|
|
* | Whitespace normalization. | Tim Peters | 2006-06-13 | 1 | -396/+396 |
|
|