- 30 Eki, 2002 6 kayıt (commit)
-
-
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 8 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.
-
Fred Drake yazdı
replacement and replacements based on the entities parameter.
-
Fred Drake yazdı
more expensive than just doing to work needed, and these things seem to always turn into a bottleneck eventually.
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
- 27 Eki, 2002 2 kayıt (commit)
-
-
Guido van Rossum yazdı
-
Skip Montanaro yazdı
(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 Eki, 2002 9 kayıt (commit)
-
-
Martin v. Löwis yazdı
larger than the system page size.
-
Martin v. Löwis yazdı
-
Martin v. Löwis yazdı
-
Martin v. Löwis yazdı
-
Martin v. Löwis yazdı
-
Martin v. Löwis yazdı
-
Martin v. Löwis yazdı
-
Martin v. Löwis yazdı
-
Raymond Hettinger yazdı
-
- 25 Eki, 2002 10 kayıt (commit)
-
-
Fred Drake yazdı
Closes SF bug #511737.
-
Fred Drake yazdı
-
Fred Drake yazdı
indirectly via %(__name__)s. Not sure why, but maintain the documented behavior for the new items() method. Be a little more efficient about how we compute the list of options in the ConfigParser.items() method.
-
Fred Drake yazdı
ConfigParser classes.
-
Jack Jansen yazdı
(or don't always?) show up with missed(). I think this is a bug in Jaguar, but as it is a potential dangerous problem (the OSA event has failed, but the Python code isn't told about this and happily continues) this is a quick workaround. Bugfix candidate, I'll add it to 2.2.2 as a last second fix.
-
Fred Drake yazdı
-
Fred Drake yazdı
-
Fred Drake yazdı
Moved the write() test to near the end of the file since it screws up font-lock. ;-(
-
Fred Drake yazdı
derived class that adds the ugly string interpolation code. In the process, changed all "__" methods and instance variables to "_".
-
Fred Drake yazdı
- Documented the alternate forms, which were claimed to be documented but were not.
-
- 24 Eki, 2002 1 kayıt (commit)
-
-
Fred Drake yazdı
Closes SF bug #577000.
-