| Commit message (Expand) | Author | Age | Files | Lines |
* | Patch #1509001: expected skips for netbsd3. | Georg Brandl | 2006-06-21 | 1 | -0/+31 |
|
|
* | warnings was imported at module scope, no need to import again | Neal Norwitz | 2006-06-11 | 1 | -1/+1 |
|
|
* | Implementing a happy idea from Georg Brandl: make runtest() try to | Tim Peters | 2006-06-09 | 1 | -1/+48 |
|
|
* | Remove the temporary hack to force test_optparse to | Tim Peters | 2006-06-09 | 1 | -5/+0 |
|
|
* | To boost morale :-), force test_optparse to run immediately | Tim Peters | 2006-06-09 | 1 | -0/+5 |
|
|
* | dash_R_cleanup(): Clear filecmp._cache. This accounts for | Tim Peters | 2006-06-07 | 1 | -1/+2 |
|
|
* | "Flat is better than nested." | Tim Peters | 2006-06-05 | 1 | -59/+73 |
|
|
* | A clearer error message when passing -R to regrtest.py with | Armin Rigo | 2006-05-28 | 1 | -0/+3 |
|
|
* | test_struct grew weird behavior under regrtest.py -R, | Tim Peters | 2006-05-23 | 1 | -0/+2 |
|
|
* | Add more ignores of ImportWarnings; these are all just potential triggers | Thomas Wouters | 2006-04-27 | 1 | -1/+3 |
|
|
* | - Add new Warning class, ImportWarning | Thomas Wouters | 2006-04-27 | 1 | -0/+6 |
|
|
* | The result of SF patch #1471578: big-memory tests for strings, lists and | Thomas Wouters | 2006-04-26 | 1 | -2/+18 |
|
|
* | When using -R, lots of "*** DocTestRunner.merge:" nuisance messages | Tim Peters | 2006-04-13 | 1 | -1/+3 |
|
|
* | Python on OS X 10.3 and above now uses dlopen() (via dynload_shlib.c) | Anthony Baxter | 2006-04-09 | 1 | -1/+0 |
|
|
* | Hopefully this makes test_urllib2 have inconsistent leak results | Neal Norwitz | 2006-04-06 | 1 | -1/+2 |
|
|
* | no-one but windows should expect startfile to work | Anthony Baxter | 2006-04-05 | 1 | -0/+14 |
|
|
* | sqlite on Windows: | Tim Peters | 2006-04-04 | 1 | -1/+0 |
|
|
* | merged the sqlite-integration branch. | Anthony Baxter | 2006-04-01 | 1 | -0/+16 |
|
|
* | Patch from Aldo Cortesi: expected skips for OpenBSD. | Martin v. Löwis | 2006-03-26 | 1 | -0/+30 |
|
|
* | Record that test_wait[34] get skipped on native Windows. | Tim Peters | 2006-03-22 | 1 | -0/+2 |
|
|
* | Rename sre.py -> re.py | Neal Norwitz | 2006-03-16 | 1 | -2/+2 |
|
|
* | Renamed test_hashlib_speed.py to time_hashlib.py. | Tim Peters | 2006-03-14 | 1 | -3/+0 |
|
|
* | When the new -w option (yay! great idea) reruns a | Tim Peters | 2006-03-10 | 1 | -0/+2 |
|
|
* | Add regrtest -w option. | Martin v. Löwis | 2006-03-10 | 1 | -3/+20 |
|
|
* | Instead of printing the exception when you interrupt a test (Ctrl-C), | Neal Norwitz | 2006-02-28 | 1 | -1/+9 |
|
|
* | Patch #1276356: Implement new resource "urlfetch" for regrtest. | Hye-Shik Chang | 2005-12-10 | 1 | -21/+3 |
|
|
* | 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 |
|
|