- 25 Kas, 2001 2 kayıt (commit)
-
-
Martin v. Löwis yazdı
Expose Tix.ResizeHandle.{detach_widget,hide,show}. Update Tix demos.
-
Martin v. Löwis yazdı
-
- 24 Kas, 2001 9 kayıt (commit)
-
-
Guido van Rossum yazdı
- Add tests for the recent fixes to copy_reg.py: __getstate__/__setstate__ and mixed inheritance from new+classic classes.
-
Guido van Rossum yazdı
- Fix for SF bug #482752: __getstate__ & __setstate__ ignored (by Anon.) In fact, only __getstate__ isn't recognized. This fixes that. - Separately, the test for base.__flags__ & _HEAPTYPE raised an AttributeError exception when a classic class was amongst the bases. Fixed this with a hasattr() bandaid (classic classes never qualify as the "hard" base class anyway, which is what the code is trying to find).
-
Guido van Rossum yazdı
confusing error messages. If a new-style class has no sequence or mapping behavior, attempting to use the indexing notation with a non-integer key would complain that the sequence index must be an integer, rather than complaining that the operation is not supported.
-
Barry Warsaw yazdı
-
Greg Ward yazdı
-
Martin v. Löwis yazdı
-
Martin v. Löwis yazdı
-
Martin v. Löwis yazdı
-
Martin v. Löwis yazdı
-
- 21 Kas, 2001 2 kayıt (commit)
-
-
Steven M. Gava yazdı
-
Steven M. Gava yazdı
-
- 20 Kas, 2001 2 kayıt (commit)
-
-
Marc-André Lemburg yazdı
This patch also does away with an incompatibility between Jython and CPython.
-
Marc-André Lemburg yazdı
-
- 19 Kas, 2001 10 kayıt (commit)
-
-
Barry Warsaw yazdı
test_formatdate_zoneoffsets() => test_formatdate_localtime(): Do the sign corrected calculation of the zone offset.
-
Barry Warsaw yazdı
negative modulus won't return the right values. So always do positive modulus on an absolute value and twiddle the sign as appropriate after the fact.
-
Barry Warsaw yazdı
use the correct way to test for epoch, by looking at the year component of gmtime(0). Add clause for Unix epoch and Mac epoch (Tim, what is Windows epoch?). Also, get rid of the strptime() test, it was way too problematic given that strptime() is missing on many platforms and issues with locales. Instead, simply test that formatdate() gets the numeric timezone calculation correct for the altzone and timezone.
-
Barry Warsaw yazdı
incorrect for "uneven" timezones. This algorithm should work for even timezones (e.g. America/New_York) and uneven timezones (e.g. Australia/Adelaide and America/St_Johns). Closes SF bug #483231.
-
Martin v. Löwis yazdı
-
Fred Drake yazdı
-
Fred Drake yazdı
break the processor; this will do the right thing.
-
Fred Drake yazdı
platforms now, and has since Python 2.0. This closes SF bug #482943.
-
Fred Drake yazdı
-
Fred Drake yazdı
mailing list. This causes the docs to match the default implementation.
-
- 18 Kas, 2001 7 kayıt (commit)
-
-
Barry Warsaw yazdı
which has a different epoch than *nix. Jack may need to twiddle the details.
-
Barry Warsaw yazdı
called, if the pickler found a __getinitargs__() method.
-
Just van Rossum yazdı
-
Fred Drake yazdı
- the attrs value may be re-used by the parser, so the implementation cannot rely on owning the object. - an element with no namespace encountered in namespace mode will have a URI of None, not "" (startElementNS() only). Fixed a couple of minor markup issues as well.
-
Tim Peters yazdı
-
Tim Peters yazdı
what it is more carefully and point out some of the subtleties.
-
Fred Drake yazdı
older versions. (Thanks to Martijn Faassen.)
-
- 17 Kas, 2001 6 kayıt (commit)
-
-
Fred Drake yazdı
always fill in all slots of table entries. Fixed a few minor markup errors.
-
Fred Drake yazdı
-
Fred Drake yazdı
in the function table. Add a docstring for the function as well, since examples should show good form.
-
Fred Drake yazdı
-
Tim Peters yazdı
-
Tim Peters yazdı
-
- 16 Kas, 2001 2 kayıt (commit)
-
-
Barry Warsaw yazdı
-
Barry Warsaw yazdı
endings, and that it is smtplib's job to convert those to RFC 2821 line endings when sending the message.
-