- 02 Kas, 2002 11 kayıt (commit)
-
-
Neal Norwitz yazdı
Joseph Winston recommends removing DYNAMIC_PATH, since it can cause some dynamic libraries to not load on HP-UX 11.
-
Neal Norwitz yazdı
Cast param to isalnum() to int.
-
Neal Norwitz yazdı
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 yazdı
Cleanup (remove) the file(s) after we are done with the test. (Fixes problem on snake farm)
-
Neal Norwitz yazdı
Return PyLongs instead ot PyInts. On alphas, 9223372036854775807 became -1.
-
Martin v. Löwis yazdı
-
Neal Norwitz yazdı
-
Walter Dörwald yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
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 yazdı
-
- 01 Kas, 2002 4 kayıt (commit)
-
-
Fred Drake yazdı
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 yazdı
-
Fredrik Lundh yazdı
use unquote on authentication strings, to allow users to embed @ and : in user names and passwords (from Phillip Eby)
-
Finn Bock yazdı
exception.
-
- 31 Eki, 2002 7 kayıt (commit)
-
-
Fred Drake yazdı
even in the footnote context.
-
Fred Drake yazdı
Minor style guide compliance fix. Several markup fixes.
-
Greg Ward yazdı
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 yazdı
-
Andrew M. Kuchling yazdı
-
Walter Dörwald yazdı
and lookup_error. This closes SF patch #630622.
-
Andrew M. Kuchling yazdı
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 Eki, 2002 18 kayıt (commit)
-
-
Fred Drake yazdı
\footnotesize.
-
Fred Drake yazdı
-
Fred Drake yazdı
one. Added misc. comments.
-
Fred Drake yazdı
-
Fred Drake yazdı
-
Fred Drake yazdı
-
Andrew M. Kuchling yazdı
-
Fred Drake yazdı
-
Fred Drake yazdı
explicit that locale information is not used. There wasn't anything that implied it was, but this has confused users.
-
Fred Drake yazdı
-
Fred Drake yazdı
Fix support for the Aesop Meta Type.
-
Fred Drake yazdı
-
Fred Drake yazdı
make_head_and_body(): Re-arranged to do (slightly) less work for each page.
-
Fred Drake yazdı
-
Fred Drake yazdı
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
-