Serhiy Storchaka
|
32e23e739f
|
Issue #18702: All skipped tests now reported as skipped.
|
2013-11-03 23:15:46 +02:00 |
Matthias Klose
|
b13d04c991
|
- Issue #8140: extend compileall to compile single files. Add -i option.
|
2010-03-15 17:44:12 +00:00 |
Georg Brandl
|
a4f46e1292
|
Remove unused imports in test modules.
|
2010-02-07 17:03:15 +00:00 |
Brett Cannon
|
28d108893c
|
compileall used the ctime of bytecode and source to determine if the bytecode
should be recreated. This created a timing hole. Fixed by just doing what
import does; check the mtime and magic number.
|
2009-02-10 02:07:38 +00:00 |