Andrew MacIntyre
|
754140e163
|
Tim_one's change to aggressively overallocate nodes when adding child
nodes (in Parser/node.c) resolves the gross memory consumption
exhibited by the EMX runtime on OS/2, so the test should be exercised
on this platform.
|
2002-07-15 12:03:19 +00:00 |
Jack Jansen
|
1695bcb848
|
Got rid of special case for Macintosh realloc slowdown: Tim fixed the problem.
|
2002-07-08 10:07:25 +00:00 |
Tim Peters
|
863ac44b74
|
Whitespace normalization.
|
2002-04-16 01:38:40 +00:00 |
Jack Jansen
|
e89f128a60
|
Skip test_longexp for MacPython on Mac OS X. It triggers a pathological realloc slowdown. Some tests with shorter expressions lead me to the conclusion that it will eventually finish, but it may take a few weeks:-)
2.2.1 candidate.
|
2002-03-15 13:50:54 +00:00 |
Andrew MacIntyre
|
5cef57131f
|
OS/2 EMX port Library and regression test changes:
Lib/
os.py
os2emxpath.py // added - OS/2 EMX specific path manipulation routines
popen2.py
site.py
Lib/test/
test_fcntl.py
test_longexp.py
|
2002-02-24 05:32:32 +00:00 |
Fred Drake
|
004d5e6880
|
Make reindent.py happy (convert everything to 4-space indents!).
|
2000-10-23 17:22:08 +00:00 |
Fred Drake
|
33438d23fa
|
Charles G. Waldman <cgq@fnal.gov>:
Update the test suite for the changes introduced by the EXTENDED_ARG
opcode.
This closes the regression test changes of SourceForge patch #100893.
|
2000-08-24 00:35:38 +00:00 |
Jeremy Hylton
|
3c0d013db4
|
verify that Python raises SyntaxError for long and deeply-nested expressions
|
2000-06-20 19:13:27 +00:00 |