| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
'verify' iff it's used by a test module...
|
|
|
|
|
| |
didn't import it. Also got rid of some inconsistent spaces inside
parentheses in test_gzip.py.
|
|
|
|
|
|
|
| |
and replaces them with a new API verify(). As a result the regression
suite will also perform its tests in optimization mode.
Written by Marc-Andre Lemburg. Copyright assigned to Guido van Rossum.
|
| |
|
|
variant that never needs to "search from the right".
Also fixed unlikely memory leak in get_line, if string size overflows INTMAX.
Also new std test test_bufio to make sure .readline() works.
|