- 04 Nov, 2002 6 commits
-
-
Andrew M. Kuchling authored
when output is redirected to a file, compiler error messages show up before Distutils prints the command being invoked.
-
Andrew M. Kuchling authored
whether the Distutils being used supports a particularly capability. (This idea was originally suggested by Juergen Hermann as a method on the Distribution class. I think it makes more sense as a function in core.py, and that's what this patch implements.)
-
Andrew M. Kuchling authored
-
Martin v. Löwis authored
-
Chui Tey authored
-
Chui Tey authored
-
- 03 Nov, 2002 5 commits
-
-
Martin v. Löwis authored
The @euro part is backported to 2.2.3.
-
Neal Norwitz authored
-
Neal Norwitz authored
-
Neal Norwitz authored
Try to write to TESTFN, if that fails, try TESTFN in /tmp If that fails, print a warning and go on. Will backport.
-
Neal Norwitz authored
Will backport.
-
- 02 Nov, 2002 12 commits
-
-
Guido van Rossum authored
Redo setting the selection and setting the beacon to deal better with rows or columns -- these are now expressed by range (1, sys.maxint).
-
Neal Norwitz authored
Joseph Winston recommends removing DYNAMIC_PATH, since it can cause some dynamic libraries to not load on HP-UX 11.
-
Neal Norwitz authored
Cast param to isalnum() to int.
-
Neal Norwitz authored
On HPUX, Solaris, Tru64 (Dec UNIX), and IRIX (I think), O_NONBLOCK is the POSIX version of non-blocking I/O which is what we want. On Linux and FreeBSD (at least), O_NONBLOCK and O_NDELAY are the same. So this change should have no negative effect on those platforms. Tested on Linux, Solaris, HPUX. Thanks to Anders Qvist for diagnosing this problem.
-
Neal Norwitz authored
Cleanup (remove) the file(s) after we are done with the test. (Fixes problem on snake farm)
-
Neal Norwitz authored
Return PyLongs instead ot PyInts. On alphas, 9223372036854775807 became -1.
-
Martin v. Löwis authored
-
Neal Norwitz authored
-
Walter Dörwald authored
-
Guido van Rossum authored
-
Guido van Rossum authored
works. Also row and column selection works (sort of). The DEL key deletes the selected rectangle. sys.argv[1] used by test_gui().
-
Raymond Hettinger authored
-
- 01 Nov, 2002 4 commits
-
-
Fred Drake authored
preference of using "is" instead of "==" to compare types, use built-in names where available, and point to the isinstance() function. Closes SF bug #632196.
-
Finn Bock authored
-
Fredrik Lundh authored
use unquote on authentication strings, to allow users to embed @ and : in user names and passwords (from Phillip Eby)
-
Finn Bock authored
exception.
-
- 31 Oct, 2002 7 commits
-
-
Fred Drake authored
even in the footnote context.
-
Fred Drake authored
Minor style guide compliance fix. Several markup fixes.
-
Greg Ward authored
bug #596434. (Alas, I don't think this completely covers that bug.) Remove 'wrapper' argument from BaseTestCase.check_split() -- it's not actually needed.
-
Thomas Heller authored
-
Andrew M. Kuchling authored
-
Walter Dörwald authored
and lookup_error. This closes SF patch #630622.
-
Andrew M. Kuchling authored
arguments, triggering a warning instead of raising an exception. (In 1.5.2/2.0, it will print to stderr.) Bugfix candidate for all previous versions. This changes behaviour, but the old behaviour wasn't very useful. If Distutils version X+1 adds a new keyword argument, using the new keyword means your setup.py file won't work with Distutils version X any more.
-
- 30 Oct, 2002 6 commits
-
-
Fred Drake authored
\footnotesize.
-
Fred Drake authored
-
Fred Drake authored
one. Added misc. comments.
-
Fred Drake authored
-
Fred Drake authored
-
Fred Drake authored
-