- 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 21 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ı
-
Raymond Hettinger yazdı
-
Tim Peters yazdı
Wow, what a brittle subsystem! Fixed, maybe, provided Fred doesn't shuffle the docs around. Bugfix candidate.
-
Raymond Hettinger yazdı
Added because it is part of the documented interface.
-
- 29 Eki, 2002 4 kayıt (commit)
-
-
Jack Jansen yazdı
if SetDates() in touched() returns an error ignore it: the user may not have permission to change the parent folder. This is a non-serious problem, the only function of touched() is to speed up the finder seeing the change.
-
Guido van Rossum yazdı
Since properties are supported here, is possible that instance_getattr2() raises an exception. Fix all code that made this assumption. Backport candidate.
-
Guido van Rossum yazdı
instance_getattr2() raises an exception. Fix all code that made this assumption. Backport candidate.
-
Martin v. Löwis yazdı
-
- 28 Eki, 2002 4 kayıt (commit)
-
-
Fred Drake yazdı
formats can't have whitespace after the last non-blank character (bug in LaTeX?); fix up a couple of instances of this. Update an email address.
-
Fred Drake yazdı
-
Fred Drake yazdı
-
Fred Drake yazdı
Remove extra noise from the output when there are no errors, and say more in the exception when there are errors.
-