- 31 Oct, 2002 1 commit
-
-
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 21 commits
-
-
Fred Drake authored
\footnotesize.
-
Fred Drake authored
-
Fred Drake authored
one. Added misc. comments.
-
Fred Drake authored
-
Fred Drake authored
-
Fred Drake authored
-
Andrew M. Kuchling authored
-
Fred Drake authored
-
Fred Drake authored
explicit that locale information is not used. There wasn't anything that implied it was, but this has confused users.
-
Fred Drake authored
-
Fred Drake authored
Fix support for the Aesop Meta Type.
-
Fred Drake authored
-
Fred Drake authored
make_head_and_body(): Re-arranged to do (slightly) less work for each page.
-
Fred Drake authored
-
Fred Drake authored
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
Tim Peters authored
Wow, what a brittle subsystem! Fixed, maybe, provided Fred doesn't shuffle the docs around. Bugfix candidate.
-
Raymond Hettinger authored
Added because it is part of the documented interface.
-
- 29 Oct, 2002 4 commits
-
-
Jack Jansen authored
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 authored
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 authored
instance_getattr2() raises an exception. Fix all code that made this assumption. Backport candidate.
-
Martin v. Löwis authored
-
- 28 Oct, 2002 8 commits
-
-
Fred Drake authored
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 authored
-
Fred Drake authored
-
Fred Drake authored
Remove extra noise from the output when there are no errors, and say more in the exception when there are errors.
-
Fred Drake authored
replacement and replacements based on the entities parameter.
-
Fred Drake authored
more expensive than just doing to work needed, and these things seem to always turn into a bottleneck eventually.
-
Guido van Rossum authored
-
Guido van Rossum authored
-
- 27 Oct, 2002 2 commits
-
-
Guido van Rossum authored
-
Skip Montanaro authored
(see Patch 512981). I changed stdin to sys_stdin in the body of the function, but did not change stderr to sys_stdout, though I suspect that may be the correct course. I don't know the code involved well enough to judge.
-
- 26 Oct, 2002 4 commits
-
-
Martin v. Löwis authored
larger than the system page size.
-
Martin v. Löwis authored
-
Martin v. Löwis authored
-
Martin v. Löwis authored
-