| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Cleanup a bit more references so test_urllibnet is stable (test_urllib2 is so... | Neal Norwitz | 2005-11-25 | 1 | -2/+4 |
|
|
* | - Changes donated by Elemental Security to make it work on AIX 5.3 | Guido van Rossum | 2005-09-14 | 1 | -0/+28 |
|
|
* | [ sf.net patch # 1121611 ] | Gregory P. Smith | 2005-08-21 | 1 | -0/+3 |
|
|
* | Add support for FreeBSD 7. | Hye-Shik Chang | 2005-07-17 | 1 | -0/+1 |
|
|
* | yet another cache to clear when leak hunting. | Michael W. Hudson | 2005-06-14 | 1 | -0/+2 |
|
|
* | Add untokenize() function to allow full round-trip tokenization. | Raymond Hettinger | 2005-06-10 | 1 | -1/+3 |
|
|
* | Whitespace normalization. | Tim Peters | 2005-03-28 | 1 | -1/+1 |
|
|
* | Only run extensive subprocess tests if -usubprocess to regrtest is specified.... | Peter Astrand | 2005-03-03 | 1 | -1/+3 |
|
|
* | Patch #1050475: Fix various x86_64 build issues | Martin v. Löwis | 2004-11-13 | 1 | -0/+4 |
|
|
* | Add options to regrtest.py to make it possible to specify where to put | Walter Dörwald | 2004-11-12 | 1 | -8/+18 |
|
|
* | Missed some occurrences of test_mpz | Andrew M. Kuchling | 2004-08-31 | 1 | -3/+0 |
|
|
* | Remove tests for mpz, rotor, xreadlines | Andrew M. Kuchling | 2004-08-31 | 1 | -4/+0 |
|
|
* | Add support for FreeBSD 6. | Hye-Shik Chang | 2004-08-18 | 1 | -0/+5 |
|
|
* | Report refleaks to stderr as the tests run as well as logging them | Michael W. Hudson | 2004-08-12 | 1 | -0/+2 |
|
|
* | Add a trivial test for the compiler package, guarded by compiler resource. | Jeremy Hylton | 2004-08-07 | 1 | -1/+5 |
|
|
* | test_threadsignals is an expected skip on win32. | Tim Peters | 2004-08-04 | 1 | -0/+1 |
|
|
* | Check in my refleak hunting code. | Michael W. Hudson | 2004-08-03 | 1 | -19/+91 |
|
|
* | Patch #995782: Add FreeBSD 5 expectations. Will backport to 2.3. | Martin v. Löwis | 2004-07-26 | 1 | -0/+1 |
|
|
* | test_codecmaps_hk is also expected to be skipped when a mapping file | Hye-Shik Chang | 2004-07-19 | 1 | -1/+2 |
|
|
* | Move Decimal from the sandbox into production. | Raymond Hettinger | 2004-07-01 | 1 | -1/+5 |
|
|
* | add -L flag to cause leaks(1) command to run just before exit | Skip Montanaro | 2004-06-06 | 1 | -2/+13 |
|
|
* | Patch #868499, adds -T option for code coverage. The implementation is a | Barry Warsaw | 2004-02-07 | 1 | -30/+51 |
|
|
* | Add CJK codecs support as discussed on python-dev. (SF #873597) | Hye-Shik Chang | 2004-01-17 | 1 | -9/+10 |
|
|
* | test_applesingle is an expected skip almost anywhere. | Guido van Rossum | 2003-11-20 | 1 | -29/+40 |
|
|
* | test_applesingle is an expected skip on Win32 | Raymond Hettinger | 2003-11-20 | 1 | -0/+1 |
|
|
* | * Migrate set() and frozenset() from the sandbox. | Raymond Hettinger | 2003-11-16 | 1 | -3/+2 |
|
|
* | Add test__locale to expected skip list for Darwin. | Brett Cannon | 2003-10-13 | 1 | -0/+1 |
|
|
* | test__locale (two underscores) can't pass on Windows: RADIXCHAR doesn't | Tim Peters | 2003-09-20 | 1 | -0/+1 |
|
|
* | Restored commented-out line checked in by mistake. | Tim Peters | 2003-07-23 | 1 | -1/+1 |
|
|
* | locale-restoration code: Don't leave comparison to None implicit. For | Tim Peters | 2003-07-23 | 1 | -1/+1 |
|
|
* | Patch #775784: YA Cygwin expected regression test skip patch | Jason Tishler | 2003-07-22 | 1 | -0/+1 |
|
|
* | Patch #746801: FreeBSD 4 expected failures, by Charles Swiger. | Martin v. Löwis | 2003-06-07 | 1 | -0/+30 |
|
|
* | User cStringIO instead of StringIO. | Raymond Hettinger | 2003-05-17 | 1 | -2/+2 |
|
|
* | Patch #734231: Update RiscOS support. In particular, correct | Martin v. Löwis | 2003-05-10 | 1 | -0/+2 |
|
|
* | the new bsddb185 module is an expected skip on most platforms (this may not | Skip Montanaro | 2003-05-06 | 1 | -0/+12 |
|
|
* | remove test_socketserver from the skip lists | Skip Montanaro | 2003-04-24 | 1 | -11/+0 |
|
|
* | Revert Patch #670715: iconv support. | Martin v. Löwis | 2003-04-03 | 1 | -4/+0 |
|
|
* | Move Mac/Windows specific expected skips from each platform list | Neal Norwitz | 2003-03-29 | 1 | -49/+8 |
|
|
* | Add 'audio' resource. | Guido van Rossum | 2003-03-11 | 1 | -1/+5 |
|
|
* | Test_ioctl and test_tarfile are skipped on MacOS9. | Jack Jansen | 2003-03-07 | 1 | -0/+2 |
|
|
* | test_ioctl is an expected skip on Windows. | Tim Peters | 2003-03-04 | 1 | -0/+1 |
|
|
* | Fix SF bugs #692951 and 692988, test_timeout.py needs 'network' resource | Neal Norwitz | 2003-02-28 | 1 | -0/+7 |
|
|
* | The macfs, macostools, and plistlib should not be expected to run | Fred Drake | 2003-02-26 | 1 | -0/+33 |
|
|
* | Expect to skip test_iconv_codecs on MacOSX. | Jack Jansen | 2003-02-23 | 1 | -0/+1 |
|
|
* | Checking mac-specific stuff from the 2.3a2 branch in on the trunk. | Jack Jansen | 2003-02-21 | 1 | -0/+1 |
|
|
* | Whitespace normalization. | Tim Peters | 2003-02-19 | 1 | -1/+1 |
|
|
* | test_posix is an expected skip on Win32. Also fixed test_posix to | Tim Peters | 2003-02-17 | 1 | -0/+1 |
|
|
* | - The audio driver tests (test_ossaudiodev.py and | Guido van Rossum | 2003-02-14 | 1 | -0/+2 |
|
|
* | Re-enable compiling ossaudiodev now that it seems to work again. | Guido van Rossum | 2003-02-13 | 1 | -1/+0 |
|
|
* | Expect test_ossaudiodev to skip on Linux, too. (It's broken. | Guido van Rossum | 2003-02-12 | 1 | -0/+1 |
|
|