- 23 Aug, 2001 3 commits
-
-
Guido van Rossum authored
warning and then redo the operation using long ints.
-
Guido van Rossum authored
raise the exception here -- call the generic function (which may convert the arguments to long and try again).
-
Guido van Rossum authored
are overflowing and a long int operation is substituted.
-
- 22 Aug, 2001 8 commits
-
-
Tim Peters authored
we've *ever* installed them!
-
Tim Peters authored
-
Barry Warsaw authored
2.2a2 release, but it's still worth mentioning.
-
Barry Warsaw authored
level to 2.2a2+
-
Skip Montanaro authored
-
Skip Montanaro authored
platform dependent. See SF bug 434143.
-
Skip Montanaro authored
see SF bug 434143, part of which this addresses
-
Barry Warsaw authored
-
- 21 Aug, 2001 5 commits
-
-
Jack Jansen authored
-
Jack Jansen authored
long? :-).
-
Jack Jansen authored
surfaced again.
-
Ka-Ping Yee authored
- file URL now starts with "file://" (standard) rather than "file:" - new optional argument 'context' to enable() - repeated variable names don't have their values shown twice - dotted attributes are shown; missing attributes handled reasonably - highlight the whole logical line even if it has multiple physical lines - use nice generator interface to tokenize - formatting fixed so that it looks good in lynx, links, and w3m too
-
Skip Montanaro authored
incarnations. It's probably not quite sufficient, but should be better than the status quo...
-
- 20 Aug, 2001 24 commits
-
-
Barry Warsaw authored
However, this is only enabled with regrtest's --use=network switch.
-
Barry Warsaw authored
tests should be run.
-
Barry Warsaw authored
flag, which specifies external or resource intensive tests to perform. This is used by test_largefile and test_socket_ssl. -u/--use takes a comma separated list of flags, currently supported: largefile, network. usage(): New function. Note that the semantics of main() have changed slightly; instead of returning an error code, it raises a SystemExit (via sys.exit()) with the given error code. main(): use_large_resources => use_resources Also, added support for long-option alternative to the short options. _expectations: Added test_socket_ssl to the list of expectedly skipped tests.
-
Barry Warsaw authored
requires(): New function which can be used to `assert' that a specific -u/--use resource flag is present. Raises a TestSkipped if not. This is used in test_largefile and test_socket_ssl to enable external or resource consumptive tests that are normally disabled.
-
Barry Warsaw authored
changes the order of the free calls to be the reverse of the alloc calls. Closes that bug.
-
Tim Peters authored
-
Tim Peters authored
to stdout. Repaired by not printing at all except in verbose mode. Made the test about 6x faster -- envelope analysis showed it took time proportional to the square of the # of tasks. Now it's linear.
-
Fred Drake authored
-
Fred Drake authored
-
Fred Drake authored
module has to deal with "class" HTML-as-deployed as well as XHTML, so we cannot be as strict as XHTML allows. This closes SF bug #453059, but uses a different fix than suggested in the bug comments.
-
Jeremy Hylton authored
a module.
-
Jeremy Hylton authored
Add test case to cover multiple future statements on separate lines of a module.
-
Jeremy Hylton authored
Check return value from future_parse() in for loop for file_input to accomodate multiple future statements on separate lines. Add several comments explaining how the code works. Remove out-dated XXX comment.
-
Barry Warsaw authored
pass these tests.
-
Skip Montanaro authored
-
Skip Montanaro authored
-
Jeremy Hylton authored
-
Fred Drake authored
-
Jeremy Hylton authored
-
Fred Drake authored
This closes SF patch #452836.
-
Fred Drake authored
description. This fixes SF bug #453111.
-
Jack Jansen authored
Oops, these compatibility modules were missing. Which went unnoticed because their companions had been put in the wrong place.
-
Jack Jansen authored
in stead of in Carbon. Fixed.
-
Eric S. Raymond authored
-