Ezio Melotti
|
a2d4653740
|
#7092: silence py3k warnings for deprecated modules
|
2010-01-30 07:22:54 +00:00 |
Senthil Kumaran
|
ce8e33a095
|
Reverting the Revision: 77368. I committed Flox's big patch for tests by
mistake. ( It may come in for sure tough)
|
2010-01-08 19:04:16 +00:00 |
Senthil Kumaran
|
3ddc435af6
|
Fixing - Issue7026 - RuntimeError: dictionary changed size during iteration. Patch by flox
|
2010-01-08 18:41:40 +00:00 |
Brett Cannon
|
43e5ef49b1
|
Deprecate the multifile module as per PEP 4.
|
2008-05-12 03:19:20 +00:00 |
Michael W. Hudson
|
5bf2516807
|
More "noone expected this to run twice"ness removal.
|
2004-08-03 11:14:09 +00:00 |
Neal Norwitz
|
996acf122d
|
Actually run these tests from regrtest.py.
There was no test_main() and the main body was protected
by if __name__ == '__main__' so the test didn't happen
on import either.
|
2003-02-17 14:51:41 +00:00 |
Guido van Rossum
|
bffa52f07f
|
Whitespace normalization (get rid of tabs).
|
2002-09-29 00:25:51 +00:00 |
Martin v. Löwis
|
a6026c6a0f
|
Back out multifile.py 1.19 and 1.20. Fixes #514676.
|
2002-09-22 09:01:08 +00:00 |