- 23 Agu, 2001 19 kayıt (commit)
-
-
Fredrik Lundh yazdı
-
Fredrik Lundh yazdı
DateTime constructor. use ServerProxy instead of Server in sample code.
-
Finn Bock yazdı
-
Barry Warsaw yazdı
-
Barry Warsaw yazdı
-
Barry Warsaw yazdı
ChipWidget.__init__(): Added a message area just below the color name. Both the message and name widgets are now FLAT, DISABLED Entry widgets instead of Labels. This allows users to copy-n-paste the color names or color specs. Also, the contents of both widgets are now driven by StringVars. set_color(): This only sets the chip color; it does not set the name widgets. set_name(): New method which only sets the name widget contents. set_message(): New method which only sets the message widget contents. ChipViewer.update_yourself(): Set the color, name, and message for each chip as follows: the first line always contains the color spec in #rrggbb format. The second line will contain the color name, but slightly differently for each widget. For the Selected widget, if the color exactly matches the Nearest color, the name is shown, otherwise the message field will be empty. The name field of the Nearest widget will always contain the color name.
-
Jack Jansen yazdı
-
Jack Jansen yazdı
-
Jack Jansen yazdı
-
Jack Jansen yazdı
-
Jack Jansen yazdı
The MacOS toolbox modules have acquired an _ in front of their name. Normal usage is through a wrapper module (without underscore) which lives in the Carbon package.
-
Guido van Rossum yazdı
ftp urls.
-
Jack Jansen yazdı
or you will break something:-)
-
Jack Jansen yazdı
The MacOS module may be available on Mac OS X, but it doesn't have a SchedParams() method, and there's no need to call it anyway.
-
Guido van Rossum yazdı
OverflowError test succeed.
-
Guido van Rossum yazdı
python -Wdefault or python -Wdefault::OverflowWarning
-
Guido van Rossum yazdı
warning and then redo the operation using long ints.
-
Guido van Rossum yazdı
raise the exception here -- call the generic function (which may convert the arguments to long and try again).
-
Guido van Rossum yazdı
are overflowing and a long int operation is substituted.
-
- 22 Agu, 2001 8 kayıt (commit)
-
-
Tim Peters yazdı
we've *ever* installed them!
-
Tim Peters yazdı
-
Barry Warsaw yazdı
2.2a2 release, but it's still worth mentioning.
-
Barry Warsaw yazdı
level to 2.2a2+
-
Skip Montanaro yazdı
-
Skip Montanaro yazdı
platform dependent. See SF bug 434143.
-
Skip Montanaro yazdı
see SF bug 434143, part of which this addresses
-
Barry Warsaw yazdı
-
- 21 Agu, 2001 5 kayıt (commit)
-
-
Jack Jansen yazdı
-
Jack Jansen yazdı
long? :-).
-
Jack Jansen yazdı
surfaced again.
-
Ka-Ping Yee yazdı
- 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 yazdı
incarnations. It's probably not quite sufficient, but should be better than the status quo...
-
- 20 Agu, 2001 8 kayıt (commit)
-
-
Barry Warsaw yazdı
However, this is only enabled with regrtest's --use=network switch.
-
Barry Warsaw yazdı
tests should be run.
-
Barry Warsaw yazdı
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 yazdı
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 yazdı
changes the order of the free calls to be the reverse of the alloc calls. Closes that bug.
-
Tim Peters yazdı
-
Tim Peters yazdı
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 yazdı
-