- 23 Aug, 2001 22 commits
-
-
Tim Peters authored
being passed as both the 2nd and 3rd args). Regression test will follow.
-
Greg Ward authored
modules and extensions on Windows is now $PREFIX/Lib/site-packages. Includes backwards compatibility code for pre-2.2 Pythons. Contributed by Paul Moore.
-
Tim Peters authored
-
Fredrik Lundh authored
-
Fredrik Lundh authored
DateTime constructor. use ServerProxy instead of Server in sample code.
-
Finn Bock authored
-
Barry Warsaw authored
-
Barry Warsaw authored
-
Barry Warsaw authored
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 authored
-
Jack Jansen authored
-
Jack Jansen authored
-
Jack Jansen authored
-
Jack Jansen authored
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 authored
ftp urls.
-
Jack Jansen authored
or you will break something:-)
-
Jack Jansen authored
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 authored
OverflowError test succeed.
-
Guido van Rossum authored
python -Wdefault or python -Wdefault::OverflowWarning
-
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 5 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.
-