- 24 Nov, 2001 6 commits
-
-
Barry Warsaw authored
-
Greg Ward authored
-
Martin v. Löwis authored
-
Martin v. Löwis authored
-
Martin v. Löwis authored
-
Martin v. Löwis authored
-
- 21 Nov, 2001 2 commits
-
-
Steven M. Gava authored
-
Steven M. Gava authored
-
- 20 Nov, 2001 2 commits
-
-
Marc-André Lemburg authored
This patch also does away with an incompatibility between Jython and CPython.
-
Marc-André Lemburg authored
-
- 19 Nov, 2001 10 commits
-
-
Barry Warsaw authored
test_formatdate_zoneoffsets() => test_formatdate_localtime(): Do the sign corrected calculation of the zone offset.
-
Barry Warsaw authored
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 authored
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 authored
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 authored
-
Fred Drake authored
-
Fred Drake authored
break the processor; this will do the right thing.
-
Fred Drake authored
platforms now, and has since Python 2.0. This closes SF bug #482943.
-
Fred Drake authored
-
Fred Drake authored
mailing list. This causes the docs to match the default implementation.
-
- 18 Nov, 2001 7 commits
-
-
Barry Warsaw authored
which has a different epoch than *nix. Jack may need to twiddle the details.
-
Barry Warsaw authored
called, if the pickler found a __getinitargs__() method.
-
Just van Rossum authored
-
Fred Drake authored
- 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 authored
-
Tim Peters authored
what it is more carefully and point out some of the subtleties.
-
Fred Drake authored
older versions. (Thanks to Martijn Faassen.)
-
- 17 Nov, 2001 6 commits
-
-
Fred Drake authored
always fill in all slots of table entries. Fixed a few minor markup errors.
-
Fred Drake authored
-
Fred Drake authored
in the function table. Add a docstring for the function as well, since examples should show good form.
-
Fred Drake authored
-
Tim Peters authored
-
Tim Peters authored
-
- 16 Nov, 2001 7 commits
-
-
Barry Warsaw authored
-
Barry Warsaw authored
endings, and that it is smtplib's job to convert those to RFC 2821 line endings when sending the message.
-
Barry Warsaw authored
-
Fred Drake authored
-
Barry Warsaw authored
-
Fred Drake authored
which is a little more strict than the other formats on some things (fixable, but not tonight).
-
Fred Drake authored
-